Why keep dc for Tele Hack and Speed

01/16/2010 01:32 My1Drone#1
I don't know why...I am dcing for speed hack after a few seconds, and every time I try to tele...This is GM/Tele Hack...
Code:
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

004EB3E3://<----------OFFSET
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here


originalcode:
mov eax,00000002

exit:
jmp returnhere

[DISABLE]
mov eax,00000002
And Speed is
Code:
[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E988A: //<----------OFFSET
jmp DrakoSpeed
ReturnSpeed:

DrakoSpeed:
fld dword ptr [SpeedValue]
pop edi
pop esi
jmp ReturnSpeed
SpeedValue:
db 00 00 20 41

[DISABLE]
dealloc(DrakoSpeed)
unregistersymbol(SpeedValue)
007E988A: //<----------OFFSET
fld dword ptr [eax+08]
pop edi
pop esi
wtf m8?
/complaining
01/16/2010 02:23 ~Twister~#2
Quote:
Originally Posted by My1Drone View Post
I don't know why...I am dcing for speed hack after a few seconds, and every time I try to tele...This is GM/Tele Hack...
Code:
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

[COLOR="Red"][B]004EBAA3[/B][/COLOR]://<----------OFFSET
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here


originalcode:
mov eax,00000002

exit:
jmp returnhere

[DISABLE]
mov eax,00000002
And Speed is
Code:
[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E988A: //<----------OFFSET
jmp DrakoSpeed
ReturnSpeed:

DrakoSpeed:
fld dword ptr [SpeedValue]
pop edi
pop esi
jmp ReturnSpeed
SpeedValue:
db 00 00 20 41

[DISABLE]
dealloc(DrakoSpeed)
unregistersymbol(SpeedValue)
007E988A: //<----------OFFSET
fld dword ptr [eax+08]
pop edi
pop esi
wtf m8?
/complaining
Always check your offsets :facepalm: [Only registered and activated users can see links. Click Here To Register...]