Sadtrixio

Saturn

Dec 6th, 2019
8,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. --[[
  2. Special for Trixsploit.
  3. If you use this, please credit Trixsploit.
  4. ]]
  5.  
  6. local vu = game:GetService("VirtualUser")
  7. game:GetService("Players").LocalPlayer.Idled:connect(function()
  8. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  9. wait(1)
  10. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  11. end)
  12.  
  13. function cnotif(t, b, d)
  14. StarterGui = game.StarterGui
  15. game.StarterGui:SetCore("SendNotification", {
  16. Title = t;
  17. Text = b;
  18. Button1 = "OK";
  19. Duration = d;
  20. })
  21. end
  22.  
  23. local player = game.Players.LocalPlayer.Name --Player Functions
  24. cnotif('Hey, ' ..player, 'Anti-Afk started!', 9)
Advertisement
Add Comment
Please, Sign In to add comment