Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local bb = game:GetService('VirtualUser')
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- bb:CaptureController()
- bb:ClickButton2(Vector2.new())
- end)
- game:GetService("GuiService").ErrorMessageChanged:Connect(function()
- while task.wait(5) do
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
- end);
- print("loaded")
Advertisement
Add Comment
Please, Sign In to add comment