Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
13,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. -- Credits to Thunder Mods for adding Anti AFK and Luaa for making the script.
  2. -- Will not work on free exploits.
  3.  
  4.  
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/AAigars/Lua/master/Hairdresser.lua", true))()
  6. local VirtualUser=game:service'VirtualUser'
  7. game:service'Players'.LocalPlayer.Idled:connect(function()
  8. VirtualUser:CaptureController()
  9. VirtualUser:ClickButton2(Vector2.new())
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement