Advertisement
tripono

Orb

Oct 18th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. owners = "fullerjar" --Change my name to your name,
  2. Player = game.Players['fullerjar'];
  3. loopkill = {iLordVex = true}
  4.  
  5. orbmodeversion=false;
  6. orbkick=false;
  7. orbban=false;
  8. orbkill=false;
  9. coroutine.create(function()
  10. local service = game:service'StarterGui'
  11. local game = game:GetService'PlayerGui'
  12. local text = Instance.new("TextLabel",PlayerGui)
  13. text.Parent = text
  14. text.Text = "OrbTesting by fullerjar!"
  15. text.Size=UDim2.new(10, 10, 5, 5)
  16. text.FontSize="Size24"
  17. text.TextStrokeColor3=Color3.new(155/155/255/255)
  18. text.TextStrokeTransparency=.8
  19. end)
  20.  
  21. function loopkill(iLordVex)
  22. for _,v in pairs(game.Players:GetChildren())do
  23. if v:IsA("Player")then
  24. do v.Character:BreakJoints() --1000000000000000dsadadadaadaada
  25. end
  26. end
  27. end
  28. end
  29.  
  30. coroutine.create(function()
  31. local butt = Instance.new("TextButton",PlayerGui)
  32. butt.BackgoundColor3=Color3.new(255,255,255)
  33. butt.BackgroundTransparency=.5
  34. butt.Position=UDim2.new{100,100,100};
  35. butt.Size=UDim2.new{50,50,50};
  36. end)
  37.  
  38. if workspace:FindFirstChild("iLordVex",PlayerGui)~=nil then iLordVex:BreakJoints() end
  39.  
  40. function orbmodeversion(VERSION,PLAYER,NUMBER)
  41. local ver = coroutine.create(function()
  42. Output('Version is : 0.5'..Version)
  43. end)
  44. end
  45.  
  46. function owners()
  47. if workspace:FindFirstChild(owners)then
  48. elseif owners~=LuaScripter12 then
  49. owners()
  50. return owners
  51. else
  52. owners = "LuaScripter12"
  53. end
  54. end
  55.  
  56. Orb = Instance.new("Part")
  57. Orb.Parent = game.Workspace
  58. Orb.Shape = "Block"
  59. Orb.Size = Vector3.new(1,1,1)
  60. Orb.Transparency = 0.3
  61. Orb.BottomSurface = "Smooth"
  62. Orb.TopSurface = "Smooth"
  63. Orb.BrickColor = BrickColor.new("Really blue")
  64. Orb.CanCollide = false
  65. Orb.Locked = true
  66. Orb.Anchored = true
  67. Bet = ";"
  68. local Chat = game:GetService("Chat")
  69.  
  70.  
  71.  
  72. z = 5
  73.  
  74. ml = Instance.new("Model", Orb)
  75. ml.Name = "Orb"
  76. ml.Parent = game.Workspace
  77.  
  78. Player.Chatted:connect(function(m) pcall(function() game:service'Chat':Chat(Orb,m) end) end)
  79. while wait() and Orb do
  80. for ang=1,19, 8 do
  81. wait()
  82. Orb.CFrame=CFrame.new(Player.Character.Head.Position)*CFrame.Angles(0,math.rad(ang),0)*CFrame.new(0,0,-z)
  83. end
  84. end
  85. m = Instance.new("Model") m.Parent = player m.Name = "" .. name .. "'s Orb"
  86. p = Instance.new("Part") p.Parent = player["" .. name .. "'s Orb"] p.Size = Vector3.new(1,1,1) p.Position = Vector3.new(0,20,0) p.Name = "Head"
  87. h = Instance.new("Humanoid") h.Parent = player["" .. name .. "'s Orb"] h.MaxHealth = 0 h.Health = 0
  88. b = Instance.new("BodyPosition") b.Parent = player["" .. name .. "'s Orb"].Head b.maxForce = Vector3.new(10000000,10000000,10000000)
  89. while true do
  90. b.position = player.Head.Position + Vector3.new(0,3,5)
  91. wait()
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement