 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Taka IV Newbie cheater
Reputation: 0
Joined: 26 Feb 2012 Posts: 24
|
Posted: Fri Mar 02, 2012 12:58 am Post subject: Need help with ACBSP infinite health script |
|
|
I have found ACBSP address for health and find out what writes to this address then lose some health and edited the script so it look like this
| Quote: | [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)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov dword ptr [eax+58],500
originalcode:
mov ecx,[eax+58]
mov edx,[ebp+08]
exit:
jmp returnhere
"ACBSP.exe"+1056EB6:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ACBSP.exe"+1056EB6:
mov ecx,[eax+58]
mov edx,[ebp+08]
//Alt: db 8B 48 58 8B 55 08 |
Can someone please help me with this? Is it something i do wrong or it's the wrong address?
_________________
Understand what you can't.
That's how it usually works. |
|
| Back to top |
|
 |
Jeffrey_ Expert Cheater
Reputation: 1
Joined: 10 Jun 2011 Posts: 164
|
Posted: Fri Mar 02, 2012 12:00 pm Post subject: Re: Need help with ACBSP infinite health script |
|
|
| n00b_Hacker234 wrote: | I have found ACBSP address for health and find out what writes to this address then lose some health and edited the script so it look like this
| Quote: | [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)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov dword ptr [eax+58],500
originalcode:
mov ecx,[eax+58]
mov edx,[ebp+08]
exit:
jmp returnhere
"ACBSP.exe"+1056EB6:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ACBSP.exe"+1056EB6:
mov ecx,[eax+58]
mov edx,[ebp+08]
//Alt: db 8B 48 58 8B 55 08 |
Can someone please help me with this? Is it something i do wrong or it's the wrong address? |
i doubt its the wrong one you got there. i had a table somewhere with a god mode script with similar codes but was scripted different so it works better. But dont ask me for because i wont be able to find anyway
reason you die from great heights because the game has a separate instruction that's gets requested to make you die from jumping from a high place. either try make your script better to make yourself able to jump from great heights or find the instruction that causes to dsynchronize from falling a great height
p.s why do you have to use the readername bbcode in your sig, its really crap.
Thanks, Jeffthecreeper911
|
|
| Back to top |
|
 |
Taka IV Newbie cheater
Reputation: 0
Joined: 26 Feb 2012 Posts: 24
|
Posted: Fri Mar 02, 2012 6:22 pm Post subject: |
|
|
| Quote: | | i doubt its the wrong one you got there. i had a table somewhere with a god mode script with similar codes but was scripted different so it works better. But dont ask me for because i wont be able to find anyway |
Then could you atleast teach me how to make the script better?
| Quote: | | p.s why do you have to use the readername bbcode in your sig, its really crap. |
Ok. I'll change it. Thanks by the way.
_________________
Understand what you can't.
That's how it usually works. |
|
| Back to top |
|
 |
Jeffrey_ Expert Cheater
Reputation: 1
Joined: 10 Jun 2011 Posts: 164
|
Posted: Fri Mar 02, 2012 7:36 pm Post subject: |
|
|
| n00b_Hacker234 wrote: | | Quote: | | i doubt its the wrong one you got there. i had a table somewhere with a god mode script with similar codes but was scripted different so it works better. But dont ask me for because i wont be able to find anyway |
Then could you atleast teach me how to make the script better?
| Quote: | | p.s why do you have to use the readername bbcode in your sig, its really crap. |
Ok. I'll change it. Thanks by the way. |
I couldn't teach you (because it would be really hard to explain) but I can help you find the instruction that dsynchronizes you (that's basically death sequence) most games now have a address that makes the death sequence happen when its a certain value. so to start off searching for that address go into the game and let the death sequence occur (dsynchronization) then pause and minimize the game. goto to cheat engine and put the value type to byte and search for 1. Then back into the game and let it go back to the lastest save you made. once your back in game alive. pause and minimize and go back to cheat engine and put in 0 and hit next scan. repeat and couple of times until you get a few addresses. if you don't get any results. try searching in different value types and different values. but if you do get a address. put it to 1 (or whatever value) to make sure it makes the death sequence occur. if it does, then carry on reading. once you got your address, right click on it and find out what writes to it. once again go in the game make the death sequence occur. go back to cheat engine and there should be a code. that code is most likely going to be the instruction making the death sequence occur when you either lose all your health or jump from a great height (or how you ever die in the game) you can either nop the code and activate god mode script to see if it works or you can make a script out the instruction and combine it with the godmode script
Thanks, Jeffthecreeper911
|
|
| Back to top |
|
 |
Taka IV Newbie cheater
Reputation: 0
Joined: 26 Feb 2012 Posts: 24
|
Posted: Fri Mar 02, 2012 8:34 pm Post subject: |
|
|
| Jeffthecreeper911 wrote: | | n00b_Hacker234 wrote: | | Quote: | | i doubt its the wrong one you got there. i had a table somewhere with a god mode script with similar codes but was scripted different so it works better. But dont ask me for because i wont be able to find anyway |
Then could you atleast teach me how to make the script better?
| Quote: | | p.s why do you have to use the readername bbcode in your sig, its really crap. |
Ok. I'll change it. Thanks by the way. |
I couldn't teach you (because it would be really hard to explain) but I can help you find the instruction that dsynchronizes you (that's basically death sequence) most games now have a address that makes the death sequence happen when its a certain value. so to start off searching for that address go into the game and let the death sequence occur (dsynchronization) then pause and minimize the game. goto to cheat engine and put the value type to byte and search for 1. Then back into the game and let it go back to the lastest save you made. once your back in game alive. pause and minimize and go back to cheat engine and put in 0 and hit next scan. repeat and couple of times until you get a few addresses. if you don't get any results. try searching in different value types and different values. but if you do get a address. put it to 1 (or whatever value) to make sure it makes the death sequence occur. if it does, then carry on reading. once you got your address, right click on it and find out what writes to it. once again go in the game make the death sequence occur. go back to cheat engine and there should be a code. that code is most likely going to be the instruction making the death sequence occur when you either lose all your health or jump from a great height (or how you ever die in the game) you can either nop the code and activate god mode script to see if it works or you can make a script out the instruction and combine it with the godmode script
Thanks, Jeffthecreeper911 |
I've tried, but the best i could get is +800 addresses.
_________________
Understand what you can't.
That's how it usually works. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|