Forum

> > CS2D > Scripts > MafiaRP - Release [Anti-No0b's Protection]
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

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

81 Antworten
Seite
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang

alt geschlossen MafiaRP - Release [Anti-No0b's Protection]

mafia_man
User Off Offline

Zitieren
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.
9× editiert, zuletzt 30.09.12 18:21:43

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

Shawni
User Off Offline

Zitieren
user mafia_man hat geschrieben
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>"

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

hacked
User Off Offline

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

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

Kisses
User Off Offline

Zitieren
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.

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

Kisses
User Off Offline

Zitieren
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.
1× editiert, zuletzt 30.09.12 15:18:24

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

Eternal
User Off Offline

Zitieren
user Chingy hat geschrieben
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 .

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

EpicCrisis
User Off Offline

Zitieren
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.

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

Kisses
User Off Offline

Zitieren
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.
1× editiert, zuletzt 01.10.12 13:59:12
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht