Advertisement
KeroroGunso0

Orb do not edit!

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