Locked Home » Forums » Legacy & Archived » Archived Content » Star Wars Galaxies » SWG Premium Discussions

Nerfed AntiCloak/Speedhack Source Code : SWG Premium Discussions

Posted: July 14th, 2009
User avatar
Total Posts:261 Joined:2008
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


Attachments:
SWGSpeedHack_v1.30.txt Register to unlock hidden link
(17.38 KiB) Downloaded 95 times


Last edited by evilfigment on July 15th, 2009, 3:24 am, edited 1 time in total.
Posted: July 14th, 2009
User avatar
Total Posts:261 Joined:2008
<Removed as im using it in an upcoming public cheat>


Last edited by evilfigment on August 2nd, 2010, 1:44 pm, edited 1 time in total.
Posted: July 15th, 2009
Total Posts:198 Joined:2007
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
Total Posts:198 Joined:2007
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


Attachments:
SWGSpeedHack_v1.30.txt Register to unlock hidden link
(17.38 KiB) Downloaded 54 times
Posted: July 15th, 2009
User avatar
Total Posts:261 Joined:2008
Nice, i was wantin this version :)
Posted: July 15th, 2009
Total Posts:198 Joined:2007
U know where to ask next time :P
Posted: July 18th, 2009
User avatar
Total Posts:375 Joined:2006
I'm curious how a novice can get this to work. I should take up software development..lmao
Posted: July 19th, 2009
Total Posts:198 Joined:2007
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
User avatar
Total Posts:375 Joined:2006
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
User avatar
Total Posts:261 Joined:2008
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
Total Posts:198 Joined:2007
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
User avatar
Total Posts:261 Joined:2008
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


Last edited by evilfigment on July 20th, 2009, 7:55 pm, edited 1 time in total.
Posted: July 20th, 2009
alex214
I know this may sound dumb but how to install?
Posted: July 20th, 2009
Total Posts:198 Joined:2007
How to install what?
Posted: July 20th, 2009
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?
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 7 guests
Locked