Advertisement
ManlyFoes

Here

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