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