How to turn off rendering

10/21/2020 18:07 ManuLeLe#1
Hi, I was wondering if somebody could kindly share their knowledge regarding the feature that many bots have that disables the game rendering resulting in a drastically lower cpu usage. Thank you in advance! :mofo:
10/22/2020 00:24 Rajmund1337#2
Client less bots. Bots dont use nostale.ece to connect to server. Make own client
10/22/2020 08:11 Bejine#3
Make TGameRootWidget not visible.
Find a byte value of on/off for P window widget, get the address, subtract 0x10, enter that new address and add 0x18, and here you go, you have the address of a byte-sized on/off for TGameRootWidget
10/23/2020 15:55 romdrak#4
Quote:
Originally Posted by Bejine View Post
Make TGameRootWidget not visible.
Find a byte value of on/off for P window widget, get the address, subtract 0x10, enter that new address and add 0x18, and here you go, you have the address of a byte-sized on/off for TGameRootWidget
Works fine, thanks :)
10/23/2020 21:52 ManuLeLe#5
Quote:
Originally Posted by Rajmund1337 View Post
Client less bots. Bots dont use nostale.ece to connect to server. Make own client
Clearly you did not understand what I asked for.

Quote:
Originally Posted by Bejine View Post
Make TGameRootWidget not visible.
Find a byte value of on/off for P window widget, get the address, subtract 0x10, enter that new address and add 0x18, and here you go, you have the address of a byte-sized on/off for TGameRootWidget
That's awesome, if it wasn't for you I wouldn't have ever achieved this.

I think we can close the thread @[Only registered and activated users can see links. Click Here To Register...]
10/23/2020 22:18 IceTrailer#6
#closed