Advertisement
MewGod

Untitled

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