View previous topic :: View next topic |
Author |
Message |
pinkie56 How do I cheat?
Reputation: 0
Joined: 29 Aug 2008 Posts: 7
|
Posted: Tue Dec 15, 2009 6:18 pm Post subject: Cheatengine "Memory View" How do you space? |
|
|
Is there a way to space without deleting a script?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Tue Dec 15, 2009 6:50 pm Post subject: |
|
|
I have no idea what you mean
_________________
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 |
|
 |
pinkie56 How do I cheat?
Reputation: 0
Joined: 29 Aug 2008 Posts: 7
|
Posted: Tue Dec 15, 2009 7:23 pm Post subject: |
|
|
In cheatengine you go to Memory view and than when you press space it deletes some of the coding can you press a key so it doesn't delete instead it makes more space?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Tue Dec 15, 2009 7:37 pm Post subject: |
|
|
try the rightside if you want to make it so a space is translated into hexcode 0x20
_________________
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 |
|
 |
LinRuiBai Master Cheater
Reputation: 0
Joined: 17 Nov 2009 Posts: 315 Location: In the DDH Forums
|
Posted: Tue Dec 15, 2009 7:39 pm Post subject: |
|
|
or maybe you hit your insert key by accident?
_________________
Hey Hitler if i help you press this under my name. |
|
Back to top |
|
 |
pinkie56 How do I cheat?
Reputation: 0
Joined: 29 Aug 2008 Posts: 7
|
Posted: Tue Dec 15, 2009 8:02 pm Post subject: |
|
|
No you don't get me when i open cheatengine>Memory View>Than at right side you can type and modify some stuff but than if i press Space it makes words that are in my way disappeared,you know is there a way i can make it so i can have more space instead of making stuff disappear ?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Tue Dec 15, 2009 8:20 pm Post subject: |
|
|
resize the window ?
_________________
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 |
|
 |
Radiation Grandmaster Cheater
Reputation: 14
Joined: 17 Jun 2009 Posts: 842 Location: Chernobyl
|
Posted: Tue Dec 15, 2009 8:43 pm Post subject: |
|
|
no, he means inserting bytes into the active exe...
which is not possible and if it was, you would have to shift the remaining hex code... which eventually will crash the program.
so the answer is no - it's not possible.
_________________
|
|
Back to top |
|
 |
pinkie56 How do I cheat?
Reputation: 0
Joined: 29 Aug 2008 Posts: 7
|
Posted: Tue Dec 15, 2009 9:06 pm Post subject: |
|
|
No...Not what i want...I mean when you in memory view in the right side there are codes and you can write in it but when u press space it deletes letters but i want it so it doesnt instead it gives more space.
YH it is possible in some games
|
|
Back to top |
|
 |
Zohan Gayest Man Alive
Reputation: 1
Joined: 13 Jun 2008 Posts: 183
|
Posted: Wed Dec 16, 2009 1:11 am Post subject: |
|
|
pinkie56 wrote: | No...Not what i want...I mean when you in memory view in the right side there are codes and you can write in it but when u press space it deletes letters but i want it so it doesnt instead it gives more space.
YH it is possible in some games |
Mind taking a screenshot of what you mean?
|
|
Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 14
Joined: 17 Jun 2009 Posts: 842 Location: Chernobyl
|
Posted: Wed Dec 16, 2009 1:31 am Post subject: |
|
|
uggh... you can't insert text (bytes) into a running exe... i don't think what you're requesting is possible...
_________________
|
|
Back to top |
|
 |
pinkie56 How do I cheat?
Reputation: 0
Joined: 29 Aug 2008 Posts: 7
|
Posted: Wed Dec 16, 2009 7:00 pm Post subject: |
|
|
Yes you can!(IN SOME GAMES you can)
Ok fine ill take a picture of what i mean :
CheatEngine>Memory View>On right side you can write but whenever i write it destroys text's that interefere and if i press <SpaceBar> it makes text disappear instead of giving more space like a regular Space should do.
Description: |
Download and see the picture to solve my problem ... Downloading is FAST 3 Seconds! |
|
Filesize: |
28.59 KB |
Viewed: |
15350 Time(s) |

|
|
|
Back to top |
|
 |
ArcaneKnite Grandmaster Cheater Supreme
Reputation: 2
Joined: 16 Feb 2007 Posts: 1519
|
Posted: Wed Dec 16, 2009 7:30 pm Post subject: |
|
|
He means that when he types into the right side, it enters what he puts in, but deletes the letter/number after it.
Kind of like Microsoft Word to yo mama when you put it onto Overwrite mode.
|
|
Back to top |
|
 |
pinkie56 How do I cheat?
Reputation: 0
Joined: 29 Aug 2008 Posts: 7
|
Posted: Wed Dec 16, 2009 7:39 pm Post subject: |
|
|
EXACTLY!!!!
So how do i make it so it doesn't delete but creates space?
Someone FINALLY figures out what i mean!!!!
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Wed Dec 16, 2009 7:49 pm Post subject: |
|
|
oh, that's simple
just allocate a bigger block of memory
select the old block, press ctrl+c, go to the new block, and press ctrl+v
now find out what code accesses the old address and change it so it accesses the new block of memory
Perhaps you can even find the pointer to the old block of memory and just change that to the new block of memory, and with luck, the size indicator of that block of memory is located near that pointer. Of course, sometimes the size of a block of memory is stored inside the block itself, like delphi strings, where the first byte starts with the length of the string, followed by the string itself. Of course you can not rely on that blindly, so you have to see for yourself.
See, pretty easy
_________________
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 |
|
 |
|