Advertisement
VanishingDragon

Untitled

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