LONGLONG X64_86_ANTIXIGNCODE3()
{
LONGLONG MAGICADDRESS;
//ANTI ASM DETECTOR :)
__ASM
{
PUSH EAX
MOVABS EAX, 0xFFFFFFFFFFFFFFFF ;INSERTING 64 BIT VALUE INTO 32 BIT REGISTERS MAKES XIGNCODE CRASH XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
MOV MAGICADDRESS, EAX
POP EAX
}
return MAGICADDRESS;
}
..
*(LONGLONG*)X64_86_ANTIXIGNCODE3() = 0x90; //NOP THEMAGIC VALUE
PM me for serious warrock business if you want to.
i dont understand how movabs works here:
Quote:
movabs is ATT-syntax for mov al/ax/eax/rax, byte/[d|q]word ptr [<64-bit absolute address>] or mov byte/[d|q]word ptr[<64-bit absolute address>], al/ax/eax/rax
therefore, youre raising an access violation exception with your code. apparently you don't know what you're doing, since you can't execute 64bit code within a 32bit application. so moving a 64bit value into a 32bit register would either cut the other 32bit in order to fit or you would overwrite some other registers (which I can not imagine).
therefore, youre raising an access violation exception with your code. apparently you don't know what you're doing, since you can't execute 64bit code within a 32bit application. so moving a 64bit value into a 32bit register would either cut the other 32bit in order to fit or you would overwrite some other registers (which I can not imagine).
[Farmville2]Rock&Wood Cheat. 10/28/2012 - Facebook - 0 Replies Credits:
http://www.pwnthis.net/2012/10/farmville-2-cheats -vanishing-rocks.html
1. Gehe auf deine Farm.
2. Öffne Cheat Engine.
3. Öffne den flash plugin bei Firefox.
4. Ändere den Value type auf Text.
5. Scanne: obstruction_rock.
6. Wähle alle Ergebnisse aus und nutzen dann den roten Pfeil.
Can you help me in Cheat Engine for the rock paper scissor please ? 08/04/2011 - 4Story - 4 Replies With Cheat Engine 6 I tried to modifie the number of victories:
I win one time, I put 1 and do first scan
I win twice, I put 2 and I do next scen
I win three times and I put 3 and next scan and I found the adress number:
07482200
I modifie for put 15 and I try to leave and he didn't work I repaet operations and I try to continue but didn't work either =(
Do you know how make that ?