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