Advertisement
dedant

DOrbV1 by dudegorgon22

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