Advertisement
Totek2007

V3rm 2

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