Advertisement
Guest User

Universal Car game script

a guest
Oct 3rd, 2022
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Driving Empire Script
  2. _G.RedGUI = false
  3. _G.Theme = "Dark" -- Must disable or remove _G.RedGUI to use
  4. --Themes: Light, Dark, Mocha, Aqua and Jester
  5.  
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/UniversalVehicleGUI.lua"))()
  7.  
  8. Execute the script below if you want to fly the car
  9.  
  10. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  11.  
  12. -- In order to fly the car use the command 'vfly' and 'unvfly' to toggle the setting on and off.
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement