| View previous topic :: View next topic |
| Author |
Message |
CheatInTheHole Newbie cheater
Reputation: 0
Joined: 31 Jul 2013 Posts: 11
|
Posted: Mon Aug 05, 2013 11:20 am Post subject: "set to previous value" for group? |
|
|
Hi, lets say i have xx amount of addresses with different values in a group called "abc".
Is there an easy way to "on a press of a button" change all these values to their previous value?
The second best would be to be able to see "previous value" just like in the "found list"
(I thought i saw someone ask something similar some days ago, but cant find it now.)
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25813 Location: The netherlands
|
Posted: Mon Aug 05, 2013 12:13 pm Post subject: |
|
|
Ctrl+z undoes the last edit on selected addresses
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
CheatInTheHole Newbie cheater
Reputation: 0
Joined: 31 Jul 2013 Posts: 11
|
Posted: Mon Aug 05, 2013 12:28 pm Post subject: |
|
|
| only on values manually changed?. its a task in the attached process that causes the values to change, not I.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25813 Location: The netherlands
|
Posted: Mon Aug 05, 2013 12:51 pm Post subject: |
|
|
No, You will have to keep track of that yourself by constantly polling the value and store the last value change that you caught
Note though that even if you poll the value every 10 milliseonds, you may miss the last value. (e.g if it changes from 100 to 1 in 4 milliseconds, you will only see 100 and 1, or worse, depending on pure chance, 2 and 1)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
CheatInTheHole Newbie cheater
Reputation: 0
Joined: 31 Jul 2013 Posts: 11
|
Posted: Mon Aug 05, 2013 1:04 pm Post subject: |
|
|
I´m not sure i follow you :/
Is what i´m asking for possible with lua. or do i have to go in and copy every value by hand, and then when desired paste the value one by one?
Edit: with "an easy way" i meant "relativly short script" and if so, can someone lead me in the right direction.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25813 Location: The netherlands
|
Posted: Tue Aug 06, 2013 2:53 am Post subject: |
|
|
You could use a timer that gets the values of the cheatentries and store them in a table. Then create a hotkey or a button to click that will set the values of the cheatentries to the last saved value
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|