View previous topic :: View next topic |
Author |
Message |
DanielTheHitman How do I cheat?
Reputation: 0
Joined: 28 Feb 2016 Posts: 7
|
Posted: Sun Feb 28, 2016 9:56 am Post subject: How do I assign TCEEdit to address value |
|
|
I would like that when i press TransferPoints, the value that i have in EPPoints
(edit box) will change the value in the cheat engine.
Description: |
|
Filesize: |
374.96 KB |
Viewed: |
5186 Time(s) |

|
|
|
Back to top |
|
 |
LastExceed Expert Cheater
Reputation: 1
Joined: 05 Nov 2014 Posts: 130
|
Posted: Sun Feb 28, 2016 2:30 pm Post subject: |
|
|
First, select the button, go to events and doubleclick "OnClick". Then the lua script should open and some code appeared. Then insert this:
Code: | function TransferPointsClick(sender)
if(tonumber(PrototypeEPHack.EPPoints.text)==nil)then
showMessage('please enter a valid integer')
else
getAddressList().getMemoryRecordByDescription('PrototypeEPHack').value=PrototypeEPHack.EPPoints.text
end
end |
|
|
Back to top |
|
 |
DanielTheHitman How do I cheat?
Reputation: 0
Joined: 28 Feb 2016 Posts: 7
|
Posted: Sun Feb 28, 2016 5:22 pm Post subject: |
|
|
thank you very much, looks forward to more help in the future, and btw how do i get it to play a beep/song?(when i press TransferPoints)
|
|
Back to top |
|
 |
LastExceed Expert Cheater
Reputation: 1
Joined: 05 Nov 2014 Posts: 130
|
Posted: Sun Feb 28, 2016 5:25 pm Post subject: |
|
|
Unfortunately I cannot help you with that since am still learning lua myself
|
|
Back to top |
|
 |
DanielTheHitman How do I cheat?
Reputation: 0
Joined: 28 Feb 2016 Posts: 7
|
Posted: Sun Feb 28, 2016 6:21 pm Post subject: |
|
|
ok what sites etc. are you using to learn lua?
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
Back to top |
|
 |
DanielTheHitman How do I cheat?
Reputation: 0
Joined: 28 Feb 2016 Posts: 7
|
Posted: Sun Feb 28, 2016 7:43 pm Post subject: |
|
|
Thanks Zanzer the beep() doesn't work for me and i was looking at the Code: | playSound(findTableFile("sound.wav")) | sometime ago only this seem to work for me.
|
|
Back to top |
|
 |
|