MRDB512 Advanced Cheater
Reputation: 0
Joined: 31 Aug 2007 Posts: 60
|
Posted: Wed Sep 05, 2007 4:48 am Post subject: [suggestion] update templetes!! BUG FOUND!! |
|
|
BUG FOUND!!
Code INSERT PROBLEM!!
=-=-=-=
auto assemble - CLTR+A
Templetes
if you enter templete 'Cheat Table framework code' First
and then 'Code Injection' then = BUG
=======================================================
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00000000:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
0000000 - ??
0000001 - ??
0000002 - ??
0000003 - ??
0000004 - ??
exit:
jmp returnhere
============================
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
AND NO CODE IN THE MIDDLE!! PROBLEM
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
E<G>
with Code injection and them Code framework insert
========================================================
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00000000:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
0000000 - ??
0000001 - ??
0000002 - ??
0000003 - ??
0000004 - ??
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
============================================================
Right now notice the
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
Theres no code there as defualt
Recommend you
change to:
=========================================================
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
00000000: //offset
//originalcode: ; copyed for location <--- to enter as defualt
// ;offset and then original code: and fit order BUG
0000000 - ??
0000001 - ??
0000002 - ??
0000003 - ??
0000004 - ??
===========================================================
as defualt
remove the // and ; in the finnished templete
code not meant to make sence only for E>G>
What do you think!
Dark byte and Lab
Cheers,
bhal bhal
=-=-=-=
|
|