ParkourPenguin I post too much
Reputation: 150 Joined: 06 Jul 2014 Posts: 4652
|
Posted: Fri Jul 07, 2017 6:43 pm Post subject: |
|
|
Code: | [ENABLE]
alloc(newmem,2048)
alloc(wpnSpdMult,4)
label(returnhere)
newmem:
fmul [wpnSpdMult]
fstp dword ptr [edi+000000C0]
jmp returnhere
wpnSpdMult:
dd (float)0.5
"Oblivion.exe"+1FE09C:
jmp newmem
nop
returnhere:
[DISABLE]
dealloc(newmem)
dealloc(wpnSpdMult)
"Oblivion.exe"+1FE09C:
db D9 9F C0 00 00 00 |
File -> Assign to current cheat table _________________ I don't know where I'm going, but I'll figure it out when I get there.
|
|