View previous topic :: View next topic |
Author |
Message |
Tearlow Newbie cheater
Reputation: 0
Joined: 02 Dec 2009 Posts: 14
|
Posted: Wed Dec 02, 2009 6:10 am Post subject: Any equivalent to EasyWrite + Bug? |
|
|
Hey guys,
I've been working with CE for a while now but theres one thing that makes me still use TSearch allot and that's due to the nice EasyWrite. Being able to make multiply pokes (with one checklist) and with only 2-3 lines such as is quite nice.
// ON
offset 0x400000
hex 37DA7F
// OFF
offset 0x400000
hex 45FA39
Click a Checkbox or link it to a hotkey, Is there anything in CE that already exists as the only thing that resembles this is the CodeList but it seems somewhat limited (for my purposes).
Another Suggestion would be Allowing changing order manually of your Addresslist. Trying to map over 10kb gets a little annoying when you have values spread from top to bottom
As for bugs, Im fairly sure there is one trying to hotkeying a Level 2 Pointer, remember it saying something about a module error.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25779 Location: The netherlands
|
Posted: Wed Dec 02, 2009 9:06 am Post subject: |
|
|
that's ce's auto assembler: (you used in in the code injection tutorial)
Code: |
[enable]
400000:
dd 37da7f
[disable]
400000:
dd 45fa39
|
then assign it to a cheat table and you have a easy to tick checkbox
as for ordering, you can press ctrl+grey plus/grey minux to move entries up and down
not sure about the hotkey, it tends to work for me. Or are you trying to add a pointer with a module+basename notation while not attached to the game ?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Tearlow Newbie cheater
Reputation: 0
Joined: 02 Dec 2009 Posts: 14
|
Posted: Wed Dec 02, 2009 11:03 am Post subject: |
|
|
Most Excellent mate!
After a bit of trail and error I got it working as expected! Looks like I may drop TSearch after all
As for the Hotkey, No- Im using it plain and normal. L2 Pointer with a base at ((0xA720C0 + 0xC)+0x98). It's funny though- Had a go at it again only to find out that it worked this time... It's strange how it always fixes itself when you post! But I'll be sure to screenshot it next time /repost it in this thread.
Again, Thanks a lot!
|
|
Back to top |
|
 |
|