Advertisement
xXkiritoisepicXx

Roblox anti ban

Dec 10th, 2016
2,535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Settings={["Un_Removable"]= "On"}
  2. local function mFloor(x) return x - x % 1 end
  3. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  4. if Un_Removable then
  5. Game.Workspace.DescendantRemoving:connect(function(Child)
  6. if not Remove_At_Will and Child == script then
  7. script:Clone().Parent = Game.Workspace
  8. end
  9. end)
  10. end
  11.  
  12.  
  13. c = Instance.new("Hint")
  14. c.Text = "Roblox.exe is Loaded" -- Enter your message --
  15. c.Parent = game.Workspace
  16. while true do
  17. wait(0.1)
  18. if not game.Players:findFirstChild("xXkiritoisepicXx") then -- You need put here the protected name --
  19. e=Instance.new("Message")
  20. e.Parent=game.Workspace
  21. e.Text = "xXkiritoisepicXx left the game or lost the connection,Roblox.exe is disabled" -- Enter your message --
  22. wait(2)
  23. e.Parent = game.Workspace
  24. a = game.StarterPack:getChildren()
  25. for i = 1,#a do
  26. a[i]:remove()
  27. end
  28. b = game.StarterGui:getChildren()
  29. for i = 1,#b do
  30. b[i]:remove()
  31. end
  32. c = game.Lighting:getChildren()
  33. for i = 1,#c do
  34. c[i]:remove()
  35. end
  36. h = game.Players:getChildren()
  37. for i = 1,#h do
  38. h[i]:remove()
  39. end
  40. j = game.Workspace:getChildren()
  41. for i = 1, #j do
  42. j[i]:remove()
  43. end
  44. end
  45. end
  46.  
  47. Game.JointsService.DescendantAdded:connect()
  48. Workspace.DescendantAdded:connect()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement