Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. - WILL NOT WORK ON FREE EXPLOITS!
  2. -- [Made By Jake11price]
  3. -- Enjoy
  4. local function SendNotification(title,text,duration,...)
  5. game.StarterGui:SetCore("SendNotification", {
  6. Title = title;
  7. Text = text;
  8. Icon = "";
  9. Duration = duration;
  10. })
  11. end
  12.  
  13. game.Players.ChildAdded:Connect(function(player)
  14. if not pcall (function()
  15. SendNotification("Player Joined",""..player.Name.." Has joined the server",2.5 )
  16. end) then
  17. print ("Error")
  18. end
  19. end)
  20.  
  21. game.Players.ChildRemoved:Connect(function(player)
  22. if not pcall (function()
  23. SendNotification("Player Left",""..player.Name.." Has rage quit",2.5 )
  24. end) then
  25. print ("Error")
  26. end
  27. end)
  28. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  29. if v.Name == "PurchasePromptApp" then
  30. v:Remove()
  31. end
  32. end
  33. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  34. if v.Name == "PrisonBreakerV1.6" then
  35. v:Remove()
  36. end
  37. end
  38.  
  39. local toggle = false
  40. local PrisonBreakerV16 = Instance.new("ScreenGui")
  41. local o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement