Advertisement
Coryh

Untitled

Dec 6th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.68 KB | None | 0 0
  1. 1 .owners = "corymegatron"
  2.  
  3.  
  4. 2.bannedlist = { "" }
  5.  
  6.  
  7. 3.loopkill = { "no one is in the list" }
  8.  
  9.  
  10. 4.orbsafetestmode=false
  11.  
  12.  
  13. 5.antiban=true
  14.  
  15.  
  16. 6.buildnumber=5
  17.  
  18.  
  19. 7.if orbsafetestmode==true then
  20.  
  21.  
  22. 8.buildnumber=5 .. " testmode"
  23.  
  24.  
  25. 9.antiban = false
  26.  
  27.  
  28. 10.end
  29.  
  30.  
  31. 11.if orbsafetestmode==true then
  32.  
  33.  
  34. 12.script.Parent = game.Workspace
  35.  
  36.  
  37. 13.else
  38.  
  39.  
  40. 14.script.Parent = nil
  41.  
  42.  
  43. 15.end
  44.  
  45.  
  46. 16.local credit = coroutine.create(function()
  47.  
  48.  
  49. 17.a=Instance.new("ScreenGui")
  50.  
  51.  
  52. 18.a.Parent = game:GetService("StarterGui")
  53.  
  54.  
  55. 19.b=Instance.new("TextLabel")
  56.  
  57.  
  58. 20.b.Parent = a
  59.  
  60.  
  61. 21.b.Size = UDim2.new ( 1, 0, 0.05, 0)
  62.  
  63.  
  64. 22.b.Position = UDim2.new ( 0, 0, 0, 0)
  65.  
  66.  
  67. 23.b.Text = "Orb Made By ME"
  68.  
  69.  
  70. 24.b.FontSize = Enum.FontSize.Size18
  71.  
  72.  
  73. 25.b.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
  74.  
  75.  
  76. 26.b.TextStrokeTransparency = .5
  77.  
  78.  
  79. 27.local texteffect1 = coroutine.create(function()
  80.  
  81.  
  82. 28. while wait() do
  83.  
  84.  
  85. 29. for i = 1,10 do
  86.  
  87.  
  88. 30. b.TextStrokeTransparency = b.TextStrokeTransparency-.05
  89.  
  90.  
  91. 31. wait(.01)
  92.  
  93.  
  94. 32. end
  95.  
  96.  
  97. 33. for i = 1,10 do
  98.  
  99.  
  100. 34. b.TextStrokeTransparency = b.TextStrokeTransparency+.05
  101.  
  102.  
  103. 35. wait(.01)
  104.  
  105.  
  106. 36. end
  107.  
  108.  
  109. 37. end
  110.  
  111.  
  112. 38.end)
  113.  
  114.  
  115. 39.coroutine.resume(texteffect1)
  116.  
  117.  
  118. 40.b.BackgroundColor3 = Color3.new ( 128, 0, 0)
  119.  
  120.  
  121. 41.b.TextColor3 = Color3.new ( 0, 0, 128)
  122.  
  123.  
  124. 42.c=game.Players:GetChildren()
  125.  
  126.  
  127. 43.for i=1,#c do
  128.  
  129.  
  130. 44.e=Instance.new("ScreenGui")
  131.  
  132.  
  133. 45.e.Parent = c[i].PlayerGui
  134.  
  135.  
  136. 46.f=Instance.new("TextLabel")
  137.  
  138.  
  139. 47.f.Parent = e
  140.  
  141.  
  142. 48.f.Size = UDim2.new ( 1, 0, 0.05, 0)
  143.  
  144.  
  145. 49.f.Position = UDim2.new ( 0, 0, 0, 0)
  146.  
  147.  
  148. 50.f.Text = "OS Gui Orb created by ME"
  149.  
  150.  
  151. 51.f.FontSize = "Size18"
  152.  
  153.  
  154. 52.f.BackgroundColor3 = Color3.new ( 128, 0, 0)
  155.  
  156.  
  157. 53.f.TextColor3 = Color3.new ( 0, 0, 128)
  158.  
  159.  
  160. 54.f.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
  161.  
  162.  
  163. 55.f.TextStrokeTransparency = .5
  164.  
  165.  
  166. 56.coroutine.resume(coroutine.create(function()
  167.  
  168.  
  169. 57. while wait() do
  170.  
  171.  
  172. 58. for i = 1,10 do
  173.  
  174.  
  175. 59. f.TextStrokeTransparency = f.TextStrokeTransparency-.05
  176.  
  177.  
  178. 60. wait(.01)
  179.  
  180.  
  181. 61. end
  182.  
  183.  
  184. 62. for i = 1,10 do
  185.  
  186.  
  187. 63. f.TextStrokeTransparency = f.TextStrokeTransparency+.05
  188.  
  189.  
  190. 64. wait(.01)
  191.  
  192.  
  193. 65. end
  194.  
  195.  
  196. 66. end
  197.  
  198.  
  199. 67.end))
  200.  
  201.  
  202. 68.end
  203.  
  204.  
  205. 69.end)
  206.  
  207.  
  208. 70.coroutine.resume(credit)
  209.  
  210.  
  211. 71.function onEnter(player)
  212.  
  213.  
  214. 72.gui1=Instance.new("ScreenGui")
  215.  
  216.  
  217. 73.gui1.Parent = player.PlayerGui
  218.  
  219.  
  220. 74.gui1.Name = player.Name.."'s GuiOrb"
  221.  
  222.  
  223. 75.button1main = Instance.new("TextButton")
  224.  
  225.  
  226. 76.button1main.Parent = gui1
  227.  
  228.  
  229. 77.button1main.Position = UDim2.new ( 0.025, 0, 0.2, 0)
  230.  
  231.  
  232. 78.button1main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
  233.  
  234.  
  235. 79.button1main.Style = 1
  236.  
  237.  
  238. 80.button1main.TextColor3 = Color3.new ( 65025, 65025, 65025)
  239.  
  240.  
  241. 81.button1main.Text = "Open Commands"
  242.  
  243.  
  244. 82.button2main = Instance.new("TextButton")
  245.  
  246.  
  247. 83.button2main.Parent = gui1
  248.  
  249.  
  250. 84.button2main.Position = UDim2.new ( 0.025, 0, 0.25, 0)
  251.  
  252.  
  253. 85.button2main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
  254.  
  255.  
  256. 86.button2main.Style = 1
  257.  
  258.  
  259. 87.button2main.TextColor3 = Color3.new ( 65025, 65025, 65025)
  260.  
  261.  
  262. 88.button2main.Text = "Open SelfCommands"
  263.  
  264.  
  265. 89.frame1main=Instance.new("Frame")
  266.  
  267.  
  268. 90.frame1main.Parent = gui1
  269.  
  270.  
  271. 91.frame1main.Name = "FindPlayer"
  272.  
  273.  
  274. 92.frame1main.Style = 2
  275.  
  276.  
  277. 93.frame1main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
  278.  
  279.  
  280. 94.frame1main.Size = UDim2.new ( 0.15, 0, 0.2, 0)
  281.  
  282.  
  283. 95.frame1main.Visible = false
  284.  
  285.  
  286. 96.button1main.MouseButton1Click:connect(function()
  287.  
  288.  
  289. 97.if frame1main.Visible == false then
  290.  
  291.  
  292. 98.frame1main.Visible = true
  293.  
  294.  
  295. 99.button1main.Text = "Close Commands"
  296.  
  297.  
  298. 100.elseif frame1main.Visible == true then
  299.  
  300.  
  301. 101.frame1main.Visible = false
  302.  
  303.  
  304. 102.button1main.Text = "Open Commands"
  305.  
  306.  
  307. 103.end
  308.  
  309.  
  310. 104.end)
  311.  
  312.  
  313. 105.button1fp=Instance.new("TextButton")
  314.  
  315.  
  316. 106.button1fp.Parent = frame1main
  317.  
  318.  
  319. 107.button1fp.Name = "Selected"
  320.  
  321.  
  322. 108.button1fp.Style = 1
  323.  
  324.  
  325. 109.button1fp.Position = UDim2.new ( 0.1, 0, 0.3, 0)
  326.  
  327.  
  328. 110.button1fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
  329.  
  330.  
  331. 111.button1fp.TextColor3 = Color3.new (0, 0, 0)
  332.  
  333.  
  334. 112.button1fp.FontSize = Enum.FontSize.Size14
  335.  
  336.  
  337. 113.button1fp.Font = "ArialBold"
  338.  
  339.  
  340. 114.button1fp.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
  341.  
  342.  
  343. 115.button1fp.TextStrokeTransparency = .5
  344.  
  345.  
  346. 116.button2fp=Instance.new("TextButton")
  347.  
  348.  
  349. 117.button2fp.Parent = frame1main
  350.  
  351.  
  352. 118.button2fp.Style = 1
  353.  
  354.  
  355. 119.button2fp.Position = UDim2.new ( 0.1, 0, 0.47, 0)
  356.  
  357.  
  358. 120.button2fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
  359.  
  360.  
  361. 121.button2fp.TextColor3 = Color3.new ( 65025, 65025, 65025)
  362.  
  363.  
  364. 122.button2fp.Text = "Next Player"
  365.  
  366.  
  367. 123.button3fp=Instance.new("TextButton")
  368.  
  369.  
  370. 124.button3fp.Parent = frame1main
  371.  
  372.  
  373. 125.button3fp.Style = 1
  374.  
  375.  
  376. 126.button3fp.Position = UDim2.new ( 0.1, 0, 0.64, 0)
  377.  
  378.  
  379. 127.button3fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
  380.  
  381.  
  382. 128.button3fp.TextColor3 = Color3.new ( 65025, 65025, 65025)
  383.  
  384.  
  385. 129.button3fp.Text = "Previous Player"
  386.  
  387.  
  388. 130.currplayer=1
  389.  
  390.  
  391. 131.local stablize = coroutine.create(function()
  392.  
  393.  
  394. 132.while true do
  395.  
  396.  
  397. 133. wait()
  398.  
  399.  
  400. 134. allplayers=game.Players:GetChildren()
  401.  
  402.  
  403. 135. if currplayer >= #allplayers+1 then
  404.  
  405.  
  406. 136. currplayer = 1
  407.  
  408.  
  409. 137. elseif currplayer == 0 then
  410.  
  411.  
  412. 138. currplayer = #allplayers
  413.  
  414.  
  415. 139. else
  416.  
  417.  
  418. 140. button1fp.Text = allplayers[currplayer].Name
  419.  
  420.  
  421. 141. if (allplayers[currplayer].Name=="ttyyuu12345") or (allplayers[currplayer].Name=="DroptheBomb") then
  422.  
  423.  
  424. 142. button1fp.TextStrokeColor3 = Color3.new(255*255,255*255,0)
  425.  
  426.  
  427. 143. else
  428.  
  429.  
  430. 144. button1fp.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
  431.  
  432.  
  433. 145. end
  434.  
  435.  
  436. 146. end
  437.  
  438.  
  439. 147.end
  440.  
  441.  
  442. 148.end)
  443.  
  444.  
  445. 149.coroutine.resume(stablize)
  446.  
  447.  
  448. 150.button2fp.MouseButton1Click:connect(function()
  449.  
  450.  
  451. 151.currplayer = currplayer+1
  452.  
  453.  
  454. 152.end)
  455.  
  456.  
  457. 153.button3fp.MouseButton1Click:connect(function()
  458.  
  459.  
  460. 154.currplayer = currplayer-1
  461.  
  462.  
  463. 155.end)
  464.  
  465.  
  466. 156.frame2main=Instance.new("Frame")
  467.  
  468.  
  469. 157.frame2main.Parent = gui1
  470.  
  471.  
  472. 158.frame2main.Style = 2
  473.  
  474.  
  475. 159.frame2main.Position = UDim2.new ( 0.275, 0, 0.2, 0)
  476.  
  477.  
  478. 160.frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
  479.  
  480.  
  481. 161.frame2main.Name = "Player"
  482.  
  483.  
  484. 162.frame2main.Visible = false
  485.  
  486.  
  487. 163.frame3main=Instance.new("Frame")
  488.  
  489.  
  490. 164.frame3main.Parent = gui1
  491.  
  492.  
  493. 165.frame3main.Style = 2
  494.  
  495.  
  496. 166.frame3main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
  497.  
  498.  
  499. 167.frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
  500.  
  501.  
  502. 168.frame3main.Name = "SelfCommands"
  503.  
  504.  
  505. 169.frame3main.Visible = false
  506.  
  507.  
  508. 170.button2main.MouseButton1Click:connect(function()
  509.  
  510.  
  511. 171.if frame3main.Visible == true then
  512.  
  513.  
  514. 172.button2main.Text = "Open SelfCommands"
  515.  
  516.  
  517. 173.frame3main.Visible = false
  518.  
  519.  
  520. 174.elseif frame3main.Visible == false then
  521.  
  522.  
  523. 175.frame3main.Visible = true
  524.  
  525.  
  526. 176.button2main.Text = "Close SelfCommands"
  527.  
  528.  
  529. 177.end
  530.  
  531.  
  532. 178.end)
  533.  
  534.  
  535. 179.selected = "ttyyuu12345"
  536.  
  537.  
  538. 180.button1fp.MouseButton1Click:connect(function()
  539.  
  540.  
  541. 181.selected = button1fp.Text
  542.  
  543.  
  544. 182.frame2main.Visible = true
  545.  
  546.  
  547. 183.end)
  548.  
  549.  
  550. 184.local frame1a2main = coroutine.create(function()
  551.  
  552.  
  553. 185.while wait() do
  554.  
  555.  
  556. 186.if frame1main.Visible == false then
  557.  
  558.  
  559. 187.frame2main.Visible = false
  560.  
  561.  
  562. 188.end
  563.  
  564.  
  565. 189.end
  566.  
  567.  
  568. 190.end)
  569.  
  570.  
  571. 191.coroutine.resume(frame1a2main)
  572.  
  573.  
  574. 192.frame1p=Instance.new("Frame")
  575.  
  576.  
  577. 193.frame1p.Parent = frame2main
  578.  
  579.  
  580. 194.frame1p.Name = "Commands"
  581.  
  582.  
  583. 195.frame1p.Style = 2
  584.  
  585.  
  586. 196.frame1p.Size = UDim2.new ( 1, 0, 0.8, 0)
  587.  
  588.  
  589. 197.frame1p.Position = UDim2.new (0, 0, 0.2, 0)
  590.  
  591.  
  592. 198.frame2p=Instance.new("Frame")
  593.  
  594.  
  595. 199.frame2p.Parent = frame2main
  596.  
  597.  
  598. 200.frame2p.Name = "PM"
  599.  
  600.  
  601. 201.frame2p.Style = 2
  602.  
  603.  
  604. 202.frame2p.Size = UDim2.new ( 0.5, 0, 0.3, 0)
  605.  
  606.  
  607. 203.frame2p.Position = UDim2.new ( 1.025, 0, 0, 0)
  608.  
  609.  
  610. 204.frame2p.Visible = false
  611.  
  612.  
  613. 205.image1p=Instance.new("ImageLabel")
  614.  
  615.  
  616. 206.image1p.Parent = frame2main
  617.  
  618.  
  619. 207.image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=ttyyuu12345"
  620.  
  621.  
  622. 208.image1p.Name = "Person"
  623.  
  624.  
  625. 209.image1p.BackgroundTransparency = 1
  626.  
  627.  
  628. 210.image1p.Position = UDim2.new ( 0.3, 0, 0, 0)
  629.  
  630.  
  631. 211.image1p.Size = UDim2.new ( 0.2, 0, 0.2, 0)
  632.  
  633.  
  634. 212.label1p=Instance.new("TextLabel")
  635.  
  636.  
  637. 213.label1p.Parent = frame2main
  638.  
  639.  
  640. 214.label1p.Position = UDim2.new ( 0.72, 0, 0.1, 0)
  641.  
  642.  
  643. 215.label1p.Name = "PersonName"
  644.  
  645.  
  646. 216.label1p.Text = "ttyyuu12345"
  647.  
  648.  
  649. 217.label1p.TextColor3 = Color3.new (0, 0, 0)
  650.  
  651.  
  652. 218.label1p.FontSize = Enum.FontSize.Size14
  653.  
  654.  
  655. 219.label1p.TextStrokeTransparency = .7
  656.  
  657.  
  658. 220.local nametell = coroutine.create(function()
  659.  
  660.  
  661. 221.while wait() do
  662.  
  663.  
  664. 222.image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..selected
  665.  
  666.  
  667. 223.if (selected=="DroptheBomb") or (selected=="ttyyuu12345") then
  668.  
  669.  
  670. 224. label1p.TextStrokeColor3 = Color3.new(255*255, 255*255, 0)
  671.  
  672.  
  673. 225.else
  674.  
  675.  
  676. 226. label1p.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
  677.  
  678.  
  679. 227.end
  680.  
  681.  
  682. 228.label1p.Text = selected
  683.  
  684.  
  685. 229.end
  686.  
  687.  
  688. 230.end)
  689.  
  690.  
  691. 231.local debug1 = coroutine.create(function()
  692.  
  693.  
  694. 232.while wait() do
  695.  
  696.  
  697. 233.selpl = game.Players:findFirstChild(selected)
  698.  
  699.  
  700. 234.if selpl==nil then
  701.  
  702.  
  703. 235.frame2main.Visible = false
  704.  
  705.  
  706. 236.return
  707.  
  708.  
  709. 237.end
  710.  
  711.  
  712. 238.end
  713.  
  714.  
  715. 239.end)
  716.  
  717.  
  718. 240.coroutine.resume(debug1)
  719.  
  720.  
  721. 241.coroutine.resume(nametell)
  722.  
  723.  
  724. 242.button1pc=Instance.new("TextButton")
  725.  
  726.  
  727. 243.button1pc.Parent = frame1p
  728.  
  729.  
  730. 244.button1pc.Style = 1
  731.  
  732.  
  733. 245.button1pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  734.  
  735.  
  736. 246.button1pc.Text = "Close"
  737.  
  738.  
  739. 247.button1pc.Position = UDim2.new ( 0, 0, 0.9, 0)
  740.  
  741.  
  742. 248.button1pc.Size = UDim2.new ( 1, 0, 0.1, 0)
  743.  
  744.  
  745. 249.button1pc.MouseButton1Click:connect(function()
  746.  
  747.  
  748. 250.frame2main.Visible = false
  749.  
  750.  
  751. 251.end)
  752.  
  753.  
  754. 252.button2pc=Instance.new("TextButton")
  755.  
  756.  
  757. 253.button2pc.Parent = frame1p
  758.  
  759.  
  760. 254.button2pc.Text = "Kill"
  761.  
  762.  
  763. 255.button2pc.Style = 1
  764.  
  765.  
  766. 256.button2pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  767.  
  768.  
  769. 257.button2pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  770.  
  771.  
  772. 258.button2pc.Position = UDim2.new ( 0, 0, 0, 0)
  773.  
  774.  
  775. 259.button2pc.MouseButton1Click:connect(function()
  776.  
  777.  
  778. 260.player1=game.Players:findFirstChild(selected)
  779.  
  780.  
  781. 261.if player1~=nil then
  782.  
  783.  
  784. 262.player1.Character:BreakJoints()
  785.  
  786.  
  787. 263.end
  788.  
  789.  
  790. 264.end)
  791.  
  792.  
  793. 265.button3pc=Instance.new("TextButton")
  794.  
  795.  
  796. 266.button3pc.Parent = frame1p
  797.  
  798.  
  799. 267.button3pc.Text = "FF"
  800.  
  801.  
  802. 268.button3pc.Style = 1
  803.  
  804.  
  805. 269.button3pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  806.  
  807.  
  808. 270.button3pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  809.  
  810.  
  811. 271.button3pc.Position = UDim2.new ( 0, 0, 0.1, 0)
  812.  
  813.  
  814. 272.button3pc.MouseButton1Click:connect(function()
  815.  
  816.  
  817. 273.player1=game.Players:findFirstChild(selected)
  818.  
  819.  
  820. 274.if player1~=nil then
  821.  
  822.  
  823. 275.ff=Instance.new("ForceField")
  824.  
  825.  
  826. 276.ff.Parent = player1.Character
  827.  
  828.  
  829. 277.end
  830.  
  831.  
  832. 278.end)
  833.  
  834.  
  835. 279.button4pc=Instance.new("TextButton")
  836.  
  837.  
  838. 280.button4pc.Parent = frame1p
  839.  
  840.  
  841. 281.button4pc.Text = "TP to me"
  842.  
  843.  
  844. 282.button4pc.Style = 1
  845.  
  846.  
  847. 283.button4pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  848.  
  849.  
  850. 284.button4pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  851.  
  852.  
  853. 285.button4pc.Position = UDim2.new ( 0, 0, 0.2, 0)
  854.  
  855.  
  856. 286.button4pc.MouseButton1Click:connect(function()
  857.  
  858.  
  859. 287.player1=game.Players:findFirstChild(selected)
  860.  
  861.  
  862. 288.player2=game.Players:findFirstChild(owners)
  863.  
  864.  
  865. 289.if (player1~=nil)and(player2~=nil) then
  866.  
  867.  
  868. 290.player1.Character:MoveTo(player2.Character.Torso.Position)
  869.  
  870.  
  871. 291.end
  872.  
  873.  
  874. 292.end)
  875.  
  876.  
  877. 293.button5pc=Instance.new("TextButton")
  878.  
  879.  
  880. 294.button5pc.Parent = frame1p
  881.  
  882.  
  883. 295.button5pc.Text = "TP to"
  884.  
  885.  
  886. 296.button5pc.Style = 1
  887.  
  888.  
  889. 297.button5pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  890.  
  891.  
  892. 298.button5pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  893.  
  894.  
  895. 299.button5pc.Position = UDim2.new ( 0, 0, 0.3, 0)
  896.  
  897.  
  898. 300.button5pc.MouseButton1Click:connect(function()
  899.  
  900.  
  901. 301.player1=game.Players:findFirstChild(owners)
  902.  
  903.  
  904. 302.player2=game.Players:findFirstChild(selected)
  905.  
  906.  
  907. 303.if (player1~=nil)and(player2~=nil) then
  908.  
  909.  
  910. 304.player1.Character:MoveTo(player2.Character.Torso.Position)
  911.  
  912.  
  913. 305.end
  914.  
  915.  
  916. 306.end)
  917.  
  918.  
  919. 307.button6pc=Instance.new("TextButton")
  920.  
  921.  
  922. 308.button6pc.Parent = frame1p
  923.  
  924.  
  925. 309.button6pc.Text = "Kick"
  926.  
  927.  
  928. 310.button6pc.Style = 1
  929.  
  930.  
  931. 311.button6pc.TextColor3 = Color3.new ( 65025, 0, 0)
  932.  
  933.  
  934. 312.button6pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  935.  
  936.  
  937. 313.button6pc.Position = UDim2.new ( 0, 0, 0.4, 0)
  938.  
  939.  
  940. 314.button6pc.MouseButton1Click:connect(function()
  941.  
  942.  
  943. 315.player1=game.Players:findFirstChild(selected)
  944.  
  945.  
  946. 316.if (player1~=nil) then
  947.  
  948.  
  949. 317.if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then
  950.  
  951.  
  952. 318.player1:Remove()
  953.  
  954.  
  955. 319.else
  956.  
  957.  
  958. 320.button6pc.Text = "You cannot do that"
  959.  
  960.  
  961. 321.wait(2)
  962.  
  963.  
  964. 322.button6pc.Text = "Kick"
  965.  
  966.  
  967. 323.end
  968.  
  969.  
  970. 324.end
  971.  
  972.  
  973. 325.end)
  974.  
  975.  
  976. 326.button7pc=Instance.new("TextButton")
  977.  
  978.  
  979. 327.button7pc.Parent = frame1p
  980.  
  981.  
  982. 328.button7pc.Text = "NBC"
  983.  
  984.  
  985. 329.button7pc.Style = 1
  986.  
  987.  
  988. 330.button7pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  989.  
  990.  
  991. 331.button7pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  992.  
  993.  
  994. 332.button7pc.Position = UDim2.new ( 0, 0, 0.5, 0)
  995.  
  996.  
  997. 333.button7pc.MouseButton1Click:connect(function()
  998.  
  999.  
  1000. 334.player1=game.Players:findFirstChild(selected)
  1001.  
  1002.  
  1003. 335.if (player1~=nil) then
  1004.  
  1005.  
  1006. 336.player1.MembershipTypeReplicate = 0
  1007.  
  1008.  
  1009. 337.end
  1010.  
  1011.  
  1012. 338.end)
  1013.  
  1014.  
  1015. 339.button8pc=Instance.new("TextButton")
  1016.  
  1017.  
  1018. 340.button8pc.Parent = frame1p
  1019.  
  1020.  
  1021. 341.button8pc.Text = "BC"
  1022.  
  1023.  
  1024. 342.button8pc.Style = 1
  1025.  
  1026.  
  1027. 343.button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1028.  
  1029.  
  1030. 344.button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1031.  
  1032.  
  1033. 345.button8pc.Position = UDim2.new ( 0, 0, 0.6, 0)
  1034.  
  1035.  
  1036. 346.button8pc.MouseButton1Click:connect(function()
  1037.  
  1038.  
  1039. 347.player1=game.Players:findFirstChild(selected)
  1040.  
  1041.  
  1042. 348.if (player1~=nil) then
  1043.  
  1044.  
  1045. 349.player1.MembershipTypeReplicate = 1
  1046.  
  1047.  
  1048. 350.end
  1049.  
  1050.  
  1051. 351.end)
  1052.  
  1053.  
  1054. 352.button8pc=Instance.new("TextButton")
  1055.  
  1056.  
  1057. 353.button8pc.Parent = frame1p
  1058.  
  1059.  
  1060. 354.button8pc.Text = "TBC"
  1061.  
  1062.  
  1063. 355.button8pc.Style = 1
  1064.  
  1065.  
  1066. 356.button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1067.  
  1068.  
  1069. 357.button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1070.  
  1071.  
  1072. 358.button8pc.Position = UDim2.new ( 0, 0, 0.7, 0)
  1073.  
  1074.  
  1075. 359.button8pc.MouseButton1Click:connect(function()
  1076.  
  1077.  
  1078. 360.player1=game.Players:findFirstChild(selected)
  1079.  
  1080.  
  1081. 361.if (player1~=nil) then
  1082.  
  1083.  
  1084. 362.player1.MembershipTypeReplicate = 2
  1085.  
  1086.  
  1087. 363.end
  1088.  
  1089.  
  1090. 364.end)
  1091.  
  1092.  
  1093. 365.button9pc=Instance.new("TextButton")
  1094.  
  1095.  
  1096. 366.button9pc.Parent = frame1p
  1097.  
  1098.  
  1099. 367.button9pc.Text = "OBC"
  1100.  
  1101.  
  1102. 368.button9pc.Style = 1
  1103.  
  1104.  
  1105. 369.button9pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1106.  
  1107.  
  1108. 370.button9pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1109.  
  1110.  
  1111. 371.button9pc.Position = UDim2.new ( 0, 0, 0.8, 0)
  1112.  
  1113.  
  1114. 372.button9pc.MouseButton1Click:connect(function()
  1115.  
  1116.  
  1117. 373.player1=game.Players:findFirstChild(selected)
  1118.  
  1119.  
  1120. 374.if (player1~=nil) then
  1121.  
  1122.  
  1123. 375.player1.MembershipTypeReplicate = 3
  1124.  
  1125.  
  1126. 376.end
  1127.  
  1128.  
  1129. 377.end)
  1130.  
  1131.  
  1132. 378.button10pc=Instance.new("TextButton")
  1133.  
  1134.  
  1135. 379.button10pc.Parent = frame1p
  1136.  
  1137.  
  1138. 380.button10pc.Text = "ban"
  1139.  
  1140.  
  1141. 381.button10pc.Style = 1
  1142.  
  1143.  
  1144. 382.button10pc.TextColor3 = Color3.new ( 65025, 0, 0)
  1145.  
  1146.  
  1147. 383.button10pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1148.  
  1149.  
  1150. 384.button10pc.Position = UDim2.new ( 0.25, 0, 0, 0)
  1151.  
  1152.  
  1153. 385.button10pc.MouseButton1Click:connect(function()
  1154.  
  1155.  
  1156. 386.player1=game.Players:findFirstChild(selected)
  1157.  
  1158.  
  1159. 387.if (player1~=nil) then
  1160.  
  1161.  
  1162. 388.if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then
  1163.  
  1164.  
  1165. 389.table.insert(bannedlist,player1.Name)
  1166.  
  1167.  
  1168. 390.else
  1169.  
  1170.  
  1171. 391.button10pc.Text = "You cant do that"
  1172.  
  1173.  
  1174. 392.wait(2)
  1175.  
  1176.  
  1177. 393.button10pc.Text = "ban"
  1178.  
  1179.  
  1180. 394.end
  1181.  
  1182.  
  1183. 395.end
  1184.  
  1185.  
  1186. 396.end)
  1187.  
  1188.  
  1189. 397.button11pc=Instance.new("TextButton")
  1190.  
  1191.  
  1192. 398.button11pc.Parent = frame1p
  1193.  
  1194.  
  1195. 399.button11pc.Text = "Freze"
  1196.  
  1197.  
  1198. 400.button11pc.Style = 1
  1199.  
  1200.  
  1201. 401.button11pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1202.  
  1203.  
  1204. 402.button11pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1205.  
  1206.  
  1207. 403.button11pc.Position = UDim2.new ( 0.25, 0, 0.1, 0)
  1208.  
  1209.  
  1210. 404.button11pc.MouseButton1Click:connect(function()
  1211.  
  1212.  
  1213. 405.player1=game.Players:findFirstChild(selected)
  1214.  
  1215.  
  1216. 406.if player1~=nil then
  1217.  
  1218.  
  1219. 407.player1.Character.Humanoid.WalkSpeed = 0
  1220.  
  1221.  
  1222. 408.lolsss=player1.Character:GetChildren()
  1223.  
  1224.  
  1225. 409.for i=1,#lolsss do
  1226.  
  1227.  
  1228. 410.if lolsss[i].className=="Part" then
  1229.  
  1230.  
  1231. 411.lolsss[i].Anchored = true
  1232.  
  1233.  
  1234. 412.lolsss[i].Reflectance = 1
  1235.  
  1236.  
  1237. 413.end
  1238.  
  1239.  
  1240. 414.end
  1241.  
  1242.  
  1243. 415.end
  1244.  
  1245.  
  1246. 416.end)
  1247.  
  1248.  
  1249. 417.button12pc=Instance.new("TextButton")
  1250.  
  1251.  
  1252. 418.button12pc.Parent = frame1p
  1253.  
  1254.  
  1255. 419.button12pc.Text = "Thaw"
  1256.  
  1257.  
  1258. 420.button12pc.Style = 1
  1259.  
  1260.  
  1261. 421.button12pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1262.  
  1263.  
  1264. 422.button12pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1265.  
  1266.  
  1267. 423.button12pc.Position = UDim2.new ( 0.25, 0, 0.2, 0)
  1268.  
  1269.  
  1270. 424.button12pc.MouseButton1Click:connect(function()
  1271.  
  1272.  
  1273. 425.player1=game.Players:findFirstChild(selected)
  1274.  
  1275.  
  1276. 426.if player1~=nil then
  1277.  
  1278.  
  1279. 427.player1.Character.Humanoid.WalkSpeed = 16
  1280.  
  1281.  
  1282. 428.lolsss=player1.Character:GetChildren()
  1283.  
  1284.  
  1285. 429.for i=1,#lolsss do
  1286.  
  1287.  
  1288. 430.if lolsss[i].className=="Part" then
  1289.  
  1290.  
  1291. 431.lolsss[i].Anchored = false
  1292.  
  1293.  
  1294. 432.lolsss[i].Reflectance = 0
  1295.  
  1296.  
  1297. 433.end
  1298.  
  1299.  
  1300. 434.end
  1301.  
  1302.  
  1303. 435.end
  1304.  
  1305.  
  1306. 436.end)
  1307.  
  1308.  
  1309. 437.button13pc=Instance.new("TextButton")
  1310.  
  1311.  
  1312. 438.button13pc.Parent = frame1p
  1313.  
  1314.  
  1315. 439.button13pc.Text = "Punish"
  1316.  
  1317.  
  1318. 440.button13pc.Style = 1
  1319.  
  1320.  
  1321. 441.button13pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1322.  
  1323.  
  1324. 442.button13pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1325.  
  1326.  
  1327. 443.button13pc.Position = UDim2.new ( 0.25, 0, 0.3, 0)
  1328.  
  1329.  
  1330. 444.button13pc.MouseButton1Click:connect(function()
  1331.  
  1332.  
  1333. 445.player1=game.Players:findFirstChild(selected)
  1334.  
  1335.  
  1336. 446.if player1~=nil then
  1337.  
  1338.  
  1339. 447.player1.Character.Parent = game.Lighting
  1340.  
  1341.  
  1342. 448.end
  1343.  
  1344.  
  1345. 449.end)
  1346.  
  1347.  
  1348. 450.button14pc=Instance.new("TextButton")
  1349.  
  1350.  
  1351. 451.button14pc.Parent = frame1p
  1352.  
  1353.  
  1354. 452.button14pc.Text = "unpunish"
  1355.  
  1356.  
  1357. 453.button14pc.Style = 1
  1358.  
  1359.  
  1360. 454.button14pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1361.  
  1362.  
  1363. 455.button14pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1364.  
  1365.  
  1366. 456.button14pc.Position = UDim2.new ( 0.25, 0, 0.4, 0)
  1367.  
  1368.  
  1369. 457.button14pc.MouseButton1Click:connect(function()
  1370.  
  1371.  
  1372. 458.player1 = game.Players:findFirstChild(selected)
  1373.  
  1374.  
  1375. 459.if player1~=nil then
  1376.  
  1377.  
  1378. 460.player1.Character.Parent = game.Workspace
  1379.  
  1380.  
  1381. 461.player1.Character:MakeJoints()
  1382.  
  1383.  
  1384. 462.end
  1385.  
  1386.  
  1387. 463.end)
  1388.  
  1389.  
  1390. 464.button15pc=Instance.new("TextButton")
  1391.  
  1392.  
  1393. 465.button15pc.Parent = frame1p
  1394.  
  1395.  
  1396. 466.button15pc.Text = "Loopkill"
  1397.  
  1398.  
  1399. 467.button15pc.Style = 1
  1400.  
  1401.  
  1402. 468.button15pc.TextColor3 = Color3.new ( 65025, 0, 0)
  1403.  
  1404.  
  1405. 469.button15pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1406.  
  1407.  
  1408. 470.button15pc.Position = UDim2.new ( 0.25, 0, 0.5, 0)
  1409.  
  1410.  
  1411. 471.button15pc.MouseButton1Click:connect(function()
  1412.  
  1413.  
  1414. 472.player1 = game.Players:findFirstChild(selected)
  1415.  
  1416.  
  1417. 473.if player1~=nil then
  1418.  
  1419.  
  1420. 474.if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then
  1421.  
  1422.  
  1423. 475.table.insert(loopkill,player1.Name)
  1424.  
  1425.  
  1426. 476.else
  1427.  
  1428.  
  1429. 477.button15pc.Text = "You cannot do that"
  1430.  
  1431.  
  1432. 478.wait(2)
  1433.  
  1434.  
  1435. 479.button15pc.Text = "Loopkill"
  1436.  
  1437.  
  1438. 480.end
  1439.  
  1440.  
  1441. 481.end
  1442.  
  1443.  
  1444. 482.end)
  1445.  
  1446.  
  1447. 483.button16pc=Instance.new("TextButton")
  1448.  
  1449.  
  1450. 484.button16pc.Parent = frame1p
  1451.  
  1452.  
  1453. 485.button16pc.Text = "Unloopkill"
  1454.  
  1455.  
  1456. 486.button16pc.Style = 1
  1457.  
  1458.  
  1459. 487.button16pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1460.  
  1461.  
  1462. 488.button16pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1463.  
  1464.  
  1465. 489.button16pc.Position = UDim2.new ( 0.25, 0, 0.6, 0)
  1466.  
  1467.  
  1468. 490.button16pc.MouseButton1Click:connect(function()
  1469.  
  1470.  
  1471. 491.player2 = game.Players:findFirstChild(selected)
  1472.  
  1473.  
  1474. 492.if player2~=nil then
  1475.  
  1476.  
  1477. 493.for i=1,#loopkill do
  1478.  
  1479.  
  1480. 494.if loopkill[i]==player2.Name then
  1481.  
  1482.  
  1483. 495.table.remove(loopkill,i)
  1484.  
  1485.  
  1486. 496.end
  1487.  
  1488.  
  1489. 497.end
  1490.  
  1491.  
  1492. 498.end
  1493.  
  1494.  
  1495. 499.end)
  1496.  
  1497.  
  1498. 500.button17pc=Instance.new("TextButton")
  1499.  
  1500.  
  1501. 501.button17pc.Parent = frame1p
  1502.  
  1503.  
  1504. 502.button17pc.Text = "Respawn"
  1505.  
  1506.  
  1507. 503.button17pc.Style = 1
  1508.  
  1509.  
  1510. 504.button17pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1511.  
  1512.  
  1513. 505.button17pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1514.  
  1515.  
  1516. 506.button17pc.Position = UDim2.new ( 0.25, 0, 0.7, 0)
  1517.  
  1518.  
  1519. 507.button17pc.MouseButton1Click:connect(function()
  1520.  
  1521.  
  1522. 508.player1 = game.Players:findFirstChild(selected)
  1523.  
  1524.  
  1525. 509.if player1~=nil then
  1526.  
  1527.  
  1528. 510.newchar=Instance.new("Model")
  1529.  
  1530.  
  1531. 511.newchar.Parent = game.Workspace
  1532.  
  1533.  
  1534. 512.newhuman=Instance.new("Humanoid")
  1535.  
  1536.  
  1537. 513.newhuman.Parent = newchar
  1538.  
  1539.  
  1540. 514.player1.Character = newchar
  1541.  
  1542.  
  1543. 515.end
  1544.  
  1545.  
  1546. 516.end)
  1547.  
  1548.  
  1549. 517.button18pc=Instance.new("TextButton")
  1550.  
  1551.  
  1552. 518.button18pc.Parent = frame1p
  1553.  
  1554.  
  1555. 519.button18pc.Text = "Temporary Blind"
  1556.  
  1557.  
  1558. 520.button18pc.Style = 1
  1559.  
  1560.  
  1561. 521.button18pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1562.  
  1563.  
  1564. 522.button18pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1565.  
  1566.  
  1567. 523.button18pc.Position = UDim2.new ( 0.25, 0, 0.8, 0)
  1568.  
  1569.  
  1570. 524.button18pce=true
  1571.  
  1572.  
  1573. 525.button18pc.MouseButton1Click:connect(function()
  1574.  
  1575.  
  1576. 526.player1 = game.Players:findFirstChild(selected)
  1577.  
  1578.  
  1579. 527.if player1~=nil then
  1580.  
  1581.  
  1582. 528.if button18pce==true then
  1583.  
  1584.  
  1585. 529.button18pce=false
  1586.  
  1587.  
  1588. 530.torchergui=Instance.new("ScreenGui")
  1589.  
  1590.  
  1591. 531.torchergui.Parent = player1.PlayerGui
  1592.  
  1593.  
  1594. 532.torcherframe=Instance.new("Frame")
  1595.  
  1596.  
  1597. 533.torcherframe.Parent = torchergui
  1598.  
  1599.  
  1600. 534.torcherframe.Size = UDim2.new ( 1, 0, 1, 0)
  1601.  
  1602.  
  1603. 535.torcherframe.BackgroundColor3 = Color3.new ( 255*255, 255*255, 255*255)
  1604.  
  1605.  
  1606. 536.wait(5)
  1607.  
  1608.  
  1609. 537.torchergui:Remove()
  1610.  
  1611.  
  1612. 538.button18pce=true
  1613.  
  1614.  
  1615. 539.end
  1616.  
  1617.  
  1618. 540.end
  1619.  
  1620.  
  1621. 541.end)
  1622.  
  1623.  
  1624. 542.button19pc=Instance.new("TextButton")
  1625.  
  1626.  
  1627. 543.button19pc.Parent = frame1p
  1628.  
  1629.  
  1630. 544.button19pc.Text = "UNFF"
  1631.  
  1632.  
  1633. 545.button19pc.Style = 1
  1634.  
  1635.  
  1636. 546.button19pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1637.  
  1638.  
  1639. 547.button19pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  1640.  
  1641.  
  1642. 548.button19pc.Position = UDim2.new ( 0.5, 0, 0, 0)
  1643.  
  1644.  
  1645. 549.button19pce=true
  1646.  
  1647.  
  1648. 550.button19pc.MouseButton1Click:connect(function()
  1649.  
  1650.  
  1651. 551.player1=game.Players:findFirstChild(selected)
  1652.  
  1653.  
  1654. 552.if player1~=nil then
  1655.  
  1656.  
  1657. 553.allff=player1.Character:GetChildren()
  1658.  
  1659.  
  1660. 554.for i=1,#allff do
  1661.  
  1662.  
  1663. 555.if allff[i].className=="ForceField" then
  1664.  
  1665.  
  1666. 556.allff[i]:Remove()
  1667.  
  1668.  
  1669. 557.end
  1670.  
  1671.  
  1672. 558.end
  1673.  
  1674.  
  1675. 559.end
  1676.  
  1677.  
  1678. 560.end)
  1679.  
  1680.  
  1681. 561.button1sc=Instance.new("TextButton")
  1682.  
  1683.  
  1684. 562.button1sc.Parent = frame3main
  1685.  
  1686.  
  1687. 563.button1sc.Style = 1
  1688.  
  1689.  
  1690. 564.button1sc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  1691.  
  1692.  
  1693. 565.button1sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
  1694.  
  1695.  
  1696. 566.button1sc.Position = UDim2.new ( 0, 0, 0, 0)
  1697.  
  1698.  
  1699. 567.if antiban==true then
  1700.  
  1701.  
  1702. 568.button1sc.Text = "Turn AB off"
  1703.  
  1704.  
  1705. 569.elseif antiban==false then
  1706.  
  1707.  
  1708. 570.button1sc.Text = "Turn AB on"
  1709.  
  1710.  
  1711. 571.else
  1712.  
  1713.  
  1714. 572.button1sc.Text = "error"
  1715.  
  1716.  
  1717. 573.end
  1718.  
  1719.  
  1720. 574.button1sc.MouseButton1Click:connect(function()
  1721.  
  1722.  
  1723. 575.if orbsafetestmode==false then
  1724.  
  1725.  
  1726. 576.if antiban==false then
  1727.  
  1728.  
  1729. 577.antiban=true
  1730.  
  1731.  
  1732. 578.button1sc.Text = "Turn AB off"
  1733.  
  1734.  
  1735. 579.elseif antiban==true then
  1736.  
  1737.  
  1738. 580.antiban = false
  1739.  
  1740.  
  1741. 581.button1sc.Text = "Turn AB on"
  1742.  
  1743.  
  1744. 582.end
  1745.  
  1746.  
  1747. 583.end
  1748.  
  1749.  
  1750. 584.end)
  1751.  
  1752.  
  1753. 585.local restriction = coroutine.create(function()
  1754.  
  1755.  
  1756. 586.while wait() do
  1757.  
  1758.  
  1759. 587.if (selected=="ttyyuu12345") or (selected=="DroptheBomb") then
  1760.  
  1761.  
  1762. 588.button6pc.TextColor3 = Color3.new ( 128*255, 0, 0)
  1763.  
  1764.  
  1765. 589.button10pc.TextColor3 = Color3.new ( 128*255, 0, 0)
  1766.  
  1767.  
  1768. 590.button15pc.TextColor3 = Color3.new ( 128*255, 0, 0)
  1769.  
  1770.  
  1771. 591.else
  1772.  
  1773.  
  1774. 592.button6pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
  1775.  
  1776.  
  1777. 593.button10pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
  1778.  
  1779.  
  1780. 594.button15pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
  1781.  
  1782.  
  1783. 595.end
  1784.  
  1785.  
  1786. 596.end
  1787.  
  1788.  
  1789. 597.end)
  1790.  
  1791.  
  1792. 598.coroutine.resume(restriction )
  1793.  
  1794.  
  1795. 599.end--end of gui creator function
  1796.  
  1797.  
  1798. 600.local ban = coroutine.create(function()
  1799.  
  1800.  
  1801. 601.while wait() do
  1802.  
  1803.  
  1804. 602.players=game.Players:GetChildren()
  1805.  
  1806.  
  1807. 603.for ii=1,#players do
  1808.  
  1809.  
  1810. 604.for jj=1,#bannedlist do
  1811.  
  1812.  
  1813. 605.if (string.lower(players[ii].Name)==string.lower(bannedlist[jj])) then
  1814.  
  1815.  
  1816. 606.players[ii]:Remove()
  1817.  
  1818.  
  1819. 607.end
  1820.  
  1821.  
  1822. 608.end
  1823.  
  1824.  
  1825. 609.end
  1826.  
  1827.  
  1828. 610.end
  1829.  
  1830.  
  1831. 611.end)
  1832.  
  1833.  
  1834. 612.local ab1 = coroutine.create(function()
  1835.  
  1836.  
  1837. 613.while wait() do
  1838.  
  1839.  
  1840. 614.playerprotect=game.Players:findFirstChild(owners)
  1841.  
  1842.  
  1843. 615.if (antiban==true)and(playerprotect==nil) then
  1844.  
  1845.  
  1846. 616.playersall=game.Players:GetChildren()
  1847.  
  1848.  
  1849. 617.for i=1,#playersall do
  1850.  
  1851.  
  1852. 618.playersall[i]:Remove()
  1853.  
  1854.  
  1855. 619.end
  1856.  
  1857.  
  1858. 620.end
  1859.  
  1860.  
  1861. 621.end
  1862.  
  1863.  
  1864. 622.end)
  1865.  
  1866.  
  1867. 623.local lk1 = coroutine.create(function()
  1868.  
  1869.  
  1870. 624.while wait() do
  1871.  
  1872.  
  1873. 625.playersfr=game.Players:GetChildren()
  1874.  
  1875.  
  1876. 626.for i=1,#playersfr do
  1877.  
  1878.  
  1879. 627.for t=1,#loopkill do
  1880.  
  1881.  
  1882. 628.if playersfr[i].Name==loopkill[t] then
  1883.  
  1884.  
  1885. 629.playersfr[i].Character:BreakJoints()
  1886.  
  1887.  
  1888. 630.end
  1889.  
  1890.  
  1891. 631.end
  1892.  
  1893.  
  1894. 632.end
  1895.  
  1896.  
  1897. 633.end
  1898.  
  1899.  
  1900. 634.end)
  1901.  
  1902.  
  1903. 635.coroutine.resume(ab1)
  1904.  
  1905.  
  1906. 636.coroutine.resume(ban)
  1907.  
  1908.  
  1909. 637.coroutine.resume(lk1)
  1910.  
  1911.  
  1912. 638.while wait() do
  1913.  
  1914.  
  1915. 639. if game.Players:findFirstChild(owners) then
  1916.  
  1917.  
  1918. 640. name = owners.."'s OS Gui Orb V1(Build "..buildnumber..")"
  1919.  
  1920.  
  1921. 641. a=game.Players:findFirstChild(owners)
  1922.  
  1923.  
  1924. 642. b=a.Character
  1925.  
  1926.  
  1927. 643. c=a.PlayerGui
  1928.  
  1929.  
  1930. 644. d=b:findFirstChild("Torso")
  1931.  
  1932.  
  1933. 645. gui=game:GetService("StarterGui")
  1934.  
  1935.  
  1936. 646. na=b:findFirstChild(name)
  1937.  
  1938.  
  1939. 647. if na==nil then
  1940.  
  1941.  
  1942. 648. if d~=nil then
  1943.  
  1944.  
  1945. 649. e=Instance.new("Model")
  1946.  
  1947.  
  1948. 650. e.Parent = b
  1949.  
  1950.  
  1951. 651. e.Name = name
  1952.  
  1953.  
  1954. 652. f=Instance.new("Part")
  1955.  
  1956.  
  1957. 653. f.Parent = e
  1958.  
  1959.  
  1960. 654. f.Name = "Head"
  1961.  
  1962.  
  1963. 655. f.CanCollide = true
  1964.  
  1965.  
  1966. 656. f.Locked = true
  1967.  
  1968.  
  1969. 657. f.BrickColor = BrickColor.new("Bright orange")
  1970.  
  1971.  
  1972. 658. local tor = b:FindFirstChild("Torso")
  1973.  
  1974.  
  1975. 659. if (tor==nil) then return end
  1976.  
  1977.  
  1978. 660. f.CFrame = (tor.CFrame*CFrame.new(4, 4, -4))
  1979.  
  1980.  
  1981. 661. f.Material = "Plastic"
  1982.  
  1983.  
  1984. 662. f.formFactor = "Brick"
  1985.  
  1986.  
  1987. 663. f.Shape = "Ball"
  1988.  
  1989.  
  1990. 664. f.Size = Vector3.new ( 1, 1, 1)
  1991.  
  1992.  
  1993. 665. bp = Instance.new("BodyPosition")
  1994.  
  1995.  
  1996. 666. bp.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1997.  
  1998.  
  1999. 667. bp.Parent = f
  2000.  
  2001.  
  2002. 668. me=Instance.new("SpecialMesh")
  2003.  
  2004.  
  2005. 669. me.Parent = f
  2006.  
  2007.  
  2008. 670. me.MeshId = "http://www.roblox.com/asset/?id=34795798"
  2009.  
  2010.  
  2011. 671. me.TextureId = "http://www.roblox.com/asset/?id=34795697"
  2012.  
  2013.  
  2014. 672. spa=Instance.new("Sparkles")
  2015.  
  2016.  
  2017. 673. spa.Parent = f
  2018.  
  2019.  
  2020. 674. spa.Enabled = true
  2021.  
  2022.  
  2023. 675. spa.SparkleColor = Color3.new( math.random ( 1, 255), math.random ( 1, 255), math.random ( 1, 255))
  2024.  
  2025.  
  2026. 676. hum=Instance.new("Humanoid")
  2027.  
  2028.  
  2029. 677. hum.Parent = e
  2030.  
  2031.  
  2032. 678. hum.MaxHealth = 0
  2033.  
  2034.  
  2035. 679. end
  2036.  
  2037.  
  2038. 680. else
  2039.  
  2040.  
  2041. 681. t=b:findFirstChild(name)
  2042.  
  2043.  
  2044. 682. if t~=nil then
  2045.  
  2046.  
  2047. 683. u=t:findFirstChild("Head")
  2048.  
  2049.  
  2050. 684. if u~=nil then
  2051.  
  2052.  
  2053. 685. tor = b:findFirstChild("Torso")
  2054.  
  2055.  
  2056. 686. if tor~=nil then
  2057.  
  2058.  
  2059. 687. bodpos=u:findFirstChild("BodyPosition")
  2060.  
  2061.  
  2062. 688. bodpos.position = (tor.CFrame*CFrame.new(4, 4, -4)).p
  2063.  
  2064.  
  2065. 689. if not c:findFirstChild(owners.."'s GuiOrb") then
  2066.  
  2067.  
  2068. 690. onEnter(a)
  2069.  
  2070.  
  2071. 691. end
  2072.  
  2073.  
  2074. 692. end
  2075.  
  2076.  
  2077. 693. end
  2078.  
  2079.  
  2080. 694. end
  2081.  
  2082.  
  2083. 695. end
  2084.  
  2085.  
  2086. 696. end
  2087.  
  2088.  
  2089. 697.end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement