x1337 How do I cheat?
Reputation: 0
Joined: 15 May 2025 Posts: 1
|
Posted: Thu May 15, 2025 1:58 pm Post subject: Help with something in LUA |
|
|
I would like a LUA script that creates a GUI with a button that, when pressed, modifies a pointer — for example, with the base address abcdef.exe+0027389 and offsets 4 and 489. When I press the button, it should change the value to 2 (Float), and if possible, when I press it again, it should revert to the original values from before the button was pressed. If possible, the address should be frozen when the value is changed.
And a second button that copies the value from, for example, the base address abcdef.exe+002626277 with offsets 0 and 100 (which is a 4-byte type), into the base address abcdef.exe+0002929 with offsets 8 and 88, which is also a 4-byte type. And again, if possible, the second pointer should keep the copied value frozen, and when the button is pressed again, it should restore the original values from before activation. (p1 copy value to p2)
Can someone help me, if possible?
THANK YOU !!
|
|