Advertisement
AimbotMan2022

OP** BUISNESS SIMULATOR 2 GUI

Feb 14th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. _G.enabled = true
  2.  
  3. spawn(function()
  4. while _G.enabled do
  5. game:GetService("Players").LocalPlayer.PlayerGui.OnlineGameplay.Gameplay.Started.Value = true
  6. wait()
  7. end
  8. end)
  9.  
  10. local Send = function(Key)
  11. local VM = game:GetService('VirtualInputManager')
  12. VM:SendKeyEvent(true,Enum.KeyCode[Key],false,game)
  13. VM:SendKeyEvent(false,Enum.KeyCode[Key],false,game)
  14. end
  15. for life = 1, 20, 1 do
  16. spawn(function()
  17. while _G.enabled do
  18. Send('One')
  19. wait()
  20. end
  21. end)
  22. end
  23.  
  24. if _G.enabled == true then
  25. game:GetService("Players").LocalPlayer.PlayerGui.OnlineGameplay.Enabled = true
  26. game:GetService("Players").LocalPlayer.PlayerGui.Notification.Noti:Fire("Auto farm is now running!", 3)
  27. game:GetService("Players").LocalPlayer.PlayerGui.Notification.Noti:Fire("Thanks for using :)", 3)
  28. else
  29. game:GetService("Players").LocalPlayer.PlayerGui.OnlineGameplay.Enabled = false
  30. game:GetService("Players").LocalPlayer.PlayerGui.Notification.Noti:Fire("Auto farm is turned off!", 3)
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement