Hei Folk,
Wär es möglich so einen CHeat zumachen der das kann:
Sowas das man wie GM ist weis heißt:
Unbemerkt in einen Raum gehen.
Ohne Pw eintreten etc..
also im großen und ganzen Misc hacks.
Ich habe so ein Versuch, die letzten Tage mal versucht.
Ich habe alle Raum Fehler entfernt, und konnte trotzdem mit roten Ping, keine Räume joinen .. oder Passwort Rooms, ist Server Side
Memory Question 05/09/2011 - Perfect World - 4 Replies Hey epvp,
I have been doing a for loop in C from 0 to 769 and my loop has been "crashing" due to an exception.
It took me a while to figure out, but I started to realize that every mob ptr requires you to do the index * 0x4
0x00AE9944 + 0x1C + 0x1C + 0x24 + 0x50 + i * 0x4 + 0x11C
Now, I figured out that some i * 0x4 simply return ?? in CheatEngine, so I was wondering how to fix this problem, because not every i * 0x4 returns 0 therefore it causes my code to crash.
Question about memory finding. 08/21/2010 - GW Bots - 1 Replies Hey,I'm pretty much new at memory finding/reading,I've been trying to do it by myself until now,I decided to seek help here because I am somewhat confused.
I know how to find base memory address in Guild Wars and I've found out that 1b4 is the offset for "skill id".However if I use base memory address and 1b4 offset it gives me the skill I AM casting.How do I make it so it displays the skill id my target is casting?
I've tried pretty much every possibilty with my "knowledge" but I...
[Question] Dumping Memory 04/30/2009 - Kal Online - 4 Replies This snippet is in a loop that dumps values from memory.
char &myposition=*(char*)offset;
printf("%x \n",myposition);
offset++;
This is a little of my output:
55 ffffff8b ffffffec ffffff83 ffffffec 18
Memory Editor question. 08/05/2008 - Conquer Online 2 - 4 Replies How would I change an item into something like a stancher using a memory editor such as Cheat Engine? And then change it back of course?
[Question] Autoit Memory 06/04/2008 - Conquer Online 2 - 7 Replies Hey everyone,
I just started learning about how to do memory in AutoIt.
I made this simple script but for some reason would not work.
------CODE START----------
#Include<NomadMemory.au3>
$ProcessID = WinGetProcess("","")
$DllInformation = _MemoryOpen($ProcessID)
$CharName=_MemoryOpen(0x56BC64,$DllInformation)