MrAsk How do I cheat?
Reputation: 0
Joined: 20 Sep 2020 Posts: 7
|
Posted: Mon Nov 09, 2020 6:54 pm Post subject: Repeating Pointer Values |
|
|
I am making a code that when a Panel is Clicked
The value of a pointer in the cheat table would repeatedly be 24,105 and 53.
Can anyone teach how to do it because I have no idea how to plug in the other 2 values.
| Code: |
function UDF1_CEPanel1MouseDown(sender, button, x, y)
function UDF1_ValueTimer(sender)
getAddressList().getMemoryRecordByDescription("Item").value ="24"
end
end |
|
|