Advertisement
PASTEBINWARRIOR

Untitled

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