coolgoldboy166

rufu's anti abuse

Dec 6th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. megmgm = Instance.new("Hint", workspace)
  2. megmgm.Text = "This server is protected by Rufus14 Anti-Abuse Script"
  3. wait(4)
  4. megmgm:destroy()
  5. while true do
  6. wait(1)
  7. --GUI SCRIPTS
  8. for i,v in pairs(game.Players:GetChildren()) do
  9. for l,s in pairs(v.PlayerGui:GetChildren()) do
  10. if s.ClassName == "ScreenGui" and s.Name == "AdministratorGUI" then
  11. v.Character:destroy()
  12. s:destroy()
  13. popup = Instance.new("Sound", workspace)
  14. popup.Volume = 30
  15. popup.SoundId = "rbxassetid://203785584"
  16. popup:Play()
  17. msg = Instance.new("Hint", workspace)
  18. msg.Text = v.Name.." tried to use a 'Troll Script', SHAMEEEEE (Anti-Abuse script by Rufus14)"
  19. wait(4)
  20. msg:destroy()
  21. end
  22. end
  23. end
  24. for i,v in pairs(game.Players:GetChildren()) do
  25. for l,s in pairs(v.PlayerGui:GetChildren()) do
  26. if s.ClassName == "ScreenGui" and s.Name == "RX6" then
  27. v.Character:destroy()
  28. s:destroy()
  29. popup = Instance.new("Sound", workspace)
  30. popup.Volume = 30
  31. popup.SoundId = "rbxassetid://203785584"
  32. popup:Play()
  33. msg = Instance.new("Hint", workspace)
  34. msg.Text = v.Name.." tried to use Ro-Exploit, SHAMEEEEE (Anti-Abuse script by Rufus14)"
  35. wait(4)
  36. msg:destroy()
  37. end
  38. end
  39. end
  40. for i,v in pairs(game.Players:GetChildren()) do
  41. for i,s in pairs(v.PlayerGui:GetChildren()) do
  42. if s.ClassName == "ScreenGui" and s.Name == "ScreenGui" then
  43. for i,succ in pairs(s:GetChildren()) do
  44. if succ.ClassName == "TextButton" and succ.Name == "Open/Close" then
  45. v.Character:destroy()
  46. succ:destroy()
  47. popup = Instance.new("Sound", workspace)
  48. popup.Volume = 30
  49. popup.SoundId = "rbxassetid://203785584"
  50. popup:Play()
  51. msg = Instance.new("Hint", workspace)
  52. msg.Text = v.Name.." tried to all in one Gui lol (Anti-Abuse script by Rufus14)"
  53. print(v.Name.." tried to use all in on e Gui lol")
  54. wait(4)
  55. msg:destroy()
  56. end
  57. end
  58. end
  59. end
  60. end
  61. end
Add Comment
Please, Sign In to add comment