 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
utherson601 How do I cheat?
Reputation: 0
Joined: 09 Jul 2011 Posts: 4
|
Posted: Sat Jul 09, 2011 1:34 am Post subject: Cheat Engine/Visual Studio |
|
|
@ Dark_byte/any other mod
I was wondering which of the values I would use in Visual studio from the table "Two Worlds II V1.0 (GM and More)" table in your forum.
and also, could you explain what "eax, edx, esp, ax, cx" and so on mean?
all referencing is to be made, I'm just trying to make it so I don't have to keep showing my friends how to use Cheat Engine.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25987 Location: The netherlands
|
Posted: Sat Jul 09, 2011 5:50 am Post subject: |
|
|
or, instead of pulling your hairs out learning relative addressing, registers , code injection, etc...
you could change the script slightly so even a total idiot can use it
e.g:
replace the enable/disable cheats with auto assembler scripts
| Code: |
[enable]
iEnableGM:
dd 1
[disable]
iEnableGM:
dd 0
|
Or, if they are to stupid to even select the proper process, add in a lua script that gets loaded when the table is loaded and put in as code:
| Code: |
stringlist_add(getAutoAttachList() ,"TwoWorlds2.exe");
|
That will cause ce to automatically open the TwoWorlds2.exe process (rename that if it's a different process, like .bin)
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
utherson601 How do I cheat?
Reputation: 0
Joined: 09 Jul 2011 Posts: 4
|
Posted: Sat Jul 09, 2011 12:05 pm Post subject: |
|
|
| Quote: | or, instead of pulling your hairs out learning relative addressing, registers , code injection, etc...
you could change the script slightly so even a total idiot can use it |
but i want to learn it.... you know... for future reference
or depending on how much spare time you have..... we could make something to work it out..... so it only needs to be input and the relative address is given
|
|
| 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
|
|