RipXploit

WhitelistM

Jul 8th, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local Player = game:GetService("Players").LocalPlayer
  2. local Character = Player.Character or game.Workspace:FindFirstChild(Player.Name)
  3.  
  4. local Notify = function(T, TE, DUR)
  5. game.StarterGui:SetCore("SendNotification", {
  6. Title = T,
  7. Text = TE,
  8. Duration = DUR;
  9. })
  10. end
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. Notify("RIPSystem", "Bypassing..", 3)
  18.  
  19. end
Add Comment
Please, Sign In to add comment