View previous topic :: View next topic |
Author |
Message |
israle87 How do I cheat?
Reputation: 0
Joined: 17 Nov 2019 Posts: 2
|
Posted: Sun Nov 17, 2019 11:08 am Post subject: Possibilty to see random rolls |
|
|
Good day everyone,
I'd like to know if it would be possible to introduce a visual terminal where the random rolls that the game is going to use on your next whatever roll you do.
Don't want to apply any changes to the roll, just visualize it somehow.
Thanks in advance!
|
|
Back to top |
|
 |
DanyDollaro Master Cheater
Reputation: 3
Joined: 01 Aug 2019 Posts: 334
|
Posted: Sun Nov 17, 2019 12:06 pm Post subject: |
|
|
It depends on how it is managed by the game, rand() calls are used to generate random numbers (But there are also other alternatives), you can intercept these calls and save the generated value.
But there may be cases where the random number is generated at the time, so you can do it but you won't know the value before the rand call is executed.
Ps: you can intercept the srand() call and set the seed
|
|
Back to top |
|
 |
israle87 How do I cheat?
Reputation: 0
Joined: 17 Nov 2019 Posts: 2
|
Posted: Sun Nov 17, 2019 12:23 pm Post subject: |
|
|
So what shall I be looking for once I ran the scan, being an online game suppose complicates even more the chances.
|
|
Back to top |
|
 |
DanyDollaro Master Cheater
Reputation: 3
Joined: 01 Aug 2019 Posts: 334
|
Posted: Sun Nov 17, 2019 12:58 pm Post subject: |
|
|
Online? i don`t know, in this case I can't help you
|
|
Back to top |
|
 |
|