Depends, whats your coding language?
I know i only in .net, there its relativ easy to list all loadet modules for a PID and the addresses of them.
I actually just found it today, I needed the _MemoryModuleGetBaseAddress for nomadmemory.au3
Just found the source so I'm good to go now. The only thing I'm still confused on is how yall are getting the pointers to work. I understand how pointers work, I'm actually a software engineer, however, the offset you guys are using in your calculations is confusing to me. Is the pointer structure not a 32 byte data word?
Can you someone please explain to me how the Game.dll work? I never worked with hacks before. However, I have experiences with C++ (pointers, classes, win32, etc) and now I am learning Assembly in my school. Thanks.
Can you someone please explain to me how the Game.dll work? I never worked with hacks before. However, I have experiences with C++ (pointers, classes, win32, etc) and now I am learning Assembly in my school. Thanks.
I posted something about that on here a while ago.
IntPtr module = GetModuleHandle("AION.bin");
IntPtr test = GetProcAddress(module, "Game.dll");
Is above what I need to get the base address using win32?
Also, I can send a virtual key in Windows 7 by calling the keybd_event function. I wonder if that's a good idea?
Hi there while working on the facetarget stuff that the Offset for the Player Rotation also reacts on Camera movements. So the Degree changes while rotating Camera while char is standing still.
I didn't really like that fact so i started to search Example with Rotation=134,830551147461
Search First Scan float between 134,830551147460 and 134,830551147462
Then Rotate CAM not the Char and scan for unchanged
Here you go there are the Adresses
Those Adresses show real Char Rotation and not Cam Rotation and the Compass is based on West 0/360 North 270 East 180 South 90
I tried to find the Game.dll pointer to those adresses but i failed. Would be nice to have a pointer to those.
For those using autoit on Win 7 64bit, make sure you compile the program and run the .exe file. For some reason the dll functions won't work quite right if you just run the script.
hi guys
is this offset for show or real hack
because i try do change any thing in game and dont really change any thing>
If you try to change your kinah or name etc.. for sure you will fail..
What you can change is the players orientation, but i would be carefull with writing in the aion memory..
Hallo, ich habe mich in letzter Zeit damit beschäftigt was über AutoIt , Cheat Engine und so zu lesen. Habe aber irgendwie Probleme die Hex-Codes etc zu verstehen ( und herauszufinden ).
Sowas in er Art 0x234 ..
Kann einer mir erklären, wie ich die Werte meiner HP und MP mit Cheat Engine auslesen kann ? Meine HP und MP regenerieren so schnell, dass ich es nicht lokalisiern kann mit Cheat engine.
Ausserdem würde ich gerne wissen, wie ich mit AutoIt dasverarbeiten kann. Ich hb verstanden , dass ich in die Memory lesen gehn muss. Das scheint mir klar zu sein, aber wie gesagt, ich komm mit den Hex COdes nicht so klar.
Hat jemand ein gutes Tut wie ich die Codes erhalten kann ( auch von NPC´s und so )
Find da keine Lösung ( bin neu in dem Gebiet )
Aion Hacks - Current Aion Offsets 10/09/2009 - Aion Hacks, Bots, Cheats & Exploits - 3 Replies I know this is outdated but maybe we can learn from it and try to figure something out
and here is this one guys site that gives you the gameguard killer / unlocked aion.bin, GameSys.dll(I think this is what it's called), Game.dll
http://fyyre.l2-fashion.de/
I hope I helped out some seems like there should be some hacks in the near future when the damn servers come back up I'm gonna give it a shot and see what happens
tault_Broden