CalllMePasting

CarCrushers 2 GUI Script Pastebin

Jan 16th, 2022 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/saucekid/scripts/main/CarCrushers.lua"))()
  2.  
  3. -- // Configuration: \\ --
  4.  
  5. shared.settings = {
  6. ['DarkMode'] = true; -- Dark mode on the script itself.
  7. ['AntiAfk'] = true; -- Enable anti-afk
  8. ['CloseBind'] = Enum.KeyCode.LeftBracket; -- Set this to your preferred key to close the menu.
  9. }
  10.  
  11. -- // Loader: \\ --
  12.  
  13. loadstring(game:HttpGet('https://pastebin.com/raw/T7ERd3e8'))()
  14.  
  15. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
Add Comment
Please, Sign In to add comment