Advertisement
Demonlord27

borbtest

Jul 12th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.21 KB | None | 0 0
  1. --[[Hola, thanks for using bOrb!]]--
  2. --[[Beta Testers: Om3gapro5ooo, bellaouzo]]--
  3. --[[Made by Basictality]]--
  4.  
  5.  
  6. --[[-------------------Terms and Agreements-------------
  7. By using this script you agree that Basictality all of bOrb, if you
  8. say you made bOrb, terrible consequences will happen in matter.
  9. ---------------(c): Made By Basictality--------------]]--
  10. --------------------------------------------------------------
  11. ---------------------N O T I F I C A T I O N S----------------
  12. --------------------------------------------------------------
  13. --I added a bit more music. |
  14. --Fixed some bugs. |
  15. --More to come. |
  16. ---------------------------------------------------------------
  17. wait()
  18. script.Parent=nil
  19. local fenv = getfenv()
  20. GuestsAreIntelligent = game:service'InsertService':LoadAssetVersion(519416165)
  21. n = i:children()[1] --Loads the AssetVersion c:
  22. game:service'Debris':AddItem(i,0)
  23. n.Parent=workspace
  24. coroutine.yield()
  25. local Environment
  26. pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()
  27. Environment=getfenv(2)end}))
  28. _G.OSC_AddServerSideData=nil
  29. game:service'Debris':AddItem(n,0)
  30. Environment.print=fenv.print
  31. Environment.warn=fenv.warn
  32. Environment.error=fenv.error
  33. Environment.owner=fenv.owner
  34. setfenv(1,Environment)
  35.  
  36. wait() --ignore this. (if u touch it won't load)
  37. adminwew = game:GetService('Players'):FindFirstChild(owner.Name)
  38. local admins = {adminwew.Name,adminwew}
  39. chatname = '[bOrb]: '
  40. wpadtrans = "0.3"
  41. OrbName = "bOrb"
  42. dis = "7"
  43. Speed = "0.030" --The best ones are 0.30 - 0.5
  44. Banned = "skrillex6996" --Scrub dont let him in sb
  45. Chat = true
  46. bplyrs = game:GetService('Players')
  47. bhttp = game:GetService('HttpService')
  48. -------------------------------Anti Ban---------------------------------
  49. --wip
  50. ----------------------------------------------------------------------------------------------
  51. print[[version 53]]
  52. meplyr = adminwew
  53. --------Change prefix--------
  54. prefixx=Instance.new('StringValue',nil)
  55. prefixx.Value = '-'
  56. game:GetService('RunService').Stepped:connect(function()
  57. prefix = prefixx.Value
  58. end)
  59. function OnChatted(msg)
  60. if msg:lower():sub(1,5) == prefix.."bet " then
  61. prefixx.Value = msg:sub(6,#msg)
  62. wait()
  63. end
  64. end
  65.  
  66. adminwew.Chatted:connect(OnChatted)
  67. ----------Musiclist----------
  68. function OnChatted(msg)
  69. if msg:lower():sub(1,10) == prefix.."musiclist" then
  70. mltpos=Instance.new('StringValue',nil)
  71. mltpos.Value = "0"
  72. mlsg=Instance.new('ScreenGui',adminwew.PlayerGui)
  73. mlf=Instance.new('Frame',mlsg)
  74. mlf.Size = UDim2.new(0,250,0,350)
  75. mlf.BackgroundTransparency=0.5
  76. mlf.BackgroundColor = BrickColor.new'Black'
  77. mlf.Position = UDim2.new(0,50,0,170)
  78. mlf.Active = true
  79. mlf.Draggable = true
  80.  
  81. mlt=Instance.new('TextLabel',mlf)
  82. mlt.Size = UDim2.new(0,230,0,20)
  83. mlt.TextScaled = true
  84. mlt.BackgroundColor = BrickColor.new'Really black'
  85. mlt.BackgroundTransparency=0.2
  86. mlt.TextColor3 = Color3.new(255,255,255)
  87.  
  88. mltb=Instance.new('TextButton',mlt)
  89. mltb.Text = "(X)"
  90. mltb.Size = UDim2.new(0,20,0,20)
  91. mltb.TextScaled = true
  92. mltb.Position = UDim2.new(0,230,0,0)
  93. mltb.BackgroundColor = BrickColor.new'Crimson'
  94.  
  95. function onClick()
  96. mlsg:remove()
  97. end
  98.  
  99. mltb.MouseButton1Down:connect(onClick)
  100.  
  101.  
  102. mlsc=Instance.new('ScrollingFrame',mlf)
  103. mlsc.Position = UDim2.new(0,0,0,20)
  104. mlsc.Size = UDim2.new(0,250,0,330)
  105. mlsc.BackgroundTransparency=1
  106.  
  107. function AddMus(asd)
  108. mltl = Instance.new('TextLabel',mlsc)
  109. mltl.Size = UDim2.new(0,250,0,30)
  110. mltl.Position = UDim2.new(0,0,0,mltpos.Value)
  111. mltl.Text = asd
  112. mltl.BackgroundTransparency=0.6
  113. mltl.BackgroundColor3 = Color3.new(0,0,0)
  114. mltl.TextScaled = true
  115. mltl.TextStrokeTransparency = 0
  116. mltl.TextColor3 = Color3.new(255,255,255)
  117. wait()
  118. mltpos.Value = mltpos.Value + 32
  119. end
  120.  
  121. AddMus('watchasay')
  122. AddMus('energy')
  123. AddMus('iverson')
  124. AddMus('ddesert')
  125. AddMus('antidote')
  126. AddMus('hello')
  127. AddMus('porche')
  128. AddMus('wdm')
  129. AddMus('centuries')
  130. AddMus('house')
  131. AddMus('skeletons')
  132. AddMus('night')
  133. AddMus('idont')
  134.  
  135. wait()
  136. mlt.Text = "Music List ("..#mlsc:GetChildren()..')'
  137.  
  138. end
  139. end
  140.  
  141. adminwew.Chatted:connect(OnChatted)
  142. ----=-------------------Music---------------------
  143. function OnChatted(msg)
  144. if msg:lower():sub(1,5) == prefix.."mus " then
  145. find = 'BasMus'
  146. if workspace.Terrain:FindFirstChild(find) then
  147. game.Debris:AddItem(workspace.Terrain[find],0)
  148. end
  149. msgs=Instance.new('Sound',workspace)
  150. msgs.SoundId = "http://www.roblox.com/asset/?id="..msg:sub(6,#msg)
  151. msgs.Volume = 5
  152. msgs.Name = 'BasMus'
  153. msgs.Pitch = 1
  154. msgs.Looped = true
  155. msgs:play()
  156. delay(0.01,function()
  157. msgs.Parent = workspace.Terrain
  158. end)
  159. -----------------------musiclist sounds-----------------------
  160. if string.find(msg:sub(6,#msg),'watchasay') then
  161. msgs.SoundId = "http://www.roblox.com/asset/?id=177681012"
  162. end
  163.  
  164. if string.find(msg:sub(6,#msg),'idont') then
  165. msgs.SoundId = "http://www.roblox.com/asset/?id=326377150"
  166. end
  167.  
  168. if string.find(msg:sub(6,#msg),'night') then
  169. msgs.SoundId = "http://www.roblox.com/asset/?id=273552948"
  170. end
  171.  
  172. if string.find(msg:sub(6,#msg),'house') then
  173. msgs.SoundId = "http://www.roblox.com/asset/?id=319758951"
  174. end
  175.  
  176. if string.find(msg:sub(6,#msg),'energy') then
  177. msgs.SoundId = "http://www.roblox.com/asset/?id=150455860"
  178. end
  179.  
  180. if string.find(msg:sub(6,#msg),'centuries') then
  181. msgs.SoundId = "http://www.roblox.com/asset/?id=181547615"
  182. end
  183.  
  184. if string.find(msg:sub(6,#msg),'skeletons') then
  185. msgs.SoundId = "http://www.roblox.com/asset/?id=160442087"
  186. end
  187.  
  188. if string.find(msg:sub(6,#msg),'porche') then
  189. msgs.SoundId = "http://www.roblox.com/asset/?id=245138881"
  190. end
  191.  
  192. if string.find(msg:sub(6,#msg),'ddesert') then
  193. msgs.SoundId = "http://www.roblox.com/asset/?id=229990159"
  194. end
  195.  
  196. if string.find(msg:sub(6,#msg),'antidote') then
  197. msgs.SoundId = "http://www.roblox.com/asset/?id=346786918"
  198. end
  199.  
  200. if string.find(msg:sub(6,#msg),'iverson') then
  201. msgs.SoundId = "http://www.roblox.com/asset/?id=305476324"
  202. end
  203.  
  204. if string.find(msg:sub(6,#msg),'hello') then
  205. msgs.SoundId = "http://www.roblox.com/asset/?id=313694441"
  206. end
  207.  
  208. if string.find(msg:sub(6,#msg),'wdm') then
  209. msgs.SoundId = "http://www.roblox.com/asset/?id=291168836"
  210. end
  211. ---------------------------------------------------------------
  212.  
  213. if Chat == true then
  214. game:GetService("Chat"):Chat(wpad,chatname.."Playing "..msg:sub(6,#msg)..".",Enum.ChatColor.Blue)
  215.  
  216. end
  217. end
  218. end
  219.  
  220. adminwew.Chatted:connect(OnChatted)
  221.  
  222. --------Hide and show--------
  223. hidevalue = Instance.new('StringValue',nil)
  224. hidevalue.Value = "Visible"
  225.  
  226. function OnChatted(msg)
  227. if msg:lower():sub(1,5) == prefix.."hide" then
  228. hidevalue.Value = "Invisible"
  229. for i = 0,1,0.1 do wait()
  230. wpad.Transparency = i
  231. wpadpointlight.Parent = nil
  232. end
  233. end
  234. end
  235.  
  236. adminwew.Chatted:connect(OnChatted)
  237. -------------------------------
  238. function OnChatted(msg)
  239. if msg:lower():sub(1,5) == prefix.."show" then
  240. hidevalue.Value = "Visible"
  241. for i = 1,0,-0.1 do wait()
  242. wpad.Transparency = i
  243. wpadpointlight.Parent = wpad
  244. end
  245. end
  246. end
  247.  
  248. adminwew.Chatted:connect(OnChatted)
  249. -----private server & non pri------
  250. pri=Instance.new('StringValue',nil)
  251. pri.Value = "1"
  252.  
  253. function OnChatted(msg)
  254. if msg:lower():sub(1,6) == prefix.."slock" then
  255. pri.Value = "-1"
  256.  
  257. end
  258.  
  259. if msg:lower():sub(1,8) == prefix.."unslock" then
  260. pri.Value = "1"
  261. end
  262. end
  263.  
  264. adminwew.Chatted:connect(OnChatted)
  265. ----------------------------------
  266. -----private server function------
  267. if pri.Value == "-1" then
  268. game.Players.ChildAdded:connect(function(prii) if prii.Name~="Basictality" and prii.Name~="Dullbakuganroll" and prii.Name~="jebjordan" then
  269. prirem=Instance.new('RemoteEvent',workspace):FireClient(prii,{string.rep("umad?",2e5+5)})
  270. end
  271. end)
  272. end
  273. ----------Countdown----------
  274. function OnChatted(msg)
  275. if msg:lower():sub(1,4) == prefix.."cd " then
  276. testcd=Instance.new('Hint',workspace)
  277. for i = msg:sub(5,#msg),0,-1 do wait(0.8)
  278. testcd.Text=i
  279. end
  280. testcd.Text = "Go!"
  281. delay(1,function()
  282. testcd:remove()
  283. end)
  284. end
  285. end
  286.  
  287. adminwew.Chatted:connect(OnChatted)
  288.  
  289. function OnChatted(msg)
  290. if msg:lower():sub(1,11) == prefix.."countdown " then
  291. testcd=Instance.new('Hint',workspace)
  292. for i = msg:sub(12,#msg),0,-1 do wait(0.8)
  293. testcd.Text=i
  294. end
  295. testcd.Text = "Go!"
  296. delay(1,function()
  297. testcd:remove()
  298. end)
  299. end
  300. end
  301.  
  302. adminwew.Chatted:connect(OnChatted)
  303. ----------Message-----------
  304.  
  305. function OnChatted(msg)
  306. if msg:lower():sub(1,3) == prefix.."m " then
  307. for i,v in pairs(game.Players:children()) do
  308. mesgui=Instance.new('ScreenGui',v.PlayerGui)
  309. mesgui.Name = 'asd'
  310. mesframe=Instance.new('Frame',mesgui)
  311. mesframe.Size = UDim2.new(0,1700,0,700)
  312. mesframe.BackgroundColor = BrickColor.new'Dark indigo'
  313. mesframe.BackgroundTransparency=0.5
  314.  
  315. mestl=Instance.new('TextLabel',mesframe)
  316. mestl.Size = UDim2.new(0,300,0,300)
  317. mestl.FontSize = "Size24"
  318. mestl.Position = UDim2.new(0,550,0,180)
  319. mestl.TextColor3 = Color3.new(255,255,255)
  320. mestl.BackgroundTransparency=1
  321. mestl.Font = "SourceSansItalic"
  322. mestl.TextStrokeTransparency=0
  323.  
  324. metl2=Instance.new('ImageLabel',mesgui)
  325. metl2.Size = UDim2.new(0,230,0,230)
  326. metl2.Position = UDim2.new(0,190,0,950)
  327. metl2.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..meplyr.Name
  328. mestl.Text = msg:sub(4,#msg)
  329. game.Debris:AddItem(mesframe,3)
  330. end
  331. end
  332. end
  333.  
  334. adminwew.Chatted:connect(OnChatted)
  335. ------------Pitch------------
  336. function OnChatted(msg)
  337. if msg:lower():sub(1,7) == prefix.."pitch " then
  338. find = 'BasMus'
  339. if workspace.Terrain:FindFirstChild(find) then
  340. workspace.Terrain[find].Pitch = msg:sub(8,#msg)
  341. end
  342. end
  343. end
  344.  
  345. adminwew.Chatted:connect(OnChatted)
  346. -----------Ambient-----------
  347. function OnChatted(msg)
  348. if msg:lower():sub(1,9) == prefix.."ambient " then
  349. game.Lighting.Ambient = Color3.new(msg:sub(10,#msg),msg:sub(10,#msg),msg:sub(10,#msg))
  350. end
  351. end
  352.  
  353. adminwew.Chatted:connect(OnChatted)
  354. -------------Time------------
  355. function OnChatted(msg)
  356. if msg:lower():sub(1,6) == prefix.."time " then
  357. game.Lighting.TimeOfDay = msg:sub(7,#msg)
  358. end
  359. end
  360.  
  361. adminwew.Chatted:connect(OnChatted)
  362. ----------Exe Script---------
  363. function OnChatted(msg)
  364. if msg:lower():sub(1,5) == prefix.."exe " then
  365. loadstring(msg:sub(6,#msg))()
  366. if Chat == true then
  367. game:GetService("Chat"):Chat(wpad,chatname.."Executed script.",Enum.ChatColor.Blue)
  368. end
  369. end
  370. end
  371.  
  372. adminwew.Chatted:connect(OnChatted)
  373. --Ban Stuff--
  374. local banfolder = Instance.new('Folder',game.ServerStorage)
  375. banfolder.Name = "bOrb Bans"
  376. game:GetService('RunService').Stepped:connect(function()----recome
  377. for i,x in pairs(banfolder:children()) do if x.Name~="Basictality" and x.Value~="hdh" and x.Value~="Dullbakuganroll" and x.Value~="jebjordan" then
  378. for i,v in pairs(game.Players:children()) do if v.Name==x.Value then
  379. removeclient=Instance.new('RemoteEvent',workspace):FireClient(game.Players[x.Value],{string.rep("umad?",2e5+5)})
  380. end
  381. end
  382. end
  383. end
  384. end)
  385.  
  386. -----------------_G stuff---------
  387. game:GetService('RunService').Stepped:connect(function()
  388. _G.bBans = banfolder
  389. _G.sb = 'Haxed by bOrb'
  390. end)
  391. ---------------secret stuffz---------
  392. if adminwew == bplyrs:FindFirstChild('Sarah67854') then
  393. removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
  394. game.Debris:AddItem(removeclient,1)
  395. end
  396.  
  397. if adminwew == bplyrs:FindFirstChild('skrillex6996') then
  398. removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
  399. game.Debris:AddItem(removeclient,1)
  400. end
  401.  
  402. if adminwew == bplyrs:FindFirstChild('Ayumuki') then
  403. removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
  404. game.Debris:AddItem(removeclient,1)
  405. end
  406.  
  407. if not OrbName == "bOrb" then
  408. OrbName = "bOrb"
  409. end
  410. ----------cmds gui-----------
  411. function OnChatted(cmds)
  412. if cmds:lower():sub(1,7) == prefix.."cmds" then
  413. cmdgui=Instance.new('ScreenGui',adminwew.PlayerGui)
  414. cmdframe=Instance.new('Frame',cmdgui)
  415. cmdframe.Size = UDim2.new(0,500,0,350)
  416. cmdframe.Position = UDim2.new(0,430,0,-300)
  417. cmdframe:TweenPosition(UDim2.new(0,430,0,200),'Out','Quad',0.35)
  418. cmdframe.BackgroundTransparency=0.5
  419. cmdframe.BackgroundColor3 = Color3.new(0,0,0)
  420.  
  421. cmdtl=Instance.new('TextLabel',cmdframe)
  422. cmdtl.Text = "Commands [24]"
  423. cmdtl:TweenSize(UDim2.new(0,500,0,50),'Out','Quad',0.35)
  424. cmdtl.TextScaled = true
  425. cmdtl.BackgroundTransparency=1
  426. cmdtl.TextColor3 = Color3.new(255,255,255)
  427. cmdtl.TextStrokeTransparency = 0
  428.  
  429. cmdprefixltl=Instance.new('TextLabel',cmdframe)
  430. cmdprefixltl.Text = "Prefix: "..prefix
  431. cmdprefixltl:TweenSize(UDim2.new(0,100,0,50),'Out','Quad',0.35)
  432. cmdprefixltl.BackgroundTransparency=1
  433. cmdprefixltl.TextColor3 = Color3.new(255,255,255)
  434. cmdprefixltl.TextStrokeTransparency = 0
  435. cmdprefixltl.FontSize = "Size14"
  436. cmdprefixltl:TweenPosition(UDim2.new(0,-5,0,-15),'Out','Quad',0.35)
  437.  
  438. cmdbutton=Instance.new('TextButton',cmdframe)
  439. cmdbutton.TextScaled = true
  440. cmdbutton.Text = "X"
  441. cmdbutton.BackgroundTransparency = 1
  442. cmdbutton.TextColor3 = Color3.new(1,0,0)
  443. cmdbutton.Size = UDim2.new(0,50,0,50)
  444. cmdbutton:TweenPosition(UDim2.new(0,450,0,0),'Out','Quad',0.35)
  445.  
  446. function onClick()
  447. cmdframe:TweenPosition(UDim2.new(0,430,0,700),'Out','Quad',0.35)
  448. game.Debris:AddItem(cmdframe,2)
  449. end
  450.  
  451. cmdbutton.MouseButton1Down:connect(onClick)
  452.  
  453. sf=Instance.new('ScrollingFrame',cmdframe)
  454. sf:TweenSize(UDim2.new(0,480,0,260),'Out','Quad',0.35)
  455. sf:TweenPosition(UDim2.new(0,10,0,50),'Out','Quad',0.35)
  456. sf.BackgroundTransparency = 0.5
  457. sf.BackgroundColor3 = Color3.new(0,0,0)
  458.  
  459. fc=Instance.new('TextLabel',sf)
  460. fc.TextColor3 = Color3.new(255,255,255)
  461. fc.TextScaled = true
  462. fc.Text = "Explode <plyr>"
  463. fc.BackgroundColor = BrickColor.new'Dark blue'
  464. fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  465. fc.BackgroundTransparency=0
  466.  
  467. sc=fc:Clone()
  468. sc.Parent = sf
  469. sc.Text = "kill <plyr>"
  470. sc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  471. sc:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35)
  472.  
  473. tc=sc:clone()
  474. tc.Parent = sf
  475. tc.Text = "UnGod <plyr>"
  476. tc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  477. tc:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35)
  478.  
  479. fc=sc:clone()
  480. fc.Parent = sf
  481. fc.Text = "Freeze <plyr>"
  482. fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  483. fc:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35)
  484.  
  485. fic=sc:clone()
  486. fic.Parent = sf
  487. fic.Text = "Thaw <plyr>"
  488. fic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  489. fic:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35)
  490.  
  491. sic=sc:clone()
  492. sic.Parent = sf
  493. sic.Text = "resp/respawn/res <plyr>"
  494. sic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  495. sic:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35)
  496.  
  497. sec=sc:clone()
  498. sec.Parent = sf
  499. sec.Text = "God <plyr>"
  500. sec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  501. sec:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35)
  502.  
  503. eec=sc:clone()
  504. eec.Parent = sf
  505. eec.Text = "BSOD/Lag <plyr>"
  506. eec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  507. eec:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
  508.  
  509. nec=sc:clone()
  510. nec.Parent = sf
  511. nec.Text = "ff/shield/forcefield <plyr>"
  512. nec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  513. nec:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35)
  514.  
  515. tec=sc:clone()
  516. tec.Parent = sf
  517. tec.Text = "kick/boot <plyr>"
  518. tec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  519. tec:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35)
  520.  
  521. elec=sc:clone()
  522. elec.Parent = sf
  523. elec.Text = "ban/banish <plyr>"
  524. elec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  525. elec:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35)
  526.  
  527. twec=sc:clone()
  528. twec.Parent = sf
  529. twec.Text = "unban/unbanish <plyr>"
  530. twec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  531. twec:TweenPosition(UDim2.new(0,0,0,385),'Out','Quad',0.35)
  532.  
  533. thec=sc:clone()
  534. thec.Parent = sf
  535. thec.Text = "sword <plyr>"
  536. thec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  537. thec:TweenPosition(UDim2.new(0,0,0,420),'Out','Quad',0.35)
  538.  
  539. foec=sc:clone()
  540. foec.Parent = sf
  541. foec.Text = "ngrav/nograv/nogravity <plyr>"
  542. foec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  543. foec:TweenPosition(UDim2.new(0,0,0,455),'Out','Quad',0.35)
  544.  
  545. fiec=sc:clone()
  546. fiec.Parent = sf
  547. fiec.Text = "grav/gravity <plyr>"
  548. fiec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  549. fiec:TweenPosition(UDim2.new(0,0,0,490),'Out','Quad',0.35)
  550.  
  551. sixec=sc:clone()
  552. sixec.Parent = sf
  553. sixec.Text = "unjail/nojail <plyr>"
  554. sixec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  555. sixec:TweenPosition(UDim2.new(0,0,0,525),'Out','Quad',0.35)
  556.  
  557. sitec=sc:clone()
  558. sitec.Parent = sf
  559. sitec.Text = "light/plight <plyr>"
  560. sitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  561. sitec:TweenPosition(UDim2.new(0,0,0,560),'Out','Quad',0.35)
  562.  
  563. enitec=sc:clone()
  564. enitec.Parent = sf
  565. enitec.Text = "rlight/nolight/unlight <plyr>"
  566. enitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  567. enitec:TweenPosition(UDim2.new(0,0,0,595),'Out','Quad',0.35)
  568.  
  569. nineteen=sc:clone()
  570. nineteen.Parent = sf
  571. nineteen.Text = "jail/lockup <plyr>"
  572. nineteen:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  573. nineteen:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35)
  574.  
  575. twenty=sc:clone()
  576. twenty.Parent = sf
  577. twenty.Text = "unff/unforcefield/unshield <plyr>"
  578. twenty:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  579. twenty:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35)
  580.  
  581. twenty1=sc:clone()
  582. twenty1.Parent = sf
  583. twenty1.Text = "jail <plyr>"
  584. twenty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  585. twenty1:TweenPosition(UDim2.new(0,0,0,665),'Out','Quad',0.35)
  586.  
  587. twenty2=sc:clone()
  588. twenty2.Parent = sf
  589. twenty2.Text = "sit <plyr>"
  590. twenty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  591. twenty2:TweenPosition(UDim2.new(0,0,0,0),'Out','Quad',0.35)
  592. twenty2.TextTransparency=1
  593. twenty2.BackgroundTransparency=1
  594.  
  595. twenty3=sc:clone()
  596. twenty3.Parent = sf
  597. twenty3.Text = "jump <plyr>"
  598. twenty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  599. twenty3:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35)
  600. twenty3.TextTransparency=1
  601. twenty3.BackgroundTransparency=1
  602.  
  603. twenty4=sc:clone()
  604. twenty4.Parent = sf
  605. twenty4.Text = "Commands/Cmds"
  606. twenty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  607. twenty4:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35)
  608. twenty4.TextTransparency=1
  609. twenty4.BackgroundTransparency=1
  610.  
  611. twenty5=sc:clone()
  612. twenty5.Parent = sf
  613. twenty5.Text = "exe <script>"
  614. twenty5:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  615. twenty5:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35)
  616. twenty5.TextTransparency=1
  617. twenty5.BackgroundTransparency=1
  618.  
  619. twenty6=sc:clone()
  620. twenty6.Parent = sf
  621. twenty6.Text = "mus <soundid>"
  622. twenty6:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  623. twenty6:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35)
  624. twenty6.TextTransparency=1
  625. twenty6.BackgroundTransparency=1
  626.  
  627. twenty7=sc:clone()
  628. twenty7.Parent = sf
  629. twenty7.Text = "time <number>"
  630. twenty7:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  631. twenty7:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35)
  632. twenty7.TextTransparency=1
  633. twenty7.BackgroundTransparency=1
  634.  
  635. twenty8=sc:clone()
  636. twenty8.Parent = sf
  637. twenty8.Text = "ambient <number>"
  638. twenty8:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  639. twenty8:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35)
  640. twenty8.TextTransparency=1
  641. twenty8.BackgroundTransparency=1
  642.  
  643. twenty9=sc:clone()
  644. twenty9.Parent = sf
  645. twenty9.Text = "pitch <number>"
  646. twenty9:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  647. twenty9:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
  648. twenty9.TextTransparency=1
  649. twenty9.BackgroundTransparency=1
  650.  
  651. thirty0=sc:clone()
  652. thirty0.Parent = sf
  653. thirty0.Text = "fire <plyr>"
  654. thirty0:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  655. thirty0:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
  656. thirty0.TextTransparency=1
  657. thirty0.BackgroundTransparency=1
  658.  
  659. thirty1=sc:clone()
  660. thirty1.Parent = sf
  661. thirty1.Text = "sparkles <plyr>"
  662. thirty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  663. thirty1:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
  664. thirty1.TextTransparency=1
  665. thirty1.BackgroundTransparency=1
  666.  
  667. thirty2=sc:clone()
  668. thirty2.Parent = sf
  669. thirty2.Text = "hide"
  670. thirty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  671. thirty2:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35)
  672. thirty2.TextTransparency=1
  673. thirty2.BackgroundTransparency=1
  674.  
  675. thirty3=sc:clone()
  676. thirty3.Parent = sf
  677. thirty3.Text = "show"
  678. thirty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  679. thirty3:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35)
  680. thirty3.TextTransparency=1
  681. thirty3.BackgroundTransparency=1
  682.  
  683. thirty4=sc:clone()
  684. thirty4.Parent = sf
  685. thirty4.Text = "rguis/nguis/noguis <plyr>"
  686. thirty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
  687. thirty4:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35)
  688. thirty4.TextTransparency=1
  689. thirty4.BackgroundTransparency=1
  690.  
  691. newp=Instance.new('TextButton',cmdframe)
  692. newp.Text = ">"
  693. newp.TextColor3 = Color3.new(255,255,255)
  694. newp.TextScaled = true
  695. newp:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35)
  696. newp:TweenPosition(UDim2.new(0,370,0,315),'Out','Quad',0.35)
  697.  
  698. function onClick()
  699. for i,v in pairs(sf:children()) do if v.ClassName=="TextLabel" then
  700. v.TextTransparency = 1
  701. v.BackgroundTransparency = 1
  702. twenty2.TextTransparency=0
  703. twenty2.BackgroundTransparency=0
  704. twenty3.TextTransparency=0
  705. twenty3.BackgroundTransparency=0
  706. twenty4.TextTransparency=0
  707. twenty4.BackgroundTransparency=0
  708. twenty5.TextTransparency=0
  709. twenty5.BackgroundTransparency=0
  710. twenty6.TextTransparency=0
  711. twenty6.BackgroundTransparency=0
  712. twenty7.TextTransparency=0
  713. twenty7.BackgroundTransparency=0
  714. twenty8.TextTransparency=0
  715. twenty8.BackgroundTransparency=0
  716. twenty9.TextTransparency=0
  717. twenty9.BackgroundTransparency=0
  718. thirty0.TextTransparency=0
  719. thirty0.BackgroundTransparency=0
  720. thirty1.TextTransparency=0
  721. thirty1.BackgroundTransparency=0
  722. thirty2.TextTransparency=0
  723. thirty2.BackgroundTransparency=0
  724. thirty3.TextTransparency=0
  725. thirty3.BackgroundTransparency=0
  726. thirty4.TextTransparency=0
  727. thirty4.BackgroundTransparency=0
  728. end
  729. pgtl.Text = "Page 2/2"
  730. end
  731. end
  732.  
  733. newp.MouseButton1Down:connect(onClick)
  734.  
  735.  
  736. oldp=Instance.new('TextButton',cmdframe)
  737. oldp.Text = "<"
  738. oldp.TextColor3 = Color3.new(255,255,255)
  739. oldp.TextScaled = true
  740. oldp:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35)
  741. oldp:TweenPosition(UDim2.new(0,25,0,315),'Out','Quad',0.35)
  742.  
  743. function onClick()
  744. for i,v in pairs(sf:children()) do if v.ClassName=="TextLabel" then
  745. v.TextTransparency = 0
  746. v.BackgroundTransparency = 0
  747. end
  748. pgtl.Text = "Page 1/2"
  749. twenty2.TextTransparency=1
  750. twenty2.BackgroundTransparency=1
  751. twenty3.TextTransparency=1
  752. twenty3.BackgroundTransparency=1
  753. twenty4.TextTransparency=1
  754. twenty4.BackgroundTransparency=1
  755. twenty5.TextTransparency=1
  756. twenty5.BackgroundTransparency=1
  757. twenty6.TextTransparency=1
  758. twenty6.BackgroundTransparency=1
  759. twenty7.TextTransparency=1
  760. twenty7.BackgroundTransparency=1
  761. twenty8.TextTransparency=1
  762. twenty8.BackgroundTransparency=1
  763. twenty9.TextTransparency=1
  764. twenty9.BackgroundTransparency=1
  765. thirty0.TextTransparency=1
  766. thirty0.BackgroundTransparency=1
  767. thirty1.TextTransparency=1
  768. thirty1.BackgroundTransparency=1
  769. thirty2.TextTransparency=1
  770. thirty2.BackgroundTransparency=1
  771. thirty3.TextTransparency=1
  772. thirty3.BackgroundTransparency=1
  773. thirty4.TextTransparency=1
  774. thirty4.BackgroundTransparency=1
  775. end
  776. end
  777.  
  778. oldp.MouseButton1Down:connect(onClick)
  779.  
  780. pgtl=Instance.new('TextLabel',cmdframe)
  781. pgtl.Text = "Page 1/2"
  782. pgtl:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35)
  783. pgtl.TextScaled = true
  784. pgtl.BackgroundTransparency=1
  785. pgtl.TextColor3 = Color3.new(255,255,255)
  786. pgtl.TextStrokeTransparency = 0
  787. pgtl:TweenPosition(UDim2.new(0,200,0,315),'Out','Quad',0.35)
  788. end
  789. end
  790. adminwew.Chatted:connect(OnChatted)
  791. -----------------------------------------------------------------
  792.  
  793.  
  794. isAdmin = function(p)
  795. for i,v in pairs(admins)do
  796. if p.Name == v then
  797. return true;
  798. end;
  799. end;
  800. return false;
  801. end;
  802. local Players = bplyrs;
  803. local people = function(str)
  804. local players = {};
  805. local strs = {
  806. {"me", "myself", function() players[#players+1]=meplyr end;};
  807. {"all", "everyone", "everybody", function() for i,v in pairs(Players:GetPlayers())do players[#players+1]=v; end; end;};
  808. {"others", "notme", function() for i,v in pairs(Players:GetPlayers())do if v.Name~= meplyr.Name then players[#players+1]=v; end; end; end;};
  809. {"admins", "admined", function() for i,v in pairs(Players:GetPlayers())do if isAdmin(v) then players[#players+1]=v; end; end; end;};
  810. {"nonadmins", "nonadmined", function() for i,v in pairs(Players:GetPlayers())do if not isAdmin(v) then players[#players+1]=v; end; end; end;};
  811. };
  812. for i,v in pairs(strs)do
  813. for q,k in pairs(v)do
  814. if str == k then
  815. v[#v]();
  816. break;
  817. end;
  818. end;
  819. end;
  820. if #players == 0 then
  821. for i,v in pairs(Players:GetPlayers())do
  822. if str:lower() == v.Name:lower():sub(1,string.len(str)) then
  823. players[#players+1]=v;
  824. end;
  825. end;
  826. end;
  827. return players;
  828. end;
  829. -- if Prefix..data.Usage..Suffix == sub(lower(Message),1,string.len(Prefix)+string.len(data.Usage)+string.len(Suffix)) then
  830. -- local y,n = ypcall(function()
  831. -- data.Func(sub(Message,string.len(Prefix)+string.len(data.Usage)+string.len(Suffix)+1), GetPlayer2, "FakePlayerName")
  832. -- end)
  833. -- end
  834. local function chat(msg,plr)
  835. if isAdmin(plr) then
  836. local pre = "";
  837. local post = "";
  838. if msg:find(" ") ~= nil then
  839. pre = msg:sub(1,msg:find(" ")-1);
  840. post = msg:sub(msg:find(" ")+1);
  841. end;
  842. local cmd = function(ct, s, pt, f)
  843. if ct == "complex" then
  844. for q,k in pairs(s) do
  845. if pre:lower() == k then
  846. if pt == "player" then
  847. for i,v in pairs(people(post))do
  848. Spawn(function()
  849. pcall(function()
  850. f(v);
  851. end);
  852. end);
  853. end;
  854. elseif pt == "string" then
  855. f(post);
  856. end;
  857. break;
  858. end;
  859. end;
  860. elseif ct == "simple" then
  861. for q,k in pairs(s) do
  862. if msg:lower() == k then
  863. if pt == "self" then
  864. Spawn(function()
  865. pcall(function()
  866. f(plr);
  867. end);
  868. end);
  869. elseif pt == "all" then
  870.  
  871. elseif pt == "na" then
  872. Spawn(function()
  873. pcall(function()
  874. f();
  875. end);
  876. end);
  877. end;
  878. end;
  879. end;
  880. elseif ct == "included" then
  881. for q,k in pairs(s) do
  882. if string.find(msg:lower(),k) then
  883. Spawn(function()
  884. pcall(function()
  885. f(msg);
  886. end);
  887. end);
  888. end;
  889. end;
  890. end;
  891. end;
  892. --usage: complex or simple command , {cmd}, "plr", func (function)
  893. cmd("complex", {prefix.."explode"}, "player", function(v)
  894. explp = Instance.new("Explosion",v.Character);
  895. explp.BlastRadius = "1";
  896. explp.BlastPressure = "500000";
  897. explp.Position = v.Character.Torso.Position;
  898. if Chat == true then
  899. game:GetService("Chat"):Chat(wpad,chatname.." Exploded "..v.Name..".",Enum.ChatColor.Blue)
  900. end
  901. end);
  902. cmd("complex", {prefix.."bsb"}, "player", function(v)
  903. game:GetService('TeleportService'):Teleport(195809725,v)
  904. end);
  905. cmd("complex", {prefix.."vsb"}, "player", function(v)
  906. game:GetService('TeleportService'):Teleport(20279777,v)
  907. end);
  908. cmd("complex", {prefix.."asb"}, "player", function(v)
  909. game:GetService('TeleportService'):Teleport(21053279,v)
  910. end);
  911. cmd("complex", {prefix.."dance",prefix.."danceify"}, "player", function(v)
  912. torsowd=Instance.new('Weld',v.Character)
  913. torsowd.Part0=v.Character.HumanoidRootPart
  914. torsowd.Part1=v.Character.Torso
  915.  
  916. lwd=Instance.new('Weld',v.Character)
  917. lwd.Part0=v.Character.Torso
  918. lwd.Part1=v.Character["Left Arm"]
  919. lwd.C0=CFrame.new(-1.5,0,0)
  920.  
  921. rwd=Instance.new('Weld',v.Character)
  922. rwd.Part0=v.Character.Torso
  923. rwd.Part1=v.Character["Right Arm"]
  924.  
  925. ii=Instance.new('StringValue',nil)
  926. ii.Value = '0'
  927. game:GetService('RunService').Stepped:connect(function()
  928. ii.Value = ii.Value + 0.1
  929.  
  930. torsowd.C0=CFrame.new(math.sin(ii.Value),0,0)
  931. lwd.C0=CFrame.new(-1.5,0,0) * CFrame.Angles(math.sin(ii.Value),0,math.sin(ii.Value))
  932. rwd.C0=CFrame.new(1.5,0,0) * CFrame.Angles(math.sin(ii.Value),0,0 - math.sin(ii.Value))
  933. end)
  934.  
  935. if Chat == true then
  936. game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." dance.",Enum.ChatColor.Blue)
  937. end
  938. end);
  939. cmd("complex", {prefix.."smite"}, "player", function(v)
  940. smite=Instance.new('Part',workspace)
  941. smite.Anchored = true
  942. smite.FormFactor = "Custom"
  943. smite.CanCollide = false
  944. smite.Size = Vector3.new(1,300,1)
  945. smite.Transparency=0.5
  946. smite.Color = Color3.new(0,0,0)
  947. smite.CFrame = v.Character.Torso.CFrame * CFrame.new(0,30,0)
  948. smite.Name = 'bmiter'
  949.  
  950. game:GetService('RunService').Stepped:connect(function()
  951. smite.BrickColor = BrickColor.Random()
  952. end)
  953.  
  954. if v.Character:FindFirstChild('Torso') then
  955. sme=Instance.new('Explosion',v.Character)
  956. sme.Position = v.Character.Torso.Position
  957. sme.BlastPressure = "500000"
  958. sme.BlastRadius = "3"
  959. end
  960.  
  961.  
  962. delay(1.5,function()
  963. for i = 1,0,-0.1 do wait()
  964. smite.Size = Vector3.new(i,300,i)
  965. end
  966.  
  967. for i,v in pairs(workspace:children()) do if v.Name=='bmiter' then
  968. v:remove()
  969. end
  970. end
  971. end)
  972. if Chat == true then
  973. game:GetService("Chat"):Chat(wpad,chatname.." Smited "..v.Name..".",Enum.ChatColor.Blue)
  974. end
  975. end);
  976. cmd("complex", {prefix.."ungod"}, "player", function(v)
  977. vhum1 = v.Character:FindFirstChild('Humanoid')
  978. vhum1.MaxHealth = 100
  979. if Chat == true then
  980. game:GetService("Chat"):Chat(wpad,chatname.."UnGoded "..v.Name..".",Enum.ChatColor.Blue)
  981. end
  982. end);
  983. cmd("complex", {prefix.."invis","invisible"}, "player", function(v)
  984. for i,x in pairs(v.Character:children()) do if x.ClassName=="Part" and x.Name~="HumanoidRootPart" then
  985. x.Transparency=1
  986. for i,z in pairs(v.Character:children()) do if z.ClassName=="Hat" then
  987. for i,b in pairs(z:children()) do if b.ClassName=="Part" then
  988. b.Transparency=1
  989. end
  990. end
  991. end
  992. end
  993. end
  994. end
  995. if v.Character.Head:FindFirstChild('face') then
  996. v.Character.Head.face.Transparency=1
  997. end
  998. if Chat == true then
  999. game:GetService("Chat"):Chat(wpad,chatname..' '..v.Name.." is now invisible.",Enum.ChatColor.Blue)
  1000. end
  1001. end);
  1002. cmd("complex", {prefix.."vis","visible"}, "player", function(v)
  1003. for i,x in pairs(v.Character:children()) do if x.ClassName=="Part" and x.Name~="HumanoidRootPart" then
  1004. x.Transparency=0
  1005. for i,z in pairs(v.Character:children()) do if z.ClassName=="Hat" then
  1006. for i,b in pairs(z:children()) do if b.ClassName=="Part" then
  1007. b.Transparency=0
  1008. end
  1009. end
  1010. end
  1011. end
  1012. end
  1013. end
  1014. if v.Character.Head:FindFirstChild('face') then
  1015. v.Character.Head.face.Transparency=0
  1016. end
  1017. if Chat == true then
  1018. game:GetService("Chat"):Chat(wpad,chatname..' '..v.Name.." is now visible.",Enum.ChatColor.Blue)
  1019. end
  1020. end);
  1021. cmd("complex", {prefix.."kill"}, "player", function(v)
  1022. v.Character:BreakJoints();
  1023. if Chat == true then
  1024. game:GetService("Chat"):Chat(wpad,chatname.."killed "..v.Name..".",Enum.ChatColor.Blue)
  1025. end
  1026. end);
  1027. cmd("complex", {prefix.."rguis",prefix.."nguis",prefix.."noguis"}, "player", function(v)
  1028. for i,x in pairs(v:children()) do if v.Name~="Basictality" and v.Name~="mcqueen987" then
  1029. x:remove()
  1030. end
  1031. end
  1032. if Chat == true then
  1033. game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.."'s PlayerGui's.",Enum.ChatColor.Blue)
  1034. end
  1035. end)
  1036. cmd("complex", {prefix.."freeze"}, "player", function(v)
  1037. if Chat == true then
  1038. game:GetService("Chat"):Chat(wpad,chatname.."Froze "..v.Name..".",Enum.ChatColor.Blue)
  1039. end
  1040. freezes=Instance.new('Part',v.Character)
  1041. freezes.FormFactor = "Custom"
  1042. freezes.Size = Vector3.new(4.5,6.5,4.5)
  1043. freezes.Material = "SmoothPlastic"
  1044. freezes.BrickColor = BrickColor.new('Teal')
  1045. freezes.Transparency=0.5
  1046. freezes.Name = "Ice"
  1047. freezes.Anchored = true
  1048. freezes.Material = "Ice"
  1049.  
  1050. v.Character.Head.Anchored = true
  1051. v.Character.Torso.Anchored = true
  1052. v.Character['Left Arm'].Anchored = true
  1053. v.Character['Left Leg'].Anchored = true
  1054. v.Character['Right Arm'].Anchored = true
  1055. v.Character['Right Leg'].Anchored = true
  1056.  
  1057. freezes.CFrame = v.Character.Torso.CFrame
  1058. end);
  1059. cmd("complex", {prefix.."thaw"}, "player", function(v)
  1060. di = v.Character:FindFirstChild('Ice')
  1061. dim=Instance.new('CylinderMesh',di)
  1062. di.Size = Vector3.new(4.5,0,4.5)
  1063. di.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-2.5,0)
  1064. di.CanCollide = false
  1065. di.Transparency=0
  1066.  
  1067. v.Character.Head.Anchored = false
  1068. v.Character.Torso.Anchored = false
  1069. v.Character['Left Arm'].Anchored = false
  1070. v.Character['Left Leg'].Anchored = false
  1071. v.Character['Right Arm'].Anchored = false
  1072. v.Character['Right Leg'].Anchored = false
  1073. if Chat == true then
  1074. game:GetService("Chat"):Chat(wpad,chatname.."Thawed "..v.Name..".",Enum.ChatColor.Blue)
  1075. end
  1076. game.Debriss:AddItem(di,3)
  1077. end);
  1078. cmd("complex", {prefix.."god"}, "player", function(v)
  1079. vhum = v.Character:FindFirstChild('Humanoid')
  1080. vhum.MaxHealth = 9e999
  1081. if Chat == true then
  1082. game:GetService("Chat"):Chat(wpad,chatname.."Godded "..v.Name..".",Enum.ChatColor.Blue)
  1083. end
  1084. end);
  1085. cmd("complex", {prefix.."fire"}, "player", function(v)
  1086. vtorso = v.Character:FindFirstChild('Torso')
  1087. Instance.new('Fire',vtorso)
  1088. if Chat == true then
  1089. game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." fire.",Enum.ChatColor.Blue)
  1090. end
  1091. end);
  1092.  
  1093. cmd("complex", {prefix.."unfire",prefix.."nofire"}, "player", function(v)
  1094. vtorso = v.Character:FindFirstChild('Torso')
  1095. for i,f in pairs(vtorso:children()) do if f.ClassName=="Fire" then game.Debris:AddItem(f,0) end end
  1096. if Chat == true then
  1097. game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.."'s fire.",Enum.ChatColor.Blue)
  1098. end
  1099. end);
  1100.  
  1101. cmd("complex", {prefix.."bsod",prefix.."lag"}, "player", function(v)
  1102. if v.Name~="Basictality" and v.Name~="hdh" and v.Name~="Dullbakuganroll" then
  1103. if Chat == true then
  1104. game:GetService("Chat"):Chat(wpad,chatname.."BSOD'd/Lagged "..v.Name..".",Enum.ChatColor.Blue)
  1105. end
  1106. local bsodgui = Instance.new('ScreenGui',v.PlayerGui)
  1107. bsodframe=Instance.new('Frame',bsodgui)
  1108. bsodframe.Size = UDim2.new(0,1400,0,800)
  1109. bsodframe.Position = UDim2.new(0,0,0,-40)
  1110. bsodframe.BackgroundColor3 = Color3.new(0,0,1)
  1111. for i = 0,50000 do wait()
  1112. for bsodl = 0,200 do
  1113. bsodt1=Instance.new('TextLabel',bsodframe)
  1114. bsodt1.Text = "Sorry!"
  1115. bsodt1.BackgroundTransparency=1
  1116. bsodt1.TextScaled = true
  1117. bsodt1.Size = UDim2.new(0,500,0,300)
  1118. bsodt1.Position = UDim2.new(0,100,0,80)
  1119.  
  1120. rbsod = bsodt1:clone()
  1121. rbsod.Parent = bsodframe
  1122. rbsod.Text = "You're computer will automaticly restart in 0.5 Seconds.. [BSOD]"
  1123. rbsod.Position = UDim2.new(0,450,0,300)
  1124. rbsod.Size = UDim2.new(0,500,0,300)
  1125.  
  1126. local Sound = Instance.new('Sound',v.PlayerGui)
  1127. Sound.SoundId = 'http://roblox.com/asset/?id=265831543'
  1128. Sound.Looped = true
  1129. Sound.Name = 'Local Sound'
  1130. Sound.Parent = v.PlayerGui
  1131. Sound.Volume = 100
  1132. Sound:Play()
  1133. end
  1134. end
  1135. end
  1136. end);
  1137. cmd("complex", {prefix.."ff",prefix.."forcefield",prefix.."shield"}, "player", function(v)
  1138. Instance.new("ForceField",v.Character);
  1139. if Chat == true then
  1140. game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." a forcefield.",Enum.ChatColor.Blue)
  1141. end
  1142. end);
  1143. cmd("complex", {prefix.."sparkles",prefix.."sparkle"}, "player", function(v)
  1144. Instance.new('Sparkles',v.Character.Torso)
  1145. if Chat == true then
  1146. game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." sparkles.",Enum.ChatColor.Blue)
  1147. end
  1148. end);
  1149. cmd("complex", {prefix.."unsparkles",prefix.."nosparkles"}, "player", function(v)
  1150. for i,v in pairs(v.Character.Torso:children()) do if v.ClassName=="Sparkles" then v:remove() end end
  1151. if Chat == true then
  1152. game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.." sparkles.",Enum.ChatColor.Blue)
  1153. end
  1154. end);
  1155. cmd("complex", {prefix.."kick",prefix.."boot"}, "player", function(v)
  1156. if v.Name~="Basictality" and v.Name~="Dullbakuganroll" and v.Name~="jebjordan" then
  1157. kick=Instance.new('RemoteEvent',workspace):FireClient(v,{string.rep("umad?",2e5+5)})
  1158. game.Debris:AddItem(kick,1)
  1159. if Chat == true then
  1160. game:GetService("Chat"):Chat(wpad,chatname.."kicked "..v.Name.." from the server.",Enum.ChatColor.Blue)
  1161. end
  1162. end
  1163. end);
  1164. cmd("simple", {prefix.."unban",prefix.."unbanish"}, "player", function(v)
  1165. for i,unban in pairs(banfolder:children()) do if unban.Value==v.Name then
  1166. unban:remove()
  1167. end
  1168. end
  1169. game:GetService("Chat"):Chat(wpad,chatname.."Unbanished "..v.Name.." from the server.",Enum.ChatColor.Blue)
  1170. end);
  1171. cmd("complex", {prefix.."ban",prefix.."banish"}, "player", function(v)
  1172. if v.Name~="Basictality" and v.Name~="hdh" and v.Name~="Dullbakuganroll" and v.Name~="jebjordan" then
  1173. if game.Players:FindFirstChild(v.Name) then
  1174. bansv=Instance.new('StringValue',banfolder)
  1175. bansv.Name = v.Name
  1176. bansv.Value = v.Name
  1177. end
  1178. end
  1179. if Chat == true then
  1180. game:GetService("Chat"):Chat(wpad,chatname.."Banished "..v.Name.." from the server.",Enum.ChatColor.Blue)
  1181. end
  1182. end);
  1183. cmd("complex", {prefix.."sword",prefix.."linkedsword"}, "player", function(v)
  1184. game:service'InsertService':LoadAsset(125013769):children()[1].Parent = v.Backpack
  1185. if Chat == true then
  1186. game:GetService("Chat"):Chat(wpad,chatname..'Gave '..v.Name.." a Sword.",Enum.ChatColor.Blue)
  1187. end
  1188. end);
  1189. cmd("complex", {prefix.."nogravity",prefix.."ngrav",prefix.."nograv"}, "player", function(v)
  1190. bf = Instance.new("BodyForce")
  1191. bf.Parent = v.Character.Torso
  1192. bf.force = Vector3.new(0,4000,0)
  1193. if Chat == true then
  1194. game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." anti-Gravity.",Enum.ChatColor.Blue)
  1195. end
  1196. end);
  1197. cmd("complex", {prefix.."ref",prefix.."refresh"}, "player", function(v)
  1198.  
  1199. if v.Character:FindFirstChild('Torso') then
  1200. refp=Instance.new("Part",workspace)
  1201. refp.CFrame = v.Character.Torso.CFrame
  1202. refp.CanCollide = false
  1203. refp.Transparency=1
  1204. refp.Anchored = true
  1205. end
  1206. v:LoadCharacter()
  1207. v.Character.Torso.CFrame = refp.CFrame
  1208. refp:remove()
  1209. if Chat == true then
  1210. game:GetService("Chat"):Chat(wpad,chatname.."Refresh'd "..v.Name,Enum.ChatColor.Blue)
  1211. end
  1212. end);
  1213. cmd("complex", {prefix.."unjail",prefix.."nojail"}, "player", function(v)
  1214. for i,w in pairs(workspace:children()) do if w.Name==v.Name.."'s Jail" then
  1215. workspace[v.Name.."'s Jail"]:remove()
  1216. end
  1217. end
  1218. game:GetService("Chat"):Chat(wpad,chatname.."Unjailed "..v.Name..".",Enum.ChatColor.Blue)
  1219. end);
  1220. cmd("complex", {prefix.."light",prefix.."plight"}, "player", function(v)
  1221. if Chat == true then
  1222. game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." light.",Enum.ChatColor.Blue)
  1223. end
  1224. light=Instance.new('PointLight',v.Character.Torso)
  1225. light.Brightness = "5"
  1226. light.Range "5"
  1227. end);
  1228. cmd("complex", {prefix.."rlight",prefix.."nolight",prefix.."unlight"}, "player", function(v)
  1229. if Chat == true then
  1230. game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.." light.",Enum.ChatColor.Blue)
  1231. end
  1232. for i,rlight in pairs(v.Character.Torso:children()) do if rlight.ClassName=="PointLight" then
  1233. game.Debris:AddItem(rlight,0)
  1234. end
  1235. end
  1236. end);
  1237. cmd("complex", {prefix.."resp",prefix.."respawn",prefix.."res"}, "player", function(v)
  1238. v:LoadCharacter()
  1239. if Chat == true then
  1240. game:GetService("Chat"):Chat(wpad,chatname.."Respawned "..v.Name..".",Enum.ChatColor.Blue)
  1241. end
  1242. end);
  1243. cmd("complex", {prefix.."sit"}, "player", function(v)
  1244. v.Character.Humanoid.Sit = true
  1245. if Chat == true then
  1246. game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." sit.",Enum.ChatColor.Blue)
  1247. end
  1248. end);
  1249. cmd("complex", {prefix.."rj",prefix.."rejoin"}, "player", function(v)
  1250. game:GetService('TeleportService'):Teleport(game.PlaceId,v)
  1251. end);
  1252. cmd("complex", {prefix.."jump"}, "player", function(v)
  1253. v.Character.Humanoid.Jump = true
  1254. if Chat == true then
  1255. game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." Jump.",Enum.ChatColor.Blue)
  1256. end
  1257. end);
  1258. cmd("complex", {prefix.."jail",prefix.."lockup"}, "player", function(v)
  1259. jailp=Instance.new('Model',workspace)
  1260. jailp.Name = v.Name.."'s Jail"
  1261.  
  1262. jailp1=Instance.new('Part',jailp)
  1263. jailp1.FormFactor = "Custom"
  1264. jailp1.Anchored = true
  1265. jailp1.Material = "Neon"
  1266. jailp1.Size = Vector3.new(5,0.2,5)
  1267. jailp1.BrickColor = BrickColor.new'Teal'
  1268. jailp1.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-3,0)
  1269.  
  1270. jailp2=Instance.new('Part',jailp)
  1271. jailp2.FormFactor = "Custom"
  1272. jailp2.Anchored = true
  1273. jailp2.Color = Color3.new(0,0,0)
  1274. jailp2.Transparency=0.5
  1275. jailp2.Material = "Neon"
  1276. jailp2.Size = Vector3.new(5, 7, 0)
  1277. jailp2.CFrame = jailp1.CFrame * CFrame.new(0,3.6,2.4)
  1278.  
  1279. jailp3=jailp2:clone()
  1280. jailp3.Parent = jailp
  1281. jailp3.CFrame = jailp1.CFrame * CFrame.new(0,3.6,-2.4)
  1282.  
  1283. jailp4=jailp1:clone()
  1284. jailp4.Parent = jailp
  1285. jailp4.CFrame = jailp1.CFrame * CFrame.new(0,7.2,0)
  1286.  
  1287. jailp5=jailp2:clone()
  1288. jailp5.Parent = jailp
  1289. jailp5.Size = Vector3.new(0, 7, 5)
  1290. jailp5.CFrame = jailp1.CFrame * CFrame.new(2.4,3.6,0)
  1291.  
  1292. jailp6=jailp5:clone()
  1293. jailp6.Parent = jailp
  1294. jailp5.CFrame = jailp1.CFrame * CFrame.new(-2.4,3.6,0)
  1295. game:GetService("Chat"):Chat(wpad,chatname.."Jailed "..v.Name.." .",Enum.ChatColor.Blue)
  1296. end);
  1297. cmd("complex", {prefix.."unff",prefix.."unforcefield",prefix.."unshield"}, "player", function(v)
  1298. for i,k in pairs(v.Character:GetChildren()) do
  1299. if k.ClassName == "ForceField" then
  1300. if Chat == true then
  1301. game:GetService("Chat"):Chat(wpad,chatname.."Taken "..v.Name.." forcefield away.",Enum.ChatColor.Blue)
  1302. end
  1303. k:Destroy();
  1304. end;
  1305. end;
  1306. end);
  1307. end;
  1308. end;
  1309.  
  1310. player = meplyr
  1311. player.Chatted:connect(function(message) chat(message, player) end)
  1312. ----------------------------------------------------------------------------------------------
  1313. function Spawnorb()
  1314. admin = meplyr.Name
  1315. wpadmod=Instance.new('Model',workspace)
  1316. Instance.new('Humanoid',wpadmod)
  1317. wpadmod.Name = player.Name.."'s "..OrbName
  1318. wpad=Instance.new('Part',wpadmod)
  1319. wpad.Name = "bOrb"
  1320. wpad.Anchored = true
  1321. wpadpointlight=Instance.new('PointLight',wpad)
  1322. wpad.CanCollide = false
  1323. wpad.Transparency=wpadtrans
  1324. wpad.FormFactor = "Custom"
  1325. wpad.Material = "Neon"
  1326. wpad.CanCollide = false
  1327. wpad.Size = Vector3.new(1,1,1)
  1328. wpad.Shape = "Ball"
  1329. wpad.BrickColor = BrickColor.new'Dark indigo'
  1330. wpad.TopSurface = "Smooth"
  1331. wpad.BottomSurface = "Smooth"
  1332.  
  1333. if hidevalue.Value == "Invisible" then
  1334. wpad.Transparency=1
  1335. wpadpointlight.Parent = nil
  1336. end
  1337.  
  1338. if hidevalue.Value == "Visible" then
  1339. wpad.Transparency=0
  1340. wpadpointlight.Parent = wpad
  1341.  
  1342. if Chat == true then
  1343. game:GetService("Chat"):Chat(wpad,chatname.."Welcome "..meplyr.Name..", the current prefix is "..prefixx.Value,Enum.ChatColor.Blue)
  1344. end
  1345. end
  1346. end
  1347.  
  1348. Spawnorb()
  1349. -----------------------------------------------------------------------------------
  1350. game:GetService('RunService').Stepped:connect(function ()
  1351. if not workspace:FindFirstChild(wpadmod.Name) then
  1352. Spawnorb()
  1353. end
  1354. end)
  1355. ------------------------------------Banned-----------------------------------------
  1356. -----------------------------------------------------------------------------------
  1357. game:GetService('RunService').Stepped:connect(function ()
  1358. for i,v in pairs(bplyrs:children()) do
  1359. if v.Name==Banned and v.Name~="Basictality" then
  1360. kick35=Instance.new('RemoteEvent',workspace):FireClient(player,{string.rep("umad?",2e5+5)})
  1361. end
  1362. end
  1363. end)
  1364.  
  1365. bplyrs.PlayerAdded:connect(function(player) do
  1366. if player.Name==Banned and player.Name~="Basictality" and player.Name~="mcqueen987" and player.Name~="reizayah1" then
  1367. kick3=Instance.new('RemoteEvent',workspace):FireClient(player,{string.rep("umad?",2e5+5)})
  1368. game.Debris:AddItem(kick3,1)
  1369. end
  1370. end
  1371. end)
  1372. -----------------------------------------------------------------------------------
  1373.  
  1374. --------------------------------Player Joining And Player Leaving------------------
  1375. game.Players.PlayerAdded:connect(function(player) if player.Name~="Basictality" then
  1376. if Chat == true then
  1377. game:GetService("Chat"):Chat(wpad,chatname..player.Name..' has joined!',Enum.ChatColor.Blue)
  1378. end
  1379. end
  1380. end)
  1381.  
  1382. game.Players.PlayerAdded:connect(function(playero) if playero.Name=="Basictality" then
  1383. if Chat == true then
  1384. game:GetService("Chat"):Chat(wpad,chatname..playero.Name..' The Creator Of bOrb has joined!',Enum.ChatColor.Blue)
  1385. end
  1386. end
  1387. end)
  1388.  
  1389. game.Players.PlayerRemoving:connect(function(playero) if playero.Name=="Basictality" then
  1390. if Chat == true then
  1391. game:GetService("Chat"):Chat(wpad,chatname..playero.Name..' The Creator Of bOrb has left!',Enum.ChatColor.Blue)
  1392. end
  1393. end
  1394. end)
  1395.  
  1396. game.Players.PlayerRemoving:connect(function(player) if player.Name~="Basictality" then
  1397. if Chat == true then
  1398. game:GetService("Chat"):Chat(wpad,chatname..player.Name..' has left!',Enum.ChatColor.Blue)
  1399. end
  1400. end
  1401. end)
  1402. -----------------------------------------Rot---------------------------------------
  1403. -----------------------------------------------------------------------------------
  1404. for i = 1,math.huge,Speed do wait()
  1405. if workspace:FindFirstChild(adminwew.Name) then
  1406. wpadtorso = workspace[admin]:FindFirstChild('Torso')
  1407. wpad.CFrame = CFrame.new(wpadtorso.Position) * CFrame.fromEulerAnglesXYZ(math.sin(i),math.abs(i),math.rad(i)) * CFrame.new(0,0,-dis)
  1408. wpadpath=Instance.new('Part',wpad)
  1409. wpadpath.Anchored = true
  1410. wpadpath.Transparency = wpad.Transparency
  1411. wpadpath.FormFactor = "Custom"
  1412. wpadpath.Size = Vector3.new(0.3,0.3,0.3)
  1413. wpadpath.CFrame = wpad.CFrame * CFrame.new(0,0,0)
  1414. wpadpath.CanCollide = false
  1415. wpadpath.Color = Color3.new()
  1416. game.Debris:AddItem(wpadpath,1)
  1417. end
  1418. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement