Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Special for Trixsploit.
- If you use this, please credit Trixsploit.
- ]]
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- function cnotif(t, b, d)
- StarterGui = game.StarterGui
- game.StarterGui:SetCore("SendNotification", {
- Title = t;
- Text = b;
- Button1 = "OK";
- Duration = d;
- })
- end
- local player = game.Players.LocalPlayer.Name --Player Functions
- cnotif('Hey, ' ..player, 'Anti-Afk started!', 9)
Advertisement
Add Comment
Please, Sign In to add comment