| View previous topic :: View next topic |
| Author |
Message |
ColdFury How do I cheat?
Reputation: 0
Joined: 11 Jul 2015 Posts: 7
|
Posted: Sun Jul 12, 2015 12:37 am Post subject: How to change a percentage? |
|
|
for example When i would click a rock i would have a 1% to get a diamond, and a 99% to get stone.
I want to change that 1% to 100%
How do i do that?.
-
* The 1% never changes it would always be 1%
so i can't really scan for it(?)
thanks in advance
---
ok so i found out the value was float, it showed me 16.950~ values and i changed all of them and seems like it worked but it made the game extremely glitchy... is there any way for me to find the correct value?
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Jul 12, 2015 9:25 am Post subject: |
|
|
When I'm stuck doing something like this and get lucky enough to not crash the game, I start breaking down the huge list of addresses.
Only change half of them and see if that works. If not, change them all back then remove them from your list. Repeat.
Once you find the correct address, right-click it and find out what accesses it. Create your injection script as normal.
|
|
| Back to top |
|
 |
ColdFury How do I cheat?
Reputation: 0
Joined: 11 Jul 2015 Posts: 7
|
Posted: Sun Jul 12, 2015 5:21 pm Post subject: |
|
|
| Zanzer wrote: | When I'm stuck doing something like this and get lucky enough to not crash the game, I start breaking down the huge list of addresses.
Only change half of them and see if that works. If not, change them all back then remove them from your list. Repeat.
Once you find the correct address, right-click it and find out what accesses it. Create your injection script as normal. |
That's what i did with one of the things, the other thing is a 0.01% and there's over 100,000 values.. i tried changing bit by bit but it crashes
is there any other way?
|
|
| Back to top |
|
 |
|