Advertisement
Guest User

Untitled

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