View Full Version : [need help] Coding FAF
smoothy023
04-03-2008, 03:56 AM
Lets say that 0x000123 = the Fast as addie
and 89FD0E will activate the famas speed how can i code this in ASM??
For the peepz that will say search google I did but i didn't get it,
i just need an expample on ASM with this so i can finish my VIP hack
And yes its already detoured the one that will give me the Key solution will Get the Hack for free. (its a D3D hack)
Plz help me
sailerboy
04-03-2008, 11:50 PM
You nop it, but instead of doing {0x90, 0x90, 0x90}
you do {0x89, 0xFD, 0x0E} or something like that.
BYTE Nop[ ] = {0x89, 0xFD, 0x0E};
Wrhackadmin
04-04-2008, 08:39 AM
doesnt work why?
doesnt work why?
because you need more then only turn it on...
Wrhackadmin
04-04-2008, 06:14 PM
[ENABLE]
push 00900000
nop
00900000:
movsx ebp,word ptr [esi+4e]
mov ebp,b
cmp ebp,35
ret
[DISABLE]
movsx ebp,word ptr [esi+4e]
cmp ebp,35
This is The Code Cave How I Use It?
spartacchio
04-07-2008, 05:31 AM
[ENABLE]
push 00900000
nop
00900000:
movsx ebp,word ptr [esi+4e]
mov ebp,b
cmp ebp,35
ret
[DISABLE]
movsx ebp,word ptr [esi+4e]
cmp ebp,35
This is The Code Cave How I Use It?
U need to know what u are doing in ASM,than open ollydbd and create a code cave and put your code in the code cave,look wht byte change and put those bytes in c++ (Seems a Nop)
(u really have to study ASM first ^^ )
R3bel19
04-07-2008, 05:05 PM
Its like Zeas said....
Its not just the addy of Fast as...
abit more complicated... :D
It is just Fast as... ;)
R3bel19
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.