Advertisement
PASTEBINWARRIOR

Untitled

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