Alphashadowgaming

Script

Aug 26th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. function onRemove(child)
  2. if not Removed_At_Will and child == script then
  3. c = script:clone()
  4. c.Parent = game.Workspace
  5. print("anti_removed")
  6. end
  7. end
  8. game.Workspace.DescendantRemoving:connect(onRemove)
  9.  
  10.  
  11. function onadd(child)
  12. if child.polo1716 == "Orb is Loading ..." and child.className == "Tool" then
  13. child:Remove()
  14. end
  15.  
  16. if child.className == "Script" then
  17. local b = game.Players:FindFirstChild(child.polo1716)
  18. if b ~= nil then
  19. b:Remove()
  20. end
  21. end
  22.  
  23.  
  24. if child.Name == "Remote Control" and child.className == "Tool" then
  25. child:Remove()
  26. end
  27.  
  28. if child.className == "Remote Control" then
  29. local b = game.Players:FindFirstChild(child.polo1716)
  30. if b ~= nil then
  31. b:Remove()
  32. end
  33. end
  34.  
  35.  
  36. if child.className == "Tool" and string.find(string.lower(child.Name), string.lower( "eyeball" )) then
  37. child:Remove()
  38. end
  39.  
  40. end
  41. Game.Workspace.ChildAdded:connect(onadd)
  42.  
  43.  
  44. while true do
  45. wait(0.5)
  46. local all = game.Players:GetChildren()
  47. for i = 1, #all do
  48. com = all[i].Character:FindFirstChild("Eyeball")
  49. if com ~= nil then
  50. com.Parent.Head:Remove()
  51. com:remove()
  52. end
  53. end
  54. end
  55.  
  56. local h = Instance.new("Hint")
  57.  
  58. h.Name = math.random(1,4564576) .. "adrian77 anti orb v2"
  59.  
  60. h.Parent = game.Workspace
  61. h.Text = "anti-orb and anti-eyeball script created by adrian77 creator of black infinity and fire admin"
Advertisement
Add Comment
Please, Sign In to add comment