Advertisement
Jaden11

iOrb script

Dec 2nd, 2014
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. --This is going to be Nathan's iOrb
  2.  
  3. game:GetObjects("rbxassestid://50525582")[1].Parent=game.Players.LocalPlayer.BackPack
  4.  
  5. Local mod menu:
  6. loadstring(game:GetObjects("rbxassestid://16368368")[1].Source)()
  7.  
  8. A noob:
  9.  
  10. m = Instance.new("Model",Workspace)
  11. for i,v in pairs(game.Players.LocalPlayers.Character:GetChildren()) do
  12.  
  13. end
  14. if v:IsA("Hat") then v=v.Handle end
  15. if v:IsA("BasePart") then
  16. local a=v:clone()
  17. a.Parent = m
  18. a.Anchored = true
  19. a.BrickColor = BrickColor.new("White")
  20. delay(0,function()
  21. while wait() do
  22. a.CFrame = v.CFrame*CFrame.Angles(0,math.rad(180),0)+game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*5
  23. if a.Name == "Torso" then
  24. game:GetService("Chat"):Chat(a,"YOU ARE NICE "..game.Players.LocalPlayer.Name:upper().."!",Blue)
  25. end
  26. end
  27. end)
  28. end
  29. end
  30.  
  31. Ban (not sure):
  32. banned=[[Insert Diitto here]]
  33. while wait() do
  34. if game.Players:FindFirstChild(banned) then
  35. game.Players:FindFirstChild(banned):Destroy()
  36. end
  37.  
  38.  
  39. Gear:
  40. x = game:GetService("InsertService"):LoadAsset(ID) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.NathanTheKid1.Character.Head.Position)
  41.  
  42.  
  43. Boom:
  44. M = Instance.new("Message")
  45. M.Parent = game.Workspace
  46. M.Text = "OMG, u noob"
  47. wait(4)
  48. M.Text = "Nooo, it's too late, run! "
  49. wait(4)
  50. M.Text = "you suck lelelel"
  51. local c = game.Players:children()
  52. for i=1,#c do
  53. c[i].Character.Torso:remove()
  54. end
  55. wait(2)
  56. M:remove()
  57.  
  58. Kick all:
  59. p= game.Players:GetChildren()
  60. for i= 1, #p do
  61. p[i]:remove()
  62. end
  63.  
  64. New Team:
  65. teams = game:GetService("Teams")
  66. team = Instance.new("Team", teams)
  67. team.Name = "TEAMNAME"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement