| View previous topic :: View next topic |
| Author |
Message |
devoluti0n Newbie cheater
Reputation: 0
Joined: 19 Apr 2007 Posts: 10
|
Posted: Tue Jul 17, 2007 7:51 am Post subject: Impossible to freeze an adress ? |
|
|
Hi all, I got a problem.
Why can't I sometime freeze an adress ? and I also can't modify the adress's value from the memory viewer :s but I can only from the main windows by editing the value option.
Can you explain me why please ?
Edit: Oh well, it's a read only memory, so how CE does to change the value please ?
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Tue Jul 17, 2007 8:47 am Post subject: |
|
|
| Found out what writes to the adress, try make pointers ...
|
|
| Back to top |
|
 |
devoluti0n Newbie cheater
Reputation: 0
Joined: 19 Apr 2007 Posts: 10
|
Posted: Tue Jul 17, 2007 9:23 am Post subject: |
|
|
| Kevinnn wrote: | | Found out what writes to the adress, try make pointers ... |
Nothing write in my address, that's the problem, and if I want to read what read my address, my game crash ...
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Tue Jul 17, 2007 10:16 am Post subject: Re: Impossible to freeze an adress ? |
|
|
| devoluti0n wrote: | Hi all, I got a problem.
Why can't I sometime freeze an adress ? and I also can't modify the adress's value from the memory viewer :s but I can only from the main windows by editing the value option.
Can you explain me why please ?
Edit: Oh well, it's a read only memory, so how CE does to change the value please ? |
Your question is on what you want, But you have not said the game or even shown screenshots or anything of what you mean, on what is happening.
It would help if you would provide more information.
|
|
| Back to top |
|
 |
devoluti0n Newbie cheater
Reputation: 0
Joined: 19 Apr 2007 Posts: 10
|
Posted: Tue Jul 17, 2007 11:35 am Post subject: |
|
|
Well, I'll try to more explicit so.
I need to change the value of an address which is a read only address(ROM).
It's possible to edit its value with CE by editing its value in the value collumn like this :
But from the memory viewer, I can't change its value :S.
I explain me : I use CE to make trainers in delphi, but I don't have any idea of how to poke an address in read only.
But it's possible to edit it in Ce as I said before, so I just wanted to know how it was working =).
Thx
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Jul 17, 2007 3:32 pm Post subject: |
|
|
Is that the address from an instruction?
Go back into the memory viewer, count its bytes, go back out change it's type to an array of bytes. NOP it by changing all the bytes to 90. Do remember what it was before though, so you can undo the NOP.
|
|
| Back to top |
|
 |
devoluti0n Newbie cheater
Reputation: 0
Joined: 19 Apr 2007 Posts: 10
|
Posted: Tue Jul 17, 2007 4:19 pm Post subject: |
|
|
I don't really Have understood what to do :
I have my adresse which is a text : "GLB:"
So 4 caracters, so I should choose 4 bytes for the array of byte no ?
But I want to change it's value to "SYS:"
So I don't understand, cause I just need to change it to a writable memory or smt like this :s.
Could you explain me what you mean by changing my array of byte with my byte in "90" ?
Cause I think it won't help me, or maybe I don't have understood ^^.
Thx
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
|
| Back to top |
|
 |
mutant Advanced Cheater
Reputation: 0
Joined: 14 Jul 2007 Posts: 63
|
Posted: Wed Jul 18, 2007 6:34 am Post subject: |
|
|
i am not sure but i had the same problem with freezing things too i just edited something in the settings, but i just cant remember what i edited... well go ahead and try
|
|
| Back to top |
|
 |
devoluti0n Newbie cheater
Reputation: 0
Joined: 19 Apr 2007 Posts: 10
|
Posted: Wed Jul 18, 2007 7:23 am Post subject: |
|
|
Well I've understood that this adress was in read only.
I can modify it in asm like this :
[ENABLE]
64D60C:
db 53 59 53
[Disable]
64D60C:
db 47 4C 42
But I don't how how to do this in delphi :S
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Wed Jul 18, 2007 8:36 am Post subject: |
|
|
| That might be a question for Superman, or DarkByte.
|
|
| Back to top |
|
 |
devoluti0n Newbie cheater
Reputation: 0
Joined: 19 Apr 2007 Posts: 10
|
Posted: Fri Jul 20, 2007 3:57 am Post subject: |
|
|
I've sent a PM to DarkByte (I don't have any answer), and there are a lot of superman, who is the one who can help me ?
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sat Jul 21, 2007 5:51 am Post subject: |
|
|
Try asking in the programming section about writing it in delphi.
i dont know how to code in that language so i cant help really.
|
|
| Back to top |
|
 |
|