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