Forum

> > CS2D > Scripts > MafiaRP - Release [Anti-No0b's Protection]
Forums overviewCS2D overview Scripts overviewLog in to reply

English MafiaRP - Release [Anti-No0b's Protection]

81 replies
Page
To the start Previous 1 2 3 4 5 Next To the start

old Re: MafiaRP - Release [Anti-No0b's Protection]

mafia_man
User Off Offline

Quote
user Kisses has written
Can I have a medal?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--==============================================--
-- Script by mafia_man (U.S.G.N Number: 9102)   --
-- Hardcore RP Script                           --
-- unimenu.lua by Engin33r                      --
--==============================================--

path = "sys/lua/MafiaRP/";

function inTable(t, val)
	local _, i;
	for _, i in pairs(t) do
		if i == val then
			return _;
		end
	end
	return -1;
end

includes = {
	"shop.lua";
	"config.lua";
	"save.lua";
	"player.lua";
	"hud.lua";
	"money.lua";
	"payday.lua";
	"unimenu.lua";
	"trains.lua";
	"cars.lua";
	"building.lua";
	"jobs.lua";
	"npc.lua";
	"house.lua";
	"items.lua";
	"inventory.lua";
}

local _, i;
for _, i in pairs(includes) do
	dofile(path .. i);
end

Note: please do not pm me. I will not leak the whole code.

Congratz lulz, I used unimenu.lua from Engin33r because I haven't got time to make my own. He know I used it.

old Re: MafiaRP - Release [Anti-No0b's Protection]

Yates
Reviewer Off Offline

Quote
@user mafia_man: loj = RAVENOUS.

You do get that there are idiots which will decrypt it and give it to others rendering this whole "anti-noob protection" useless for the time being.

The mod seems fine. Although I cannot decrypt it myself nor can I rate threads.

old Re: MafiaRP - Release [Anti-No0b's Protection]

Yates
Reviewer Off Offline

Quote
@user Livia: I don't see why you should determine that. The owner himself decides whether he wants his script to be used by complete fools or not, I see your post as an "I'm mad that I cannot decrypt" - So please, get the fuck off if you do not have anything worth of mentioning.

US.de has enough spam as it is, but to do it in a thread which is worthy of being here is retarded.

/Continue this discussion in PM if you want. I am not bothered and it will stop more useless posts here.

old Re: MafiaRP - Release [Anti-No0b's Protection]

Livia
User Off Offline

Quote
Here's some content. Next time use better encryption.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Import BRL.Random

dir = ReadDir(CurrentDir())
If Not dir RuntimeError "failed to read current directory"

Repeat
	t$=NextFile( dir )
	If t="" Exit
	If ExtractExt(t)="lua" Crypt(t, 666)
Forever

CloseDir dir

Function Crypt(f$, key)
	Local stream:TStream = OpenStream(f);
	Local byte_array:Byte[] = New Byte[StreamSize(stream)];

	SeedRnd(666);
	For index = 0 To StreamSize(stream) - 1
		byte_array[index] = stream.ReadByte() ~ Rand(0,255);
	Next
	
	SeekStream(stream, 0);
	For index = 0 To StreamSize(stream) - 1
		stream.WriteByte(byte_array[index]);
	Next

	CloseStream(stream);
	Print("Crypt: " + f)
EndFunction
> Download decrypted lua files
edited 1×, last 01.10.12 09:26:19 pm

old Re: MafiaRP - Release [Anti-No0b's Protection]

Shawni
User Off Offline

Quote
user Livia has written
Here's some content. Next time use better encryption.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Import BRL.Random

dir = ReadDir(CurrentDir())
If Not dir RuntimeError "failed to read current directory"

Repeat
	t$=NextFile( dir )
	If t="" Exit
	If ExtractExt(t)="lua" Crypt(t, 666)
Forever

CloseDir dir

Function Crypt(f$, key)
	Local stream:TStream = OpenStream(f);
	Local byte_array:Byte[] = New Byte[StreamSize(stream)];

	SeedRnd(666);
	For index = 0 To StreamSize(stream) - 1
		byte_array[index] = stream.ReadByte() ~ Rand(0,255);
	Next
	
	SeekStream(stream, 0);
	For index = 0 To StreamSize(stream) - 1
		stream.WriteByte(byte_array[index]);
	Next

	CloseStream(stream);
	Print("Crypt: " + f)
EndFunction
> Download decrypted lua files


Finaly i can edit it and say its mine , yahhooo !!

Br ? lol

old Re: MafiaRP - Release [Anti-No0b's Protection]

Xanamaros
User Off Offline

Quote
user hacked has written
First: UPLOAD THIS THING IN UNREAL SOFTWARE!!! Uploading in Unreal Software is absolutely FREE! also there's no need for us to register or shit!
Second:Let this bloody script working before releasing it to community,or NO ONE will download it!


But, you have registered here to download files that are total and utter crap compared to this.
edited 1×, last 02.10.12 11:31:05 am

old Re: MafiaRP - Release [Anti-No0b's Protection]

Hanz
User Off Offline

Quote
user Shawni has written
user Livia has written
Here's some content. Next time use better encryption.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Import BRL.Random

dir = ReadDir(CurrentDir())
If Not dir RuntimeError "failed to read current directory"

Repeat
	t$=NextFile( dir )
	If t="" Exit
	If ExtractExt(t)="lua" Crypt(t, 666)
Forever

CloseDir dir

Function Crypt(f$, key)
	Local stream:TStream = OpenStream(f);
	Local byte_array:Byte[] = New Byte[StreamSize(stream)];

	SeedRnd(666);
	For index = 0 To StreamSize(stream) - 1
		byte_array[index] = stream.ReadByte() ~ Rand(0,255);
	Next
	
	SeekStream(stream, 0);
	For index = 0 To StreamSize(stream) - 1
		stream.WriteByte(byte_array[index]);
	Next

	CloseStream(stream);
	Print("Crypt: " + f)
EndFunction
> Download decrypted lua files


Finaly i can edit it and say its mine , yahhooo !!

Br ? lol


--a Why you always stealing dude? Do you don't have shame? Your country will get the shame because of you.

user mafia_man has written
I don't really care, this was my last thread and maybe post on unrealsoftware.de.


I did like to use your lua script, I need you to take care it from the bugs, will you do that? I can't pay you but I can provide a server for you.

I know how you feel, I know you said you don't care about it but you care but because you already so angry to it so you just don't want to hear it.

I've feel that too, but there is sensation on it, what is it? We will be proud because they stole it from us meaning they are jealous we have it but they don't, LOL.

old Re: MafiaRP - Release [Anti-No0b's Protection]

Xanamaros
User Off Offline

Quote
user Hanz has written
user Shawni has written
user Livia has written
Here's some content. Next time use better encryption.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Import BRL.Random

dir = ReadDir(CurrentDir())
If Not dir RuntimeError "failed to read current directory"

Repeat
	t$=NextFile( dir )
	If t="" Exit
	If ExtractExt(t)="lua" Crypt(t, 666)
Forever

CloseDir dir

Function Crypt(f$, key)
	Local stream:TStream = OpenStream(f);
	Local byte_array:Byte[] = New Byte[StreamSize(stream)];

	SeedRnd(666);
	For index = 0 To StreamSize(stream) - 1
		byte_array[index] = stream.ReadByte() ~ Rand(0,255);
	Next
	
	SeekStream(stream, 0);
	For index = 0 To StreamSize(stream) - 1
		stream.WriteByte(byte_array[index]);
	Next

	CloseStream(stream);
	Print("Crypt: " + f)
EndFunction
> Download decrypted lua files


Finaly i can edit it and say its mine , yahhooo !!

Br ? lol


--a Why you always stealing dude? Do you don't have shame? Your country will get the shame because of you.

user mafia_man has written
I don't really care, this was my last thread and maybe post on unrealsoftware.de.


I did like to use your lua script, I need you to take care it from the bugs, will you do that? I can't pay you but I can provide a server for you.

I know how you feel, I know you said you don't care about it but you care but because you already so angry to it so you just don't want to hear it.

I've feel that too, but there is sensation on it, what is it? We will be proud because they stole it from us meaning they are jealous we have it but they don't, LOL.


Plenty of people can supply a server, but there's the problem of CS2D's main players being hackers and rule breakers. I would happily supply a CS2D server hosted on a dedicated PC in Chicago USA if it wasn't for the problem of there not being many players.

But you are right, Mafia, you should be proud of people saying they will steal it and claim it as there own.

old Re: MafiaRP - Release [Anti-No0b's Protection]

Livia
User Off Offline

Quote
I think even those noobs should have 'the right' to use this script as much they ever wanted. Restricting their access is not driving this community any further.

The only thing I stole was his pride.

old Re: MafiaRP - Release [Anti-No0b's Protection]

Hanz
User Off Offline

Quote
user Xanamaros has written
user Hanz has written
user Shawni has written
user Livia has written
Here's some content. Next time use better encryption.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Import BRL.Random

dir = ReadDir(CurrentDir())
If Not dir RuntimeError "failed to read current directory"

Repeat
	t$=NextFile( dir )
	If t="" Exit
	If ExtractExt(t)="lua" Crypt(t, 666)
Forever

CloseDir dir

Function Crypt(f$, key)
	Local stream:TStream = OpenStream(f);
	Local byte_array:Byte[] = New Byte[StreamSize(stream)];

	SeedRnd(666);
	For index = 0 To StreamSize(stream) - 1
		byte_array[index] = stream.ReadByte() ~ Rand(0,255);
	Next
	
	SeekStream(stream, 0);
	For index = 0 To StreamSize(stream) - 1
		stream.WriteByte(byte_array[index]);
	Next

	CloseStream(stream);
	Print("Crypt: " + f)
EndFunction
> Download decrypted lua files


Finaly i can edit it and say its mine , yahhooo !!

Br ? lol


--a Why you always stealing dude? Do you don't have shame? Your country will get the shame because of you.

user mafia_man has written
I don't really care, this was my last thread and maybe post on unrealsoftware.de.


I did like to use your lua script, I need you to take care it from the bugs, will you do that? I can't pay you but I can provide a server for you.

I know how you feel, I know you said you don't care about it but you care but because you already so angry to it so you just don't want to hear it.

I've feel that too, but there is sensation on it, what is it? We will be proud because they stole it from us meaning they are jealous we have it but they don't, LOL.


Plenty of people can supply a server, but there's the problem of CS2D's main players being hackers and rule breakers. I would happily supply a CS2D server hosted on a dedicated PC in Chicago USA if it wasn't for the problem of there not being many players.

But you are right, Mafia, you should be proud of people saying they will steal it and claim it as there own.


Lol, I've done that long time ago, I even trying to search a zombe by IRC to DDoS that crappy stealer.

It won't stop stealing our creation, just proud of it because your creation get stolen than attacking them because stealing your creation.

user Livia has written
I think even those noobs should have 'the right' to use this script as much they ever wanted. Restricting their access is not driving this community any further.

The only thing I stole was his pride.


Meh, It his choice to give it or not, but well it your opinion, in my opinion are not like that.

Driking a cup of tea now (Maybe later), It's raining now, lol.

I've used this but well, I dunno how to use it, I think there is no moderation tools to protect the server from hackers etc.

I don't recommended this script to be used for public, this still need alot of improvement first.
edited 1×, last 02.10.12 12:35:24 pm
To the start Previous 1 2 3 4 5 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview