Advertisement
Digitalsweatgamesyt

Car Crushers 2 Autofarm

Jul 9th, 2021
1,063
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Script 1= cheat bypass
  2. local vu = game:GetService("VirtualUser")
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  5. wait(1)
  6. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  7. end)
  8.  
  9.  
  10. 2ND script is the main:
  11. -- // Configuration: \\ --
  12.  
  13. shared.settings = {
  14. ['DarkMode'] = true; -- Dark mode on the script itself.
  15. ['AntiAfk'] = true; -- Enable anti-afk
  16. ['CloseBind'] = Enum.KeyCode.Semicolon; -- Set this to your preferred key to close the menu.
  17. }
  18.  
  19. -- // Loader: \\ --
  20.  
  21. loadstring(game:HttpGet('https://pastebin.com/raw/T7ERd3e8'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement