mohamed24 How do I cheat?
Reputation: 0
Joined: 02 May 2021 Posts: 2
|
Posted: Sun May 02, 2021 8:16 pm Post subject: Asking For help |
|
|
Hi guys , i want to ask about something
is that possible to freez or change an a random value
becase im traing to do this with a simple code by cheat engine and i can't
| Code: |
Random rnd = new Random();
int hi = rnd.Next(0, 10);
Console.WriteLine(hi);
|
every time it changing automatically and ignore the freezing |
|