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 closed MafiaRP - Release [Anti-No0b's Protection]

mafia_man
User Off Offline

Quote
Some of you probably seen my MafiaRP mod, I uploaded it to speedyshare. Lua files are crypted with XOR - Pseudo-Random Number Generator which is unbreakable even in theory.

Top 10 N00bs:


Top 10: ∗ Decrypted it? Message me.
Spoiler >


These tips will help you:


Download links:


Screens:


I will add the screenshots later, I don't have time right now. If you don't know how to decrypt it's your problem you have five ways:
• Ask someone to help you
• Pay me some money with paypal and I will decrypt it for you
• You're from Poland? Message me.
• You're Moderator/Admin here? Message me.(lol)
• Have usgn lower than 9102? Message me.
edited 9×, last 30.09.12 06:21:43 pm

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

Shawni
User Off Offline

Quote
user mafia_man has written
Some of you probably seen my MafiaRP mod, I uploaded it to speedyshare. Lua files are crypted with XOR - Pseudo-Random Number Generator which is unbreakable even in theory.

These tips will help you:


Download links:


I will add the screenshots later, I don't have time right now. If you don't know how to decrypt it's your problem you have three ways:
• Ask someone to help you
• Pay me some money with paypal and I will decrypt it for you
• If you're from Poland message me


Nice lua,

There is a probleme in "Sys/Lua/MafiaRP/server.lua"

Unfinished string near "<end of function>"

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

hacked
User Off Offline

Quote
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!

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

Kisses
User Off Offline

Quote
It's fake, don't even try decrypting it.

What makes it fake?
Crypter's revealed code xors every byte with same key so every byte should have the same first/last bit (remember: ASCII is only 7 bits). However, if you open the file with hex editor, you'd notice there's nothing common between bytes.

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

Kisses
User Off Offline

Quote
user mafia_man Yeah, I noticed that just after sending the message.

If one had blitzmax, he could crack this very easily. Having the correct seed gives you same random numbers 0-256 as used in the encryption.
edited 1×, last 30.09.12 03:18:24 pm

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

Eternal
User Off Offline

Quote
user Chingy has written
What is the point of this script?


I think , for money from the guys who pay him their money to decrypt it or to show how greatly skill in programming he has or just release his project , i just think...

Anyway , i don't want it but i will simply steal some of your gfx , Ahaha .

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

EpicCrisis
User Off Offline

Quote
I think it's suppose to be a Happy Town or Roleplay script. Since you can see hunger, thirst and all sorts of stuff at the side. Damn > MafiaRP its a roleplay server, also why do you need to decrypt this? It's just a Lua script.

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

Kisses
User Off Offline

Quote
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.
edited 1×, last 01.10.12 01:59:12 pm
To the start Previous 1 2 3 4 5 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview