Real Time Strategy / MMORPG
Sticky Threads
It was easier for me to patch all the code than dereference this 4 level pointer which points to the bool :P, I lose the exact address I disassembled to find the poitner. enjoy. patch((LPVOID)((int)ww2dll+0x18ff55),0x01); patch((LPVOID)((int)ww2dll+0x190772),0x01);...
typedef std::vector<const char*> stlTextList; #define DEFAULT_DISPLAY "Global" struct Text2D { float x; float y; const char* pszText; DWORD dwColor; };
LPVOID __stdcall hkGetKey( const char* pszKey )// IAT HOOK in DOW2.exeor detour for ?GetKey@Dictionary@@QAE?AVKey@1@PBD@Z { _asm pushad; if ( strcmp( pszKey, "g_bFogOfWar" ) == 0 ) { pszKey = "g_bShadowsUseDualShadowMaps"; // or any other key value thats false } _asm popad; _asm...
Hey all. I don't think this is at all useful other then an example of bad coding and a badly hacked up tatnium. But this is the current version of my RA3 hack (offsets removed as they don't correspond with current game values anyway at the moment). It's an extension on Tatnium 3d, and...
#define CLASS_GET( X, Y, Z ) X Y ( void ){ _asm mov eax, ; _asm retn; } class CEntity { public: CLASS_GET( CEntity*, GetOwner, 0x34 ); CLASS_GET( DWORD, GetSquad, 0x38 ); CLASS_GET( DWORD, GetController, 0x3C ); CLASS_GET( DWORD, GetActor, 0x40 ); CLASS_GET( D3DXVector3,...
Well, I was not sure where to post this, heck I wasn't even sure wheter to post this, but it's a kinda fun game so here you go: This base-pointer could be right: WAR.exe+867D60 (0x00C67D60), can't test it on other computer until tomorrow.. (EDIT) Modified the struct struct PlayerPosition {...
00605325 - 89 81 b8 00 00 00 - mov ,eax <-- NOP this out for infinite money 005CFBC6 - f3 0f 11 46 14 - movss ,xmm0 <-- NOP this out for infinite health *** Note, this causes a bug that makes your enemies invulnerable, although capturing points is still fine. works...
Normal Threads
I am having trouble reverse engineering the outgoing packet encryption for Lunia. It's especially embarrassing because it has been done before, there is debug information, and there are references within the client to "crypto/Encrypt.cpp" and EncryptKey. The latter seems to be part of simple...
I have dumped 98% of the services from EVE online, with class members and function prototypes. these can be used to make an exact scanner, a market bot, "perfect" mining/ratting macros. http://ozzeh.gamedeception.net/src/evesvc/ almost all the important services are in svc.log, the rest show...
I couldn't help myself being a beta tester, I also read the license and I don't think it says anything against reverse-engineering (although the service agreement prohibits cheating). I had written up a post before about this, and how one .exe loads another, which loads itself but I removed it. ...
I'm a beginner with making hacks but I've already made a wallhack for Face Of Mankind. It was a little hard, because you can choose you're own outfit. But now I wanna try to make a radar and later on I want to try to make a aimbot., but that's future. But how can I start to make a radar? I know...
----------
Hi. :) Just in case I am not the only one working on RoM. I am reversing RoM for some time, pretty happy with what I achieved until now. So, my problem is finding the internal gameobject-list. I reversed many stuff last days, I got everything to create a nice bot except I am not able to...
#include<windows.h> #include<stdio.h> LRESULT CALLBACK WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) {
...
There are currently 1 users browsing this forum. (0 members & 1 guests)
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules