View previous topic :: View next topic |
Author |
Message |
CityOfTheIris Newbie cheater
Reputation: 0
Joined: 18 Sep 2016 Posts: 16
|
Posted: Fri Oct 14, 2016 7:27 am Post subject: Writing to an addres's pointer |
|
|
Code: |
function CEButton2Click(sender)
health = "[[gta3.exe+6FB1C8]+5FC"
writeFloat(health,600)
end
|
it just doesnt work, the value isnt getting set to 600
is there anything im doing wrong? ( i attached to gta3 process )
and please post full solution
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri Oct 14, 2016 9:11 am Post subject: |
|
|
Delete one of those extra "[" maybe?
|
|
Back to top |
|
 |
CityOfTheIris Newbie cheater
Reputation: 0
Joined: 18 Sep 2016 Posts: 16
|
Posted: Fri Oct 14, 2016 9:13 am Post subject: |
|
|
doesnt work
the example from down i tried and didnt work
Last edited by CityOfTheIris on Fri Oct 14, 2016 9:30 am; edited 1 time in total |
|
Back to top |
|
 |
Twistedfate Expert Cheater
Reputation: 1
Joined: 11 Mar 2016 Posts: 231
|
Posted: Fri Oct 14, 2016 9:25 am Post subject: |
|
|
Code: | function CEButton1Click(sender)
writeInteger("game.exe+78d9a0", getProperty(CEselectorTrainer.CEEdit1,"Text"))
end
|
|
|
Back to top |
|
 |
CityOfTheIris Newbie cheater
Reputation: 0
Joined: 18 Sep 2016 Posts: 16
|
Posted: Fri Oct 14, 2016 9:29 am Post subject: |
|
|
Twistedfate wrote: | Code: | function CEButton1Click(sender)
writeInteger("game.exe+78d9a0", getProperty(CEselectorTrainer.CEEdit1,"Text"))
end
|
|
any clear explaination what dose this do?
help???
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri Oct 14, 2016 11:21 am Post subject: |
|
|
You sure your button push is even executing the code you think it is?
Add a print() statement just to be sure.
Code: | function CEButton2Click(sender)
health = "[gta3.exe+6FB1C8]+5FC"
writeFloat(health,600)
print("yay")
end |
|
|
Back to top |
|
 |
CityOfTheIris Newbie cheater
Reputation: 0
Joined: 18 Sep 2016 Posts: 16
|
Posted: Fri Oct 14, 2016 11:36 am Post subject: |
|
|
it outputs yay, but value no changed
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri Oct 14, 2016 12:14 pm Post subject: |
|
|
Then your pointer is wrong. Show us the working CE pointer.
And does updating the CE pointer actually change the game?
|
|
Back to top |
|
 |
CityOfTheIris Newbie cheater
Reputation: 0
Joined: 18 Sep 2016 Posts: 16
|
Posted: Fri Oct 14, 2016 12:17 pm Post subject: |
|
|
i.imgur. com/iRD7uXC.png
remove the spaces because it doesnt let me put urls
its gta 3 health pointer
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri Oct 14, 2016 12:55 pm Post subject: |
|
|
The pointer you posted is simply "[006FB1C8]+5FC"
It doesn't use gta3.exe as it's base or anything.
Doesn't sound very static, but that's your problem to solve!
|
|
Back to top |
|
 |
CityOfTheIris Newbie cheater
Reputation: 0
Joined: 18 Sep 2016 Posts: 16
|
Posted: Fri Oct 14, 2016 2:09 pm Post subject: |
|
|
thanks, you really helped me ! <3
|
|
Back to top |
|
 |
|