VanishingDragon

Untitled

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