-
Similar Content
-
By ExclamationPoint
Among Us Script
I think for now this is good enough, most of the values are pretty public either way, I just fixed em.
GIMME A LIKE PLS (+REP)
-
By ExclamationPoint
View File ExPoint Among Us Script
Among Us Script
I think for now this is good enough, most of the values are pretty public either way, I just fixed em.
GIMME A LIKE PLS (+REP)
Submitter ExclamationPoint Submitted 02/26/2021 Category LUA scripts
-
By MarioRossi93i
View File Real Racing 3 (9.2.0) Race Mode
REAL RACING 3 RACE MODE
Current version: 9.2.0.3.2
RR3 working version: 9.2.0
Description:
With this script you can enable/disable following hacks:
- Autodrive Mode
- Freeze Mode
- Ghost Mode
- KickAss Mode (not helpful if you active ghost mode too)
Works with standard and rolling start
FULLY COMPATIBLE WITH BOTH 32 AND 64 BIT DEVICES
Instructions:
Run this script after signal light has turned green.
If script doesn t work use S version
Video:
Submitter MarioRossi93i Submitted 05/13/2020 Category LUA scripts
-
By MarioRossi93i
REAL RACING 3 RACE MODE
Current version: 9.2.0.3.2
RR3 working version: 9.2.0
Description:
With this script you can enable/disable following hacks:
- Autodrive Mode
- Freeze Mode
- Ghost Mode
- KickAss Mode (not helpful if you active ghost mode too)
Works with standard and rolling start
FULLY COMPATIBLE WITH BOTH 32 AND 64 BIT DEVICES
Instructions:
Run this script after signal light has turned green.
If script doesn t work use S version
Video:
-
By n3kitOzz
Im trying to convert dec to signed hex with
string.format("%X", tostring(number)) But, tested it in lua interpreter, and have this:
But, i need to convert it to signed hex, like that:
How to do that?
string.format("%X", tostring(number)) returning a FFFFFFFFFFFFFFBF
-