Advertisement
Guest User

Untitled

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