Advertisement
Lolsux

Untitled

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