Count_Nosferatu
Contributor-
Posts
147 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Count_Nosferatu
-
View File RR3 Unlock next day If special event has one stage per day. Run script after finished first stage in special event. Script use search method, so it may work with any game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (64bit) and VirtualXposed. bandicam 2023-07-28 15-38-11-575.mp4 Submitter Count_Nosferatu Submitted 07/28/2023 Category LUA scripts
-
Version 1.0.0
310 downloads
If special event has one stage per day. Run script after finished first stage in special event. Script use search method, so it may work with any game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (64bit) and VirtualXposed. bandicam 2023-07-28 15-38-11-575.mp4 -
- 3 comments
-
1
-
- V7a checker
- V8a checker
- (and 14 more)
-
- 3 comments
-
- V7a checker
- V8a checker
- (and 14 more)
-
- 1 comment
-
- Menu builder
- Menu
- (and 14 more)
-
RR3 v12.0.1 Reset bonus price (VP)
Count_Nosferatu commented on Count_Nosferatu's file in LUA scripts
-
- 49 comments
-
1
-
- Encrypt
- Encryption
- (and 5 more)
-
- 49 comments
-
1
-
- Encrypt
- Encryption
- (and 5 more)
-
Hi admin's! I can't download new added file, from this links: https://gameguardian.net/forum/files/file/3367-slayer-legends/ https://gameguardian.net/forum/files/file/3467-smash-party/ https://gameguardian.net/forum/files/file/3481-package-check-and-info-display-script/ https://gameguardian.net/forum/files/file/3480-menu-onoff-template/ https://gameguardian.net/forum/files/file/2901-simcity-real-server-script-2023/ and some others. Error on screenshot. Clear cookies, VPN - nothing helps. Browser - last FireFox.
-
The subtraction operation is fast. Run this script and see how long it takes to run. Usually it takes a lot of time to search, you need to search HEX numbers, or use chainer How to use chainer local time = {} local addressA = 0xA7B26F2C local addressB = 0xA7B2A774 time[1] = os.clock() local offsetAB = addressB - addressA time[2] = os.clock()-time[1] local t = string.format("%.3f",time[2]) gg.alert('OffsetAB is : ' ..string.format("0x%2X",offsetAB) ..'\nRuntime: ' ..t ..' seconds')
-
View File RR3 v12.0.1 Reset bonus price (VP) Reset bonus price (VP) in all rounds, both architectures And open all expired rounds. This script uses pointer chains, so it may not work with another game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (x64) and VirtualXposed. reset-vp.mp4 Submitter Count_Nosferatu Submitted 04/29/2023 Category LUA scripts
-
-
- 19 comments
-
Real Racing 3 (12.1.2) Car Upgrader
Count_Nosferatu commented on MarioRossi93i's file in LUA scripts
