The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Crash Simulator script pastebin roblox
By LINK GAME on 2024-09-21 08:00 am | Syntax: LUA | Views: 16



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))()
  2. local w = library:CreateWindow("Crash Simulator")
  3. local b = w:CreateFolder("AutoFarm")
  4. local e = w:CreateFolder("Mix")
  5. local u = w:CreateFolder("Credits")
  6.  
  7. --Toggle
  8. b:Toggle("Inf Stats",function(bool)
  9.     shared.toggle = bool
  10.     InfStats = bool
  11. end)
  12.  
  13. e:Toggle("AntiAfk",function(bool)
  14.     shared.toggle = bool
  15.     AntiAfk = bool
  16. end)
  17. --Credits
  18. u:Button("maxgat5#8395",function()
  19.     setclipboard("maxgat5#8395")
  20. end)
  21.  
  22. u:Button("Discrod Server",function()
  23.     setclipboard("https://discord.gg/K4txdRSVfq")
  24. end)
  25.  
  26. game:GetService('RunService').Stepped:connect(function()
  27.     if InfStats == true then
  28.         inf = math.huge
  29.         game:GetService("ReplicatedStorage").RemoteFE.RF_CS:InvokeServer(1004,inf)
  30.     end
  31.     if AntiAfk == true then
  32.         local bb=game:service'VirtualUser'
  33.         bb:CaptureController()
  34.         bb:ClickButton2(Vector2.new())
  35.     end
  36. end)