Advertisement
RobloxGUI_Working

BLOXBURG AUTOBUILD

Jan 16th, 2021
8,383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local VirtualUser = game:GetService("VirtualUser")
  2.  
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. VirtualUser:Button2Down(Vector2.new(0, 0),workspace.CurrentCamera.CFrame)
  5. wait(1)
  6. VirtualUser:Button2Up(Vector2.new(0, 0),workspace.CurrentCamera.CFrame)
  7. end)
  8.  
  9. loadstring(game:HttpGet("https://alpha1004.tech/scripts/AlphaX.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement