Page 1 of 2

Nerfed AntiCloak/Speedhack Source Code

Posted: July 14th, 2009, 7:50 pm
by evilfigment
For anyone whos interested in how i made the hack a while ago heres the source code from an early version.

Excuse the rushed coding i was eager to get the cheat up n running at the time :p

Posted: July 14th, 2009, 8:03 pm
by evilfigment
<Removed as im using it in an upcoming public cheat>

Posted: July 15th, 2009, 3:01 am
by djsdark
Is the v1.22 the most recent you I sent you back? Im pretty sure I got at least the v1.24 or v1.3 sources in my comp. Gimme some time to find that.

Regards

Posted: July 15th, 2009, 3:09 am
by djsdark
Ok I found this one which is more recent than v1.22 :)

Enjoy.

Also found that old part of code for antistealth:

Code: Register to unlock hidden link

alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

00B29E9E:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
fld1
fstp [edi]


originalcode:
pop edi
pop ebx
pop esi
ret 0004

exit:
jmp returnhere

Posted: July 15th, 2009, 3:18 am
by evilfigment
Nice, i was wantin this version :)

Posted: July 15th, 2009, 3:23 am
by djsdark
U know where to ask next time :P

Posted: July 18th, 2009, 11:49 pm
by rugburn
I'm curious how a novice can get this to work. I should take up software development..lmao

Posted: July 19th, 2009, 8:57 am
by djsdark
well it's kinda easy.
Once the code is made, you have to compile it and it will make even a DLL (to inject into the game processus) or a .exe file which you can run directly.

Posted: July 19th, 2009, 8:12 pm
by rugburn
I'm not familiar with re'ing exe's, compiling code. My question is what tools are used to do this? I am a quick learner :)

Posted: July 20th, 2009, 12:09 am
by evilfigment
This is a list of some tools i use.

Reverse Engineering:
IDA Pro Advanced (Dissasembler/Debugger)
HEX Workshop (Hex Editor)
Ollydbg* (Debugger)
Cheat Engine* (Memory Scanner)
LordPE* (Portable Executable Viewer/Editor)
DiE/Detect It Easy* (Heurisitc Packer Detector)

Programming:
Microsoft Visual Studio 2008 (Microsoft Win32/64 - C/C++/C#/VB.NET)
Codeblocks MinGW* (Multi Platform C++)
Masm32* (Win32 Assembly)



( * = Free )

Posted: July 20th, 2009, 3:11 am
by djsdark
evilfigment wrote:This is a list of some tools i use.

Reverse Engineering:
IDA Pro Advanced (Dissasembler/Debugger)
HEX Workshop (Hex Editor)
Ollydbg* (Debugger)
Cheat Engine* (Memory Scanner)
LordPE* (Portable Executable Viewer/Editor)
DiE/Detect It Easy* (Heurisitc Packer Detector)

Programming:
Microsoft Visual Studio 2008 (Microsoft Win32/64 - C/C++/C#/VB.NET)
Codeblocks MinGW* (Multi Platform C++)
Masm32* (Win32 Assembly)



( * = Free )
What you think about this one? :D

Posted: July 20th, 2009, 4:38 am
by evilfigment
Good for multi-platform compiling, but i prefer MSVS with the codekana plugin for an IDE. Depends what im doing really :)

Register to unlock hidden link

Posted: July 20th, 2009, 11:12 am
by alex214
I know this may sound dumb but how to install?

Posted: July 20th, 2009, 1:26 pm
by djsdark
How to install what?

Posted: July 20th, 2009, 2:30 pm
by alex214
When I downloaded the attachment, I saw programming language, but I am asking is there something to intall or no. How do I get this to work?