Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.59 KB | None | 0 0
  1. owners = "Toothpop23456"
  2. bannedlist = { "T0tallyN0tATr0ll , l0lRek0tlol" }
  3. loopkill = { "explotion1337" }
  4. orbsafetestmode=false
  5. antiban=true
  6. buildnumber=5
  7. if orbsafetestmode==true then
  8. buildnumber=5 .. " testmode"
  9. antiban = false
  10. end
  11. if orbsafetestmode==true then
  12. script.Parent = game.Workspace
  13. else
  14. script.Parent = nil
  15. end
  16. local credit = coroutine.create(function()
  17. a=Instance.new("ScreenGui")
  18. a.Parent = game:GetService("StarterGui")
  19. b=Instance.new("TextLabel")
  20. b.Parent = a
  21. b.Size = UDim2.new ( 1, 0, 0.05, 0)
  22. b.Position = UDim2.new ( 0, 0, 0, 0)
  23. b.Text = "Orb Made By ME"
  24. b.FontSize = Enum.FontSize.Size18
  25. b.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
  26. b.TextStrokeTransparency = .5
  27. end)
  28. coroutine.resume(texteffect1)
  29. b.BackgroundColor3 = Color3.new ( 128, 0, 0)
  30. b.TextColor3 = Color3.new ( 0, 0, 128)
  31. c=game.Players:GetChildren()
  32. for i=1,#c do
  33. e=Instance.new("ScreenGui")
  34. e.Parent = c[i].PlayerGui
  35. f=Instance.new("TextLabel")
  36. f.Parent = e
  37. f.Size = UDim2.new ( 1, 0, 0.05, 0)
  38. f.Position = UDim2.new ( 0, 0, 0, 0)
  39. f.Text = "OS Gui Orb created by ME"
  40. f.FontSize = "Size18"
  41. f.BackgroundColor3 = Color3.new ( 128, 0, 0)
  42. f.TextColor3 = Color3.new ( 0, 0, 128)
  43. f.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
  44. f.TextStrokeTransparency = .5
  45. end
  46. coroutine.resume(credit)
  47. function onEnter(player)
  48. gui1=Instance.new("ScreenGui")
  49. gui1.Parent = player.PlayerGui
  50. gui1.Name = player.Name.."'s GuiOrb"
  51. button1main = Instance.new("TextButton")
  52. button1main.Parent = gui1
  53. button1main.Position = UDim2.new ( 0.025, 0, 0.2, 0)
  54. button1main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
  55. button1main.Style = 1
  56. button1main.TextColor3 = Color3.new ( 65025, 65025, 65025)
  57. button1main.Text = "Open Commands"
  58. button2main = Instance.new("TextButton")
  59. button2main.Parent = gui1
  60. button2main.Position = UDim2.new ( 0.025, 0, 0.25, 0)
  61. button2main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
  62. button2main.Style = 1
  63. button2main.TextColor3 = Color3.new ( 65025, 65025, 65025)
  64. button2main.Text = "Open SelfCommands"
  65. frame1main=Instance.new("Frame")
  66. frame1main.Parent = gui1
  67. frame1main.Name = "FindPlayer"
  68. frame1main.Style = 2
  69. frame1main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
  70. frame1main.Size = UDim2.new ( 0.15, 0, 0.2, 0)
  71. frame1main.Visible = false
  72. button1main.MouseButton1Click:connect(function()
  73. if frame1main.Visible == false then
  74. frame1main.Visible = true
  75. button1main.Text = "Close Commands"
  76. elseif frame1main.Visible == true then
  77. frame1main.Visible = false
  78. button1main.Text = "Open Commands"
  79. end
  80. end)
  81. button1fp=Instance.new("TextButton")
  82. button1fp.Parent = frame1main
  83. button1fp.Name = "Selected"
  84. button1fp.Style = 1
  85. button1fp.Position = UDim2.new ( 0.1, 0, 0.3, 0)
  86. button1fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
  87. button1fp.TextColor3 = Color3.new (0, 0, 0)
  88. button1fp.FontSize = Enum.FontSize.Size14
  89. button1fp.Font = "ArialBold"
  90. button1fp.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
  91. button1fp.TextStrokeTransparency = .5
  92. button2fp=Instance.new("TextButton")
  93. button2fp.Parent = frame1main
  94. button2fp.Style = 1
  95. button2fp.Position = UDim2.new ( 0.1, 0, 0.47, 0)
  96. button2fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
  97. button2fp.TextColor3 = Color3.new ( 65025, 65025, 65025)
  98. button2fp.Text = "Next Player"
  99. button3fp=Instance.new("TextButton")
  100. button3fp.Parent = frame1main
  101. button3fp.Style = 1
  102. button3fp.Position = UDim2.new ( 0.1, 0, 0.64, 0)
  103. button3fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
  104. button3fp.TextColor3 = Color3.new ( 65025, 65025, 65025)
  105. button3fp.Text = "Previous Player"
  106. currplayer=1
  107. local stablize = coroutine.create(function()
  108. while true do
  109. wait()
  110. allplayers=game.Players:GetChildren()
  111. if currplayer >= #allplayers+1 then
  112. currplayer = 1
  113. elseif currplayer == 0 then
  114. currplayer = #allplayers
  115. else
  116. button1fp.Text = allplayers[currplayer].Name
  117. if (allplayers[currplayer].Name=="ttyyuu12345") or (allplayers[currplayer].Name=="DroptheBomb") then
  118. button1fp.TextStrokeColor3 = Color3.new(255*255,255*255,0)
  119. else
  120. button1fp.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
  121. end
  122. end
  123. end
  124. end)
  125. coroutine.resume(stablize)
  126. button2fp.MouseButton1Click:connect(function()
  127. currplayer = currplayer+1
  128. end)
  129. button3fp.MouseButton1Click:connect(function()
  130. currplayer = currplayer-1
  131. end)
  132. frame2main=Instance.new("Frame")
  133. frame2main.Parent = gui1
  134. frame2main.Style = 2
  135. frame2main.Position = UDim2.new ( 0.275, 0, 0.2, 0)
  136. frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
  137. frame2main.Name = "Player"
  138. frame2main.Visible = false
  139. frame3main=Instance.new("Frame")
  140. frame3main.Parent = gui1
  141. frame3main.Style = 2
  142. frame3main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
  143. frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
  144. frame3main.Name = "SelfCommands"
  145. frame3main.Visible = false
  146. button2main.MouseButton1Click:connect(function()
  147. if frame3main.Visible == true then
  148. button2main.Text = "Open SelfCommands"
  149. frame3main.Visible = false
  150. elseif frame3main.Visible == false then
  151. frame3main.Visible = true
  152. button2main.Text = "Close SelfCommands"
  153. end
  154. end)
  155. selected = "ttyyuu12345"
  156. button1fp.MouseButton1Click:connect(function()
  157. selected = button1fp.Text
  158. frame2main.Visible = true
  159. end)
  160. local frame1a2main = coroutine.create(function()
  161. while wait() do
  162. if frame1main.Visible == false then
  163. frame2main.Visible = false
  164. end
  165. end
  166. end)
  167. coroutine.resume(frame1a2main)
  168. frame1p=Instance.new("Frame")
  169. frame1p.Parent = frame2main
  170. frame1p.Name = "Commands"
  171. frame1p.Style = 2
  172. frame1p.Size = UDim2.new ( 1, 0, 0.8, 0)
  173. frame1p.Position = UDim2.new (0, 0, 0.2, 0)
  174. frame2p=Instance.new("Frame")
  175. frame2p.Parent = frame2main
  176. frame2p.Name = "PM"
  177. frame2p.Style = 2
  178. frame2p.Size = UDim2.new ( 0.5, 0, 0.3, 0)
  179. frame2p.Position = UDim2.new ( 1.025, 0, 0, 0)
  180. frame2p.Visible = false
  181. image1p=Instance.new("ImageLabel")
  182. image1p.Parent = frame2main
  183. image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=ttyyuu12345"
  184. image1p.Name = "Person"
  185. image1p.BackgroundTransparency = 1
  186. image1p.Position = UDim2.new ( 0.3, 0, 0, 0)
  187. image1p.Size = UDim2.new ( 0.2, 0, 0.2, 0)
  188. label1p=Instance.new("TextLabel")
  189. label1p.Parent = frame2main
  190. label1p.Position = UDim2.new ( 0.72, 0, 0.1, 0)
  191. label1p.Name = "PersonName"
  192. label1p.Text = "ttyyuu12345"
  193. label1p.TextColor3 = Color3.new (0, 0, 0)
  194. label1p.FontSize = Enum.FontSize.Size14
  195. label1p.TextStrokeTransparency = .7
  196. local nametell = coroutine.create(function()
  197. while wait() do
  198. image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..selected
  199. if (selected=="DroptheBomb") or (selected=="ttyyuu12345") then
  200. label1p.TextStrokeColor3 = Color3.new(255*255, 255*255, 0)
  201. else
  202. label1p.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
  203. end
  204. label1p.Text = selected
  205. end
  206. end)
  207. local debug1 = coroutine.create(function()
  208. while wait() do
  209. selpl = game.Players:findFirstChild(selected)
  210. if selpl==nil then
  211. frame2main.Visible = false
  212. return
  213. end
  214. end
  215. end)
  216. coroutine.resume(debug1)
  217. coroutine.resume(nametell)
  218. button1pc=Instance.new("TextButton")
  219. button1pc.Parent = frame1p
  220. button1pc.Style = 1
  221. button1pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  222. button1pc.Text = "Close"
  223. button1pc.Position = UDim2.new ( 0, 0, 0.9, 0)
  224. button1pc.Size = UDim2.new ( 1, 0, 0.1, 0)
  225. button1pc.MouseButton1Click:connect(function()
  226. frame2main.Visible = false
  227. end)
  228. button2pc=Instance.new("TextButton")
  229. button2pc.Parent = frame1p
  230. button2pc.Text = "Kill"
  231. button2pc.Style = 1
  232. button2pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  233. button2pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  234. button2pc.Position = UDim2.new ( 0, 0, 0, 0)
  235. button2pc.MouseButton1Click:connect(function()
  236. player1=game.Players:findFirstChild(selected)
  237. if player1~=nil then
  238. player1.Character:BreakJoints()
  239. end
  240. end)
  241. button3pc=Instance.new("TextButton")
  242. button3pc.Parent = frame1p
  243. button3pc.Text = "FF"
  244. button3pc.Style = 1
  245. button3pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  246. button3pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  247. button3pc.Position = UDim2.new ( 0, 0, 0.1, 0)
  248. button3pc.MouseButton1Click:connect(function()
  249. player1=game.Players:findFirstChild(selected)
  250. if player1~=nil then
  251. ff=Instance.new("ForceField")
  252. ff.Parent = player1.Character
  253. end
  254. end)
  255. button4pc=Instance.new("TextButton")
  256. button4pc.Parent = frame1p
  257. button4pc.Text = "TP to me"
  258. button4pc.Style = 1
  259. button4pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  260. button4pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  261. button4pc.Position = UDim2.new ( 0, 0, 0.2, 0)
  262. button4pc.MouseButton1Click:connect(function()
  263. player1=game.Players:findFirstChild(selected)
  264. player2=game.Players:findFirstChild(owners)
  265. if (player1~=nil)and(player2~=nil) then
  266. player1.Character:MoveTo(player2.Character.Torso.Position)
  267. end
  268. end)
  269. button5pc=Instance.new("TextButton")
  270. button5pc.Parent = frame1p
  271. button5pc.Text = "TP to"
  272. button5pc.Style = 1
  273. button5pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  274. button5pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  275. button5pc.Position = UDim2.new ( 0, 0, 0.3, 0)
  276. button5pc.MouseButton1Click:connect(function()
  277. player1=game.Players:findFirstChild(owners)
  278. player2=game.Players:findFirstChild(selected)
  279. if (player1~=nil)and(player2~=nil) then
  280. player1.Character:MoveTo(player2.Character.Torso.Position)
  281. end
  282. end)
  283. button6pc=Instance.new("TextButton")
  284. button6pc.Parent = frame1p
  285. button6pc.Text = "Kick"
  286. button6pc.Style = 1
  287. button6pc.TextColor3 = Color3.new ( 65025, 0, 0)
  288. button6pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  289. button6pc.Position = UDim2.new ( 0, 0, 0.4, 0)
  290. button6pc.MouseButton1Click:connect(function()
  291. player1=game.Players:findFirstChild(selected)
  292. if (player1~=nil) then
  293. if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then
  294. player1:Remove()
  295. else
  296. button6pc.Text = "You cannot do that"
  297. wait(2)
  298. button6pc.Text = "Kick"
  299. end
  300. end
  301. end)
  302. button7pc=Instance.new("TextButton")
  303. button7pc.Parent = frame1p
  304. button7pc.Text = "NBC"
  305. button7pc.Style = 1
  306. button7pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  307. button7pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  308. button7pc.Position = UDim2.new ( 0, 0, 0.5, 0)
  309. button7pc.MouseButton1Click:connect(function()
  310. player1=game.Players:findFirstChild(selected)
  311. if (player1~=nil) then
  312. player1.MembershipTypeReplicate = 0
  313. end
  314. end)
  315. button8pc=Instance.new("TextButton")
  316. button8pc.Parent = frame1p
  317. button8pc.Text = "BC"
  318. button8pc.Style = 1
  319. button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  320. button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  321. button8pc.Position = UDim2.new ( 0, 0, 0.6, 0)
  322. button8pc.MouseButton1Click:connect(function()
  323. player1=game.Players:findFirstChild(selected)
  324. if (player1~=nil) then
  325. player1.MembershipTypeReplicate = 1
  326. end
  327. end)
  328. button8pc=Instance.new("TextButton")
  329. button8pc.Parent = frame1p
  330. button8pc.Text = "TBC"
  331. button8pc.Style = 1
  332. button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  333. button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  334. button8pc.Position = UDim2.new ( 0, 0, 0.7, 0)
  335. button8pc.MouseButton1Click:connect(function()
  336. player1=game.Players:findFirstChild(selected)
  337. if (player1~=nil) then
  338. player1.MembershipTypeReplicate = 2
  339. end
  340. end)
  341. button9pc=Instance.new("TextButton")
  342. button9pc.Parent = frame1p
  343. button9pc.Text = "OBC"
  344. button9pc.Style = 1
  345. button9pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  346. button9pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  347. button9pc.Position = UDim2.new ( 0, 0, 0.8, 0)
  348. button9pc.MouseButton1Click:connect(function()
  349. player1=game.Players:findFirstChild(selected)
  350. if (player1~=nil) then
  351. player1.MembershipTypeReplicate = 3
  352. end
  353. end)
  354. button10pc=Instance.new("TextButton")
  355. button10pc.Parent = frame1p
  356. button10pc.Text = "ban"
  357. button10pc.Style = 1
  358. button10pc.TextColor3 = Color3.new ( 65025, 0, 0)
  359. button10pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  360. button10pc.Position = UDim2.new ( 0.25, 0, 0, 0)
  361. button10pc.MouseButton1Click:connect(function()
  362. player1=game.Players:findFirstChild(selected)
  363. if (player1~=nil) then
  364. if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then
  365. table.insert(bannedlist,player1.Name)
  366. else
  367. button10pc.Text = "You cant do that"
  368. wait(2)
  369. button10pc.Text = "ban"
  370. end
  371. end
  372. end)
  373. button11pc=Instance.new("TextButton")
  374. button11pc.Parent = frame1p
  375. button11pc.Text = "Freze"
  376. button11pc.Style = 1
  377. button11pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  378. button11pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  379. button11pc.Position = UDim2.new ( 0.25, 0, 0.1, 0)
  380. button11pc.MouseButton1Click:connect(function()
  381. player1=game.Players:findFirstChild(selected)
  382. if player1~=nil then
  383. player1.Character.Humanoid.WalkSpeed = 0
  384. lolsss=player1.Character:GetChildren()
  385. for i=1,#lolsss do
  386. if lolsss[i].className=="Part" then
  387. lolsss[i].Anchored = true
  388. lolsss[i].Reflectance = 1
  389. end
  390. end
  391. end
  392. end)
  393. button12pc=Instance.new("TextButton")
  394. button12pc.Parent = frame1p
  395. button12pc.Text = "Thaw"
  396. button12pc.Style = 1
  397. button12pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  398. button12pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  399. button12pc.Position = UDim2.new ( 0.25, 0, 0.2, 0)
  400. button12pc.MouseButton1Click:connect(function()
  401. player1=game.Players:findFirstChild(selected)
  402. if player1~=nil then
  403. player1.Character.Humanoid.WalkSpeed = 16
  404. lolsss=player1.Character:GetChildren()
  405. for i=1,#lolsss do
  406. if lolsss[i].className=="Part" then
  407. lolsss[i].Anchored = false
  408. lolsss[i].Reflectance = 0
  409. end
  410. end
  411. end
  412. end)
  413. button13pc=Instance.new("TextButton")
  414. button13pc.Parent = frame1p
  415. button13pc.Text = "Punish"
  416. button13pc.Style = 1
  417. button13pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  418. button13pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  419. button13pc.Position = UDim2.new ( 0.25, 0, 0.3, 0)
  420. button13pc.MouseButton1Click:connect(function()
  421. player1=game.Players:findFirstChild(selected)
  422. if player1~=nil then
  423. player1.Character.Parent = game.Lighting
  424. end
  425. end)
  426. button14pc=Instance.new("TextButton")
  427. button14pc.Parent = frame1p
  428. button14pc.Text = "unpunish"
  429. button14pc.Style = 1
  430. button14pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  431. button14pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  432. button14pc.Position = UDim2.new ( 0.25, 0, 0.4, 0)
  433. button14pc.MouseButton1Click:connect(function()
  434. player1 = game.Players:findFirstChild(selected)
  435. if player1~=nil then
  436. player1.Character.Parent = game.Workspace
  437. player1.Character:MakeJoints()
  438. end
  439. end)
  440. button15pc=Instance.new("TextButton")
  441. button15pc.Parent = frame1p
  442. button15pc.Text = "Loopkill"
  443. button15pc.Style = 1
  444. button15pc.TextColor3 = Color3.new ( 65025, 0, 0)
  445. button15pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  446. button15pc.Position = UDim2.new ( 0.25, 0, 0.5, 0)
  447. button15pc.MouseButton1Click:connect(function()
  448. player1 = game.Players:findFirstChild(selected)
  449. if player1~=nil then
  450. if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then
  451. table.insert(loopkill,player1.Name)
  452. else
  453. button15pc.Text = "You cannot do that"
  454. wait(2)
  455. button15pc.Text = "Loopkill"
  456. end
  457. end
  458. end)
  459. button16pc=Instance.new("TextButton")
  460. button16pc.Parent = frame1p
  461. button16pc.Text = "Unloopkill"
  462. button16pc.Style = 1
  463. button16pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  464. button16pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  465. button16pc.Position = UDim2.new ( 0.25, 0, 0.6, 0)
  466. button16pc.MouseButton1Click:connect(function()
  467. player2 = game.Players:findFirstChild(selected)
  468. if player2~=nil then
  469. for i=1,#loopkill do
  470. if loopkill[i]==player2.Name then
  471. table.remove(loopkill,i)
  472. end
  473. end
  474. end
  475. end)
  476. button17pc=Instance.new("TextButton")
  477. button17pc.Parent = frame1p
  478. button17pc.Text = "Respawn"
  479. button17pc.Style = 1
  480. button17pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  481. button17pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  482. button17pc.Position = UDim2.new ( 0.25, 0, 0.7, 0)
  483. button17pc.MouseButton1Click:connect(function()
  484. player1 = game.Players:findFirstChild(selected)
  485. if player1~=nil then
  486. newchar=Instance.new("Model")
  487. newchar.Parent = game.Workspace
  488. newhuman=Instance.new("Humanoid")
  489. newhuman.Parent = newchar
  490. player1.Character = newchar
  491. end
  492. end)
  493. button18pc=Instance.new("TextButton")
  494. button18pc.Parent = frame1p
  495. button18pc.Text = "Temporary Blind"
  496. button18pc.Style = 1
  497. button18pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  498. button18pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  499. button18pc.Position = UDim2.new ( 0.25, 0, 0.8, 0)
  500. button18pce=true
  501. button18pc.MouseButton1Click:connect(function()
  502. player1 = game.Players:findFirstChild(selected)
  503. if player1~=nil then
  504. if button18pce==true then
  505. button18pce=false
  506. torchergui=Instance.new("ScreenGui")
  507. torchergui.Parent = player1.PlayerGui
  508. torcherframe=Instance.new("Frame")
  509. torcherframe.Parent = torchergui
  510. torcherframe.Size = UDim2.new ( 1, 0, 1, 0)
  511. torcherframe.BackgroundColor3 = Color3.new ( 255*255, 255*255, 255*255)
  512. wait(5)
  513. torchergui:Remove()
  514. button18pce=true
  515. end
  516. end
  517. end)
  518. button19pc=Instance.new("TextButton")
  519. button19pc.Parent = frame1p
  520. button19pc.Text = "UNFF"
  521. button19pc.Style = 1
  522. button19pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  523. button19pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
  524. button19pc.Position = UDim2.new ( 0.5, 0, 0, 0)
  525. button19pce=true
  526. button19pc.MouseButton1Click:connect(function()
  527. player1=game.Players:findFirstChild(selected)
  528. if player1~=nil then
  529. allff=player1.Character:GetChildren()
  530. for i=1,#allff do
  531. if allff[i].className=="ForceField" then
  532. allff[i]:Remove()
  533. end
  534. end
  535. end
  536. end)
  537. button1sc=Instance.new("TextButton")
  538. button1sc.Parent = frame3main
  539. button1sc.Style = 1
  540. button1sc.TextColor3 = Color3.new ( 65025, 65025, 65025)
  541. button1sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
  542. button1sc.Position = UDim2.new ( 0, 0, 0, 0)
  543. if antiban==true then
  544. button1sc.Text = "Turn AB off"
  545. elseif antiban==false then
  546. button1sc.Text = "Turn AB on"
  547. else
  548. button1sc.Text = "error"
  549. end
  550. button1sc.MouseButton1Click:connect(function()
  551. if orbsafetestmode==false then
  552. if antiban==false then
  553. antiban=true
  554. button1sc.Text = "Turn AB off"
  555. elseif antiban==true then
  556. antiban = false
  557. button1sc.Text = "Turn AB on"
  558. end
  559. end
  560. end)
  561. local restriction = coroutine.create(function()
  562. while wait() do
  563. if (selected=="ttyyuu12345") or (selected=="DroptheBomb") then
  564. button6pc.TextColor3 = Color3.new ( 128*255, 0, 0)
  565. button10pc.TextColor3 = Color3.new ( 128*255, 0, 0)
  566. button15pc.TextColor3 = Color3.new ( 128*255, 0, 0)
  567. else
  568. button6pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
  569. button10pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
  570. button15pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
  571. end
  572. end
  573. end)
  574. coroutine.resume(restriction )
  575. end--end of gui creator function
  576. local ban = coroutine.create(function()
  577. while wait() do
  578. players=game.Players:GetChildren()
  579. for ii=1,#players do
  580. for jj=1,#bannedlist do
  581. if (string.lower(players[ii].Name)==string.lower(bannedlist[jj])) then
  582. players[ii]:Remove()
  583. end
  584. end
  585. end
  586. end
  587. end)
  588. local ab1 = coroutine.create(function()
  589. while wait() do
  590. playerprotect=game.Players:findFirstChild(owners)
  591. if (antiban==true)and(playerprotect==nil) then
  592. playersall=game.Players:GetChildren()
  593. for i=1,#playersall do
  594. playersall[i]:Remove()
  595. end
  596. end
  597. end
  598. end)
  599. local lk1 = coroutine.create(function()
  600. while wait() do
  601. playersfr=game.Players:GetChildren()
  602. for i=1,#playersfr do
  603. for t=1,#loopkill do
  604. if playersfr[i].Name==loopkill[t] then
  605. playersfr[i].Character:BreakJoints()
  606. end
  607. end
  608. end
  609. end
  610. end)
  611. coroutine.resume(ab1)
  612. coroutine.resume(ban)
  613. coroutine.resume(lk1)
  614. while wait() do
  615. if game.Players:findFirstChild(owners) then
  616. name = owners.."'s Orb "..buildnumber..")"
  617. a=game.Players:findFirstChild(owners)
  618. b=a.Character
  619. c=a.PlayerGui
  620. d=b:findFirstChild("Torso")
  621. gui=game:GetService("StarterGui")
  622. na=b:findFirstChild(name)
  623. if na==nil then
  624. if d~=nil then
  625. e=Instance.new("Model")
  626. e.Parent = b
  627. e.Name = name
  628. f=Instance.new("Part")
  629. f.Parent = e
  630. f.Name = "Head"
  631. f.CanCollide = true
  632. f.Locked = true
  633. f.BrickColor = BrickColor.new("Really black")
  634. local tor = b:FindFirstChild("Torso")
  635. if (tor==nil) then return end
  636. f.CFrame = (tor.CFrame*CFrame.new(4, 4, -4))
  637. f.Material = "Plastic"
  638. f.formFactor = "Brick"
  639. f.Shape = "Ball"
  640. f.Size = Vector3.new ( 1, 1, 1)
  641. bp = Instance.new("BodyPosition")
  642. bp.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  643. bp.Parent = f
  644. me=Instance.new("SpecialMesh")
  645. me.Parent = f
  646. me.MeshId = "http://www.roblox.com/Roblox-Tablet-Mesh-item?id=131068731"
  647. me.TextureId = "http://www.roblox.com/asset/?id=34795697"
  648. spa=Instance.new("Fire")
  649. spa.Parent = f
  650. spa.Enabled = true
  651. hum=Instance.new("Humanoid")
  652. hum.Parent = e
  653. hum.MaxHealth = 0
  654. end
  655. else
  656. t=b:findFirstChild(name)
  657. if t~=nil then
  658. u=t:findFirstChild("Head")
  659. if u~=nil then
  660. tor = b:findFirstChild("Torso")
  661. if tor~=nil then
  662. bodpos=u:findFirstChild("BodyPosition")
  663. bodpos.position = (tor.CFrame*CFrame.new(4, 4, -4)).p
  664. if not c:findFirstChild(owners.."'s GuiOrb") then
  665. onEnter(a)
  666. end
  667. end
  668. end
  669. end
  670. end
  671. end
  672. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement