Advertisement
mathmasterphil

o

Mar 6th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.17 KB | None | 0 0
  1. owners = “mathmasterphil” --Change my name to your name,
  2. Player = game.Players[‘mathmasterphil];
  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 LuaScripter12!"
  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 = "Ball"
  59. Orb.Size = Vector3.new(1,1,1)
  60. Orb.Transparency = 0.2
  61. Orb.BottomSurface = "Smooth"
  62. Orb.TopSurface = "Smooth"
  63. Orb.BrickColor = BrickColor.new("Really black")
  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 = 10
  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,360, 1 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement