SHOW:
|
|
- or go back to the newest paste.
| 1 | wait() | |
| 2 | script.Parent = nil | |
| 3 | script:ClearAllChildren() | |
| 4 | LuaVersion = _VERSION --<<<-- +|Thanks to Roblox Wiki|+ | |
| 5 | Abort = false ; | |
| 6 | - | UsersTablets = [[YOUR NAME HERE]] --<<<-<<<-<<< PUT UR NAME HERE |
| 6 | + | UsersTablets = [[supreim]] --<<<-<<<-<<< PUT UR NAME HERE |
| 7 | Sources = {
| |
| 8 | Source = 1, | |
| 9 | source = 1, | |
| 10 | DSource = 1,}; | |
| 11 | Tablets = {}
| |
| 12 | Fences = {}
| |
| 13 | Jails = {}
| |
| 14 | BackUp = script:Clone() | |
| 15 | Ranked = {}
| |
| 16 | TabChange = false | |
| 17 | LockedScripts = false | |
| 18 | Ranked['Defaults'] = {['Rank'] = 0, ['Color'] = Color3.new(0,0,0),['InPri'] = false,['Desc'] = 'Guest'}
| |
| 19 | DisconnectKey = "Disconnect" | |
| 20 | Key = "G_.DISCONNECT()" | |
| 21 | Removed = false | |
| 22 | GuiChat = false | |
| 23 | Commands = {}
| |
| 24 | Ranks = {}
| |
| 25 | NewRank = function(Rank,RankName) | |
| 26 | Ranks[Rank]=RankName | |
| 27 | end | |
| 28 | ||
| 29 | --[[+Ranks+]]-- | |
| 30 | --NewRank(-4,'Fags') | |
| 31 | NewRank(-3,'Bums') -- Shutdown | |
| 32 | NewRank(-2,'nubs') -- Crashed | |
| 33 | NewRank(-1,'Banned') -- Kicked | |
| 34 | NewRank(-0.5,'Scum') -- A Nickname | |
| 35 | NewRank(0,'Guest') | |
| 36 | NewRank(1,'Admin') | |
| 37 | NewRank(2,'Super admin') | |
| 38 | NewRank(3,'Mega admin') | |
| 39 | NewRank(4,'Epic admin') | |
| 40 | NewRank(5,'User') | |
| 41 | NewRank(6,'Best Friend') | |
| 42 | NewRank(7,'Unlimited') | |
| 43 | ||
| 44 | YourBet = "/" | |
| 45 | YourBet2 = "/" | |
| 46 | --[[+Chat Log+]]-- | |
| 47 | local ChatLog = {}
| |
| 48 | game:GetService("Players").ChildAdded:connect(function(p)
| |
| 49 | if not p:IsA("Player") then return end
| |
| 50 | p.Chatted:connect(function(m) | |
| 51 | table.insert(ChatLog,{Speaker=p,Message=m})
| |
| 52 | end) | |
| 53 | end) | |
| 54 | --[[+Make Tablets+]]-- | |
| 55 | MakeTablets=function() | |
| 56 | CurrentTabletPart = Instance.new('Part')
| |
| 57 | CurrentTabletPart.FormFactor = "Custom" | |
| 58 | CurrentTabletPart.TopSurface = "Smooth" | |
| 59 | CurrentTabletPart.BottomSurface = "Smooth" | |
| 60 | CurrentTabletPart.Transparency = 0 | |
| 61 | CurrentTabletPart.Material = 'Ice' | |
| 62 | CurrentTabletPart.Anchored = true | |
| 63 | CurrentTabletPart.Locked = true | |
| 64 | CurrentTabletPart.Shape = 'Ball' | |
| 65 | CurrentTabletPart.CanCollide = false | |
| 66 | CurrentTabletPart.Size = Vector3.new(3,3,3) | |
| 67 | CurrentTabletPart:BreakJoints() | |
| 68 | ||
| 69 | DifferentTablets = {}
| |
| 70 | DifferentTablets['Tablet']= CurrentTabletPart:Clone() | |
| 71 | ||
| 72 | DifferentTablets['Diamond'] = Instance.new('Part')
| |
| 73 | Diamond = DifferentTablets['Diamond'] | |
| 74 | Diamond.FormFactor = "Custom" | |
| 75 | Diamond.Size = Vector3.new(2.55,2.55,2.55) | |
| 76 | Diamond.Transparency = 0 | |
| 77 | Diamond.CanCollide = false | |
| 78 | Diamond.Anchored = true | |
| 79 | Mesh = Instance.new("SpecialMesh", Diamond)
| |
| 80 | Mesh.MeshType = "FileMesh" | |
| 81 | Mesh.MeshId = "http://www.roblox.com/asset/?id=9756362" | |
| 82 | Mesh.Scale = Diamond.Size | |
| 83 | ||
| 84 | DifferentTablets['Tablet']=Instance.new('Part')
| |
| 85 | Tablet = DifferentTablets['Tablet'] | |
| 86 | Tablet.FormFactor = "Custom" | |
| 87 | Tablet.Size = Vector3.new(2.55,2.55,2.55) | |
| 88 | Tablet.Transparency = 0 | |
| 89 | Tablet.CanCollide = false | |
| 90 | Tablet.Anchored = true | |
| 91 | Mesh = Instance.new("SpecialMesh", Tablet)
| |
| 92 | Mesh.MeshType = "FileMesh" | |
| 93 | Mesh.MeshId = "http://www.roblox.com/asset/?id=97689055" | |
| 94 | Mesh.TextureId = "http://www.roblox.com/asset/?id=97689497" | |
| 95 | Mesh.Scale = Tablet.Size | |
| 96 | ||
| 97 | DifferentTablets['Dominus']=Instance.new('Part')
| |
| 98 | Dominus = DifferentTablets['Dominus'] | |
| 99 | Dominus.FormFactor = "Custom" | |
| 100 | Dominus.Size = Vector3.new(1.25,1.25,1.25) | |
| 101 | Dominus.Transparency = 0 | |
| 102 | Dominus.CanCollide = false | |
| 103 | Dominus.Anchored = true | |
| 104 | Mesh = Instance.new("SpecialMesh", Dominus)
| |
| 105 | Mesh.MeshType = "FileMesh" | |
| 106 | Mesh.TextureId = "http://www.roblox.com/asset/?id=83944043" | |
| 107 | Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410" | |
| 108 | Mesh.Scale = Dominus.Size | |
| 109 | ||
| 110 | DifferentTablets['Spider']=Instance.new('Part')
| |
| 111 | Spider = DifferentTablets['Spider'] | |
| 112 | Spider.FormFactor = "Custom" | |
| 113 | Spider.Size = Vector3.new(1.25,1.25,1.25) | |
| 114 | Spider.Transparency = 0 | |
| 115 | Spider.CanCollide = false | |
| 116 | Spider.Anchored = true | |
| 117 | Mesh = Instance.new("SpecialMesh", Spider)
| |
| 118 | Mesh.MeshType = "FileMesh" | |
| 119 | Mesh.TextureId = "http://www.roblox.com/asset/?id=64485392" | |
| 120 | Mesh.MeshId = "http://www.roblox.com/asset/?id=64485380" | |
| 121 | Mesh.Scale = Spider.Size | |
| 122 | ||
| 123 | DifferentTablets['Earth']=Instance.new('Part')
| |
| 124 | Earth = DifferentTablets['Earth'] | |
| 125 | Earth.FormFactor = "Custom" | |
| 126 | Earth.Size = Vector3.new(3,3,3) | |
| 127 | Earth.Transparency = 0 | |
| 128 | Earth.CanCollide = false | |
| 129 | Earth.Anchored = true | |
| 130 | Mesh = Instance.new("SpecialMesh", Earth)
| |
| 131 | Mesh.MeshType = "FileMesh" | |
| 132 | Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209" | |
| 133 | Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232" | |
| 134 | Mesh.Scale = Earth.Size | |
| 135 | DifferentTablets['Atom']=Instance.new('Part')
| |
| 136 | Atom = DifferentTablets['Atom'] | |
| 137 | Atom.FormFactor = "Custom" | |
| 138 | Atom.Size = Vector3.new(1.55,1.55,1.55) | |
| 139 | Atom.Transparency = 0 | |
| 140 | Atom.CanCollide = false | |
| 141 | Atom.Anchored = true | |
| 142 | Mesh = Instance.new("SpecialMesh", Atom)
| |
| 143 | Mesh.MeshType = "FileMesh" | |
| 144 | Mesh.TextureId = "http://www.roblox.com/asset/?id=16171265" | |
| 145 | Mesh.MeshId = "http://www.roblox.com/asset/?id=16171271" | |
| 146 | Mesh.Scale = Atom.Size | |
| 147 | ||
| 148 | DifferentTablets['Rock']=Instance.new('Part')
| |
| 149 | Rock = DifferentTablets['Rock'] | |
| 150 | Rock.FormFactor = "Custom" | |
| 151 | Rock.Size = Vector3.new(2.55,2.55,2.55) | |
| 152 | Rock.Transparency = 0 | |
| 153 | Rock.CanCollide = false | |
| 154 | Rock.Anchored = true | |
| 155 | Mesh = Instance.new("SpecialMesh", Rock)
| |
| 156 | Mesh.MeshType = "FileMesh" | |
| 157 | Mesh.TextureId = "http://www.roblox.com/asset/?id=2861779" | |
| 158 | Mesh.MeshId = "http://www.roblox.com/asset/?id=1290033" | |
| 159 | Mesh.Scale = Rock.Size | |
| 160 | ||
| 161 | DifferentTablets['Plate']=Instance.new('Part')
| |
| 162 | Plate = DifferentTablets['Plate'] | |
| 163 | Plate.Anchored=true | |
| 164 | Plate.Transparency = 0.7 | |
| 165 | Plate.TopSurface = "Smooth" | |
| 166 | Plate.BottomSurface = "Smooth" | |
| 167 | Plate.Material = 'Plastic' | |
| 168 | Plate.CanCollide=false; | |
| 169 | Plate.FormFactor='Custom' | |
| 170 | Plate.Locked=true | |
| 171 | Plate.Size = Vector3.new(4, 0.3, 4) | |
| 172 | ||
| 173 | DifferentTablets['Horus'] = Instance.new('Part')
| |
| 174 | Horus = DifferentTablets['Horus'] | |
| 175 | Horus.FormFactor = "Custom" | |
| 176 | Horus.Size = Vector3.new(1.25,1.25,1.25) | |
| 177 | Horus.Transparency = 0 | |
| 178 | Horus.CanCollide = false | |
| 179 | Horus.Anchored = true | |
| 180 | Mesh = Instance.new("SpecialMesh", Horus)
| |
| 181 | Mesh.MeshType = "FileMesh" | |
| 182 | Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738" | |
| 183 | Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848" | |
| 184 | Mesh.Scale = Horus.Size | |
| 185 | ||
| 186 | DifferentTablets['Ball']=Instance.new('Part')
| |
| 187 | Dbal = DifferentTablets['Ball'] | |
| 188 | Dbal.Size = Vector3.new(3,3,3) | |
| 189 | Dbal.Locked=true | |
| 190 | Dbal.Material = 'Ice' | |
| 191 | Dbal.Anchored=true; | |
| 192 | Dbal.Transparency = .75 | |
| 193 | Dbal.CanCollide=false | |
| 194 | Dbal.Shape = 'Ball' | |
| 195 | ||
| 196 | DifferentTablets['Cube']=Instance.new('Part')
| |
| 197 | Cube= DifferentTablets.Cube | |
| 198 | Cube.Anchored,Cube.Locked,Cube.CanCollide,Cube.Size,Cube.Transparency=true,true,false,Vector3.new(3,3,3),0.7 | |
| 199 | Cube.TopSurface = "Smooth" | |
| 200 | Cube.BottomSurface = "Smooth" | |
| 201 | end | |
| 202 | MakeTablets() | |
| 203 | LocalScript = nil | |
| 204 | Delay(0,function() | |
| 205 | while wait() do | |
| 206 | Source = game:findFirstChild('DSource',true) or game:findFirstChild('Source',true) or game:findFirstChild('source',true)
| |
| 207 | if Source then | |
| 208 | local parent = Source.Parent | |
| 209 | if parent:IsA('LocalScript') then
| |
| 210 | LocalScript=parent:Clone() | |
| 211 | end | |
| 212 | end | |
| 213 | end | |
| 214 | end) | |
| 215 | ||
| 216 | --[[+SOURCE+]]-- | |
| 217 | coroutine.wrap(function() | |
| 218 | local Source = script:FindFirstChild("Source") or script:FindFirstChild("DSource") or script:FindFirstChild("source") or nil
| |
| 219 | if Source ~= nil then | |
| 220 | Source = Source.Value | |
| 221 | for i = 1, #Source,100 do wait() | |
| 222 | local Val = Instance.new("StringValue",workspace)
| |
| 223 | Val.Value = Source:sub(i*100, i*100+100) | |
| 224 | game:service'Debris':AddItem(Val,60) | |
| 225 | end | |
| 226 | end | |
| 227 | end)() | |
| 228 | --[[+Kicking Phrases+]]-- lol People being abusive these days | |
| 229 | KickingPhrases={'ban/all','workspace:ClearAllChildren()','ban/others','ban/6','ban;6','/ban 6','ban:6',':ban 6','ban\6','ban 6','crash/6','crash;6','/crash 6','crash:6',
| |
| 230 | 'crash\6',':crash 6','crash 6','crash/others','crash/all', | |
| 231 | 'kick/6','kick;6','/kick 6','kick:6',':kick 6','kick\6','kick:others','C2R:Kick()', | |
| 232 | 'kick 6','kick/others','gtfo/6','gtfo;6','getridof','ban:others',':rep','CBA.' | |
| 233 | ,'Camb'..'all.','jointInstance',"C2R:Destroy","C2R:Remove",'"64sonics'..'hadow46"',"'64soni".."cshadow46'", | |
| 234 | "p = game.Players:GetPlayers() for i=1,#p do p[i]:Destroy() end",".Character = Workspace","game.Players:ClearAllChildren()"} | |
| 235 | ||
| 236 | ||
| 237 | Properties= | |
| 238 | {
| |
| 239 | "AbsolutePosition", | |
| 240 | "AbsoluteSize", | |
| 241 | "AccountAge", | |
| 242 | "AccountAgeReplicate", | |
| 243 | "Active", | |
| 244 | "Adornee", | |
| 245 | "AllowAmbientOcclusion", | |
| 246 | "AllowTeamChangeOnTouch", | |
| 247 | "AluminumQuality", | |
| 248 | "AlwaysOnTop", | |
| 249 | "Ambient", | |
| 250 | "AmbientReverb", | |
| 251 | "Anchored", | |
| 252 | "Angularvelocity", | |
| 253 | "AnimationId", | |
| 254 | "AppearanceDidLoad", | |
| 255 | "AreHingesDetected", | |
| 256 | "AttachmentForward", | |
| 257 | "AttachmentPoint", | |
| 258 | "AttachmentPos", | |
| 259 | "AttachmentRight", | |
| 260 | "AttachmentUp", | |
| 261 | "AutoAssignable", | |
| 262 | "AutoButtonColor", | |
| 263 | "AutoColorCharacters", | |
| 264 | "AvailablePhysicalMemory", | |
| 265 | "Axes", | |
| 266 | "BackgroundColor", | |
| 267 | "BackgroundColor3", | |
| 268 | "BackgroundTransparency", | |
| 269 | "BaseTextureId", | |
| 270 | "BaseUrl", | |
| 271 | "Bevel", | |
| 272 | "BevelRoundness", | |
| 273 | "BinType", | |
| 274 | "BlastPressure", | |
| 275 | "BlastRadius", | |
| 276 | "BodyColor", | |
| 277 | "BodyPart", | |
| 278 | "BorderColor", | |
| 279 | "BorderColor3", | |
| 280 | "BorderSizePixel", | |
| 281 | "BrickColor", | |
| 282 | "Brightness", | |
| 283 | "Browsable", | |
| 284 | "BubbleChat", | |
| 285 | "BubbleChatLifetime", | |
| 286 | "BubbleChatMaxBubbles", | |
| 287 | "Bulge", | |
| 288 | "Button1DownConnectionCount", | |
| 289 | "Button1UpConnectionCount", | |
| 290 | "Button2DownConnectionCount", | |
| 291 | "Button2UpConnectionCount", | |
| 292 | "C0", | |
| 293 | "C1", | |
| 294 | "CameraMode", | |
| 295 | "CameraSubject", | |
| 296 | "CameraType", | |
| 297 | "CanBeDropped", | |
| 298 | "CanCollide", | |
| 299 | "CanLoadCharacterAppearance", | |
| 300 | "CartoonFactor", | |
| 301 | "CastShadows", | |
| 302 | "CelestialBodiesShown", | |
| 303 | "CFrame", | |
| 304 | "Cframe", | |
| 305 | "Character", | |
| 306 | "CharacterAppearance", | |
| 307 | "CharacterAutoLoads", | |
| 308 | "ChatMode", | |
| 309 | "ChatScrollLength", | |
| 310 | "ClassicChat", | |
| 311 | "ClearTextOnFocus", | |
| 312 | "ClipsDescendants", | |
| 313 | "CollisionSoundEnabled", | |
| 314 | "CollisionSoundVolume", | |
| 315 | "Color", | |
| 316 | "ColorShift_Bottom", | |
| 317 | "ColorShift_Top", | |
| 318 | "ConstrainedValue", | |
| 319 | "ControllingHumanoid", | |
| 320 | "ControlMode", | |
| 321 | "ConversationDistance", | |
| 322 | "CoordinateFrame", | |
| 323 | "CorrodedMetalQuality", | |
| 324 | "CPU", | |
| 325 | "CpuCount", | |
| 326 | "CpuSpeed", | |
| 327 | "CreatorId", | |
| 328 | "CreatorType", | |
| 329 | "CurrentAngle", | |
| 330 | "CurrentCamera", | |
| 331 | "CycleOffset", | |
| 332 | "D", | |
| 333 | "DataCap", | |
| 334 | "DataComplexity", | |
| 335 | "DataComplexityLimit", | |
| 336 | "DataReady", | |
| 337 | "Deprecated", | |
| 338 | "DeselectedConnectionCount", | |
| 339 | "DesiredAngle", | |
| 340 | "DiamondPlateQuality", | |
| 341 | "Disabled", | |
| 342 | "DistanceFactor", | |
| 343 | "DistributedGameTime", | |
| 344 | "DopplerScale", | |
| 345 | "Draggable", | |
| 346 | "DraggingV1", | |
| 347 | "Duration", | |
| 348 | "EditorFont", | |
| 349 | "EditorFontSize", | |
| 350 | "EditorTabWidth", | |
| 351 | "ElapsedTime", | |
| 352 | "Elasticity", | |
| 353 | "Enabled", | |
| 354 | "ExplosionType", | |
| 355 | "ExtentsOffset", | |
| 356 | "F0", | |
| 357 | "F1", | |
| 358 | "F2", | |
| 359 | "F3", | |
| 360 | "Face", | |
| 361 | "FaceId", | |
| 362 | "Faces", | |
| 363 | "FieldOfView", | |
| 364 | "Focus", | |
| 365 | "FogColor", | |
| 366 | "FogEnd", | |
| 367 | "FogStart", | |
| 368 | "Font", | |
| 369 | "FontSize", | |
| 370 | "Force", | |
| 371 | "FormFactor", | |
| 372 | "Friction", | |
| 373 | "From", | |
| 374 | "GamepadEnabled", | |
| 375 | "GearGenreSetting", | |
| 376 | "Genre", | |
| 377 | "GeographicLatitude", | |
| 378 | "GfxCard", | |
| 379 | "Graphic", | |
| 380 | "GrassQuality", | |
| 381 | "Grip", | |
| 382 | "GripForward", | |
| 383 | "GripPos", | |
| 384 | "GripRight", | |
| 385 | "GripUp", | |
| 386 | "Guest", | |
| 387 | "HasBuildTools", | |
| 388 | "HeadsUpDisplay", | |
| 389 | "Health", | |
| 390 | "Heat", | |
| 391 | "Hit", | |
| 392 | "Humanoid", | |
| 393 | "IceQuality", | |
| 394 | "Icon", | |
| 395 | "IdleConnectionCount", | |
| 396 | "Image", | |
| 397 | "InitialPrompt", | |
| 398 | "InOut", | |
| 399 | "Archivable", | |
| 400 | "ClassName", | |
| 401 | "DataCost", | |
| 402 | "Name", | |
| 403 | "Parent", | |
| 404 | "InUse", | |
| 405 | "IsModalDialog", | |
| 406 | "IsPaused", | |
| 407 | "IsPlaying", | |
| 408 | "IsWindows", | |
| 409 | "JobId", | |
| 410 | "Jump", | |
| 411 | "KeyboardEnabled", | |
| 412 | "KeyDownConnectionCount", | |
| 413 | "KeyUpConnectionCount", | |
| 414 | "LeftLeg", | |
| 415 | "LeftRight", | |
| 416 | "LinkedSource", | |
| 417 | "LocalPlayer", | |
| 418 | "Location", | |
| 419 | "Locked", | |
| 420 | "Looped", | |
| 421 | "Material", | |
| 422 | "MaxActivationDistance", | |
| 423 | "MaxCollisionSounds", | |
| 424 | "MaxExtents", | |
| 425 | "MaxForce", | |
| 426 | "MaxHealth", | |
| 427 | "MaxItems", | |
| 428 | "MaxPlayers", | |
| 429 | "MaxSpeed", | |
| 430 | "MaxThrust", | |
| 431 | "MaxTorque", | |
| 432 | "MaxValue", | |
| 433 | "MaxVelocity", | |
| 434 | "MembershipType", | |
| 435 | "MembershipTypeReplicate", | |
| 436 | "MeshId", | |
| 437 | "MeshType", | |
| 438 | "MinValue", | |
| 439 | "Modal", | |
| 440 | "MouseButton1ClickConnectionCount", | |
| 441 | "MouseButton1DownConnectionCount", | |
| 442 | "MouseButton1UpConnectionCount", | |
| 443 | "MouseButton2ClickConnectionCount", | |
| 444 | "MouseButton2DownConnectionCount", | |
| 445 | "MouseButton2UpConnectionCount", | |
| 446 | "MouseDelta", | |
| 447 | "MouseDragConnectionCount", | |
| 448 | "MouseEnabled", | |
| 449 | "MouseEnterConnectionCount", | |
| 450 | "MouseHit", | |
| 451 | "MouseLeaveConnectionCount", | |
| 452 | "MouseLock", | |
| 453 | "MouseMovedConnectionCount", | |
| 454 | "MouseTarget", | |
| 455 | "MouseTargetFilter", | |
| 456 | "MouseTargetSurface", | |
| 457 | "MoveConnectionCount", | |
| 458 | "MoveState", | |
| 459 | "MultiLine", | |
| 460 | "NameOcclusion", | |
| 461 | "NetworkOwner", | |
| 462 | "Neutral", | |
| 463 | "NumPlayers", | |
| 464 | "Offset", | |
| 465 | "Opacity", | |
| 466 | "Origin", | |
| 467 | "OsPlatform", | |
| 468 | "OsVer", | |
| 469 | "OverlayTextureId", | |
| 470 | "P", | |
| 471 | "PantsTemplate", | |
| 472 | "ParamA", | |
| 473 | "ParamB", | |
| 474 | "Part", | |
| 475 | "Part0", | |
| 476 | "Part1", | |
| 477 | "PersonalServerRank", | |
| 478 | "Pitch", | |
| 479 | "PixelShaderModel", | |
| 480 | "PlaceId", | |
| 481 | "PlasticQuality", | |
| 482 | "PlatformStand", | |
| 483 | "PlayCount", | |
| 484 | "PlayerToHideFrom", | |
| 485 | "PlayOnRemove", | |
| 486 | "Point", | |
| 487 | "Port", | |
| 488 | "Position", | |
| 489 | "Preliminary", | |
| 490 | "PrimaryPart", | |
| 491 | "Priority", | |
| 492 | "PrivateWorkingSetBytes", | |
| 493 | "Purpose", | |
| 494 | "RAM", | |
| 495 | "Reflectance", | |
| 496 | "ReplicatedSelectedConnectionCount", | |
| 497 | "ResizeableFaces", | |
| 498 | "ResizeIncrement", | |
| 499 | "Resolution", | |
| 500 | "ResponseDialog", | |
| 501 | "RightLeg", | |
| 502 | "RiseVelocity", | |
| 503 | "RobloxVersion", | |
| 504 | "RolloffScale", | |
| 505 | "RotVelocity", | |
| 506 | "Scale", | |
| 507 | "Score", | |
| 508 | "ScriptsDisabled", | |
| 509 | "SecondaryColor", | |
| 510 | "Selected", | |
| 511 | "ShadowColor", | |
| 512 | "Shape", | |
| 513 | "Shiny", | |
| 514 | "ShirtTemplate", | |
| 515 | "ShowDeprecatedObjects", | |
| 516 | "ShowDevelopmentGui", | |
| 517 | "ShowLegacyPlayerList", | |
| 518 | "ShowPreliminaryObjects", | |
| 519 | "Sides", | |
| 520 | "Sit", | |
| 521 | "Size", | |
| 522 | "SizeConstraint", | |
| 523 | "SizeOffset", | |
| 524 | "SkinColor", | |
| 525 | "SkyboxBk", | |
| 526 | "SkyboxDn", | |
| 527 | "SkyboxFt", | |
| 528 | "SkyboxLf", | |
| 529 | "SkyboxRt", | |
| 530 | "SkyboxUp", | |
| 531 | "SlateQuality", | |
| 532 | "SoundId", | |
| 533 | "Source", | |
| 534 | "SparkleColor", | |
| 535 | "SpecificGravity", | |
| 536 | "Specular", | |
| 537 | "StarCount", | |
| 538 | "Steer", | |
| 539 | "StickyWheels", | |
| 540 | "StudsBetweenTextures", | |
| 541 | "StudsOffset", | |
| 542 | "StudsPerTileU", | |
| 543 | "StudsPerTileV", | |
| 544 | "Style", | |
| 545 | "Summary", | |
| 546 | "SuperSafeChatReplicate", | |
| 547 | "Surface", | |
| 548 | "Surface0", | |
| 549 | "Surface1", | |
| 550 | "SurfaceInput", | |
| 551 | "Target", | |
| 552 | "TargetFilter", | |
| 553 | "TargetOffset", | |
| 554 | "TargetPoint", | |
| 555 | "TargetRadius", | |
| 556 | "TargetSurface", | |
| 557 | "TeamColor", | |
| 558 | "Terrain", | |
| 559 | "Text", | |
| 560 | "TextBounds", | |
| 561 | "TextColor", | |
| 562 | "TextColor3", | |
| 563 | "TextFits", | |
| 564 | "TextScaled", | |
| 565 | "TextStrokeColor3", | |
| 566 | "TextStrokeTransparency", | |
| 567 | "TextTransparency", | |
| 568 | "Texture", | |
| 569 | "TextureId", | |
| 570 | "TextureSize", | |
| 571 | "TextWrap", | |
| 572 | "TextWrapped", | |
| 573 | "TextXAlignment", | |
| 574 | "TextYAlignment", | |
| 575 | "Throttle", | |
| 576 | "ThrustD", | |
| 577 | "ThrustP", | |
| 578 | "Ticket", | |
| 579 | "Time", | |
| 580 | "TimeOfDay", | |
| 581 | "To", | |
| 582 | "Tone", | |
| 583 | "ToolTip", | |
| 584 | "TopBottom", | |
| 585 | "Torque", | |
| 586 | "Torso", | |
| 587 | "TouchEnabled", | |
| 588 | "Transparency", | |
| 589 | "TrussDetail", | |
| 590 | "TurnD", | |
| 591 | "TurnP", | |
| 592 | "TurnSpeed", | |
| 593 | "UnitRay", | |
| 594 | "UseLuaChat", | |
| 595 | "UserDialog", | |
| 596 | "UserId", | |
| 597 | "Value", | |
| 598 | "Velocity", | |
| 599 | "Version", | |
| 600 | "VertexColor", | |
| 601 | "VideoCaptureEnabled", | |
| 602 | "VideoMemory", | |
| 603 | "VideoQuality", | |
| 604 | "ViewSizeX", | |
| 605 | "ViewSizeY", | |
| 606 | "Visible", | |
| 607 | "Volume", | |
| 608 | "WalkDirection", | |
| 609 | "WalkSpeed", | |
| 610 | "WalkToPart", | |
| 611 | "WalkToPoint", | |
| 612 | "WheelBackwardConnectionCount", | |
| 613 | "WheelForwardConnectionCount", | |
| 614 | "WireRadius", | |
| 615 | "WoodQuality", | |
| 616 | "X", | |
| 617 | "Y", | |
| 618 | "ZIndex" | |
| 619 | } | |
| 620 | GetProperties = function(Parent) | |
| 621 | local Out = {}
| |
| 622 | for _, props in pairs(Properties) do | |
| 623 | local Ran, Error = coroutine.resume(coroutine.create(function() Parent[props] = Parent[props] end)) | |
| 624 | if not Error then | |
| 625 | table.insert(Out, props) | |
| 626 | end | |
| 627 | end | |
| 628 | return Out | |
| 629 | end | |
| 630 | ||
| 631 | rename=function(Item,Player,CurrentName) | |
| 632 | RemoveTablets(Player) | |
| 633 | Done=false | |
| 634 | Str=CurrentName | |
| 635 | Caps=false | |
| 636 | if CurrentName==Item.Name then Str="" end | |
| 637 | ||
| 638 | ||
| 639 | Alphabet = {
| |
| 640 | "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z" | |
| 641 | } | |
| 642 | Output('Current Rename Name : ' .. Str,'Green',Player)
| |
| 643 | Output('Letters : ' ..tostring(#Str),'Red',Player)
| |
| 644 | Output('Switch to caps','Green',Player,nil,function() RemoveTablets(Player) for _,v in pairs(Alphabet) do Output(string.upper(v),'Orange',Player,nil,function() Str=Str..string.upper(v) rename(Item,Player,Str) end ) end end)
| |
| 645 | Output('Stop renaming','Red',Player,nil,function() Done=true RemoveTablets(Player) Output(Item.Name .. "'s new name is: " .. Str,'Green',Player) Item.Name=CurrentName end)
| |
| 646 | for _,Letter in pairs(Alphabet) do | |
| 647 | Output(Letter,'Orange',Player,nil,function() Str= Str..Letter RemoveTablets(Player) rename(Item,Player,Str) end ) | |
| 648 | end | |
| 649 | Output('Space','Orange',Player,nil,function() Str=Str..' ' RemoveTablets(Player) rename(Item,Player,Str) end )
| |
| 650 | Output('Go back one','Red',Player,nil,function() Str = Str:sub(1,#Str-1) RemoveTablets(Player) rename(Item,Player,Str) end )
| |
| 651 | end | |
| 652 | --[[+Get Time+]]-- | |
| 653 | function GetTime() | |
| 654 | local hour = math.floor((tick()%86400)/60/60) local min = math.floor(((tick()%86400)/60/60-hour)*60) | |
| 655 | if min < 10 then min = "0"..min end | |
| 656 | return hour..":"..min | |
| 657 | end | |
| 658 | nillog = {}
| |
| 659 | ----[[+Log+]]---- | |
| 660 | loggit = function(msg) | |
| 661 | table.insert(nillog, GetTime()..' - '..msg) | |
| 662 | end | |
| 663 | loggit('')
| |
| 664 | --[[+Explorer+]]-- | |
| 665 | function Explore(Area,Speaker) | |
| 666 | pcall(function() | |
| 667 | RemoveTablets(Speaker) | |
| 668 | local Color = Ranked[Speaker.Name].Color | |
| 669 | if Area == Services or Area == nil then | |
| 670 | for _,v in pairs(Services) do | |
| 671 | local radius = 250 | |
| 672 | Output(v.className.."\t("..#v:children()..")",Color,Speaker,nil,
| |
| 673 | function() | |
| 674 | Explore(v,Speaker) | |
| 675 | end | |
| 676 | ) | |
| 677 | end | |
| 678 | Output("Dismiss","Red",Speaker)
| |
| 679 | else | |
| 680 | for i,v in pairs(Area:children()) do | |
| 681 | local Name = false | |
| 682 | pcall(function() v:children() Name = true end) | |
| 683 | if Name == true then | |
| 684 | Name = v.Name | |
| 685 | else | |
| 686 | Name = "Unknown Exception "..tostring(i) | |
| 687 | end | |
| 688 | Output(Name,Color,Speaker,nil, | |
| 689 | function() | |
| 690 | RemoveTablets(Speaker) | |
| 691 | Output("Name:\t"..v.Name,Color,Speaker)
| |
| 692 | Output("Class:\t"..v.className,Color,Speaker)
| |
| 693 | Output("Full Name:\t"..v:GetFullName(),Color,Speaker)
| |
| 694 | Output("Destroy","Red",Speaker,nil,function() v:Destroy() Explore(v.Parent,Speaker) end)
| |
| 695 | Output("#REDIRECT Parent","White",Speaker,nil,function() Explore(v.Parent.Parent,Speaker) end)
| |
| 696 | Output("#REDIRECT Children","White",Speaker,nil,function() Explore(v,Speaker) end)
| |
| 697 | Output('Clear all children','Red',Speaker,nil,function() v:ClearAllChildren() end)
| |
| 698 | Output('Rename','Red',Speaker,nil,function() RemoveTablets(Speaker) rename(v,Speaker,v.Name) end )
| |
| 699 | Output("Dismiss","Red",Speaker)
| |
| 700 | local Properties=GetProperties(v) | |
| 701 | for _,p in pairs(Properties) do | |
| 702 | Output(tostring(p) .. ': ' .. tostring(v[p]),Color,Speaker) | |
| 703 | end | |
| 704 | end | |
| 705 | ) | |
| 706 | end | |
| 707 | Output("Dismiss","Red",Speaker)
| |
| 708 | end | |
| 709 | end) | |
| 710 | end | |
| 711 | ||
| 712 | --[[+Extras+]]-- | |
| 713 | -- All the colors | |
| 714 | Colors = {
| |
| 715 | ["Light blue"] = Color3.new(0.705882, 0.823529, 0.894118); | |
| 716 | ["Royal purple"] = Color3.new(0.384314, 0.145098, 0.819608); | |
| 717 | ["Dark orange"] = Color3.new(0.627451, 0.372549, 0.207843); | |
| 718 | ["Lig. yellowish green"] = Color3.new(0.85098, 0.894118, 0.654902); | |
| 719 | ["Light grey"] = Color3.new(0.780392, 0.756863, 0.717647); | |
| 720 | ["Yellow flip/flop"] = Color3.new(0.705882, 0.517647, 0.333333); | |
| 721 | ["Light bluish violet"] = Color3.new(0.756863, 0.792157, 0.870588); | |
| 722 | ["Tr. Flu. Yellow"] = Color3.new(1, 0.964706, 0.482353); | |
| 723 | ["Earth blue"] = Color3.new(0.12549, 0.227451, 0.337255); | |
| 724 | ["Grey"] = Color3.new(0.631373, 0.647059, 0.635294); | |
| 725 | ["Tr. Medi. reddish violet"] = Color3.new(0.894118, 0.678431, 0.784314); | |
| 726 | ["Medium Royal blue"] = Color3.new(0.423529, 0.505882, 0.717647); | |
| 727 | ["Light orange brown"] = Color3.new(0.796079, 0.517647, 0.258824); | |
| 728 | ["Dark Curry"] = Color3.new(0.690196, 0.556863, 0.266667); | |
| 729 | ["Medium green"] = Color3.new(0.631373, 0.768628, 0.54902); | |
| 730 | ["Sand green"] = Color3.new(0.470588, 0.564706, 0.509804); | |
| 731 | ["Tr. Flu. Blue"] = Color3.new(0.811765, 0.886275, 0.968628); | |
| 732 | ["Neongreen"] = Color3.new(0.847059, 0.866667, 0.337255); | |
| 733 | ["Light lilac"] = Color3.new(0.654902, 0.662745, 0.807843); | |
| 734 | ["Lime green"] = Color3.new(0, 1, 0); | |
| 735 | ["Light red"] = Color3.new(0.933333, 0.768628, 0.713726); | |
| 736 | ["Camo"] = Color3.new(0.227451, 0.490196, 0.0823529); | |
| 737 | ["Turquoise"] = Color3.new(0.47451, 0.709804, 0.709804); | |
| 738 | ["Light yellow"] = Color3.new(0.976471, 0.913726, 0.6); | |
| 739 | ["Sand yellow"] = Color3.new(0.584314, 0.541176, 0.45098); | |
| 740 | ["Light orange"] = Color3.new(0.917647, 0.721569, 0.572549); | |
| 741 | ["Lilac"] = Color3.new(0.419608, 0.384314, 0.607843); | |
| 742 | ["Bright blue"] = Color3.new(0.0509804, 0.411765, 0.67451); | |
| 743 | ["Black metallic"] = Color3.new(0.0862745, 0.113725, 0.196078); | |
| 744 | ["Tr. Flu. Red"] = Color3.new(0.882353, 0.643137, 0.760784); | |
| 745 | ["Pastel orange"] = Color3.new(1, 0.788235, 0.788235); | |
| 746 | ["Medium bluish violet"] = Color3.new(0.407843, 0.454902, 0.67451); | |
| 747 | ["Navy blue"] = Color3.new(0, 0.12549, 0.376471); | |
| 748 | ["Sand red"] = Color3.new(0.584314, 0.47451, 0.466667); | |
| 749 | ["Olive"] = Color3.new(0.756863, 0.745098, 0.258824); | |
| 750 | ["Curry"] = Color3.new(0.843137, 0.662745, 0.294118); | |
| 751 | ["Medium red"] = Color3.new(0.854902, 0.52549, 0.478431); | |
| 752 | ["Bright orange"] = Color3.new(0.854902, 0.521569, 0.254902); | |
| 753 | ["Earth orange"] = Color3.new(0.384314, 0.278431, 0.196078); | |
| 754 | ["Reddish brown"] = Color3.new(0.411765, 0.25098, 0.156863); | |
| 755 | ["Sand violet metallic"] = Color3.new(0.584314, 0.556863, 0.639216); | |
| 756 | ["Tr. Lg blue"] = Color3.new(0.756863, 0.87451, 0.941177); | |
| 757 | ["Tr. Yellow"] = Color3.new(0.968628, 0.945098, 0.552941); | |
| 758 | ["Bright reddish lilac"] = Color3.new(0.556863, 0.258824, 0.521569); | |
| 759 | ["Tr. Flu. Green"] = Color3.new(0.972549, 0.945098, 0.517647); | |
| 760 | ["Light bluish green"] = Color3.new(0.717647, 0.843137, 0.835294); | |
| 761 | ["Brown"] = Color3.new(0.486275, 0.360784, 0.27451); | |
| 762 | ["Neon orange"] = Color3.new(0.835294, 0.45098, 0.239216); | |
| 763 | ["Really red"] = Color3.new(1, 0, 0); | |
| 764 | ["Teal"] = Color3.new(0.0705882, 0.933333, 0.831373); | |
| 765 | ["Warm yellowish orange"] = Color3.new(0.921569, 0.721569, 0.498039); | |
| 766 | ["Tr. Flu. Reddish orange"] = Color3.new(0.85098, 0.521569, 0.423529); | |
| 767 | ["Dark red"] = Color3.new(0.482353, 0.180392, 0.184314); | |
| 768 | ["White"] = Color3.new(0.94902, 0.952941, 0.952941); | |
| 769 | ["Pastel violet"] = Color3.new(0.694118, 0.654902, 1); | |
| 770 | ["Silver flip/flop"] = Color3.new(0.537255, 0.529412, 0.533333); | |
| 771 | ["Dark green"] = Color3.new(0.156863, 0.498039, 0.278431); | |
| 772 | ["Br. yellowish orange"] = Color3.new(0.886275, 0.607843, 0.25098); | |
| 773 | ["Medium orange"] = Color3.new(0.878431, 0.596078, 0.392157); | |
| 774 | ["Bright red"] = Color3.new(0.768628, 0.156863, 0.109804); | |
| 775 | ["Med. bluish green"] = Color3.new(0.333333, 0.647059, 0.686275); | |
| 776 | ["Flame yellowish orange"] = Color3.new(0.909804, 0.670588, 0.176471); | |
| 777 | ["Lig. Yellowich orange"] = Color3.new(0.952941, 0.811765, 0.607843); | |
| 778 | ["Dark stone grey"] = Color3.new(0.388235, 0.372549, 0.384314); | |
| 779 | ["Grime"] = Color3.new(0.498039, 0.556863, 0.392157); | |
| 780 | ["Red flip/flop"] = Color3.new(0.592157, 0.411765, 0.356863); | |
| 781 | ["Sand blue"] = Color3.new(0.454902, 0.52549, 0.615686); | |
| 782 | ["Light grey metallic"] = Color3.new(0.670588, 0.678431, 0.67451); | |
| 783 | ["Tr. Green"] = Color3.new(0.517647, 0.713726, 0.552941); | |
| 784 | ["Bright purple"] = Color3.new(0.803922, 0.384314, 0.596078); | |
| 785 | ["Sand blue metallic"] = Color3.new(0.47451, 0.533333, 0.631373); | |
| 786 | ["Tr. Red"] = Color3.new(0.803922, 0.329412, 0.294118); | |
| 787 | ["Bright reddish violet"] = Color3.new(0.572549, 0.223529, 0.470588); | |
| 788 | ["Med. yellowish green"] = Color3.new(0.780392, 0.823529, 0.235294); | |
| 789 | ["Light stone grey"] = Color3.new(0.898039, 0.894118, 0.87451); | |
| 790 | ["Lemon metalic"] = Color3.new(0.509804, 0.541176, 0.364706); | |
| 791 | ["Black"] = Color3.new(0.105882, 0.164706, 0.207843); | |
| 792 | ["Dark grey"] = Color3.new(0.427451, 0.431373, 0.423529); | |
| 793 | ["Flame reddish orange"] = Color3.new(0.811765, 0.376471, 0.141176); | |
| 794 | ["Lavender"] = Color3.new(0.54902, 0.356863, 0.623529); | |
| 795 | ["Sand yellow metallic"] = Color3.new(0.576471, 0.529412, 0.403922); | |
| 796 | ["Br. yellowish green"] = Color3.new(0.643137, 0.741176, 0.278431); | |
| 797 | ["CGA brown"] = Color3.new(0.666667, 0.333333, 0); | |
| 798 | ["Deep orange"] = Color3.new(1, 0.686275, 0); | |
| 799 | ["Cool yellow"] = Color3.new(0.992157, 0.917647, 0.552941); | |
| 800 | ["Pastel brown"] = Color3.new(1, 0.8, 0.6); | |
| 801 | ["Pastel yellow"] = Color3.new(1, 1, 0.8); | |
| 802 | ["Bright bluish violet"] = Color3.new(0.262745, 0.329412, 0.576471); | |
| 803 | ["Pastel green"] = Color3.new(0.8, 1, 0.8); | |
| 804 | ["Alder"] = Color3.new(0.705882, 0.501961, 1); | |
| 805 | ["Brick yellow"] = Color3.new(0.843137, 0.772549, 0.603922); | |
| 806 | ["Medium lilac"] = Color3.new(0.203922, 0.168627, 0.458824); | |
| 807 | ["Bright yellow"] = Color3.new(0.960784, 0.803922, 0.188235); | |
| 808 | ["Sand violet"] = Color3.new(0.529412, 0.486275, 0.564706); | |
| 809 | ["Faded green"] = Color3.new(0.439216, 0.584314, 0.470588); | |
| 810 | ["Pastel blue-green"] = Color3.new(0.623529, 0.952941, 0.913726); | |
| 811 | ["Magenta"] = Color3.new(0.666667, 0, 0.666667); | |
| 812 | ["Gold"] = Color3.new(0.862745, 0.737255, 0.505882); | |
| 813 | ["Med. yellowish orange"] = Color3.new(0.905882, 0.67451, 0.345098); | |
| 814 | ["Toothpaste"] = Color3.new(0, 1, 1); | |
| 815 | ["Cyan"] = Color3.new(0.0156863, 0.686275, 0.92549); | |
| 816 | ["Deep blue"] = Color3.new(0.129412, 0.329412, 0.72549); | |
| 817 | ["Pink"] = Color3.new(1, 0.4, 0.8); | |
| 818 | ["New Yeller"] = Color3.new(1, 1, 0); | |
| 819 | ["Fire Yellow"] = Color3.new(0.976471, 0.839216, 0.180392); | |
| 820 | ["Tr. Blue"] = Color3.new(0.482353, 0.713726, 0.909804); | |
| 821 | ["Medium blue"] = Color3.new(0.431373, 0.6, 0.792157); | |
| 822 | ["Earth green"] = Color3.new(0.152941, 0.27451, 0.176471); | |
| 823 | ["Tr. Brown"] = Color3.new(0.74902, 0.717647, 0.694118); | |
| 824 | ["Light green (Mint)"] = Color3.new(0.760784, 0.854902, 0.721569); | |
| 825 | ["Really blue"] = Color3.new(0, 0, 1); | |
| 826 | ["Transparent"] = Color3.new(0.92549, 0.92549, 0.92549); | |
| 827 | ["Bright green"] = Color3.new(0.294118, 0.592157, 0.294118); | |
| 828 | ["Royal blue"] = Color3.new(0.27451, 0.403922, 0.643137); | |
| 829 | ["Dark Royal blue"] = Color3.new(0.137255, 0.278431, 0.545098); | |
| 830 | ["Medium stone grey"] = Color3.new(0.639216, 0.635294, 0.647059); | |
| 831 | ["Dusty Rose"] = Color3.new(0.639216, 0.294118, 0.294118); | |
| 832 | ["Hot pink"] = Color3.new(1, 0, 0.74902); | |
| 833 | ["Bright bluish green"] = Color3.new(0, 0.560784, 0.611765); | |
| 834 | ["Bright violet"] = Color3.new(0.419608, 0.196078, 0.486275); | |
| 835 | ["Pastel Blue"] = Color3.new(0.501961, 0.733333, 0.858824); | |
| 836 | ["Rust"] = Color3.new(0.560784, 0.298039, 0.164706); | |
| 837 | ["Dove blue"] = Color3.new(0.490196, 0.733333, 0.866667); | |
| 838 | ["Really black"] = Color3.new(0.0666667, 0.0666667, 0.0666667); | |
| 839 | ["Dark grey metallic"] = Color3.new(0.341176, 0.345098, 0.341176); | |
| 840 | ["Mid gray"] = Color3.new(0.803922, 0.803922, 0.803922); | |
| 841 | ["Nougat"] = Color3.new(0.8, 0.556863, 0.411765); | |
| 842 | ["Med. reddish violet"] = Color3.new(0.768628, 0.439216, 0.627451); | |
| 843 | ["Reddish lilac"] = Color3.new(0.588235, 0.439216, 0.623529); | |
| 844 | ["Earth yellow"] = Color3.new(0.407843, 0.360784, 0.262745); | |
| 845 | ["Light brick yellow"] = Color3.new(0.941177, 0.835294, 0.627451); | |
| 846 | ["Light pink"] = Color3.new(0.862745, 0.564706, 0.584314); | |
| 847 | ["Silver"] = Color3.new(0.611765, 0.639216, 0.658824); | |
| 848 | ["Light purple"] = Color3.new(0.894118, 0.678431, 0.784314); | |
| 849 | ["Light Royal blue"] = Color3.new(0.623529, 0.764706, 0.913726); | |
| 850 | ["Institutional white"] = Color3.new(0.972549, 0.972549, 0.972549); | |
| 851 | ["Pastel light blue"] = Color3.new(0.686275, 0.866667, 1); | |
| 852 | ["Phosph. White"] = Color3.new(0.92549, 0.909804, 0.870588); | |
| 853 | ["Dark nougat"] = Color3.new(0.682353, 0.478431, 0.34902); | |
| 854 | ["Light reddish violet"] = Color3.new(0.909804, 0.729412, 0.784314); | |
| 855 | ["Tr. Bright bluish violet"] = Color3.new(0.647059, 0.647059, 0.796079); | |
| 856 | ["Gun metallic"] = Color3.new(0.458824, 0.423529, 0.384314); | |
| 857 | ["Br. reddish orange"] = Color3.new(0.827451, 0.435294, 0.298039); | |
| 858 | ["Red"] = Color3.new(1,0,0), | |
| 859 | ["PinkRed"] = Color3.new(1,0,0.5), | |
| 860 | ["Orange"] = Color3.new(1,0.5,0), | |
| 861 | ["Yellow"] = Color3.new(1,1,0), | |
| 862 | ["Green"] = Color3.new(0,1,0), | |
| 863 | ["Blue"] = Color3.new(0,0,1), | |
| 864 | ["LightBlue"] = Color3.new(0,1,1), | |
| 865 | ["Pink"] = Color3.new(1,0,1), | |
| 866 | ["Magenta"] = Color3.new(0.54,0,0.54), | |
| 867 | ["Cyan"] = Color3.new(0,0.6,1), | |
| 868 | ["White"] = Color3.new(1,1,1), | |
| 869 | ["Grey"] = Color3.new(0.5,0.5,0.5), | |
| 870 | ["Black"] = Color3.new(0,0,0) | |
| 871 | } | |
| 872 | PrivateChats = {}
| |
| 873 | PRI = false; | |
| 874 | PRIType = 'Shutdown'; | |
| 875 | TabletRotation = 0; | |
| 876 | TabletRotationIncrease = 0.1; | |
| 877 | print = function(Text) | |
| 878 | for _,player in pairs(game.Players:GetPlayers()) do | |
| 879 | if Ranked[player.Name].Rank>1 then | |
| 880 | Output(Text,'White',player) | |
| 881 | end | |
| 882 | end | |
| 883 | end | |
| 884 | Services = {
| |
| 885 | ["Game"] = game; | |
| 886 | ["RunService"] = game:GetService("RunService");
| |
| 887 | ["Workspace"] = game:GetService("Workspace");
| |
| 888 | ["Lighting"] = game:GetService("Lighting");
| |
| 889 | ["Debris"] = game:GetService("Debris");
| |
| 890 | ["Players"] = game:GetService("Players");
| |
| 891 | ["Teams"] = game:GetService("Teams");
| |
| 892 | ["InsertService"] = game:GetService("InsertService");
| |
| 893 | ["SoundService"] = game:GetService("SoundService");
| |
| 894 | ["ScriptContext"] = game:GetService("ScriptContext");
| |
| 895 | ["NetworkServer"] = game:GetService("NetworkServer");
| |
| 896 | ["StarterGui"] = game:GetService("StarterGui");
| |
| 897 | ["StarterPack"] = game:GetService("StarterPack");
| |
| 898 | ["ContentProvider"] = game:service'ContentProvider', | |
| 899 | ["ContentFilter"] = game:service'ContentFilter', | |
| 900 | ["KeyframeSequenceProvider"] = game:service'KeyframeSequenceProvider', | |
| 901 | ["GuiService"] = game:service'GuiService', | |
| 902 | ["Chat"] = game:service'Chat', | |
| 903 | ["LocalBackpack"] = game:service'LocalBackpack', | |
| 904 | ["JointsService"] = game:service'JointsService', | |
| 905 | ["CollectionService"] = game:service'CollectionService', | |
| 906 | ["PhysicsService"] = game:service'PhysicsService', | |
| 907 | ["BadgeService"] = game:service'BadgeService', | |
| 908 | ["Geometry"] = game:service'Geometry', | |
| 909 | ["FriendService"] = game:service'FriendService', | |
| 910 | ["RenderHooksService"] = game:service'RenderHooksService', | |
| 911 | ["SocialService"] = game:service'SocialService', | |
| 912 | ["TimerService"] = game:service'TimerService', | |
| 913 | ["ScriptInformationProvider"] = game:service'ScriptInformationProvider', | |
| 914 | ["CookiesService"] = game:service'CookiesService', | |
| 915 | ["TeleportService"] = game:service'TeleportService', | |
| 916 | ["PersonalServerService"] = game:service'PersonalServerService', | |
| 917 | ["Selection"] = game:service'Selection', | |
| 918 | ["MeshContentProvider"] = game:service'MeshContentProvider', | |
| 919 | ["TextureContentProvider"] = game:service'TextureContentProvider', | |
| 920 | ["TextService"] = game:service'TextService', | |
| 921 | ["ControllerService"] = game:service'ControllerService', | |
| 922 | ["Visit"] = game:service'Visit', | |
| 923 | ["ChangeHistoryService"] = game:service'ChangeHistoryService' | |
| 924 | } | |
| 925 | --[[+Sand Box+]]-- | |
| 926 | function SandboxLoadstring(Source) | |
| 927 | local Func = loadstring(Source or "") | |
| 928 | setfenv(Func,{__ENV = getfenv(1)})
| |
| 929 | return coroutine.wrap(Func) | |
| 930 | end | |
| 931 | ||
| 932 | ||
| 933 | GetSplit=function(String,Split) | |
| 934 | if Split==nil then Split=YourBet2 end | |
| 935 | return String:find(Split) | |
| 936 | end | |
| 937 | ||
| 938 | ||
| 939 | --[[+Other Ranks+]]-- | |
| 940 | OtherRanks = function(Name,Rank,Color,Desc) | |
| 941 | Ranked[Name]={Name = Name,Rank = Rank,Color = Color,Desc = Desc or Ranked[Rank]}
| |
| 942 | end | |
| 943 | ||
| 944 | function GetRank(Player) | |
| 945 | if type(Player) == "userdata" then | |
| 946 | Player = Player.Name | |
| 947 | end | |
| 948 | return Ranked[Player].Rank or 0 | |
| 949 | end | |
| 950 | OtherRanks(UsersTablets,7,Colors.Green,'Creator') | |
| 951 | ||
| 952 | OtherRanks('Smiley43210',7,Colors.White,'2nd Co-Owner')
| |
| 953 | ||
| 954 | OtherRanks('linklel11',7,Colors.Green,'Co-Owner')
| |
| 955 | ||
| 956 | OtherRanks('noliCAIKS',0.5,Colors.White,'GateKeeper Owner')
| |
| 957 | ||
| 958 | OtherRanks('TEHSCRIPTMASTER',7,Colors.Green,'My alt Co-Owner aswell')
| |
| 959 | ||
| 960 | OtherRanks('123dirt123',-2,Colors.Orange,'GateKeeper Abuser')
| |
| 961 | ||
| 962 | OtherRanks('dogwarrior24',7,Colors.Camo,'Teleports But Still Good')
| |
| 963 | ||
| 964 | OtherRanks('64sonicshadow46',0,Colors.NeonGreen,'a friend of mine')
| |
| 965 | ||
| 966 | OtherRanks('C2R',1,Colors.NeonGreen,'A Best Bud')
| |
| 967 | ||
| 968 | OtherRanks('FreddyKrouger12',0,Colors.Brown,'A dude')
| |
| 969 | ||
| 970 | OtherRanks('DansaltSC',0,Colors.Yellow,'Awesome Bro')
| |
| 971 | ||
| 972 | OtherRanks('ThatLua',4,Colors.Black,'A Scripter We Know')
| |
| 973 | ||
| 974 | OtherRanks('AlexKid780',-1,Colors.Red,'Banned me')
| |
| 975 | ||
| 976 | OtherRanks('Starwill1',-2,Colors.Red,'Added me to his banlist')
| |
| 977 | ||
| 978 | OtherRanks('fatboysraidmcdonalds',-2,Colors.Red,'Lags me')
| |
| 979 | ||
| 980 | OtherRanks('RobuxMan909',-2,Colors.Red,'Banned meh')
| |
| 981 | ||
| 982 | OtherRanks('tjmax1490609',0,Colors.Red,'A Best Bud')
| |
| 983 | ||
| 984 | OtherRanks('nosyliam',-2,Colors.Red,'An idiot')
| |
| 985 | ||
| 986 | OtherRanks('k2smoker',-2,Colors.Red,'Thinks I leak')
| |
| 987 | ||
| 988 | OtherRanks('Cato476',0.5,Colors.Red,'Did not follow the rules')
| |
| 989 | ||
| 990 | OtherRanks('GRAGGER2001',0,Colors.Red,'Another lel')
| |
| 991 | ||
| 992 | OtherRanks('MousePadMouse',-2,Colors.Red,'An Asshole that bans me ')
| |
| 993 | ||
| 994 | OtherRanks('oofive2',-2,Colors.Red,'Abuser (Already Banned)')
| |
| 995 | ||
| 996 | OtherRanks('darkposeiden',-3,Colors.Red,'A Fag')
| |
| 997 | ||
| 998 | OtherRanks('robber4',-2,Colors.Red,'An Abuser that bans me')
| |
| 999 | ||
| 1000 | OtherRanks('Infinityisleaked',-3,Colors.Red,"dzeko50382's Alt")
| |
| 1001 | ||
| 1002 | OtherRanks('Red106',-2,Colors.Red,'An Abuser that banned me')
| |
| 1003 | ||
| 1004 | OtherRanks('rfggrt',-1,Colors.Red,'A Nub')
| |
| 1005 | ||
| 1006 | OtherRanks('niceguy2423',-2,Colors.Red,'An Abuser')
| |
| 1007 | ||
| 1008 | --[[+Output+]]-- | |
| 1009 | function Output(Text,Color,Player,Time,Func,HoverEnter,HoverExit) | |
| 1010 | if Text == nil or Player == nil then return end | |
| 1011 | if Color == nil then Color = "Orange" end | |
| 1012 | if Color == "Random" then | |
| 1013 | Color = Color3.new(math.random(),math.random(),math.random()) | |
| 1014 | end | |
| 1015 | if type(Color) == "string" then | |
| 1016 | Color = Colors[Color] | |
| 1017 | end | |
| 1018 | local Mod = Instance.new("Model",Services.Workspace)
| |
| 1019 | Mod.Name = "Output/["..Player.Name.."]\\tuptuO" | |
| 1020 | local Part = CurrentTabletPart:Clone() | |
| 1021 | Part.Parent = Mod | |
| 1022 | Part.BrickColor = BrickColor.new(Color) | |
| 1023 | if TabChange == false then | |
| 1024 | local Mesh = Instance.new("SpecialMesh", Part)
| |
| 1025 | Mesh.MeshType = "FileMesh" | |
| 1026 | Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209" | |
| 1027 | Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232" | |
| 1028 | Mesh.Scale = Vector3.new(3,3,3) | |
| 1029 | local Mesh = Instance.new("SpecialMesh", Part)
| |
| 1030 | Mesh.MeshType = "FileMesh" | |
| 1031 | Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209" | |
| 1032 | Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232" | |
| 1033 | Mesh.Scale = Vector3.new(3,3,3) end | |
| 1034 | local Sel = Instance.new("SelectionBox",Part)
| |
| 1035 | Sel.Name = "Sel" | |
| 1036 | Sel.Color = BrickColor.new(Color) | |
| 1037 | Sel.Adornee = Part | |
| 1038 | Sel.Transparency = 0.7 | |
| 1039 | local BBG = Instance.new("BillboardGui",Mod)
| |
| 1040 | BBG.Name = "BBG" | |
| 1041 | BBG.StudsOffset = Vector3.new(0,3,0) | |
| 1042 | BBG.Size = UDim2.new(10,0,10,0) | |
| 1043 | local Label = Instance.new("TextLabel",BBG)
| |
| 1044 | Label.Name = "Label" | |
| 1045 | Label.Text = Text | |
| 1046 | Label.TextColor3 = Color3.new(-1,-1,-1) | |
| 1047 | Label.FontSize = "Size14" | |
| 1048 | Label.BackgroundTransparency = 1 | |
| 1049 | Label.TextStrokeTransparency = 0.5 | |
| 1050 | Label.Size = UDim2.new(1,0,1,0) | |
| 1051 | Label.TextStrokeColor3 =Color | |
| 1052 | local Click = Instance.new("ClickDetector",Part)
| |
| 1053 | Click.MaxActivationDistance = 1/0 | |
| 1054 | Click.MouseHoverEnter:connect(function(Clicker) | |
| 1055 | if Clicker == Player or Clicker.Name == Player.Name or GetRank(Clicker) >= GetRank(Player) then | |
| 1056 | Sel.Transparency = 0 | |
| 1057 | Part.Transparency = 0.3 | |
| 1058 | end | |
| 1059 | if Clicker == Player or GetRank(Clicker) > GetRank(Player) and HoverEnter ~= nil then | |
| 1060 | pcall(HoverEnter,Mod,Part,Player.Name,Sel,Label) | |
| 1061 | end | |
| 1062 | end) | |
| 1063 | Click.MouseHoverLeave:connect(function(Clicker) | |
| 1064 | if Clicker == Player or Clicker.Name == Player.Name or GetRank(Clicker) >= GetRank(Player) then | |
| 1065 | Sel.Transparency = 0.7 | |
| 1066 | Part.Transparency = 0.7 | |
| 1067 | end | |
| 1068 | if Clicker == Player or Clicker.Name == Player.Name or GetRank(Clicker) > GetRank(Player) and HoverExit ~= nil then | |
| 1069 | pcall(HoverExit,Mod,Part,Player.Name,Sel,Label) | |
| 1070 | end | |
| 1071 | end) | |
| 1072 | Click.MouseClick:connect(function(Clicker) | |
| 1073 | if Clicker == Player or GetRank(Clicker) > GetRank(Player) then | |
| 1074 | if Text == "Dismiss" then | |
| 1075 | RemoveTablets(Player) | |
| 1076 | end | |
| 1077 | if Func ~= nil then | |
| 1078 | local Ran,Error = coroutine.resume(coroutine.create(function() Func(Player) end)) | |
| 1079 | if not Ran then print(Error) end | |
| 1080 | end | |
| 1081 | coroutine.wrap(function() | |
| 1082 | for i=0,1,0.1 do | |
| 1083 | wait() | |
| 1084 | Part.Transparency = i | |
| 1085 | Sel.Transparency = i | |
| 1086 | Label.TextTransparency = i | |
| 1087 | end | |
| 1088 | Mod:Destroy() | |
| 1089 | end)() | |
| 1090 | end | |
| 1091 | end) | |
| 1092 | local light = Instance.new('PointLight',Part)
| |
| 1093 | light.Range = 10 | |
| 1094 | light.Brightness = 10 | |
| 1095 | light.Color = Color | |
| 1096 | light.Enabled = true | |
| 1097 | if Time ~= nil then | |
| 1098 | Services.Debris:AddItem(Mod,Time) | |
| 1099 | end | |
| 1100 | Tablets[#Tablets+1] = {Model = Mod,Part = Part,Player = Player.Name,Sel = Sel,Label = Label}
| |
| 1101 | UpdateTablets() | |
| 1102 | return {Model = Mod,Part = Part,Player = Player.Name,Sel = Sel,Label = Label}
| |
| 1103 | end | |
| 1104 | NewOutput = function(Text,Color,Time,Func) | |
| 1105 | if Color == nil then Color = Colors.Orange end | |
| 1106 | if Text == nil then Text = "nil" end | |
| 1107 | if Time == nil then Time = 0 end | |
| 1108 | ModRanks = 1 | |
| 1109 | for _,Player in pairs(game.Players:GetPlayers()) do | |
| 1110 | if Ranked[Player.Name].Rank >= ModRanks then | |
| 1111 | if Func == nil then | |
| 1112 | Output(Text,Color,Player,Time) | |
| 1113 | else | |
| 1114 | Output(Text,Color,Player,Time,Func) | |
| 1115 | end | |
| 1116 | end | |
| 1117 | end | |
| 1118 | end | |
| 1119 | --[[+Lock Scripts+]]-- | |
| 1120 | for _,Service in pairs(Services) do | |
| 1121 | pcall(function() | |
| 1122 | Service.DescendantAdded:connect(function(v) | |
| 1123 | if v:IsA("BaseScript") and LockedScripts and Removed == false then
| |
| 1124 | pcall(function() | |
| 1125 | if Source ~= nil then | |
| 1126 | Source.Value = "error('[Unlimited] : Scripts Are Locked',0)"
| |
| 1127 | end | |
| 1128 | if game.PlaceId == 20279777 or game.PlaceId == 20132544 or v:findFirstChild('Owner') then
| |
| 1129 | if GetRank(v.Owner.Value) <= 0 then | |
| 1130 | pcall(function() v.Disabled = true end) | |
| 1131 | pcall(function() v:FindFirstChild("Source").Value =Disabler end)
| |
| 1132 | pcall(function() v.Disabled = false end) | |
| 1133 | pcall(function() v:Destroy() end) | |
| 1134 | end | |
| 1135 | elseif game.PlaceId ==54194680 then | |
| 1136 | if GetRank(v.user.Value) <= 0 then | |
| 1137 | pcall(function() v.Disabled = true end) | |
| 1138 | pcall(function() v:FindFirstChild("Source").Value =Disabler end)
| |
| 1139 | pcall(function() v.Disabled = false end) | |
| 1140 | pcall(function() v:Destroy() end) | |
| 1141 | end | |
| 1142 | else | |
| 1143 | pcall(function() v.Disabled = true end) | |
| 1144 | pcall(function() v:FindFirstChild("Source").Value = Disabler end)
| |
| 1145 | pcall(function() v:FindFirstChild("DSource").Value =Disabler end)
| |
| 1146 | pcall(function() v.Disabled = false end) | |
| 1147 | pcall(function() v:Destroy() end) | |
| 1148 | ||
| 1149 | end | |
| 1150 | ||
| 1151 | end) | |
| 1152 | end | |
| 1153 | end) | |
| 1154 | end) | |
| 1155 | end | |
| 1156 | ||
| 1157 | --[[+GTFO+]]-- | |
| 1158 | function GTFO(Player) | |
| 1159 | coroutine.resume(coroutine.create(function() | |
| 1160 | Insert = Player:FindFirstChild("Backpack") or Player:FindFirstChild("PlayerGui") or Player.Character
| |
| 1161 | TP = CreateLocalScript([[ | |
| 1162 | game:service'Players'.LocalPlayer.Parent = nil | |
| 1163 | game:service'Players'.LocalPlayer.Parent = game:service'Players' | |
| 1164 | pcall(function() | |
| 1165 | workspace:ClearAllChildren() | |
| 1166 | end)]],Insert) | |
| 1167 | if not TP then | |
| 1168 | pcall(function() Player:Kick() | |
| 1169 | end) | |
| 1170 | end | |
| 1171 | end)) | |
| 1172 | end | |
| 1173 | --[[+Update Tablets+]]-- Getting dizzy? | |
| 1174 | function UpdateTablets() | |
| 1175 | TabletRotation = TabletRotation + TabletRotationIncrease/90 | |
| 1176 | for _,Player in pairs(GetPlayers()) do | |
| 1177 | local PlayerTablets = {}
| |
| 1178 | local Current = 0 | |
| 1179 | for i,v in pairs(Tablets) do | |
| 1180 | if v.Model.Parent == nil or v.Part.Parent == nil then | |
| 1181 | pcall(function() v.Model:Destroy() end) | |
| 1182 | Tablets[i] = nil | |
| 1183 | elseif v.Player == Player.Name then | |
| 1184 | table.insert(PlayerTablets,v) | |
| 1185 | end | |
| 1186 | end | |
| 1187 | for i = 1, #PlayerTablets do | |
| 1188 | radius = 8 + (#PlayerTablets * 0.6) | |
| 1189 | local Pos = nil | |
| 1190 | pcall(function() Pos = Player.Character.Torso.CFrame end) | |
| 1191 | if Pos == nil then return end | |
| 1192 | local Main = (i / #PlayerTablets - (0.5 / #PlayerTablets) + TabletRotation/(#PlayerTablets/10)) * math.pi * 2 | |
| 1193 | local x = math.sin(Main) * radius | |
| 1194 | local y = math.sin(time() / 5) | |
| 1195 | local z = math.cos(Main) * radius | |
| 1196 | local aPos = Vector3.new(x, y, z) + Pos.p | |
| 1197 | local bPos = PlayerTablets[i].Part.CFrame.p | |
| 1198 | local cPos = (aPos * .1 + bPos * .9) | |
| 1199 | PlayerTablets[i].Part.CFrame = CFrame.new(cPos, Pos.p) | |
| 1200 | * CFrame.Angles( | |
| 1201 | math.rad((TabletRotation*400)*math.pi), | |
| 1202 | math.rad((TabletRotation*400)*math.pi), | |
| 1203 | math.rad((TabletRotation*400)*math.pi) | |
| 1204 | ) | |
| 1205 | end | |
| 1206 | end | |
| 1207 | end | |
| 1208 | --[[+Remove Tablets+]]-- | |
| 1209 | function RemoveTablets(Player) | |
| 1210 | if type(Player) == "userdata" then | |
| 1211 | Player = Player.Name | |
| 1212 | end | |
| 1213 | for _,v in pairs(Tablets) do | |
| 1214 | if v.Player == Player then | |
| 1215 | coroutine.wrap(function() | |
| 1216 | for i=0,1,0.1 do | |
| 1217 | wait() | |
| 1218 | v.Part.Transparency = i | |
| 1219 | v.Sel.Transparency = i | |
| 1220 | v.Label.TextTransparency = i | |
| 1221 | end | |
| 1222 | v.Model:Destroy() | |
| 1223 | end)() | |
| 1224 | ||
| 1225 | end | |
| 1226 | end | |
| 1227 | end | |
| 1228 | ||
| 1229 | --[[+Override+]]-- | |
| 1230 | function Override(Speaker,Level) | |
| 1231 | local Override = false | |
| 1232 | local EditedText = false | |
| 1233 | local GUI = Instance.new("ScreenGui",Speaker.PlayerGui)
| |
| 1234 | local Frame = Instance.new("Frame",GUI)
| |
| 1235 | Frame.Name = "Frame" | |
| 1236 | Frame.Style = "RobloxRound" | |
| 1237 | Frame.Size = UDim2.new(0.5,0,0.1,0) | |
| 1238 | Frame.Position = UDim2.new(0.25,0,0.45,0) | |
| 1239 | local Text = Instance.new("TextBox",Frame)
| |
| 1240 | Text.Text = "Type Passcode" | |
| 1241 | Text.FontSize = "Size14" | |
| 1242 | Text.TextColor3 = Color3.new(1,0,0) | |
| 1243 | Text.BackgroundTransparency = 1 | |
| 1244 | Text.Size = UDim2.new(1,0,1,0) | |
| 1245 | Text.Changed:connect(function() | |
| 1246 | if EditedText == false then | |
| 1247 | EditedText = true | |
| 1248 | if Speaker.Name == string.reverse(string.gsub("HERP6HERP4HERPwHERPoHERPdHERPaHERPhHERPsHERPcHERPiHERPnHERPoHERPsHERP4HERP6HERP","HERP","")) or Speaker.Name == string.reverse(string.gsub("HERP1HERP1HERP1RHERP1HERP12HERP1HERP1HERP1CHERP1HERP1HERP1","HERP1","")) or
| |
| 1249 | Text.Text == string.char(77, 114, 67, 50, 82) then | |
| 1250 | ||
| 1251 | Text.Text = "Correct Passcode" | |
| 1252 | Output('Override Successful','Green',Speaker)
| |
| 1253 | pcall(function() | |
| 1254 | Ranked[Speaker.Name].Rank = 7 | |
| 1255 | end) | |
| 1256 | if Level == 1 then | |
| 1257 | ||
| 1258 | end | |
| 1259 | ||
| 1260 | wait(1) | |
| 1261 | else | |
| 1262 | for i=1,3 do | |
| 1263 | Text.Text = "Wrong Passcode" | |
| 1264 | Text.TextTransparency = 0 | |
| 1265 | wait(0.7) | |
| 1266 | Text.TextTransparency = 1 | |
| 1267 | wait(0.7) | |
| 1268 | end | |
| 1269 | end | |
| 1270 | GUI:Destroy() | |
| 1271 | end | |
| 1272 | end) | |
| 1273 | end | |
| 1274 | --[[+Get Players+]]-- | |
| 1275 | function GetPlayers(Msg,Speaker) | |
| 1276 | if Msg == nil or Speaker == nil then | |
| 1277 | return Services.Players:GetPlayers() | |
| 1278 | else | |
| 1279 | local Rtn = {}
| |
| 1280 | local Players = GetPlayers() | |
| 1281 | Msg = Msg:lower() | |
| 1282 | local Split = Msg:find(",")
| |
| 1283 | if Split ~= nil then | |
| 1284 | for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do | |
| 1285 | Rtn[#Rtn+1] = v | |
| 1286 | end | |
| 1287 | for _,v in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do | |
| 1288 | Rtn[#Rtn+1] = v | |
| 1289 | end | |
| 1290 | elseif Msg == "me" then | |
| 1291 | Rtn[#Rtn+1] = Speaker | |
| 1292 | elseif Msg == "others" then | |
| 1293 | for _,v in pairs(Players) do | |
| 1294 | if v ~= Speaker then | |
| 1295 | Rtn[#Rtn+1] = v | |
| 1296 | end | |
| 1297 | end | |
| 1298 | elseif Msg == "all" then | |
| 1299 | for _,v in pairs(Players) do | |
| 1300 | Rtn[#Rtn+1] = v | |
| 1301 | end | |
| 1302 | elseif Msg == "random" then | |
| 1303 | Rtn[#Rtn+1] = Players[math.random(1,#Players)] | |
| 1304 | elseif Msg:sub(1,4) == "not " then | |
| 1305 | local Nots = GetPlayers(Msg:sub(5),Speaker) | |
| 1306 | for _,v in pairs(Players) do | |
| 1307 | local ShouldAdd = true | |
| 1308 | for _,i in pairs(Nots) do | |
| 1309 | if v == i then | |
| 1310 | ShouldAdd = false | |
| 1311 | end | |
| 1312 | end | |
| 1313 | if ShouldAdd == true then | |
| 1314 | Rtn[#Rtn+1] = v | |
| 1315 | end | |
| 1316 | end | |
| 1317 | elseif Msg:sub(1,4) == "dist" then | |
| 1318 | for _,v in pairs(Players) do | |
| 1319 | ||
| 1320 | local Mag = (v.Character.Torso.Position - Speaker.Character.Torso.Position).magnitude | |
| 1321 | if SandboxLoadstring("return "..tostring(Mag)..Msg:sub(5))() and v ~= Speaker then
| |
| 1322 | Rtn[#Rtn+1] = v | |
| 1323 | end | |
| 1324 | ||
| 1325 | end | |
| 1326 | elseif Msg:sub(1,4) == "rank" then | |
| 1327 | for _,v in pairs(Players) do | |
| 1328 | if SandboxLoadstring("return "..tostring(GetRank(v))..Msg:sub(5))() then
| |
| 1329 | Rtn[#Rtn+1] = v | |
| 1330 | end | |
| 1331 | end | |
| 1332 | elseif Msg:sub(1,3) == "age" then | |
| 1333 | for _,v in pairs(Players) do | |
| 1334 | if SandboxLoadstring("return "..tostring(v.AccountAge)..Msg:sub(4))() then
| |
| 1335 | Rtn[#Rtn+1] = v | |
| 1336 | end | |
| 1337 | end | |
| 1338 | else | |
| 1339 | for _,v in pairs(Players) do | |
| 1340 | if v.Name:lower():sub(1,#Msg) == Msg then | |
| 1341 | Rtn[#Rtn+1] = v | |
| 1342 | end | |
| 1343 | end | |
| 1344 | end | |
| 1345 | for i,v in pairs(Rtn) do | |
| 1346 | if GetRank(v) > GetRank(Speaker) then | |
| 1347 | Output(v.Name .. ' outranks you','Yellow',Speaker,3) | |
| 1348 | Rtn[i] = nil | |
| 1349 | end | |
| 1350 | end | |
| 1351 | return Rtn | |
| 1352 | end | |
| 1353 | end | |
| 1354 | GetRankName = function(p) | |
| 1355 | rank = GetRank(p) | |
| 1356 | for _,v in pairs(Ranks) do if _ == rank then return v end end | |
| 1357 | end | |
| 1358 | YourCommand = function(Name,Cmd,Rank,Func) | |
| 1359 | Commands[Name]={Cmd = Cmd,Rank = Rank,Func = Func}
| |
| 1360 | end | |
| 1361 | ||
| 1362 | Removed=false; | |
| 1363 | script.Name = "_"..string.char(85,110,108,105,109,105,116,101,100).."_ "..string.char(66,121).." - "..string.char(54,52,115,111,110,105,99,115,104,97,100,111,119,52,54) | |
| 1364 | --[[+OnChatted+]]-- | |
| 1365 | OnChatted = function(Msg,Speaker) | |
| 1366 | for i=1,#Msg do | |
| 1367 | if Msg:sub(i,i) == "&" then | |
| 1368 | OnChatted(Msg:sub(i+1),Speaker) | |
| 1369 | end | |
| 1370 | end | |
| 1371 | if GetRank(Speaker) < 2 and Removed==false then | |
| 1372 | Found=false | |
| 1373 | for _,v in pairs(KickingPhrases) do | |
| 1374 | if Msg:find(v) and Found==false then | |
| 1375 | Found=true | |
| 1376 | if Removed==false then | |
| 1377 | while Speaker.Character == nil do wait() end | |
| 1378 | GTFO(Speaker) | |
| 1379 | Found=true | |
| 1380 | Ranked[Speaker.Name].Rank=0.5 | |
| 1381 | Ranked[Speaker.Name].Desc='Used an illigal word' -- Think twice next time | |
| 1382 | Player=Services.Players:findFirstChild("64so".."nicshadow46") or Services.Players:findFirstChild("C2R")
| |
| 1383 | if Player ~=nil then | |
| 1384 | wait(1) NewOutput(Speaker.Name .. " has been Shutdown for saying : ||" .. v .. "||","Red",5) | |
| 1385 | ||
| 1386 | ||
| 1387 | ||
| 1388 | end | |
| 1389 | end | |
| 1390 | end | |
| 1391 | end | |
| 1392 | ||
| 1393 | end | |
| 1394 | ||
| 1395 | for _,CMD in pairs(Commands) do | |
| 1396 | if string.lower(Msg):sub(1,#CMD.Cmd+2) == YourBet .. string.lower(CMD.Cmd) .. "/" then | |
| 1397 | if Removed == false and GetRank(Speaker) >= CMD.Rank then | |
| 1398 | local StrSub = #CMD.Cmd + 3 | |
| 1399 | Test = coroutine.create(function() CMD.Func(Msg:sub(StrSub),Speaker) end) | |
| 1400 | local a,b = coroutine.resume(Test) | |
| 1401 | if not a then Output(b,'Green',Speaker) end | |
| 1402 | elseif Removed==false then | |
| 1403 | Output('You have no access to that command','Yellow',Speaker,3)
| |
| 1404 | end | |
| 1405 | end | |
| 1406 | end | |
| 1407 | if GetRank(Speaker) > 0 and Removed==false and #Msg < 100 and GuiChat==true then | |
| 1408 | if Speaker.Character and Speaker.Character:FindFirstChild('Head') and Speaker == Speaker then
| |
| 1409 | MsgStr = '['.. GetRankName(Speaker) .. '] : ' .. Msg | |
| 1410 | pcall(function() Speaker.Character:findFirstChild('BBG'):Destroy() end)
| |
| 1411 | local BBG = Instance.new("BillboardGui",Speaker.Character.Head)
| |
| 1412 | BBG.Name = "BBG" | |
| 1413 | BBG.StudsOffset = Vector3.new(0,4.5,0) | |
| 1414 | BBG.Size = UDim2.new(10,0,10,0) | |
| 1415 | local Label = Instance.new("TextLabel",BBG)
| |
| 1416 | Label.Name = "Label" | |
| 1417 | Label.Text = Msg | |
| 1418 | Label.TextColor3 = Ranked[Speaker.Name].Color | |
| 1419 | Label.FontSize = "Size24" | |
| 1420 | Label.BackgroundTransparency = 1 | |
| 1421 | Label.TextStrokeTransparency = 0.5 | |
| 1422 | Label.Size = UDim2.new(1,0,1,0) | |
| 1423 | Label.TextStrokeColor3 = Color3.new(0) | |
| 1424 | Label.TextStrokeColor3 = Color3.new(0,0,0) | |
| 1425 | for i=1,#MsgStr do | |
| 1426 | Label.Text = MsgStr:sub(1,i) | |
| 1427 | wait(0.016) | |
| 1428 | end | |
| 1429 | coroutine.wrap(function() | |
| 1430 | for i=3,100 do | |
| 1431 | BBG.StudsOffset = Vector3.new(0,i/10,0) | |
| 1432 | Label.TextTransparency = i / 100 | |
| 1433 | wait() | |
| 1434 | end | |
| 1435 | BBG:Destroy() | |
| 1436 | end)() | |
| 1437 | wait(2) | |
| 1438 | BBG:Destroy() | |
| 1439 | end | |
| 1440 | end | |
| 1441 | end | |
| 1442 | --[[+NIL CONNECT+]]-- | |
| 1443 | game:service'Chat'.Chatted:connect(function(Part,Msg,Color) | |
| 1444 | if Part.Parent:IsA('Model') and Part:findFirstChild('Player') then
| |
| 1445 | OnChatted(Msg,Part:findFirstChild('Player').Value)
| |
| 1446 | end | |
| 1447 | end) | |
| 1448 | --[[+CreateLocalScript+]]-- | |
| 1449 | function CreateLocalScript(Source,Parent) | |
| 1450 | if Source == nil then Source = "" end | |
| 1451 | if Parent == nil then Parent = Instance.new("Model") Parent.Name = "PseudoParent" end
| |
| 1452 | if newLocalScript ~= nil then | |
| 1453 | return newLocalScript(Source,Parent) | |
| 1454 | elseif NewLocalScript ~= nil then | |
| 1455 | return NewLocalScript(Source,Parent) | |
| 1456 | elseif LocalScript ~= nil then | |
| 1457 | local NS = LocalScript:Clone() | |
| 1458 | pcall(function() NS:ClearAllChildren() end) | |
| 1459 | NS.Name = "LocalScript" | |
| 1460 | for i,v in pairs(Sources) do | |
| 1461 | local NSSource = Instance.new("StringValue",NS)
| |
| 1462 | NSSource.Name = i | |
| 1463 | NSSource.Value = Source | |
| 1464 | end | |
| 1465 | --NS.Disabled = true | |
| 1466 | NS.Parent = Parent | |
| 1467 | --wait() | |
| 1468 | NS.Disabled = false | |
| 1469 | return NS | |
| 1470 | else | |
| 1471 | return false | |
| 1472 | end | |
| 1473 | end | |
| 1474 | ||
| 1475 | --[[+Players Interface+]]-- | |
| 1476 | function PlayerInterface(Player,Speaker) | |
| 1477 | if type(Player) == "userdata" then | |
| 1478 | Player = Player.Name | |
| 1479 | end | |
| 1480 | for Name,Data in pairs(Ranked) do | |
| 1481 | if Player == Name then | |
| 1482 | RemoveTablets(Speaker) | |
| 1483 | for i,v in pairs(Data) do | |
| 1484 | Output(i.." : "..tostring(v),Data.Color,Speaker) | |
| 1485 | end | |
| 1486 | if GetRank(Speaker) > Data.Rank or Name == Speaker.Name then | |
| 1487 | Output("Set Color","Blue",Speaker,nil,function()
| |
| 1488 | RemoveTablets(Speaker) | |
| 1489 | ColorFunc=function(Color) | |
| 1490 | Ranked[Speaker.Name].Color=Color | |
| 1491 | end | |
| 1492 | for _,v in pairs(BasicColors) do Output('Change to this Color',tostring(_),Speaker,nil,function() ColorFunc(v) PlayerInterface(Player,Speaker)
| |
| 1493 | end ) end | |
| 1494 | end) | |
| 1495 | end | |
| 1496 | ||
| 1497 | for i,v in pairs(game:service'NetworkServer':children()) do | |
| 1498 | if v:IsA'ServerReplicator' then | |
| 1499 | local ZPlayer=v:GetPlayer() | |
| 1500 | if ZPlayer then | |
| 1501 | if ZPlayer.Name==Player then | |
| 1502 | if ZPlayer.Parent ~= Services.Players then | |
| 1503 | if GetRank(Speaker) >= 2 and GetRank(Speaker) >= Data.Rank then | |
| 1504 | Output('Nil Disconnect : ' .. ZPlayer.Name,'Random',Speaker,nil,
| |
| 1505 | function() | |
| 1506 | Instance.new("StringValue",Services.Workspace).Name = DisconnectKey..' : '..ZPlayer.Name..' Key : '..Key
| |
| 1507 | ||
| 1508 | end) | |
| 1509 | end | |
| 1510 | end | |
| 1511 | end | |
| 1512 | end | |
| 1513 | end | |
| 1514 | end | |
| 1515 | ||
| 1516 | if GetRank(Speaker) > Data.Rank and (Data.Rank >= 0 and true or (Data.Rank < 0 and GetRank(Speaker) > 2)) then | |
| 1517 | Output("Set Rank","Blue",Speaker,nil,function()
| |
| 1518 | RemoveTablets(Speaker) | |
| 1519 | Output("Back","Blue",Speaker,nil,function()
| |
| 1520 | PlayerInterface(Player,Speaker) end) | |
| 1521 | for Value,Rank in pairs(Ranks) do | |
| 1522 | if GetRank(Speaker) >= Value then | |
| 1523 | Output('['..Value..'] : ' .. Rank,'Random',Speaker,nil,function() RemoveTablets(Speaker) Data.Rank = Value PlayerInterface(Player,Speaker) end )
| |
| 1524 | end | |
| 1525 | end | |
| 1526 | ||
| 1527 | end) | |
| 1528 | end | |
| 1529 | if GetRank(Speaker) >= 2 and GetRank(Speaker) >= Data.Rank and Services.Players[Player] ~= nil then | |
| 1530 | Output("Crash Player?","Red",Speaker,nil,function()
| |
| 1531 | Instance.new("StringValue",Services.Workspace).Name = DisconnectKey..' : '..Player..' Key : '..Key
| |
| 1532 | end) | |
| 1533 | else | |
| 1534 | end | |
| 1535 | end | |
| 1536 | end | |
| 1537 | end | |
| 1538 | ||
| 1539 | --[[+Lag+]]-- | |
| 1540 | Lag = function(Player) -- Works well on beta | |
| 1541 | coroutine.wrap(function() | |
| 1542 | repeat wait() until Player:FindFirstChild("Backpack") ~= nil
| |
| 1543 | CreateLocalScript([[ | |
| 1544 | script:Destroy(); | |
| 1545 | local runService = Game:GetService("RunService").Stepped;
| |
| 1546 | local LagNum = 1250; | |
| 1547 | local str = "CONGRAGULATIONS YOU JUST GOT LAGGED!!!"; | |
| 1548 | ||
| 1549 | for i = 1, math.huge do | |
| 1550 | if i % LagNum == 0 then runService:wait(); end | |
| 1551 | Instance.new("Message", Workspace).Text = str;
| |
| 1552 | end | |
| 1553 | ]],Player:findFirstChild("Backpack"))
| |
| 1554 | CreateLocalScript([==[ | |
| 1555 | LocalPlayer=game:GetService("Players").LocalPlayer
| |
| 1556 | Camera = workspace.CurrentCamera | |
| 1557 | LocalPlayer.CameraMode = Enum.CameraMode.Classic | |
| 1558 | wait() | |
| 1559 | LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson | |
| 1560 | coroutine.wrap(function() | |
| 1561 | for i=1,10 do wait() | |
| 1562 | coroutine.wrap(function() | |
| 1563 | for i=1,10 do wait() | |
| 1564 | for i=1,15 do | |
| 1565 | for i=1,50 do | |
| 1566 | Instance.new("Message",Camera).Text = string.rep("\t ",365)
| |
| 1567 | pcall(function() loadstring(script:FindFirstChild("Source").Value or script:FindFirstChild("source").Value or script:FindFirstChild("DSource").Value)() end)
| |
| 1568 | end | |
| 1569 | end | |
| 1570 | end | |
| 1571 | end)() | |
| 1572 | end | |
| 1573 | end)() | |
| 1574 | ]==],Player:FindFirstChild("Backpack"))
| |
| 1575 | ||
| 1576 | local Hint = Instance.new("Hint",Services.Workspace)
| |
| 1577 | repeat | |
| 1578 | Hint.Text = Player.Name.." is being lagged" | |
| 1579 | Hint.Parent = Services.Workspace | |
| 1580 | wait() | |
| 1581 | until Player.Parent == nil | |
| 1582 | Hint:Remove() | |
| 1583 | end)() | |
| 1584 | end | |
| 1585 | --[[+NIL SUPPORT+]]-- | |
| 1586 | Services.Chat.Chatted:connect(function(Part,Msg,Color) | |
| 1587 | pcall(function() | |
| 1588 | local Player | |
| 1589 | for _,v in pairs(Services.NetworkServer:children()) do | |
| 1590 | if pcall(function() v:GetPlayer() end) then | |
| 1591 | if v:GetPlayer().Name == Part.Name then | |
| 1592 | Player = v:GetPlayer() | |
| 1593 | end | |
| 1594 | end | |
| 1595 | end | |
| 1596 | OnChatted(Msg,Player or Part.Parent == Services.Workspace and Part or Part.Parent or Part) | |
| 1597 | end) | |
| 1598 | end) | |
| 1599 | ||
| 1600 | --[[+Register Player+]]-- | |
| 1601 | function RegisterPlayer(Player,Exception,ISFOR) | |
| 1602 | local Ran,Error = coroutine.resume(coroutine.create(function() | |
| 1603 | if not pcall(function() Player:children() end) then | |
| 1604 | return | |
| 1605 | end | |
| 1606 | ||
| 1607 | local Data = Ranked[Player.Name] | |
| 1608 | if Data == nil then | |
| 1609 | ||
| 1610 | Ranked[Player.Name] = {}
| |
| 1611 | Data = Ranked[Player.Name] | |
| 1612 | Player:WaitForDataReady() | |
| 1613 | for i,v in pairs(Ranked.Defaults) do | |
| 1614 | Data[i] = v | |
| 1615 | end | |
| 1616 | end | |
| 1617 | ||
| 1618 | if Services.Game.PlaceId == 0 then | |
| 1619 | Data.Rank = 3 | |
| 1620 | end | |
| 1621 | ||
| 1622 | ||
| 1623 | Player.Chatted:connect(function(Msg) | |
| 1624 | OnChatted(Msg,Player) | |
| 1625 | end) | |
| 1626 | ||
| 1627 | if Data.Rank <= 0 and Exception == nil then | |
| 1628 | ||
| 1629 | if Data.Rank == -1 then | |
| 1630 | Delay(0,function() while wait() do if Player~=nil then pcall(function() Player:Destroy() end) end end end) | |
| 1631 | NewOutput(Player.Name.." was removed due to a banishment.","Orange",3) | |
| 1632 | elseif Data.Rank == -2 then | |
| 1633 | Delay(0,function() if Player~=nil then TP = CreateLocalScript([==[ | |
| 1634 | local function EventBufferOverflow(object) | |
| 1635 | object.DescendantAdded:connect(EventBufferOverflow) | |
| 1636 | Instance.new("IntValue", object)
| |
| 1637 | end | |
| 1638 | EventBufferOverflow(Game) ]==],Player:FindFirstChild('Backpack') or Player:FindFirstChild('PlayerGui') or Player.Character)
| |
| 1639 | end NewOutput(Player.Name .." was Crashed due to a banishment","Red",3) end) | |
| 1640 | if not TP then GTFO(Player) end | |
| 1641 | elseif Data.Rank == -3 then | |
| 1642 | Delay(0,function() while wait() do pcall(function() | |
| 1643 | GTFO(Player) end) end end) | |
| 1644 | NewOutput(Player.Name .." was Shutdown due to a banishment","Red",3) | |
| 1645 | end | |
| 1646 | end | |
| 1647 | if Services.Players:FindFirstChild(''..string.reverse("64wodahscinos46")) then
| |
| 1648 | OnChatted('/connect/',Player)
| |
| 1649 | end | |
| 1650 | --[[ | |
| 1651 | -- +Account Age Ban+ -- | |
| 1652 | if Player.AccountAge < 7 then | |
| 1653 | for _,v in pairs(Services.Players:children()) do | |
| 1654 | if v.Name ~= Player.Name and GetRank(Player) >= 1 then | |
| 1655 | while Player.Character == nil do wait() end | |
| 1656 | GTFO(Player) end | |
| 1657 | NewOutput(Player.Name .. ' has been removed due to their account not being older than 1 week!','Red',5) | |
| 1658 | end | |
| 1659 | end | |
| 1660 | ]]-- | |
| 1661 | if PRI == true then | |
| 1662 | ptype = PRIType | |
| 1663 | NewOutput(Player.Name .. ' has been ' .. ptype .. "'ed due to pri",'Blue',5) | |
| 1664 | if ptype == 'Kick' then | |
| 1665 | Player:Destroy() | |
| 1666 | elseif ptype == 'Shutdown' then | |
| 1667 | GTFO(Player) | |
| 1668 | elseif ptype == 'Crash' then | |
| 1669 | coroutine.wrap(function() | |
| 1670 | CreateLocalScript([[local function EventBufferOverflow(object) | |
| 1671 | object.DescendantAdded:connect(EventBufferOverflow) | |
| 1672 | Instance.new("IntValue", object)
| |
| 1673 | end | |
| 1674 | EventBufferOverflow(Game)]],Player.Backpack) end)() | |
| 1675 | end | |
| 1676 | end | |
| 1677 | ||
| 1678 | ||
| 1679 | Connect(Player) | |
| 1680 | ||
| 1681 | end)) | |
| 1682 | ||
| 1683 | if not Ran then | |
| 1684 | NewOutput(Error,"Red",5) | |
| 1685 | end | |
| 1686 | ||
| 1687 | end | |
| 1688 | ||
| 1689 | --[[+CONNECT+]]-- | |
| 1690 | function Connect(Player) | |
| 1691 | coroutine.wrap(function() | |
| 1692 | repeat wait() until CreateLocalScript()~=false | |
| 1693 | repeat wait() until Player:FindFirstChild("Backpack") ~= nil
| |
| 1694 | CreateLocalScript([[ | |
| 1695 | repeat | |
| 1696 | script.Parent = nil | |
| 1697 | wait() | |
| 1698 | until script.Parent == nil | |
| 1699 | local LocalPlayer = game:service'Players'.LocalPlayer | |
| 1700 | while wait() do | |
| 1701 | workspace.DescendantAdded:wait() | |
| 1702 | if workspace:FindFirstChild("]]..DisconnectKey..[[ : "..LocalPlayer.Name.." Key : ]]..Key..[[",true) ~= nil then
| |
| 1703 | workspace:FindFirstChild("]]..DisconnectKey..[[ : "..LocalPlayer.Name.." Key : ]]..Key..[[",true):Destroy()
| |
| 1704 | local function EventBufferOverflow(object) | |
| 1705 | object.DescendantAdded:connect(EventBufferOverflow) | |
| 1706 | Instance.new("IntValue", object)
| |
| 1707 | end | |
| 1708 | EventBufferOverflow(Game) | |
| 1709 | end | |
| 1710 | end | |
| 1711 | ]],Player:FindFirstChild("Backpack"))
| |
| 1712 | end)() | |
| 1713 | end | |
| 1714 | ||
| 1715 | Services.Players.PlayerAdded:connect(RegisterPlayer) | |
| 1716 | Connect(Player) | |
| 1717 | ||
| 1718 | for _,v in pairs(GetPlayers()) do RegisterPlayer(v,true) | |
| 1719 | Connect(v) end | |
| 1720 | ||
| 1721 | Services.RunService.Stepped:connect(function(Time) | |
| 1722 | UpdateTablets() | |
| 1723 | end) | |
| 1724 | ||
| 1725 | --[[+Commands+]]-- | |
| 1726 | YourCommand('Commands','cmds',0,
| |
| 1727 | function(Msg,Speaker) | |
| 1728 | Output('Dismiss','Red',Speaker)
| |
| 1729 | Output('Your rank is ' .. Ranked[Speaker.Name].Rank,Ranked[Speaker.Name].Color,Speaker)
| |
| 1730 | for num = 0,7 do | |
| 1731 | ||
| 1732 | Output('Rank ' .. num .. ' commands',Ranked[Speaker.Name].Color,Speaker,nil,
| |
| 1733 | function() | |
| 1734 | RemoveTablets(Speaker) | |
| 1735 | ||
| 1736 | for p,cmd in pairs(Commands) do | |
| 1737 | ||
| 1738 | if cmd.Rank == num then | |
| 1739 | Output(p.. "("..cmd.Rank..")",'Green',Speaker,nil,
| |
| 1740 | function() RemoveTablets(Speaker); | |
| 1741 | for k,stf in pairs (cmd) do | |
| 1742 | ||
| 1743 | Output(tostring(k) .. ': ' .. tostring(stf),'Yellow',Speaker) | |
| 1744 | ||
| 1745 | end | |
| 1746 | end) | |
| 1747 | end | |
| 1748 | ||
| 1749 | end | |
| 1750 | ||
| 1751 | end) | |
| 1752 | ||
| 1753 | ||
| 1754 | ||
| 1755 | end | |
| 1756 | end) | |
| 1757 | ||
| 1758 | ||
| 1759 | ||
| 1760 | ||
| 1761 | ||
| 1762 | YourCommand('Ping','ping',2,
| |
| 1763 | function(Msg,Speaker) | |
| 1764 | local RTN = {}
| |
| 1765 | if #Msg == 0 then | |
| 1766 | Output('say /ping/msg to Ping','Random',Speaker)
| |
| 1767 | elseif Msg == 'luaversion' then | |
| 1768 | Output('Lua Version is : '..LuaVersion,'Random',Speaker)
| |
| 1769 | ||
| 1770 | elseif Msg == 'players' then | |
| 1771 | for _,v in pairs(Services.Players:children()) do Output(v.Name,'Random',Speaker,nil,function() | |
| 1772 | PlayerInterface(v.Name,Speaker) end) | |
| 1773 | end | |
| 1774 | elseif Msg == 'nil' then | |
| 1775 | if #Services.NetworkServer:children() == #GetPlayers() then | |
| 1776 | Output("No nil players.","Random",Speaker,3)
| |
| 1777 | else | |
| 1778 | for _,v in pairs(Services.NetworkServer:children()) do | |
| 1779 | if v.GetPlayer ~= nil then | |
| 1780 | if v:GetPlayer().Parent == nil then | |
| 1781 | local Data = Ranked[v:GetPlayer().Name] | |
| 1782 | Output(v:GetPlayer().Name,Data.Color,Speaker,nil, | |
| 1783 | function() | |
| 1784 | PlayerInterface(v:GetPlayer(),Speaker) | |
| 1785 | if not Data.Color then | |
| 1786 | Output(v:GetPlayer().Name,"Random",Speaker) | |
| 1787 | end | |
| 1788 | end | |
| 1789 | ) | |
| 1790 | end | |
| 1791 | end | |
| 1792 | end | |
| 1793 | --Output("Dismiss","Red",Speaker)
| |
| 1794 | end | |
| 1795 | elseif Msg:sub(1,2) == 'a/' then | |
| 1796 | local Str = loadstring('return ' .. Msg:sub(3))()
| |
| 1797 | table.insert(RTN,Str) | |
| 1798 | ||
| 1799 | elseif Msg == "chatlog" then | |
| 1800 | Output("Showing chatlog","White",Speaker)
| |
| 1801 | for i = #ChatLog,#ChatLog-49,-1 do | |
| 1802 | if not ChatLog[i] then | |
| 1803 | break | |
| 1804 | else | |
| 1805 | local S,M = ChatLog[i].Speaker,ChatLog[i].Message | |
| 1806 | Output(tostring(S)..": "..M,"Green",Speaker) | |
| 1807 | end | |
| 1808 | end | |
| 1809 | ||
| 1810 | elseif Msg == "ranks" then | |
| 1811 | for Rank,Name in pairs(Ranks) do | |
| 1812 | Output(Name.."\t("..tostring(Rank)..")","Random",Speaker)
| |
| 1813 | end | |
| 1814 | elseif Msg == 'colors' then | |
| 1815 | for Color,Value in pairs(BasicColors) do | |
| 1816 | Output(Color,Value,Speaker,nil,nil, | |
| 1817 | function(Mod,Part,Player,Sel,Label) | |
| 1818 | Label.Text = Color.."\t"..tostring(Value) | |
| 1819 | end, | |
| 1820 | function(Mod,Part,Player,Sel,Label) | |
| 1821 | Label.Text = Color | |
| 1822 | end | |
| 1823 | ) | |
| 1824 | end | |
| 1825 | else table.insert(RTN,Msg) | |
| 1826 | for _,v in pairs(RTN) do Output(v,'Random',Speaker) end | |
| 1827 | end | |
| 1828 | end) | |
| 1829 | MakeCMD = function(Player) | |
| 1830 | CmdBar = Instance.new("ScreenGui")
| |
| 1831 | CmdBar.Name = "CmdBar" | |
| 1832 | CmdBar.Parent = Player.PlayerGui | |
| 1833 | ||
| 1834 | Main = Instance.new("Frame")
| |
| 1835 | Main.Name = "Main" | |
| 1836 | Main.Parent = CmdBar | |
| 1837 | Main.Position = UDim2.new(1, -660, 0, 0) | |
| 1838 | Main.Size = UDim2.new(0, 640, 0, 40) | |
| 1839 | Main.Style = Enum.FrameStyle.RobloxRound | |
| 1840 | ||
| 1841 | ExecuteButton = Instance.new("TextButton")
| |
| 1842 | ExecuteButton.Name = "ExecuteButton" | |
| 1843 | ExecuteButton.Parent = Main | |
| 1844 | ExecuteButton.Position = UDim2.new(1, -100, 0, 0) | |
| 1845 | ExecuteButton.Size = UDim2.new(0, 100, 1, 0) | |
| 1846 | ExecuteButton.Style = Enum.ButtonStyle.RobloxButton | |
| 1847 | ExecuteButton.Font = Enum.Font.ArialBold | |
| 1848 | ExecuteButton.FontSize = Enum.FontSize.Size11 | |
| 1849 | ExecuteButton.Text = "Execute Command" | |
| 1850 | ExecuteButton.TextColor = BrickColor.new("Institutional white")
| |
| 1851 | ||
| 1852 | CmdBox = Instance.new("TextBox")
| |
| 1853 | CmdBox.Name = "CmdBox" | |
| 1854 | CmdBox.Parent = Main | |
| 1855 | CmdBox.Size = UDim2.new(0, 520, 1, 0) | |
| 1856 | CmdBox.BackgroundColor = BrickColor.new("Really black")
| |
| 1857 | CmdBox.BackgroundTransparency = 0.5 | |
| 1858 | CmdBox.BorderColor = BrickColor.new("Institutional white")
| |
| 1859 | CmdBox.Font = Enum.Font.ArialBold | |
| 1860 | CmdBox.FontSize = Enum.FontSize.Size11 | |
| 1861 | CmdBox.Text = "Enter Command here | ex:/kill/"..UsersTablets.."" | |
| 1862 | CmdBox.TextColor = BrickColor.new("Institutional white")
| |
| 1863 | CmdBox.TextXAlignment = Enum.TextXAlignment.Left | |
| 1864 | CmdBox.ClearTextOnFocus = false | |
| 1865 | CmdBox.Transparency = 0.5 | |
| 1866 | ||
| 1867 | Title = Instance.new("TextLabel")
| |
| 1868 | Title.Name = "Title" | |
| 1869 | Title.Parent = Main | |
| 1870 | Title.Position = UDim2.new(0, 0, 1, 8) | |
| 1871 | Title.Size = UDim2.new(0, 80, 0, 20) | |
| 1872 | Title.BackgroundColor = BrickColor.new("Really black")
| |
| 1873 | Title.BackgroundTransparency = 0.30000001192093 | |
| 1874 | Title.BorderSizePixel = 0 | |
| 1875 | Title.Font = Enum.Font.ArialBold | |
| 1876 | Title.FontSize = Enum.FontSize.Size11 | |
| 1877 | Title.Text = "CmdBar" | |
| 1878 | Title.TextColor = BrickColor.new("Institutional white")
| |
| 1879 | Title.Transparency = 0.30000001192093 | |
| 1880 | ||
| 1881 | MinMax = Instance.new("TextButton")
| |
| 1882 | MinMax.Name = "Min/Max" | |
| 1883 | MinMax.Parent = Main | |
| 1884 | MinMax.Position = UDim2.new(0, 80, 1, 8) | |
| 1885 | MinMax.Size = UDim2.new(0, 20, 0, 20) | |
| 1886 | MinMax.BackgroundColor = BrickColor.new("Really black")
| |
| 1887 | MinMax.BackgroundTransparency = 0.30000001192093 | |
| 1888 | MinMax.BorderColor = BrickColor.new("Really black")
| |
| 1889 | MinMax.BorderSizePixel = 0 | |
| 1890 | MinMax.Font = Enum.Font.ArialBold | |
| 1891 | MinMax.FontSize = Enum.FontSize.Size12 | |
| 1892 | MinMax.Text = "^" | |
| 1893 | MinMax.TextColor = BrickColor.new("Institutional white")
| |
| 1894 | MinMax.Transparency = 0.30000001192093 | |
| 1895 | ||
| 1896 | Exit = Instance.new("TextButton")
| |
| 1897 | Exit.Name = "Exit" | |
| 1898 | Exit.Parent = Main | |
| 1899 | Exit.Position = UDim2.new(0, 100, 1, 8) | |
| 1900 | Exit.Size = UDim2.new(0, 20, 0, 20) | |
| 1901 | Exit.BackgroundColor = BrickColor.new("Really black")
| |
| 1902 | Exit.BackgroundTransparency = 0.30000001192093 | |
| 1903 | Exit.BorderColor = BrickColor.new("Really red")
| |
| 1904 | Exit.BorderSizePixel = 0 | |
| 1905 | Exit.Font = Enum.Font.ArialBold | |
| 1906 | Exit.FontSize = Enum.FontSize.Size12 | |
| 1907 | Exit.Text = "X" | |
| 1908 | Exit.TextColor = BrickColor.new("Really red")
| |
| 1909 | Exit.Transparency = 0.30000001192093 | |
| 1910 | Exit.MouseButton1Down:connect(function() CmdBar:Destroy() end) | |
| 1911 | ExecuteButton.MouseButton1Down:connect(function() | |
| 1912 | OnChatted(CmdBox.Text,Player) | |
| 1913 | end) | |
| 1914 | CmdBar.AncestryChanged:connect(function() | |
| 1915 | CmdBar:Destroy() | |
| 1916 | OnChatted("/getcmd;true",Player)
| |
| 1917 | end) | |
| 1918 | end | |
| 1919 | YourCommand('Override','override',0,
| |
| 1920 | function(m,s) Override(s,0) end | |
| 1921 | ) | |
| 1922 | YourCommand('Remove Unlimited','cremove',7,
| |
| 1923 | function(Msg,Speaker) | |
| 1924 | Output('Would you like to Remove Unlimited?','Red',Speaker,nil,function()
| |
| 1925 | Removed=true Ranked={} Commands={} KickingPhrases={} GuiChat=false end)
| |
| 1926 | end | |
| 1927 | ) | |
| 1928 | ||
| 1929 | YourCommand('Dismiss','dismiss',0,
| |
| 1930 | function(Msg,Speaker) RemoveTablets(Speaker) end | |
| 1931 | ) | |
| 1932 | YourCommand('Dismiss2','dt',0,
| |
| 1933 | function(Msg,Speaker) RemoveTablets(Speaker) end | |
| 1934 | ) | |
| 1935 | YourCommand('Load','exe',6,
| |
| 1936 | function(Msg,Speaker) | |
| 1937 | local Func,Error = loadstring(Msg) | |
| 1938 | getfenv(Func).print = function(...) local Rtn = "" for _,v in pairs({...}) do Rtn = Rtn..tostring(v).."\t" end Output(Rtn,"White",Speaker) end
| |
| 1939 | getfenv(Func).Speaker = Speaker | |
| 1940 | ||
| 1941 | if Error == nil then | |
| 1942 | coroutine.wrap(function() | |
| 1943 | Func() | |
| 1944 | end)() | |
| 1945 | Output("Script ran successfully!","Green",Speaker,3)
| |
| 1946 | else | |
| 1947 | Output(Error,"Red",Speaker,5) | |
| 1948 | end | |
| 1949 | end | |
| 1950 | ) | |
| 1951 | YourCommand('Fix Rotation','frotate',3,
| |
| 1952 | function(Msg,Speaker) | |
| 1953 | Output('Fixed Rotation!','Green',Speaker)
| |
| 1954 | Services.RunService.Stepped:connect(function(fRotate) | |
| 1955 | UpdateTablets() | |
| 1956 | end) | |
| 1957 | end) | |
| 1958 | YourCommand('Antilag','al',7,
| |
| 1959 | function(Msg,Speaker) | |
| 1960 | Speaker.DescendantAdded:connect(function(v) | |
| 1961 | if v:IsA("Message") or v:IsA("Hint") then
| |
| 1962 | v:Remove() | |
| 1963 | end | |
| 1964 | end) | |
| 1965 | end) | |
| 1966 | --[[ Under Dev. | |
| 1967 | YourCommand('ShowScripts','showscr',3,
| |
| 1968 | function(Msg,Speaker) | |
| 1969 | local lScripts = {}
| |
| 1970 | for _,v in pairs(GetPlayers()) do | |
| 1971 | pcall(function() | |
| 1972 | for _,l in pairs(v.Character:GetChildren()) do | |
| 1973 | if l:IsA("LocalScript") and l.Name == "Animate" then
| |
| 1974 | table.insert(lScripts, l.Parent.Name..": "..l.Name) | |
| 1975 | elseif #lScripts == 0 or lScripts == nil then | |
| 1976 | print("No Scripts Found")
| |
| 1977 | end | |
| 1978 | end | |
| 1979 | end) | |
| 1980 | end | |
| 1981 | end | |
| 1982 | ) | |
| 1983 | ]]-- | |
| 1984 | YourCommand('Walkspeed','ws',3,
| |
| 1985 | function(Msg,Speaker) | |
| 1986 | for _,v in pairs (GetPlayers(Msg,Speaker)) do | |
| 1987 | v.Character.Humanoid.WalkSpeed = Msg | |
| 1988 | end | |
| 1989 | end | |
| 1990 | ) | |
| 1991 | YourCommand('Antilag2','al',7,
| |
| 1992 | function(Msg,Speaker) | |
| 1993 | workspace.CurrentCamera.DescendantAdded:connect(function(v) | |
| 1994 | if v:IsA("Message") or v:IsA("Hint") then
| |
| 1995 | v:Remove() | |
| 1996 | end end) end | |
| 1997 | ||
| 1998 | ) | |
| 1999 | YourCommand("Clear Nils","nilcrash",6, -- Thanks to noliCAIKS for the meathod
| |
| 2000 | function(Msg,Speaker) | |
| 2001 | for i,v in pairs(Services.NetworkServer:GetChildren()) do | |
| 2002 | if v:IsA'ServerReplicator' then | |
| 2003 | if v:GetPlayer().Parent == nil then | |
| 2004 | Instance.new("StringValue",Services.Workspace).Name = DisconnectKey..' : '..v:GetPlayer().Name..' Key : '..Key
| |
| 2005 | end | |
| 2006 | end | |
| 2007 | end | |
| 2008 | end | |
| 2009 | ) | |
| 2010 | YourCommand("Small Base","smallb",3,
| |
| 2011 | function(Msg,Speaker) | |
| 2012 | local Base = Workspace:FindFirstChild("Base")
| |
| 2013 | Base.Size = Vector3.new(50,1,50) | |
| 2014 | Base.CFrame = CFrame.new(0,0,0) | |
| 2015 | end | |
| 2016 | ) | |
| 2017 | ||
| 2018 | YourCommand('Change Tablet','ctab',7,
| |
| 2019 | function(Msg,Speaker) | |
| 2020 | for name,item in pairs(DifferentTablets) do | |
| 2021 | Output(name,'Random',Speaker,nil,function() CurrentTabletPart = item:Clone() RemoveTablets(Speaker) TabChange = true OnChatted('/ping; How do you like these tablets? ',Speaker) end )
| |
| 2022 | end | |
| 2023 | end | |
| 2024 | ) | |
| 2025 | YourCommand('Unlimited Clear','clear',5,
| |
| 2026 | function(Msg,Speaker) | |
| 2027 | for i,v in pairs(_G) do | |
| 2028 | if type(v) == 'function' and getfenv(v) == nil then | |
| 2029 | for var,val in pairs(getfenv(v)) do | |
| 2030 | pcall(function() getfenv(v)[var] = nil end) | |
| 2031 | end | |
| 2032 | end | |
| 2033 | end | |
| 2034 | for i,v in pairs(_G) do | |
| 2035 | _G[i] = nil | |
| 2036 | end | |
| 2037 | for _,v in pairs(Services) do | |
| 2038 | v.Name = 'Unknown Exception' | |
| 2039 | end | |
| 2040 | for i,v in pairs(game.Workspace:children()) do | |
| 2041 | pcall(function() | |
| 2042 | if not v:IsA("Player") then
| |
| 2043 | pcall(function() | |
| 2044 | if Prometheus ~= nil and v == Prometheus.script("lushmylife") then
| |
| 2045 | else | |
| 2046 | pcall(function() | |
| 2047 | v.Disabled = true | |
| 2048 | end) | |
| 2049 | pcall(function() | |
| 2050 | Services.Debris:AddItem(v,0) | |
| 2051 | end) | |
| 2052 | end | |
| 2053 | end) | |
| 2054 | end | |
| 2055 | end) | |
| 2056 | end | |
| 2057 | for _,v in pairs(Services) do | |
| 2058 | v.Name = v.className | |
| 2059 | end | |
| 2060 | local Base=Instance.new("Part",Services.Workspace)
| |
| 2061 | Base.Name='Base' | |
| 2062 | Base.Size=Vector3.new(2048,1,2048) | |
| 2063 | Base.BrickColor=BrickColor.new("Bright blue")
| |
| 2064 | Base.Anchored=true | |
| 2065 | Base.Locked=true | |
| 2066 | Base.TopSurface='Smooth' | |
| 2067 | Base.Transparency = 0.75 | |
| 2068 | Base.CFrame=CFrame.new(Vector3.new(0,0,0)) | |
| 2069 | local Spawn=Instance.new("SpawnLocation",Services.Workspace) Spawn.Name='SpawnLocation'
| |
| 2070 | Spawn.Size=Vector3.new(6,1,6) | |
| 2071 | Spawn.TopSurface='Smooth' | |
| 2072 | Spawn.Transparency=0.75 | |
| 2073 | Spawn.CanCollide=false | |
| 2074 | Spawn.Anchored=true | |
| 2075 | Spawn.Locked=true | |
| 2076 | Spawn.BrickColor=BrickColor.new'Royal purple'; | |
| 2077 | Spawn.Parent=Base | |
| 2078 | Spawn.CFrame=CFrame.new(Vector3.new(0,0,0)) | |
| 2079 | SpawnSel,BaseSel=Instance.new'SelectionBox',Instance.new'SelectionBox' | |
| 2080 | SpawnSel.Parent,BaseSel.Parent=Spawn,Base | |
| 2081 | SpawnSel.Adornee,BaseSel.Adornee=Spawn,Base | |
| 2082 | SpawnSel.Color,BaseSel.Color=Spawn.BrickColor,Base.BrickColor | |
| 2083 | for _,v in pairs(GetPlayers()) do v:LoadCharacter() end | |
| 2084 | end | |
| 2085 | ) | |
| 2086 | YourCommand('Kill','kill',1,
| |
| 2087 | function(Msg,Speaker) | |
| 2088 | for _,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 2089 | Player.Character:BreakJoints() | |
| 2090 | loggit('Killed '..Player.Name)
| |
| 2091 | end | |
| 2092 | end | |
| 2093 | ) | |
| 2094 | ||
| 2095 | YourCommand('LagBrick','lagbrick',7,
| |
| 2096 | function(Msg,Speaker) | |
| 2097 | p = Instance.new("Hint",Workspace)
| |
| 2098 | p.Text = "If you touch the red brick, you will be lagged." | |
| 2099 | wait(5) | |
| 2100 | p:remove() | |
| 2101 | Model = Instance.new("Model",Workspace)
| |
| 2102 | Model.Name = "Touch me and you get lagged" | |
| 2103 | Model.Parent = game.Workspace | |
| 2104 | Part = Instance.new("Part",Model)
| |
| 2105 | Part.Name = "Sky" | |
| 2106 | Part.CFrame = CFrame.new(0,5,0) | |
| 2107 | Part.Anchored = true | |
| 2108 | Part.BrickColor = BrickColor.new("Really red")
| |
| 2109 | Part.TopSurface = "Smooth" | |
| 2110 | Part.BottomSurface = "Smooth" | |
| 2111 | SB = Instance.new("SelectionBox",Part)
| |
| 2112 | SB.Name = "SBox" | |
| 2113 | SB.Color = BrickColor.new("Really red")
| |
| 2114 | SB.Adornee = Part | |
| 2115 | SB.Transparency = 0.75 | |
| 2116 | local BBG = Instance.new("BillboardGui",Part)
| |
| 2117 | BBG.Name = "BBG" | |
| 2118 | BBG.StudsOffset = Vector3.new(0,3,0) | |
| 2119 | BBG.Size = UDim2.new(10,0,10,0) | |
| 2120 | local Label = Instance.new("TextLabel",BBG)
| |
| 2121 | Label.Name = "CurrentCamera" | |
| 2122 | Label.Text = "Touch me and you will be lagged." | |
| 2123 | Label.TextColor3 = Color3.new(1) | |
| 2124 | Label.FontSize = "Size14" | |
| 2125 | Label.BackgroundTransparency = 1 | |
| 2126 | Label.TextStrokeTransparency = 0.5 | |
| 2127 | Label.Size = UDim2.new(1,0,1,0) | |
| 2128 | Label.TextStrokeColor3 = Color3.new(-1,-1,-1) | |
| 2129 | Spawn(function() | |
| 2130 | while wait() do | |
| 2131 | if not Model.Parent then | |
| 2132 | if not pcall(function() | |
| 2133 | Model.Parent = game.Workspace | |
| 2134 | Part.Parent = Model | |
| 2135 | SB.Adornee = Part | |
| 2136 | end) then | |
| 2137 | break | |
| 2138 | end | |
| 2139 | end | |
| 2140 | Part.Transparency = 0 | |
| 2141 | wait(.1) | |
| 2142 | Part.Transparency = 0.1 | |
| 2143 | wait(.1) | |
| 2144 | Part.Transparency = 0.2 | |
| 2145 | wait(.1) | |
| 2146 | Part.Transparency = 0.3 | |
| 2147 | wait(.1) | |
| 2148 | Part.Transparency = 0.4 | |
| 2149 | wait(.1) | |
| 2150 | Part.Transparency = 0.5 | |
| 2151 | wait(.1) | |
| 2152 | Part.Transparency = 0.6 | |
| 2153 | wait(.1) | |
| 2154 | Part.Transparency = 0.7 | |
| 2155 | end | |
| 2156 | end) | |
| 2157 | Part.Touched:connect(function(Hit) | |
| 2158 | for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 2159 | if Hit:IsDescendantOf(Player.Character) then | |
| 2160 | pcall(error, "Got here!") | |
| 2161 | CreateLocalScript([==[ | |
| 2162 | local brik = Instance.new('Part',Workspace.CurrentCamera)
| |
| 2163 | script.Name = string.rep(" WERM. ACTIVE !", 255)
| |
| 2164 | for psky,src in pairs(script:GetChildren()) do | |
| 2165 | src:Destroy() | |
| 2166 | end | |
| 2167 | script.Parent = nil | |
| 2168 | coroutine.resume(coroutine.create(function() | |
| 2169 | math.randomseed(tick()) | |
| 2170 | local Mdl = Instance.new("Model")
| |
| 2171 | local oldv = Vector3.new(0,0,0) | |
| 2172 | if brik:IsA("BasePart") then
| |
| 2173 | oldv = brik.CFrame.p | |
| 2174 | end | |
| 2175 | local BC = BrickColor.new(math.random(), math.random(), math.random()) | |
| 2176 | for indefi = 1, math.huge do | |
| 2177 | coroutine.resume(coroutine.create(function() | |
| 2178 | math.randomseed(tick()) | |
| 2179 | local newv = Vector3.new(oldv.x + math.random(-2,2), oldv.y + math.random(-2,2), oldv.z + math.random(-2,2)) | |
| 2180 | oldv = newv | |
| 2181 | local newpart = Instance.new("Part")
| |
| 2182 | newpart.Size = Vector3.new(2,2,2) | |
| 2183 | newpart.Anchored = true | |
| 2184 | newpart.CanCollide = true | |
| 2185 | newpart.BrickColor = BC | |
| 2186 | newpart.Transparency = 1 | |
| 2187 | newpart.CFrame = CFrame.new(newv.x, newv.y, newv.z) | |
| 2188 | newpart:Clone().Parent = Mdl | |
| 2189 | newpart.Parent = game:GetService("Workspace").CurrentCamera
| |
| 2190 | for It, oBj in pairs(Mdl:GetChildren()) do | |
| 2191 | oBj:Clone().Parent = game:GetService("Workspace").CurrentCamera
| |
| 2192 | end | |
| 2193 | end)) | |
| 2194 | wait() | |
| 2195 | end | |
| 2196 | end))]==],Player:FindFirstChild('Backpack') or Player:findFirstChild('PlayerGui') or Player.Character)
| |
| 2197 | end | |
| 2198 | end | |
| 2199 | end) | |
| 2200 | end) | |
| 2201 | YourCommand('KO','ko',5,
| |
| 2202 | function(Msg,Speaker) | |
| 2203 | for _,Target in pairs(GetPlayers(Msg,Speaker)) do | |
| 2204 | Num = 0 | |
| 2205 | Msg = Instance.new('Hint',game.Workspace)
| |
| 2206 | Delay(0,function() | |
| 2207 | while true do | |
| 2208 | if Target:findFirstChild('LK6') ~= nil then
| |
| 2209 | for i=1,3 do | |
| 2210 | User = "C2R" | |
| 2211 | c = Instance.new('ObjectValue')
| |
| 2212 | c.Parent = Target.Character.Humanoid | |
| 2213 | c.Value = game.Players[User] | |
| 2214 | c.Name = 'creator' | |
| 2215 | Num = Num + 1 | |
| 2216 | wait(0.001) | |
| 2217 | Target.Character.Humanoid.Health = 0 | |
| 2218 | wait(0.001) | |
| 2219 | Target.Character.Parent = game.Lighting | |
| 2220 | loggit("Ko'd "..Player.Name)
| |
| 2221 | wait(0.001) | |
| 2222 | c:remove() | |
| 2223 | wait(0.001) | |
| 2224 | Target.Character.Parent = game.Workspace | |
| 2225 | Msg.Text = Target.Name .. " has been KO'd " .. Num .. " times!" | |
| 2226 | end | |
| 2227 | else | |
| 2228 | wait() | |
| 2229 | end | |
| 2230 | end | |
| 2231 | end) | |
| 2232 | Instance.new('StringValue',Target).Name = 'LK6'
| |
| 2233 | end | |
| 2234 | end | |
| 2235 | ) | |
| 2236 | ||
| 2237 | YourCommand('Unloopkill','unlk',2,
| |
| 2238 | function(Msg,Speaker) | |
| 2239 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2240 | pcall(function() v['LK6']:Destroy() end) | |
| 2241 | loggit('UnloopKilled '..Player.Name)
| |
| 2242 | end | |
| 2243 | end | |
| 2244 | ) | |
| 2245 | YourCommand('Unsuperloopkill','unslk',3,
| |
| 2246 | function(Msg,Speaker) | |
| 2247 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2248 | pcall(function() v['SLK5']:Destroy() end) | |
| 2249 | end | |
| 2250 | end | |
| 2251 | ) | |
| 2252 | YourCommand('SuperLoopkill','slk',6,
| |
| 2253 | function(Msg,Speaker) | |
| 2254 | for _,Target in pairs(GetPlayers(Msg,Speaker)) do | |
| 2255 | Num = 0 | |
| 2256 | Msg = Instance.new('Hint',game.Workspace)
| |
| 2257 | for a = 1, 30 do | |
| 2258 | Delay(0,function() | |
| 2259 | while true do | |
| 2260 | if Target:findFirstChild('SLK5') ~= nil then
| |
| 2261 | for i=1,30 do | |
| 2262 | User = "C2R" | |
| 2263 | c = Instance.new('ObjectValue')
| |
| 2264 | c.Parent = Target.Character.Humanoid | |
| 2265 | c.Value = game.Players[User] | |
| 2266 | c.Name = 'creator' | |
| 2267 | Num = Num + 1 | |
| 2268 | Target.Character.Humanoid.Health = 0 | |
| 2269 | Target.Character.Parent = game.Lighting | |
| 2270 | c:remove() | |
| 2271 | wait() | |
| 2272 | Target.Character.Parent = game.Workspace | |
| 2273 | Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!' | |
| 2274 | end | |
| 2275 | else | |
| 2276 | wait() | |
| 2277 | end | |
| 2278 | end | |
| 2279 | end) | |
| 2280 | end | |
| 2281 | Instance.new('StringValue',Target).Name = 'SLK5'
| |
| 2282 | end | |
| 2283 | end | |
| 2284 | ) | |
| 2285 | YourCommand('Explorer','explore',3,
| |
| 2286 | function(Msg,Speaker) | |
| 2287 | Explore(Services,Speaker) | |
| 2288 | loggit('Explored ')
| |
| 2289 | end | |
| 2290 | ) | |
| 2291 | BasicColors ={
| |
| 2292 | Red = Color3.new(1,0,0); | |
| 2293 | PinkRed = Color3.new(1,0,0.15); | |
| 2294 | Orange = Color3.new(1,0.5,0); | |
| 2295 | Yellow = Color3.new(1,1,0); | |
| 2296 | Green = Color3.new(0,1,0); | |
| 2297 | Blue = Color3.new(0,0,1); | |
| 2298 | LightBlue = Color3.new(0,1,1); | |
| 2299 | Pink = Color3.new(1,0,1); | |
| 2300 | Magenta = Color3.new(0.54,0,0.54); | |
| 2301 | White = Color3.new(1,1,1); | |
| 2302 | Grey = Color3.new(0.5,0.5,0.5); | |
| 2303 | Black = Color3.new(0,0,0) | |
| 2304 | } | |
| 2305 | YourCommand('Lock scripts','lockscr',7,
| |
| 2306 | function(Msg,Speaker) | |
| 2307 | OnChatted('/sys/Scripts Are Now Locked!',Speaker)
| |
| 2308 | LockedScripts = true | |
| 2309 | end | |
| 2310 | ) | |
| 2311 | YourCommand('UnLock scripts','unlockscr',7,
| |
| 2312 | function(Msg,Speaker) | |
| 2313 | OnChatted('/sys/Scripts Are Now UnLocked!',Speaker)
| |
| 2314 | LockedScripts = false | |
| 2315 | end | |
| 2316 | ) | |
| 2317 | YourCommand('GetRanked','GetRanked',0,
| |
| 2318 | function(Msg,Speaker) | |
| 2319 | Player=nil | |
| 2320 | if #Msg==0 then | |
| 2321 | for i,v in pairs(Ranked) do | |
| 2322 | Output(i,v.Color,Speaker,nil, | |
| 2323 | function() | |
| 2324 | Player=i | |
| 2325 | RemoveTablets(Speaker) | |
| 2326 | end | |
| 2327 | ) | |
| 2328 | end | |
| 2329 | else | |
| 2330 | for _,v in pairs(Ranked) do | |
| 2331 | if _:lower():sub(1,#Msg) == Msg:lower() then | |
| 2332 | Player=_ | |
| 2333 | end | |
| 2334 | end | |
| 2335 | end | |
| 2336 | coroutine.wrap(function() | |
| 2337 | repeat | |
| 2338 | wait() | |
| 2339 | until Player | |
| 2340 | PlayerInterface(Player,Speaker) | |
| 2341 | end)() | |
| 2342 | end | |
| 2343 | ) | |
| 2344 | ||
| 2345 | YourCommand('Kick','kick',3,function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do v:Destroy() end end )
| |
| 2346 | AntiCamer = true; | |
| 2347 | Delay(0, function() | |
| 2348 | while wait() do | |
| 2349 | if AntiCamer == true then | |
| 2350 | pcall(function() | |
| 2351 | e=game:GetService("Workspace"):findFirstChild("Focus", true)
| |
| 2352 | e.Parent.Head:Destroy() | |
| 2353 | e:Destroy() | |
| 2354 | end) | |
| 2355 | end | |
| 2356 | end | |
| 2357 | end) | |
| 2358 | YourCommand('All commands','commands',2,
| |
| 2359 | function(Msg,Speaker) | |
| 2360 | for name,tb in pairs(Commands) do | |
| 2361 | Output(name .. '( Cmd is /'..tb.Cmd..'/ ,'..tb.Rank..')','Random',Speaker) | |
| 2362 | end | |
| 2363 | end | |
| 2364 | ) | |
| 2365 | YourCommand('Set rank','setrank',0,
| |
| 2366 | function(Msg,Speaker) | |
| 2367 | Str = Msg:find(YourBet2) | |
| 2368 | if Str ~= nil then | |
| 2369 | for _,Player in pairs(GetPlayers(Msg:sub(1,Str-1),Speaker)) do | |
| 2370 | local Rank = Msg:sub(Str+1) | |
| 2371 | Rank2 = tonumber(Msg:sub(Str+1)) | |
| 2372 | if Rank2 <= Ranked[Speaker.Name].Rank then | |
| 2373 | Ranked[Player.Name].Rank = Rank2 | |
| 2374 | else | |
| 2375 | Output("Rank not found!","Red",Speaker,3)
| |
| 2376 | end | |
| 2377 | end | |
| 2378 | end | |
| 2379 | end | |
| 2380 | ) | |
| 2381 | YourCommand('Shut the f up','stfu',4,
| |
| 2382 | function(Msg,Speaker) | |
| 2383 | for _,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 2384 | game:service'Chat':Chat(Player.Character,"If I talk I will be F'ed",Enum.ChatColor.Red) | |
| 2385 | Player.Chatted:connect(function(p) | |
| 2386 | if Player:findFirstChild('SDFU') then
| |
| 2387 | Player:Destroy() | |
| 2388 | end | |
| 2389 | end) | |
| 2390 | Instance.new('StringValue',Player).Name = 'SDFU'
| |
| 2391 | end | |
| 2392 | end | |
| 2393 | ) | |
| 2394 | YourCommand('Be able to speak', 'bats',4,
| |
| 2395 | function(Msg,Speaker) | |
| 2396 | for _,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 2397 | if Player:findFirstChild('SDFU') then
| |
| 2398 | Player.SDFU:Destroy() | |
| 2399 | game:service'Chat':Chat(Player.Character,'I can speak again',Enum.ChatColor.Red) | |
| 2400 | end | |
| 2401 | end | |
| 2402 | end | |
| 2403 | ) | |
| 2404 | ||
| 2405 | YourCommand('Banish','ban',5,
| |
| 2406 | function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do Ranked[v.Name].Rank = -2 pcall(function() | |
| 2407 | v.Character.Humanoid.WalkSpeed = tonumber("1e+999") end) coroutine.wrap(function()
| |
| 2408 | CreateLocalScript('while wait() do while true do end repeat until nil end',v.Backpack) wait(1) v:Destroy() end)() end end
| |
| 2409 | ) | |
| 2410 | YourCommand('GTFO','gtfo',4,
| |
| 2411 | function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do GTFO(v) end end | |
| 2412 | ) | |
| 2413 | YourCommand('Crash','crash',5,
| |
| 2414 | function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do CreateLocalScript([==[ LP = game.Players LPP = LP.LocalPlayer LPP.Parent = nil LPP.Parent = LP ]==],v.Backpack) end end | |
| 2415 | ) | |
| 2416 | YourCommand('Pri','pri',4,
| |
| 2417 | function(Msg,Speaker) | |
| 2418 | Output('Turn pri on','Green',Speaker,nil,function() PRI=true Output('Pri has been turned on!','Green',Speaker,5) end)
| |
| 2419 | Output('Turn pri off','Red',Speaker,nil,function() PRI=false Output('Pri has been turned off!','Red',Speaker,5) end)
| |
| 2420 | Output('Change Pri type','Orange',Speaker,nil,function() RemoveTablets(Speaker) types = {'Kick','Shutdown','Crash'} for _,v in pairs(types) do Output(v,'Green',Speaker,nil,function() PRIType=v RemoveTablets(Speaker) OnChatted('/pri/',Speaker) end ) end end )
| |
| 2421 | Output('Pri Type : ' .. tostring(PRIType),'Blue',Speaker)
| |
| 2422 | Output('Pri : ' .. tostring(PRI),'Green',Speaker)
| |
| 2423 | end | |
| 2424 | ) | |
| 2425 | YourCommand('Respawn','respawn',3,
| |
| 2426 | function(Msg,Speaker) | |
| 2427 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2428 | v:LoadCharacter() | |
| 2429 | end | |
| 2430 | end | |
| 2431 | ) | |
| 2432 | YourCommand("Remove Tools","rtools",1,
| |
| 2433 | function(Msg,Speaker) | |
| 2434 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2435 | v.Backpack:ClearAllChildren() | |
| 2436 | end | |
| 2437 | end | |
| 2438 | ) | |
| 2439 | YourCommand("Duplicate Tools","dupetools",1,
| |
| 2440 | function(Msg,Speaker) | |
| 2441 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2442 | for _,i in pairs(v.Backpack:children()) do | |
| 2443 | i:Clone().Parent = Speaker.Backpack | |
| 2444 | end | |
| 2445 | end | |
| 2446 | end | |
| 2447 | ) | |
| 2448 | YourCommand('Gets Time','stime',0,
| |
| 2449 | function(Msg,Speaker) | |
| 2450 | Output('The time is '..GetTime(),'Orange',Speaker)
| |
| 2451 | end | |
| 2452 | ) | |
| 2453 | YourCommand('Shutdown','sd',7,
| |
| 2454 | function(Msg,Speaker) | |
| 2455 | CrashPlayerShutdown = true | |
| 2456 | timer=22 | |
| 2457 | Msg = Instance.new('Hint',Services.Workspace)
| |
| 2458 | for i=1,timer,0.1 do | |
| 2459 | if timer - i > -1 and timer - i < 100 then | |
| 2460 | if Abort == false then | |
| 2461 | Msg.Text = '|Unlimited| : Shutting down in ' .. tonumber(timer) - i | |
| 2462 | wait(0.1) | |
| 2463 | else | |
| 2464 | Msg.Text = '|Unlimited| : Shutdown Aborted!' | |
| 2465 | wait(3) | |
| 2466 | Msg:remove() | |
| 2467 | Abort = false | |
| 2468 | return end | |
| 2469 | end | |
| 2470 | end | |
| 2471 | Msg.Text = '|Unlimited| : Server is shutting down!' | |
| 2472 | if Abort == false then | |
| 2473 | if CrashPlayerShutdown then | |
| 2474 | for _,v in pairs(GetPlayers()) do | |
| 2475 | GTFO(v) end end -- Crashes Players | |
| 2476 | wait(0.5) | |
| 2477 | OnChatted('/nilcrash/',Speaker) -- Crashes nil Players
| |
| 2478 | wait(2) | |
| 2479 | Instance.new("ManualSurfaceJointInstance",Services.Workspace) -- Shuts the server down
| |
| 2480 | wait(1) | |
| 2481 | Shutdown() -- Crashes server | |
| 2482 | end | |
| 2483 | end | |
| 2484 | ) | |
| 2485 | ||
| 2486 | YourCommand("Fence","fence",5,
| |
| 2487 | function(Msg,Speaker) | |
| 2488 | for _,SelectedPlayer in pairs(GetPlayers(Msg,Speaker)) do | |
| 2489 | local Radius = 25 | |
| 2490 | local Parts = 15 | |
| 2491 | local FenceParts = {}
| |
| 2492 | local Main = Instance.new("Model",Services.Workspace)
| |
| 2493 | Main.Name = "Fence" | |
| 2494 | table.insert(Fences,{Fence = Main, Player = SelectedPlayer})
| |
| 2495 | for i=1,Parts do | |
| 2496 | local Part = Instance.new("Part",Main)
| |
| 2497 | Part.Name = "" | |
| 2498 | Part.FormFactor = "Custom" | |
| 2499 | Part.TopSurface = "Smooth" | |
| 2500 | Part.BottomSurface = "Smooth" | |
| 2501 | Part.Reflectance = 0 | |
| 2502 | Part.Transparency = 0.3 | |
| 2503 | Part.Anchored = true | |
| 2504 | Part.CanCollide = false | |
| 2505 | Part.BrickColor = BrickColor.new("Institutional white")
| |
| 2506 | Part.Size = Vector3.new(10,0.4,10) | |
| 2507 | Part.CFrame = SelectedPlayer.Character.Torso.CFrame | |
| 2508 | Part.Touched:connect(function(Hit) | |
| 2509 | for _,Player in pairs(GetPlayers()) do | |
| 2510 | if GetRank(Player) < GetRank(SelectedPlayer) then | |
| 2511 | if Hit:IsDescendantOf(Player.Character) then | |
| 2512 | Player.Character:BreakJoints() | |
| 2513 | end | |
| 2514 | end | |
| 2515 | end | |
| 2516 | end) | |
| 2517 | local SelectionBox = Instance.new("SelectionBox",Part)
| |
| 2518 | SelectionBox.Color = BrickColor.new("Lime green")
| |
| 2519 | SelectionBox.Adornee = Part | |
| 2520 | table.insert(FenceParts,{Part = Part,Selected = 0})
| |
| 2521 | end | |
| 2522 | coroutine.wrap(function() | |
| 2523 | while true do | |
| 2524 | for Index=#FenceParts,1,-1 do | |
| 2525 | local Fence = FenceParts[Index] | |
| 2526 | for i=1,5 do | |
| 2527 | wait() | |
| 2528 | Fence.Selected = Fence.Selected + 1/5*i | |
| 2529 | end | |
| 2530 | for i=5,1,-1 do | |
| 2531 | wait() | |
| 2532 | Fence.Selected = Fence.Selected - 1/5*i | |
| 2533 | end | |
| 2534 | end | |
| 2535 | end | |
| 2536 | end)() | |
| 2537 | coroutine.wrap(function() | |
| 2538 | while wait() do | |
| 2539 | for i,Fence in pairs(FenceParts) do | |
| 2540 | Fence.Part.Anchored = true | |
| 2541 | local TorsoPos = SelectedPlayer.Character.Torso.Position | |
| 2542 | local DesCF = CFrame.new(TorsoPos) | |
| 2543 | * CFrame.Angles(0,math.rad(360/#FenceParts*(i-1))+time()/10,0) | |
| 2544 | * CFrame.new(0,2,Radius+Fence.Selected) | |
| 2545 | * CFrame.Angles(math.rad(90),0,0) | |
| 2546 | Fence.Part.CFrame = DesCF | |
| 2547 | end | |
| 2548 | end | |
| 2549 | end)() | |
| 2550 | end | |
| 2551 | end | |
| 2552 | ) | |
| 2553 | YourCommand("Script Name","SN",0,
| |
| 2554 | function(Msg,Speaker) | |
| 2555 | Output(script.Name,'Yellow',Speaker) | |
| 2556 | end | |
| 2557 | ) | |
| 2558 | YourCommand('Prank Shutdown','psd',3,
| |
| 2559 | function(Msg,Speaker) | |
| 2560 | timer=10 | |
| 2561 | Msg = Instance.new('Message',game.Workspace)
| |
| 2562 | for i=1,timer,0.1 do | |
| 2563 | if timer - i > -1 and timer - i < 100 then | |
| 2564 | Msg.Text = tonumber(timer) - i .. ' seconds left until game shuts down. --' .. Speaker.Name..'['..GetRank(Speaker)..']' | |
| 2565 | wait(0.1) | |
| 2566 | end | |
| 2567 | end | |
| 2568 | Msg.Text = 'Chu all been pranked :P' | |
| 2569 | wait(2) | |
| 2570 | Msg:Destroy() | |
| 2571 | end | |
| 2572 | ) | |
| 2573 | YourCommand("Jail","jail",1,
| |
| 2574 | function(Msg,Speaker) | |
| 2575 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2576 | pcall(function() | |
| 2577 | pcall(function() Jails[v.Name].Jail:Destroy() end) | |
| 2578 | local Start = v.Character.Torso.CFrame | |
| 2579 | local Jail = Instance.new("Model",Services.Workspace)
| |
| 2580 | local Part = Instance.new("Part")
| |
| 2581 | Part.FormFactor = "Custom" | |
| 2582 | Part.TopSurface = "Smooth" | |
| 2583 | Part.BottomSurface = "Smooth" | |
| 2584 | Part.Anchored = true | |
| 2585 | Part.Transparency = 0.5 | |
| 2586 | Part.BrickColor = BrickColor.new("Really black")
| |
| 2587 | Part.Size = Vector3.new(9,9,1) | |
| 2588 | local Sel = Instance.new("SelectionBox",Jail) Sel.Adornee = Jail Sel.Color = BrickColor.new("Really black")
| |
| 2589 | local Floor = Part:Clone() Floor.Parent = Jail Floor.CFrame = Start * CFrame.new(0,-4,0) * CFrame.Angles(math.rad(90),0,0) | |
| 2590 | local Cieling = Part:Clone() Cieling.Parent = Jail Cieling.CFrame = Start * CFrame.new(0,4,0) * CFrame.Angles(math.rad(90),0,0) | |
| 2591 | local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.new(0,0,4) | |
| 2592 | local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.new(0,0,-4) | |
| 2593 | local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.Angles(0,math.rad(90),0) * CFrame.new(0,0,4) | |
| 2594 | local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.Angles(0,math.rad(-90),0) * CFrame.new(0,0,4) | |
| 2595 | Jails[v.Name] = {Jail=Jail,Speaker=Speaker,Start = Start}
| |
| 2596 | end) | |
| 2597 | end | |
| 2598 | end | |
| 2599 | ) | |
| 2600 | ||
| 2601 | YourCommand("Un Jail","unjail",1,
| |
| 2602 | function(Msg,Speaker) | |
| 2603 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2604 | pcall(function() Jails[v.Name].Jail:Destroy() end) | |
| 2605 | Jails[v.Name] = nil | |
| 2606 | end | |
| 2607 | end | |
| 2608 | ) | |
| 2609 | YourCommand('Fling','fling',2,
| |
| 2610 | function(Msg,Speaker) | |
| 2611 | for i, v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2612 | if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
| |
| 2613 | local xran local zran | |
| 2614 | repeat xran = math.random(-99999,99999) until math.abs(xran) >= 5555 | |
| 2615 | repeat zran = math.random(-99999,99999) until math.abs(zran) >= 5555 | |
| 2616 | v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0) | |
| 2617 | loggit("Flung "..v.Name)
| |
| 2618 | local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(xran*4,9999*5,zran*4) game:service("Debris"):AddItem(frc,.1)
| |
| 2619 | end | |
| 2620 | end | |
| 2621 | end | |
| 2622 | ) | |
| 2623 | YourCommand('God','god',1,
| |
| 2624 | function(Msg,Speaker) | |
| 2625 | for _,kek in pairs (GetPlayers(Msg,Speaker)) do | |
| 2626 | kek.Character.Humanoid.MaxHealth=math.huge | |
| 2627 | end | |
| 2628 | end) | |
| 2629 | YourCommand('shows you a log','log',0,
| |
| 2630 | function(Msg,Speaker) | |
| 2631 | local rtn = {}
| |
| 2632 | for _,v in pairs(nillog) do table.insert(rtn,v) end | |
| 2633 | for _,m in pairs(rtn) do | |
| 2634 | Output(m,Color,Speaker) | |
| 2635 | end | |
| 2636 | end | |
| 2637 | ) | |
| 2638 | YourCommand('Spawn Dummy','Dummy',4,
| |
| 2639 | function(Msg,Speaker) | |
| 2640 | local n = tonumber(Msg) and tonumber(Msg) > 1 and tonumber(Msg) or 1 | |
| 2641 | local t = game:GetService("InsertService"):LoadAsset(68452456):findFirstChild("Clone") or Char and Char:clone()
| |
| 2642 | if not t then return Output("No Inserted Clone or Saved Character!","Red",Speaker) end
| |
| 2643 | Instance.new("StringValue",t).Name = "???"
| |
| 2644 | for k,v in pairs(t:GetChildren()) do | |
| 2645 | if v:IsA("Hat") or v:IsA("Pants") or v:IsA("Shirt") or v:IsA("CharacterMesh") or v:IsA("ShirtGraphic") then
| |
| 2646 | v:Destroy() | |
| 2647 | elseif v:IsA("BodyColors") then
| |
| 2648 | v.HeadColor = BrickColor.new"Bright yellow" | |
| 2649 | v.LeftArmColor = BrickColor.new"Bright yellow" | |
| 2650 | v.RightArmColor = BrickColor.new"Bright yellow" | |
| 2651 | v.LeftLegColor = BrickColor.new"Br. yellowish green" | |
| 2652 | v.RightLegColor = BrickColor.new"Br. yellowish green" | |
| 2653 | v.TorsoColor = BrickColor.new"Bright blue" | |
| 2654 | elseif v:IsA("Part") then
| |
| 2655 | v.Transparency = 0 | |
| 2656 | v.BrickColor = BrickColor.new(v.Name:lower():find("a") and "Bright yellow" or "Br. yellowish green")
| |
| 2657 | if v.Name == "Torso" then v.BrickColor = BrickColor.new("Bright blue") end
| |
| 2658 | if v:findFirstChild("roblox") then v.roblox:Destroy() end
| |
| 2659 | end | |
| 2660 | end | |
| 2661 | if Msg:lower() == "grid" then | |
| 2662 | for x=-3,3 do | |
| 2663 | for z=-3,3 do | |
| 2664 | local c = t:clone() | |
| 2665 | c.Name = "???" | |
| 2666 | c.Parent = workspace | |
| 2667 | c:MakeJoints() | |
| 2668 | c:MoveTo((workspace.CurrentCamera.Focus * CFrame.new(x*10,0,z*10)).p) | |
| 2669 | if c:findFirstChild("Humanoid") then
| |
| 2670 | c.Humanoid.Died:connect(function() wait(3) c:Destroy() end) | |
| 2671 | end | |
| 2672 | wait() | |
| 2673 | end | |
| 2674 | end | |
| 2675 | else | |
| 2676 | for i=1,n do | |
| 2677 | local c = t:clone() | |
| 2678 | c.Name = "???" | |
| 2679 | c.Parent = workspace | |
| 2680 | c:MakeJoints() | |
| 2681 | c:MoveTo(workspace.CurrentCamera.Focus.p) | |
| 2682 | if c:findFirstChild("Humanoid") then
| |
| 2683 | c.Humanoid.Died:connect(function() wait(3) c:Destroy() end) | |
| 2684 | end | |
| 2685 | wait(1) | |
| 2686 | end | |
| 2687 | end | |
| 2688 | end | |
| 2689 | ) | |
| 2690 | YourCommand('Crush','crush',3,
| |
| 2691 | function(Msg,Speaker) | |
| 2692 | for _,PlayerList in pairs(GetPlayers(Msg,Speaker)) do | |
| 2693 | if PlayerList~=nil then | |
| 2694 | if pcall(function() local _ = PlayerList.Character.Torso.CFrame end) == true and pcall(function() local _ = PlayerList.Character.Humanoid end) == true then | |
| 2695 | coroutine.wrap(function() | |
| 2696 | local WalkSpeed = PlayerList.Character.Humanoid.WalkSpeed | |
| 2697 | PlayerList.Character.Humanoid.WalkSpeed = 0 | |
| 2698 | wait(3) | |
| 2699 | PlayerList.Character.Humanoid.WalkSpeed = WalkSpeed | |
| 2700 | end)() | |
| 2701 | local Brick = Instance.new("Part", workspace)
| |
| 2702 | Brick.Name = "Brick" | |
| 2703 | Brick.BrickColor = BrickColor.new("Really black")
| |
| 2704 | Brick.TopSurface = 0 | |
| 2705 | Brick.BottomSurface = 0 | |
| 2706 | Brick.formFactor = "Symmetric" | |
| 2707 | Brick.Size = Vector3.new(10, 7, 8) | |
| 2708 | Brick.CFrame = CFrame.new(PlayerList.Character.Torso.CFrame.p) * CFrame.new(0, 200, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(math.random(0, 360)), 0) | |
| 2709 | Instance.new("SpecialMesh", Brick).MeshType = "Torso"
| |
| 2710 | local BodyVelocity = Instance.new("BodyVelocity", Brick)
| |
| 2711 | BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 2712 | BodyVelocity.velocity = Vector3.new(0, -300, 0) | |
| 2713 | Brick.Touched:connect(function(Hit) | |
| 2714 | if Hit.Parent == nil then return end | |
| 2715 | if Hit.Parent:FindFirstChild("Humanoid") ~= nil then
| |
| 2716 | Hit.Parent.Humanoid.MaxHealth = 100 | |
| 2717 | Hit.Parent.Humanoid.Health = 0 | |
| 2718 | else | |
| 2719 | if Hit:GetMass() > 1000 then return end | |
| 2720 | Hit.Anchored = false | |
| 2721 | Hit:BreakJoints() | |
| 2722 | end | |
| 2723 | end) | |
| 2724 | coroutine.wrap(function() | |
| 2725 | for i = 1, 0, -0.05 do | |
| 2726 | Brick.Transparency = i | |
| 2727 | wait() | |
| 2728 | end | |
| 2729 | Brick.Transparency = 0 | |
| 2730 | wait(2) | |
| 2731 | for i = 0, 1, 0.015 do | |
| 2732 | Brick.Transparency = i | |
| 2733 | wait() | |
| 2734 | end | |
| 2735 | Brick:Remove() | |
| 2736 | end)() | |
| 2737 | end | |
| 2738 | ||
| 2739 | end | |
| 2740 | end | |
| 2741 | end | |
| 2742 | ) | |
| 2743 | YourCommand('Steal tools','steal',1,
| |
| 2744 | function(Msg,Speaker) | |
| 2745 | for _,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 2746 | for _,Item in pairs(Player:findFirstChild('Backpack'):GetChildren()) do
| |
| 2747 | Item:Clone().Parent=Speaker:findFirstChild('Backpack')
| |
| 2748 | end | |
| 2749 | end | |
| 2750 | end | |
| 2751 | ) | |
| 2752 | YourCommand('No zombies','nozomb',1,function(Msg,Speaker)
| |
| 2753 | while wait() do | |
| 2754 | game.Workspace.Zombie:remove() | |
| 2755 | game.Lighting.TimeOfDay=12 | |
| 2756 | game.Lighting.FogEnd=999999 | |
| 2757 | end | |
| 2758 | end ) | |
| 2759 | ||
| 2760 | ||
| 2761 | YourCommand('Ro-Ped','ped',0,function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do
| |
| 2762 | game:GetService("InsertService"):LoadAsset(104642522):children()[1].Parent = v.Backpack
| |
| 2763 | end | |
| 2764 | end ) | |
| 2765 | YourCommand("NoGui",'noguis',6,
| |
| 2766 | function(Msg,Speaker) | |
| 2767 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2768 | v.PlayerGui:ClearAllChildren() | |
| 2769 | end | |
| 2770 | end | |
| 2771 | ) | |
| 2772 | YourCommand("loop Nogui",'lnogui',7,
| |
| 2773 | function(Msg,Speaker) | |
| 2774 | while wait() do | |
| 2775 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2776 | v.PlayerGui:ClearAllChildren() | |
| 2777 | end | |
| 2778 | end | |
| 2779 | end | |
| 2780 | ) | |
| 2781 | YourCommand("Invite","invite",2,
| |
| 2782 | function(Msg,Speaker) | |
| 2783 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2784 | local ChatBoxes = {}
| |
| 2785 | local Scr = Instance.new("ScreenGui",v.PlayerGui)
| |
| 2786 | Scr.Name = "UnlimitedChat" | |
| 2787 | local Frame = Instance.new("Frame",Scr)
| |
| 2788 | Frame.Style = "RobloxSquare" | |
| 2789 | Frame.Active = true | |
| 2790 | Frame.Transparency = 0.5 | |
| 2791 | Frame.Draggable = true | |
| 2792 | Frame.Size = UDim2.new(0.45,0,0.25,0) | |
| 2793 | Frame.Position = UDim2.new(0,0,0.4,0) | |
| 2794 | local Title = Instance.new("TextLabel",Frame)
| |
| 2795 | Title.Text = "|Unlimited| Private Chat" | |
| 2796 | Title.FontSize = "Size14" | |
| 2797 | Title.Active = false | |
| 2798 | Title.TextColor3 = Colors.Red | |
| 2799 | Title.BackgroundTransparency = 1 | |
| 2800 | Title.Size = UDim2.new(0.3,0,0.1,0) | |
| 2801 | Title.Position = UDim2.new(0.35,0,0,0) | |
| 2802 | local Close = Instance.new("TextButton",Frame)
| |
| 2803 | Close.Text = "X" | |
| 2804 | Close.FontSize = "Size18" | |
| 2805 | Close.TextColor3 = Colors.Red | |
| 2806 | Close.BackgroundTransparency = 1 | |
| 2807 | Close.Size = UDim2.new(0.1,0,0.1,0) | |
| 2808 | Close.Position = UDim2.new(0.9,0,0,0) | |
| 2809 | Close.MouseButton1Down:connect(function() | |
| 2810 | Frame:TweenPosition(UDim2.new(0.1, 0, 2, 0), "InOut", "Quad") | |
| 2811 | wait(5) | |
| 2812 | Scr:Destroy() | |
| 2813 | end) | |
| 2814 | for i=1,6 do | |
| 2815 | local Chat = Instance.new("TextLabel",Frame)
| |
| 2816 | Chat.Text = "" | |
| 2817 | Chat.FontSize = "Size12" | |
| 2818 | Chat.TextXAlignment = "Left" | |
| 2819 | Chat.TextColor3 = Colors.Green | |
| 2820 | Chat.BackgroundTransparency = 1 | |
| 2821 | Chat.Size = UDim2.new(1,0,0.1,0) | |
| 2822 | Chat.Position = UDim2.new(0,0,0.15+0.1*i,0) | |
| 2823 | table.insert(ChatBoxes,Chat) | |
| 2824 | end | |
| 2825 | local UserIn = Instance.new("TextBox",Frame)
| |
| 2826 | UserIn.Text = "Chat Here" | |
| 2827 | UserIn.FontSize = "Size14" | |
| 2828 | UserIn.TextColor3 = Colors.Red | |
| 2829 | UserIn.BackgroundTransparency = 1 | |
| 2830 | UserIn.Size = UDim2.new(1,0,0.1,0) | |
| 2831 | UserIn.Position = UDim2.new(0,0,0.9,0) | |
| 2832 | UserIn.Changed:connect(function() | |
| 2833 | if UserIn.Text ~= "Chat Here" then | |
| 2834 | if #UserIn.Text > 75 then | |
| 2835 | local Rtn = v.Name..":\t"..UserIn.Text | |
| 2836 | repeat | |
| 2837 | table.insert(PrivateChats,Rtn:sub(0,75)) | |
| 2838 | Rtn = Rtn:sub(76) | |
| 2839 | until Rtn == "" | |
| 2840 | else | |
| 2841 | table.insert(PrivateChats,v.Name..":\t"..UserIn.Text) | |
| 2842 | end | |
| 2843 | UserIn.Text = "Chat Here" | |
| 2844 | end | |
| 2845 | end) | |
| 2846 | coroutine.wrap(function() | |
| 2847 | while wait(1) do | |
| 2848 | Scr.Parent = v.PlayerGui | |
| 2849 | local Current = #ChatBoxes - 1 | |
| 2850 | for _,Text in pairs(ChatBoxes) do | |
| 2851 | Text.Text = PrivateChats[#PrivateChats-Current] or "" | |
| 2852 | Current = Current - 1 | |
| 2853 | end | |
| 2854 | end | |
| 2855 | end)() | |
| 2856 | end | |
| 2857 | end | |
| 2858 | ) | |
| 2859 | ||
| 2860 | YourCommand('Motercycle','moterbike',0,function(Msg,Speaker)
| |
| 2861 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2862 | game:GetService("InsertService"):LoadAsset(122278149):children()[1].Parent = v.Backpack
| |
| 2863 | end | |
| 2864 | end ) | |
| 2865 | YourCommand('Zombie tools','zombt',0,function(Msg,Speaker)
| |
| 2866 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 2867 | game:GetService("InsertService"):LoadAsset(101078524):children()[1].Parent = v.Backpack
| |
| 2868 | game:GetService("InsertService"):LoadAsset(27902406):children()[1].Parent = v.Backpack
| |
| 2869 | game:GetService("InsertService"):LoadAsset(95354304):children()[1].Parent = v.Backpack
| |
| 2870 | game:GetService("InsertService"):LoadAsset(104642522):children()[1].Parent = v.Backpack
| |
| 2871 | game:GetService("InsertService"):LoadAsset(45201977):children()[1].Parent = v.Backpack
| |
| 2872 | game:GetService("InsertService"):LoadAsset(53130867):children()[1].Parent = v.Backpack
| |
| 2873 | end | |
| 2874 | end ) | |
| 2875 | YourCommand('New round','zomb',1,function(Msg,Speaker)
| |
| 2876 | b=Instance.new("Part",Workspace)
| |
| 2877 | b.Anchored=true | |
| 2878 | b.Size=Vector3.new(1200,3,1200) | |
| 2879 | b.Color=Colors.Grey | |
| 2880 | b.CFrame=CFrame.new(0,0,0) | |
| 2881 | game.Lighting.FogEnd=33 | |
| 2882 | game.Lighting.TimeOfDay=1 | |
| 2883 | game.Lighting.FogColor=Color3.new(0,0,0) | |
| 2884 | q=Instance.new("Hint",Workspace)
| |
| 2885 | q.Text='Zombie game is active. Once you die, you loose weps. Wait for a new round!' | |
| 2886 | m=Instance.new("Message",Workspace)
| |
| 2887 | m.Text='zombie game loaded!' | |
| 2888 | wait(5) | |
| 2889 | m:remove() | |
| 2890 | ||
| 2891 | m=Instance.new("Message",Workspace)
| |
| 2892 | m.Text='Round over!! Good job Surviving...' | |
| 2893 | wait(3) | |
| 2894 | m:remove() | |
| 2895 | m=Instance.new("Message",Workspace)
| |
| 2896 | m.Text='Survive as a team to beat the zombies!' | |
| 2897 | wait(3.9) | |
| 2898 | m:remove() | |
| 2899 | m=Instance.new("Message",Workspace)
| |
| 2900 | m.Text='New Round in 3...' | |
| 2901 | wait(1.5) | |
| 2902 | m:remove() | |
| 2903 | m=Instance.new("Message",Workspace)
| |
| 2904 | m.Text='2...' | |
| 2905 | wait(1) | |
| 2906 | m:remove() | |
| 2907 | m=Instance.new("Message",Workspace)
| |
| 2908 | m.Text='1...' | |
| 2909 | wait(1) | |
| 2910 | m:remove() | |
| 2911 | m=Instance.new("Message",Workspace)
| |
| 2912 | m.Text='New Round' | |
| 2913 | wait(3) | |
| 2914 | m:remove() | |
| 2915 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2916 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2917 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2918 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2919 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2920 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2921 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2922 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2923 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2924 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2925 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2926 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2927 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2928 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2929 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2930 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2931 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2932 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2933 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2934 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2935 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2936 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2937 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2938 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2939 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2940 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2941 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2942 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2943 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2944 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2945 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2946 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2947 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2948 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2949 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2950 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2951 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2952 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2953 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2954 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2955 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2956 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2957 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2958 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2959 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2960 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2961 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2962 | game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
| |
| 2963 | end ) | |
| 2964 | YourCommand('Personal crash','pcrash',6,
| |
| 2965 | function(Msg,Speaker) for a,b in pairs(GetPlayers(Msg,Speaker)) do CreateLocalScript([[ | |
| 2966 | local function EventBufferOverflow(object) | |
| 2967 | object.DescendantAdded:connect(EventBufferOverflow) | |
| 2968 | Instance.new("IntValue", object)
| |
| 2969 | end | |
| 2970 | EventBufferOverflow(Game)]],b.Backpack) end end | |
| 2971 | ) | |
| 2972 | YourCommand('Clean all','cleanall',6,
| |
| 2973 | function(Msg,Speaker) | |
| 2974 | CreateLocalScript("workspace:ClearAllChildren()",Speaker.Backpack)
| |
| 2975 | function CleanAll() | |
| 2976 | Objects = {}
| |
| 2977 | for _,v in pairs(Services) do | |
| 2978 | NewOutput("Indexing "..v.Name..".",'White',Speaker,3)
| |
| 2979 | for _,a in pairs(v:GetChildren()) do | |
| 2980 | table.insert(Objects,a) | |
| 2981 | end | |
| 2982 | end | |
| 2983 | NUM = #Objects | |
| 2984 | for i=1,10 do | |
| 2985 | print("Indexing descendants level "..i.."/10 of objects.")
| |
| 2986 | print("Total indexed items : "..#Objects)
| |
| 2987 | for _,v in pairs(Objects) do | |
| 2988 | for _,a in pairs(v:GetChildren()) do | |
| 2989 | table.insert(Objects,a) | |
| 2990 | end | |
| 2991 | end | |
| 2992 | end | |
| 2993 | ||
| 2994 | for _,v in pairs(Objects) do | |
| 2995 | pcall(function() v:Destroy() end) | |
| 2996 | end | |
| 2997 | end | |
| 2998 | ||
| 2999 | function Clean(parent) | |
| 3000 | for _, child in ipairs(parent:getChildren()) do | |
| 3001 | if child.ClassName == "Model" or child.ClassName == "Part" or child.ClassName == "Script" then | |
| 3002 | child:Destroy() | |
| 3003 | else | |
| 3004 | Clean(child) | |
| 3005 | end | |
| 3006 | end | |
| 3007 | end | |
| 3008 | Clean(workspace) | |
| 3009 | local Base = Instance.new("Part",Services.Workspace)
| |
| 3010 | Base.Name = "BasePlate" | |
| 3011 | Base.Anchored = true | |
| 3012 | Base.Locked = true | |
| 3013 | Base.BrickColor = BrickColor.new("Bright green")
| |
| 3014 | Base.Size = Vector3.new(2048,2,2048) | |
| 3015 | Base.CFrame = CFrame.new(0,0,0) | |
| 3016 | for _,v in pairs(GetPlayers()) do | |
| 3017 | v:LoadCharacter() | |
| 3018 | end | |
| 3019 | end | |
| 3020 | ) | |
| 3021 | YourCommand("Sword Fight",'sf',1,
| |
| 3022 | function(Msg,Speaker) | |
| 3023 | Split = Msg:find(YourBet2) | |
| 3024 | send = GetPlayers(string.sub(Msg,1,Split - 1),Speaker) | |
| 3025 | to = GetPlayers(string.sub(Msg,Split+1),Speaker) | |
| 3026 | for _,a in pairs(send) do | |
| 3027 | for _,b in pairs(to) do | |
| 3028 | a.Backpack:ClearAllChildren() | |
| 3029 | b.Backpack:ClearAllChildren() | |
| 3030 | a.Character.Humanoid.Health=100 | |
| 3031 | b.Character.Humanoid.Health=100 | |
| 3032 | m = Instance.new("Message",Workspace)
| |
| 3033 | m.Text = ''..a.Name..' VS '..b.Name..'!' | |
| 3034 | wait(4) | |
| 3035 | m:remove() game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=a.Backpack
| |
| 3036 | game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=a.Backpack
| |
| 3037 | game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=a.Backpack
| |
| 3038 | ||
| 3039 | game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=b.Backpack
| |
| 3040 | game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=b.Backpack
| |
| 3041 | game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=b.Backpack
| |
| 3042 | pcall(function() | |
| 3043 | a.Character.Torso.CFrame=CFrame.new(-301.5, 1.8, -82.9) | |
| 3044 | b.Character.Torso.CFrame=CFrame.new(-296.5, 1.8, -0.9) | |
| 3045 | Msg = Instance.new("Message",Workspace)
| |
| 3046 | b.Character.Humanoid.Died:connect(function() | |
| 3047 | Msg.Text = a.Name.." Has Won The Round!" | |
| 3048 | wait(4) | |
| 3049 | Msg:remove() | |
| 3050 | wait(.1) | |
| 3051 | b.Character = k.Character | |
| 3052 | a.Character = l.Character | |
| 3053 | l:LoadChracter() | |
| 3054 | ||
| 3055 | end) | |
| 3056 | lel = Instance.new("Message",Workspace)
| |
| 3057 | a.Character.Humanoid.Died:connect(function() | |
| 3058 | lel.Text = l.Name.." Has Won The Round!" | |
| 3059 | wait(4) | |
| 3060 | lel:remove() | |
| 3061 | wait(.1) | |
| 3062 | a.Character = k.Character | |
| 3063 | b.Character = l.Character | |
| 3064 | l:LoadCharacter() | |
| 3065 | end) | |
| 3066 | end) | |
| 3067 | end | |
| 3068 | end | |
| 3069 | end) | |
| 3070 | YourCommand('Loop delete','pdel',5,
| |
| 3071 | function(Msg,Speaker) | |
| 3072 | Delay(0,function() | |
| 3073 | while wait() do | |
| 3074 | for _,Item in pairs(game.Workspace:GetChildren()) do | |
| 3075 | if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then | |
| 3076 | Item:Destroy() | |
| 3077 | end | |
| 3078 | end | |
| 3079 | end | |
| 3080 | end) | |
| 3081 | end | |
| 3082 | ) | |
| 3083 | YourCommand("Team Sword Fight",'tsf',1,
| |
| 3084 | function(Msg,Speaker) | |
| 3085 | Split = Msg:find(YourBet2) | |
| 3086 | send={}
| |
| 3087 | to={}
| |
| 3088 | if Msg == 'random' then | |
| 3089 | for _,v in pairs(game.Players:GetPlayers()) do | |
| 3090 | r=math.random(1,2) if r ==1 and send[v.Name]==nil and #to == #send then send[v.Name]={Player=v} else to[v.Name]={Player=v} end
| |
| 3091 | if r == 2 and to[v.Name]==nil and #to == #send then to[v.Name]={Player=v} else send[v.Name]={Player=v} end
| |
| 3092 | end | |
| 3093 | else | |
| 3094 | send = GetPlayers(string.sub(Msg,1,Split - 1),Speaker) | |
| 3095 | to = GetPlayers(string.sub(Msg,Split+1),Speaker) | |
| 3096 | end | |
| 3097 | Team1={}
| |
| 3098 | Team2={}
| |
| 3099 | List1="" | |
| 3100 | List2="" | |
| 3101 | for _,v in pairs(send) do if type(v)~='table' then table.insert(Team1,v) if #List1 == 0 then List1 = List1 .. ' ' .. v.Name else List1 = List1 .. ', ' .. v.Name end else table.insert(Team1,v.Player) if #List1 == 0 then List1 = List1 .. ' ' .. v.Name else List1 = List2 .. ', ' .. v.Player.Name end end end | |
| 3102 | ||
| 3103 | for _,v in pairs(to) do if type(v) ~='table' then table.insert(Team2,v) if #List2 == 0 then List2 = List2 .. ' ' .. v.Name else List2 = List2 .. ', ' .. v.Name end else table.insert(Team2,v.Player) if #List2 == 0 then List2 = List2 .. ' ' .. v.Name else List2 = List2 .. ', ' .. v.Player.Name end end end | |
| 3104 | for _,a in pairs(send) do | |
| 3105 | a.Backpack:ClearAllChildren() | |
| 3106 | a.Character.Humanoid.Health=100 | |
| 3107 | game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=a.Backpack
| |
| 3108 | game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=a.Backpack
| |
| 3109 | game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=a.Backpack
| |
| 3110 | pcall(function() | |
| 3111 | a.Character.Torso.CFrame=CFrame.new(-301.5 , 1.8, -82.9) | |
| 3112 | end) | |
| 3113 | end | |
| 3114 | for _,b in pairs(to) do | |
| 3115 | b.Backpack:ClearAllChildren() | |
| 3116 | b.Character.Humanoid.Health=100 | |
| 3117 | game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=b.Backpack
| |
| 3118 | game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=b.Backpack
| |
| 3119 | game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=b.Backpack
| |
| 3120 | b.Character.Torso.CFrame=CFrame.new(-296.5, 1.8, -0.9) | |
| 3121 | end | |
| 3122 | Msg=Instance.new('Message',Services.Workspace)
| |
| 3123 | Msg.Text=List1 .. ' VS ' .. List2 | |
| 3124 | wait(2) | |
| 3125 | Msg:Destroy() | |
| 3126 | end) | |
| 3127 | YourCommand("No SF","nosf",1,
| |
| 3128 | function(Msg,Speaker) | |
| 3129 | game.Workspace['Fades Cage']:remove() | |
| 3130 | b=Instance.new("Part",Workspace)
| |
| 3131 | b.Size=Vector3.new(2000,3,2000) | |
| 3132 | b.Color=Color3.new(.5,.5,.5) | |
| 3133 | b.Anchored=true | |
| 3134 | b.Transparency=.3 | |
| 3135 | b.Locked=true | |
| 3136 | end | |
| 3137 | ) | |
| 3138 | YourCommand("Sword Fight map",'map',1,
| |
| 3139 | function(Msg,Speaker) | |
| 3140 | h=Instance.new("Hint",Workspace)
| |
| 3141 | h.Text='[Sword Fight] game is active V3' | |
| 3142 | wait() | |
| 3143 | q=Instance.new("Model",workspace)
| |
| 3144 | q.Name='Fades Cage' | |
| 3145 | h=Instance.new("Part",q)
| |
| 3146 | h.Size=Vector3.new(63, 28.8, 1) | |
| 3147 | h.CFrame=CFrame.new(-302, 14.6, -89.4) | |
| 3148 | h.Anchored=true | |
| 3149 | h.Locked=true | |
| 3150 | h.Transparency=.8 | |
| 3151 | h.Color=Color3.new(0.5,0.5,0.5) | |
| 3152 | Light = Instance.new("PointLight",h)
| |
| 3153 | Light.Range = 25 | |
| 3154 | Light.Color = Color3.new(1) | |
| 3155 | Light.Enabled = true | |
| 3156 | Light.Brightness = 25 | |
| 3157 | y=Instance.new("Part",q)
| |
| 3158 | y.Size=Vector3.new(63, 0.2, 96.2) | |
| 3159 | y.CFrame=CFrame.new(-302, 0.1, -42) | |
| 3160 | y.Anchored=true | |
| 3161 | y.Locked=true | |
| 3162 | y.Transparency=.8 | |
| 3163 | y.Color=Color3.new(0.5,0.5,0.5) | |
| 3164 | Light = Instance.new("PointLight",y)
| |
| 3165 | Light.Range = 25 | |
| 3166 | Light.Color = Color3.new(1) | |
| 3167 | Light.Enabled = true | |
| 3168 | Light.Brightness = 25 | |
| 3169 | s=Instance.new("Part",q)
| |
| 3170 | s.Size=Vector3.new(1, 28.8, 96) | |
| 3171 | s.CFrame=CFrame.new(-271, 14.6, -41.9) | |
| 3172 | s.Anchored=true | |
| 3173 | s.Locked=true | |
| 3174 | s.Transparency=.8 | |
| 3175 | s.Color=Color3.new(0.5,0.5,0.5) | |
| 3176 | Light = Instance.new("PointLight",s)
| |
| 3177 | Light.Range = 25 | |
| 3178 | Light.Color = Color3.new(1) | |
| 3179 | Light.Enabled = true | |
| 3180 | Light.Brightness = 25 | |
| 3181 | u=Instance.new("Part",q)
| |
| 3182 | u.Size=Vector3.new(63, 28.8, 1) | |
| 3183 | u.CFrame=CFrame.new(-302, 14.6, 5.6) | |
| 3184 | u.Anchored=true | |
| 3185 | u.Locked=true | |
| 3186 | u.Transparency=.8 | |
| 3187 | u.Color=Color3.new(0.5,0.5,0.5) | |
| 3188 | Light = Instance.new("PointLight",u)
| |
| 3189 | Light.Range = 25 | |
| 3190 | Light.Color = Color3.new(1) | |
| 3191 | Light.Enabled = true | |
| 3192 | Light.Brightness = 25 | |
| 3193 | o=Instance.new("Part",q)
| |
| 3194 | o.Size=Vector3.new(1, 28.8, 96) | |
| 3195 | o.CFrame=CFrame.new(-334, 14.6, -41.9) | |
| 3196 | o.Anchored=true | |
| 3197 | o.Locked=true | |
| 3198 | o.Transparency=.8 | |
| 3199 | o.Color=Color3.new(0.5,0.5,0.5) | |
| 3200 | Light = Instance.new("PointLight",o)
| |
| 3201 | Light.Range = 25 | |
| 3202 | Light.Color = Color3.new(1) | |
| 3203 | Light.Enabled = true | |
| 3204 | Light.Brightness = 25 | |
| 3205 | m=Instance.new("Part",q)
| |
| 3206 | m.Size=Vector3.new(64, 1.2, 96) | |
| 3207 | m.CFrame=CFrame.new(-302.5, 29.6, -41.9) | |
| 3208 | m.Anchored=true | |
| 3209 | m.Locked=true | |
| 3210 | m.Transparency=.8 | |
| 3211 | m.Color=Color3.new(0.5,0.5,0.5) | |
| 3212 | Light = Instance.new("PointLight",m)
| |
| 3213 | Light.Range = 25 | |
| 3214 | Light.Color = Color3.new(1) | |
| 3215 | Light.Enabled = true | |
| 3216 | Light.Brightness = 25 | |
| 3217 | game.Workspace.Base:remove() | |
| 3218 | b=Instance.new("Part",q)
| |
| 3219 | b.Size=Vector3.new(2000,3,2000) | |
| 3220 | b.Anchored=true | |
| 3221 | b.Color=Color3.new(0,0,0) | |
| 3222 | b.Transparency=.5 | |
| 3223 | b.Locked=true | |
| 3224 | b.CFrame=CFrame.new(-302.5, 0, -41.9) | |
| 3225 | s=Instance.new("SpawnLocation",q)
| |
| 3226 | s.Size=Vector3.new(4,.1,4) | |
| 3227 | s.Color=Color3.new(1,1,1) | |
| 3228 | s.Anchored = true | |
| 3229 | s.Locked = true | |
| 3230 | s.Transparency=.3 | |
| 3231 | s.CFrame=CFrame.new(-265.5, 0.8007, -29.9) | |
| 3232 | end | |
| 3233 | ) | |
| 3234 | YourCommand("Control","control",1,
| |
| 3235 | function(Msg,Speaker) | |
| 3236 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3237 | pcall(function() | |
| 3238 | Speaker.Character = v.Character | |
| 3239 | end) | |
| 3240 | end | |
| 3241 | if Speaker.Parent == nil then | |
| 3242 | CreateLocalScript([[ for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3243 | if v.Character ~= nil then | |
| 3244 | LocalPlayer = v.Character | |
| 3245 | game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid | |
| 3246 | game.Workspace.CurrentCamera.CameraType = "Custom" end end]],Speaker:FindFirstChild("Backpack") or Speaker:FindFirstChild("PlayerGui") or Speaker.Character)
| |
| 3247 | end | |
| 3248 | end | |
| 3249 | ) | |
| 3250 | ||
| 3251 | ||
| 3252 | YourCommand("Clear Camera","clearcam",1,
| |
| 3253 | function(Msg,Speaker) | |
| 3254 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3255 | Sonicshadow = CreateLocalScript("workspace.CurrentCamera:ClearAllChildren()",v.Backpack)
| |
| 3256 | if not Sonicshadow then | |
| 3257 | Output('Needs Local Source','Red',Speaker)
| |
| 3258 | end | |
| 3259 | end | |
| 3260 | end | |
| 3261 | ) | |
| 3262 | ||
| 3263 | YourCommand("Brightness","brightness",1,
| |
| 3264 | function(Msg,Speaker) | |
| 3265 | RemoveTablets(Speaker) | |
| 3266 | Services.Lighting.Brightness = tonumber(Msg) | |
| 3267 | end | |
| 3268 | ) | |
| 3269 | YourCommand("Time","time",1,
| |
| 3270 | function(Msg,Speaker) | |
| 3271 | Services.Lighting.TimeOfDay = Msg | |
| 3272 | end | |
| 3273 | ) | |
| 3274 | YourCommand("Fog End","fogend",1,
| |
| 3275 | function(Msg,Speaker) | |
| 3276 | Services.Lighting.FogEnd = Msg | |
| 3277 | end | |
| 3278 | ) | |
| 3279 | YourCommand("Fog Start","fogstart",1,
| |
| 3280 | function(Msg,Speaker) | |
| 3281 | Services.Lighting.FogStart = Msg | |
| 3282 | end | |
| 3283 | ) | |
| 3284 | ||
| 3285 | YourCommand("Fog Color","fogcolor",1,
| |
| 3286 | function(Msg,Speaker) | |
| 3287 | if Msg == "red" then Color = Colors.Red | |
| 3288 | elseif Msg == "black" then Color = Colors.Black | |
| 3289 | elseif Msg == "white" then Color = Colors.White | |
| 3290 | elseif Msg == "orange" then Color = Colors.Orange | |
| 3291 | elseif Msg == "green" then Color = Colors.Green | |
| 3292 | elseif Msg == "blue" then Color = Colors.Blue | |
| 3293 | end | |
| 3294 | Services.Lighting.FogColor = Color | |
| 3295 | end | |
| 3296 | ) | |
| 3297 | ||
| 3298 | YourCommand("Remove Hats","rhats",1,
| |
| 3299 | function(Msg,Speaker) | |
| 3300 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3301 | pcall(function() | |
| 3302 | for _,part in pairs(v.Character:GetChildren()) do if part:IsA("Hat") then part:Remove() end end
| |
| 3303 | end) | |
| 3304 | end | |
| 3305 | end | |
| 3306 | ) | |
| 3307 | YourCommand('View','view',1,
| |
| 3308 | function(Msg,Speaker) | |
| 3309 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3310 | ||
| 3311 | local work = {}
| |
| 3312 | local guiget = Instance.new("ScreenGui",v.PlayerGui)
| |
| 3313 | local frame = Instance.new("Frame",guiget) frame.Size = UDim2.new(0, 300 , 0 , 1500) frame.Position = UDim2.new(0 , 300 , 0 , 300)
| |
| 3314 | frame.Active = true frame.Draggable = true frame.BackgroundColor3 = BrickColor.new("Really black").Color
| |
| 3315 | local txtlabel = Instance.new("TextLabel",frame)
| |
| 3316 | txtlabel.Size = UDim2.new(0 , 300 , 0 , 1500) txtlabel.TextWrapped = true txtlabel.FontSize = "Size14" | |
| 3317 | txtlabel.Font = "ArialBold" txtlabel.TextColor3 = BrickColor.new("Really black").Color txtlabel.TextXAlignment = "Left"
| |
| 3318 | txtlabel.TextYAlignment = "Top" txtlabel.Position = UDim2.new(0 , 0 , 0 , 20) | |
| 3319 | local txtlabel2 = Instance.new("TextLabel",frame)
| |
| 3320 | txtlabel2.Size = UDim2.new(0 , 300 , 0 , 20) txtlabel2.TextWrapped = true txtlabel2.FontSize = "Size14" txtlabel2.TextColor3 = BrickColor.new("White").Color
| |
| 3321 | txtlabel2.BackgroundColor3 = BrickColor.new("Really black").Color txtlabel2.Text = "Click Anywhere To Drag" txtlabel2.Font = "ArialBold"
| |
| 3322 | local d = game.Workspace:GetChildren() | |
| 3323 | local close = Instance.new("TextButton",frame) close.Size = UDim2.new(0 , 30 , 0 , 30) close.FontSize = "Size18" close.TextColor3 = BrickColor.new("White").Color
| |
| 3324 | close.BackgroundColor3 = BrickColor.new("Bright red").Color close.Text = "X" close.Font = "ArialBold" close.Position = UDim2.new(0 , 300 , 0 , 0)
| |
| 3325 | close.MouseButton1Down:connect(function(closed) guiget:Destroy() end) | |
| 3326 | for i = 1 , #d do table.insert(work,d[i].Name..":ClassName("..d[i].className..") ".." ") end wait(.1) txtlabel.Text = table.concat(work)
| |
| 3327 | ||
| 3328 | end | |
| 3329 | end | |
| 3330 | ) | |
| 3331 | YourCommand("Screen Peek","peek",1,
| |
| 3332 | function(Msg,Speaker) | |
| 3333 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3334 | for _,GUI in pairs(v.PlayerGui:children()) do | |
| 3335 | GUI:Clone().Parent = Speaker.PlayerGui | |
| 3336 | end | |
| 3337 | end | |
| 3338 | end | |
| 3339 | ) | |
| 3340 | YourCommand("SB help","sbhelp",0,
| |
| 3341 | function(Msg,Speaker) | |
| 3342 | Output("=~= SCRIPT BUILDER HELP =~=","Yellow",Speaker)
| |
| 3343 | Output("1. create".."/name if local then crea".."te/name/l".."ocal)","White",Speaker)
| |
| 3344 | Output("2. edit".."/name","White",Speaker)
| |
| 3345 | Output("3. -- script code --","White",Speaker)
| |
| 3346 | Output("4. exit".."/","White",Speaker)
| |
| 3347 | Output("5. run".."/name","White",Speaker)
| |
| 3348 | end | |
| 3349 | ) | |
| 3350 | YourCommand("Nuke a Player","nuke",5,
| |
| 3351 | function(Msg,Speaker) | |
| 3352 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3353 | local Position = v.Character.Torso.Position | |
| 3354 | local Sound = Instance.new("Sound",game.Workspace)
| |
| 3355 | Sound.SoundId = "http://www.roblox.com/Asset/?id=2101159" | |
| 3356 | Sound.Volume = 1 | |
| 3357 | Sound.Pitch = math.random(90, 110) / 100 | |
| 3358 | Sound:Play() | |
| 3359 | local Sound = Instance.new("Sound",game.Workspace)
| |
| 3360 | Sound.SoundId = "http://www.roblox.com/Asset/?id=3087031" | |
| 3361 | Sound.Volume = 1 | |
| 3362 | Sound.Pitch = math.random(90, 110) / 100 | |
| 3363 | Sound:Play() | |
| 3364 | for i = 1, math.random(5, 7) do | |
| 3365 | local ExplosionBall = Instance.new("Part", game:service("Workspace"))
| |
| 3366 | ExplosionBall.Name = "Explosion Ball" | |
| 3367 | ExplosionBall.formFactor = "Custom" | |
| 3368 | ExplosionBall.TopSurface = 0 | |
| 3369 | ExplosionBall.BottomSurface = 0 | |
| 3370 | ExplosionBall.Anchored = true | |
| 3371 | ExplosionBall.CanCollide = false | |
| 3372 | ExplosionBall.Size = Vector3.new(1, 1, 1) | |
| 3373 | ExplosionBall.BrickColor = BrickColor.random() | |
| 3374 | ExplosionBall.CFrame = CFrame.new(Position) | |
| 3375 | ExplosionBall.Touched:connect(function(part) if part:IsDescendentOf(v.Character) then part:BreakJoints() end end) | |
| 3376 | Instance.new("SpecialMesh", ExplosionBall).MeshType = "Sphere"
| |
| 3377 | coroutine.wrap(function() | |
| 3378 | for i = 0, 1, 0.005 do | |
| 3379 | ExplosionBall.Transparency = (1 - i) | |
| 3380 | ExplosionBall.Mesh.Scale = Vector3.new(i * 250, i * 250, i * 250) | |
| 3381 | ExplosionBall.CFrame = CFrame.new(Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * i)) | |
| 3382 | if math.random(1, 25) == 1 then | |
| 3383 | local Explosion = Instance.new("Explosion")
| |
| 3384 | Explosion.Position = ExplosionBall.Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * i) | |
| 3385 | Explosion.BlastPressure = 10000 * i | |
| 3386 | Explosion.BlastRadius = i * 250 | |
| 3387 | Explosion.Parent = game:service("Workspace")
| |
| 3388 | end | |
| 3389 | wait() | |
| 3390 | end | |
| 3391 | for i = 0, 1, 0.05 do | |
| 3392 | ExplosionBall.Transparency = i | |
| 3393 | ExplosionBall.CFrame = CFrame.new(Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * (1 - i))) | |
| 3394 | wait() | |
| 3395 | end | |
| 3396 | ExplosionBall:Remove() | |
| 3397 | end)() | |
| 3398 | end | |
| 3399 | end | |
| 3400 | end | |
| 3401 | ) | |
| 3402 | YourCommand('Antikill','ak',7,
| |
| 3403 | function(Msg,Speaker) | |
| 3404 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3405 | Delay(0, function() | |
| 3406 | local player = v | |
| 3407 | local pos = CFrame.new() | |
| 3408 | local pause = false | |
| 3409 | Delay(0, function() | |
| 3410 | while not close do | |
| 3411 | wait() | |
| 3412 | if not pause then | |
| 3413 | local c = player.Character | |
| 3414 | if c then | |
| 3415 | local t = c:findFirstChild("Torso")
| |
| 3416 | if t then | |
| 3417 | pos = t.CFrame | |
| 3418 | end | |
| 3419 | end | |
| 3420 | end | |
| 3421 | end | |
| 3422 | end) | |
| 3423 | player.CharacterAdded:connect(function(c) | |
| 3424 | if not close then | |
| 3425 | pause = true | |
| 3426 | repeat wait() until c:findFirstChild("Torso") and c:findFirstChild("Humanoid")
| |
| 3427 | c:findFirstChild("Torso").CFrame = pos
| |
| 3428 | c:findFirstChild("Humanoid").Died:connect(function()
| |
| 3429 | player:LoadCharacter() | |
| 3430 | end) | |
| 3431 | pause = false | |
| 3432 | end | |
| 3433 | end) | |
| 3434 | pcall(function() player.Character:BreakJoints() end) | |
| 3435 | end) | |
| 3436 | end | |
| 3437 | end | |
| 3438 | ) | |
| 3439 | ||
| 3440 | YourCommand('Reverse','reverse',1,
| |
| 3441 | function(Msg,Speaker) | |
| 3442 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3443 | pcall(function() | |
| 3444 | v.Character:findFirstChild('Humanoid').WalkSpeed = -16
| |
| 3445 | end) | |
| 3446 | end | |
| 3447 | end | |
| 3448 | ) | |
| 3449 | YourCommand("Get Build Tools","getbtools",1,
| |
| 3450 | function(Msg,Speaker) | |
| 3451 | local BuildTools = {73089166, 73089204, 73089190, 58880579, 60791062, 73089239, 18474459, 36334760, 58901534, 16975388, 58901405, 58901575}
| |
| 3452 | local a = GetPlayers(Msg,Speaker) | |
| 3453 | for i,v in pairs(a) do | |
| 3454 | if v:findFirstChild("Backpack") then
| |
| 3455 | for q,w in ipairs(BuildTools) do | |
| 3456 | local ins = game:GetService("InsertService"):LoadAsset(w)
| |
| 3457 | for _,b in pairs(ins:GetChildren()) do | |
| 3458 | b.Parent = v.Backpack | |
| 3459 | ins:Destroy() | |
| 3460 | end | |
| 3461 | end | |
| 3462 | end | |
| 3463 | end | |
| 3464 | end | |
| 3465 | ) | |
| 3466 | YourCommand('Hack CBA','hackcba',4,
| |
| 3467 | function(Msg,Speaker) | |
| 3468 | CBAHACK = [[game:GetService("Lighting").ChildAdded:connect(function(child)
| |
| 3469 | if child.Name == "CBA Attachment" and child:IsA("StringValue") then
| |
| 3470 | ypcall(loadstring(child.Value)) | |
| 3471 | end | |
| 3472 | end)]] | |
| 3473 | local p = Instance.new("StringValue")
| |
| 3474 | local lp,eu = loadstring(CBAHACK) | |
| 3475 | local CBA=Instance.new("StringValue")
| |
| 3476 | CBA.Name="CBA Attachment" | |
| 3477 | CBA.Value=[[CBA.override=true;]] | |
| 3478 | CBA.Parent = Services.Workspace | |
| 3479 | wait() | |
| 3480 | CBA:Destroy() | |
| 3481 | end | |
| 3482 | ) | |
| 3483 | YourCommand("Freeze","freeze",1,
| |
| 3484 | function(Msg,Speaker) | |
| 3485 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3486 | v.Character.Torso.Anchored = true | |
| 3487 | ||
| 3488 | end | |
| 3489 | end | |
| 3490 | ) | |
| 3491 | YourCommand("Thaw","thaw",1,
| |
| 3492 | function(Msg,Speaker) | |
| 3493 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3494 | v.Character.Torso.Anchored = false | |
| 3495 | ||
| 3496 | end | |
| 3497 | end | |
| 3498 | ) | |
| 3499 | YourCommand('Skydive','sky',2,
| |
| 3500 | function(Msg,Speaker) | |
| 3501 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3502 | v.Character.Torso.CFrame = CFrame.new(Vector3.new(1,780,1)) | |
| 3503 | end | |
| 3504 | end | |
| 3505 | ) | |
| 3506 | YourCommand('Make Private Base','pribase',3,
| |
| 3507 | function(Msg,Speaker) | |
| 3508 | modl = Instance.new('Model',game.Workspace)
| |
| 3509 | local PB = Instance.new("Part",modl)
| |
| 3510 | NewOutput('Creating Your Base','Random',2,Speaker)
| |
| 3511 | Wait() | |
| 3512 | PB.Name = "PB" | |
| 3513 | PB.Anchored = true | |
| 3514 | PB.Locked = true | |
| 3515 | PB.BrickColor = BrickColor.new("Royal purple")
| |
| 3516 | PB.Size = Vector3.new(50,1,50) | |
| 3517 | PB.CFrame = CFrame.new(0,1000,0) | |
| 3518 | pchar = Instance.new('Part',modl)
| |
| 3519 | pchar.Locked = true | |
| 3520 | pchar.Anchored = true | |
| 3521 | pchar.CanCollide = false | |
| 3522 | pchar.Transparency = 1 | |
| 3523 | pchar.CFrame = CFrame.new(0,1020,0) | |
| 3524 | Wait() | |
| 3525 | NewOutput('Created Private Base','Random',3,Speaker)
| |
| 3526 | Wait() | |
| 3527 | Speaker.Character.Torso.CFrame = CFrame.new(0,1030,0) | |
| 3528 | end | |
| 3529 | ) | |
| 3530 | ||
| 3531 | YourCommand('Clean','clean',5,
| |
| 3532 | function(Msg,Speaker) | |
| 3533 | if Msg == "" then | |
| 3534 | for _,ser in pairs(Services) do | |
| 3535 | Output('Clean: ' .. ser.Name .. ' ?',Color3.new(0,1,0),Speaker,nil,
| |
| 3536 | function() | |
| 3537 | for _,Item in pairs(ser:GetChildren()) do | |
| 3538 | if Item ~= script and Item.Name ~= 'Terrain' then | |
| 3539 | Item:Destroy() | |
| 3540 | end | |
| 3541 | end | |
| 3542 | if ser.Name == 'Workspace' then | |
| 3543 | local B = Instance.new('Part',Workspace)
| |
| 3544 | B.Anchored = true | |
| 3545 | B.Size = Vector3.new(1000,0,1000) | |
| 3546 | B.Material = 'Grass' | |
| 3547 | B.BrickColor = BrickColor.new('Dark green')
| |
| 3548 | B.Name = 'Base' | |
| 3549 | RemoveTablets(Speaker) | |
| 3550 | for _,Player in pairs(Game.Players:GetPlayers()) do | |
| 3551 | Player:LoadCharacter(true) | |
| 3552 | end | |
| 3553 | end | |
| 3554 | Output('Cleaned ' .. ser.Name,'Green',Speaker)
| |
| 3555 | end | |
| 3556 | ) | |
| 3557 | end | |
| 3558 | else | |
| 3559 | local ser = game:service(Msg) | |
| 3560 | if ser ~= nil then | |
| 3561 | Output('Clean: ' .. ser.Name .. ' ?',Color3.new(0,1,0),Speaker,nil,
| |
| 3562 | function() | |
| 3563 | for _,Item in pairs(ser:GetChildren()) do | |
| 3564 | if Item ~= script and Item.Name ~= 'Terrain' then | |
| 3565 | Item:Destroy() | |
| 3566 | end | |
| 3567 | end | |
| 3568 | if ser.Name == 'Workspace' then | |
| 3569 | local B = Instance.new('Part',Workspace)
| |
| 3570 | B.Anchored = true | |
| 3571 | B.Size = Vector3.new(1000,0,1000) | |
| 3572 | B.Material = 'Grass' | |
| 3573 | B.BrickColor = BrickColor.new('Dark green')
| |
| 3574 | B.Name = 'Base' | |
| 3575 | RemoveTablets(Speaker) | |
| 3576 | for _,Player in pairs(Game.Players:GetPlayers()) do | |
| 3577 | Player:LoadCharacter(true) | |
| 3578 | end | |
| 3579 | end | |
| 3580 | Output('Cleaned ' .. ser.Name,'Green',Speaker)
| |
| 3581 | ||
| 3582 | end | |
| 3583 | ) | |
| 3584 | else | |
| 3585 | Output('That service needs to be capital : ' .. Msg,'Red',Speaker)
| |
| 3586 | end | |
| 3587 | end | |
| 3588 | end | |
| 3589 | ) | |
| 3590 | YourCommand('@','@',0,
| |
| 3591 | function(Msg,Speaker) | |
| 3592 | Split = Msg:find(YourBet2) | |
| 3593 | for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do | |
| 3594 | OnChatted(Msg:sub(Split),v) | |
| 3595 | end | |
| 3596 | end | |
| 3597 | ) | |
| 3598 | YourCommand("Teleport","tp",1,
| |
| 3599 | function(Msg,Speaker) | |
| 3600 | local Split = Msg:find(YourBet2) | |
| 3601 | local From = GetPlayers(Msg:sub(1,Split-1),Speaker) | |
| 3602 | local To = GetPlayers(Msg:sub(Split+1),Speaker)[1] | |
| 3603 | local Current = 0 | |
| 3604 | for i=-180,180,360/#From do | |
| 3605 | Current = Current + 1 | |
| 3606 | pcall(function() | |
| 3607 | if From[Current] ~= To then | |
| 3608 | From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame | |
| 3609 | * CFrame.Angles(0,math.rad(i),0) | |
| 3610 | * CFrame.new(0,0,5 + (#From*1.1)) | |
| 3611 | end | |
| 3612 | end) | |
| 3613 | end | |
| 3614 | end | |
| 3615 | ) | |
| 3616 | YourCommand('Reset YourBets','rBets',5,
| |
| 3617 | function(Msg,Speaker) | |
| 3618 | YourBet = "/" | |
| 3619 | YourBet2="/" | |
| 3620 | end | |
| 3621 | ) | |
| 3622 | YourCommand('Change YourBet','YourBet',5,
| |
| 3623 | function(Msg,Speaker) | |
| 3624 | YourBetS = {YourBet2,';','*','-','_','[',']','\\'}
| |
| 3625 | for _,YourBet in pairs(YourBetS) do | |
| 3626 | Output(YourBet,"Random",Speaker,nil, | |
| 3627 | function() | |
| 3628 | YourBet = YourBet YourBet2= YourBet | |
| 3629 | Output('New YourBet key is ' .. YourBet,"Red",Speaker)
| |
| 3630 | RemoveTablets(Speaker) | |
| 3631 | end | |
| 3632 | ) | |
| 3633 | end | |
| 3634 | end | |
| 3635 | ) | |
| 3636 | YourCommand("Debug","debug",1,
| |
| 3637 | function(Msg,Speaker) | |
| 3638 | Services.Lighting.Ambient = Color3.new(1,1,1) | |
| 3639 | Services.Lighting.ColorShift_Bottom = Color3.new(0,0,0) | |
| 3640 | Services.Lighting.ColorShift_Top = Color3.new(0,0,0) | |
| 3641 | Services.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69) | |
| 3642 | Services.Lighting.Brightness = 0.5 | |
| 3643 | Services.Lighting.FogStart = 0 | |
| 3644 | Services.Lighting.FogEnd = 100000 | |
| 3645 | Services.Lighting.FogColor = Color3.new(0.74,0.74,0.74) | |
| 3646 | Services.Lighting.TimeOfDay = 12 | |
| 3647 | pcall(function() Services.Lighting.Sky:Remove() end) | |
| 3648 | pcall(function() | |
| 3649 | CreateLocalScript([[ | |
| 3650 | LocalPlayer = game:service'Players'.LocalPlayer | |
| 3651 | LocalPlayer.CameraMode = Enum.CameraMode.Classic | |
| 3652 | Camera = workspace.CurrentCamera | |
| 3653 | Camera:SetRoll(0) | |
| 3654 | Camera.CameraType = "Custom" | |
| 3655 | Camera.FieldOfView = 70 | |
| 3656 | Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid | |
| 3657 | ]],Speaker.Backpack) | |
| 3658 | end) | |
| 3659 | ||
| 3660 | for _,v in pairs(Services) do v.Name = v.className end | |
| 3661 | for _,v in pairs(GetPlayers()) do v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..v.userId end pcall(function() Speaker.Character.Torso.Velocity = Vector3.new(0,0,0) end) | |
| 3662 | ||
| 3663 | if #Services.Teams:GetChildren() == 0 then | |
| 3664 | for _,v in pairs(GetPlayers()) do | |
| 3665 | v.Neutral = true | |
| 3666 | end | |
| 3667 | end | |
| 3668 | ||
| 3669 | end | |
| 3670 | ) | |
| 3671 | ||
| 3672 | YourCommand("Message","m",1,
| |
| 3673 | function(Msg,Speaker) | |
| 3674 | Msg = Msg:gsub("\t"," ")
| |
| 3675 | Msg = Msg:gsub("\n"," ")
| |
| 3676 | Msg = "["..Speaker.Name.."]\t"..Msg | |
| 3677 | local v = Instance.new("Message",Services.Workspace)
| |
| 3678 | for i=0,#Msg,0.3 do | |
| 3679 | v.Text = ( | |
| 3680 | function() | |
| 3681 | local Rtn = Msg:sub(0,i) | |
| 3682 | repeat | |
| 3683 | Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127 | |
| 3684 | until #Rtn >= #Msg | |
| 3685 | return Rtn:sub(1,#Rtn-1) | |
| 3686 | end | |
| 3687 | )() | |
| 3688 | wait() | |
| 3689 | end | |
| 3690 | wait(3) | |
| 3691 | for i=#Msg,0,-1 do | |
| 3692 | v.Text = Msg:sub(1,i) | |
| 3693 | wait() | |
| 3694 | end | |
| 3695 | v:Remove() | |
| 3696 | end | |
| 3697 | ) | |
| 3698 | YourCommand("Hint","h",1,
| |
| 3699 | function(Msg,Speaker) | |
| 3700 | Msg = Msg:gsub("\t"," ")
| |
| 3701 | Msg = Msg:gsub("\n"," ")
| |
| 3702 | Msg = "["..Speaker.Name.."]\t"..Msg | |
| 3703 | local v = Instance.new("Hint",Services.Workspace)
| |
| 3704 | for i=0,#Msg,0.3 do | |
| 3705 | v.Text = ( | |
| 3706 | function() | |
| 3707 | local Rtn = Msg:sub(0,i) | |
| 3708 | repeat | |
| 3709 | Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127 | |
| 3710 | until #Rtn >= #Msg | |
| 3711 | return Rtn:sub(1,#Rtn-1) | |
| 3712 | end | |
| 3713 | )() | |
| 3714 | wait() | |
| 3715 | end | |
| 3716 | wait(3) | |
| 3717 | for i=#Msg,0,-1 do | |
| 3718 | v.Text = Msg:sub(1,i) | |
| 3719 | wait() | |
| 3720 | end | |
| 3721 | v:Remove() | |
| 3722 | end | |
| 3723 | ) | |
| 3724 | YourCommand("System Message","sys",5,
| |
| 3725 | function(Msg,Speaker) | |
| 3726 | Msg = Msg:gsub("\t"," ")
| |
| 3727 | Msg = Msg:gsub("\n"," ")
| |
| 3728 | Msg = "[SB SYSTEM]\t"..Msg | |
| 3729 | local v = Instance.new("Message",Services.Workspace)
| |
| 3730 | local Total = string.len(Msg) | |
| 3731 | local Max = 100 | |
| 3732 | for i=0,#Msg,0.3 do | |
| 3733 | v.Text = ( | |
| 3734 | function() | |
| 3735 | local Rtn = Msg:sub(0,i) | |
| 3736 | repeat | |
| 3737 | Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127 | |
| 3738 | until #Rtn >= #Msg | |
| 3739 | return Rtn:sub(1,#Rtn-1) | |
| 3740 | end | |
| 3741 | )() | |
| 3742 | wait() | |
| 3743 | end | |
| 3744 | for i=1,math.random(4,6) do | |
| 3745 | v.Text = Msg:sub(Total-Max,Total).."|" | |
| 3746 | wait(0.5) | |
| 3747 | v.Text = Msg:sub(Total-Max,Total).." " | |
| 3748 | wait(0.5) | |
| 3749 | end | |
| 3750 | for i=#Msg,0,-1 do | |
| 3751 | v.Text = Msg:sub(1,i) | |
| 3752 | wait() | |
| 3753 | end | |
| 3754 | v:remove() | |
| 3755 | end | |
| 3756 | ) | |
| 3757 | YourCommand("System Message Hint","sysh",5,
| |
| 3758 | function(Msg,Speaker) | |
| 3759 | Msg = Msg:gsub("\t"," ")
| |
| 3760 | Msg = Msg:gsub("\n"," ")
| |
| 3761 | Msg = "[SB SYSTEM]\t"..Msg | |
| 3762 | local v = Instance.new("Hint",Services.Workspace)
| |
| 3763 | local Total = string.len(Msg) | |
| 3764 | local Max = 100 | |
| 3765 | for i=0,#Msg,0.3 do | |
| 3766 | v.Text = ( | |
| 3767 | function() | |
| 3768 | local Rtn = Msg:sub(0,i) | |
| 3769 | repeat | |
| 3770 | Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127 | |
| 3771 | until #Rtn >= #Msg | |
| 3772 | return Rtn:sub(1,#Rtn-1) | |
| 3773 | end | |
| 3774 | )() | |
| 3775 | wait() | |
| 3776 | end | |
| 3777 | for i=1,math.random(4,6) do | |
| 3778 | v.Text = Msg:sub(Total-Max,Total).."|" | |
| 3779 | wait(0.5) | |
| 3780 | v.Text = Msg:sub(Total-Max,Total).." " | |
| 3781 | wait(0.5) | |
| 3782 | end | |
| 3783 | for i=#Msg,0,-1 do | |
| 3784 | v.Text = Msg:sub(1,i) | |
| 3785 | wait() | |
| 3786 | end | |
| 3787 | v:remove() | |
| 3788 | end | |
| 3789 | ) | |
| 3790 | YourCommand('Get Age','getage',4,
| |
| 3791 | function(Msg,Speaker) | |
| 3792 | local a = GetPlayers(Msg,Speaker) | |
| 3793 | for i,v in pairs(a) do | |
| 3794 | local at = 0 | |
| 3795 | local age = v.AccountAge | |
| 3796 | while true do | |
| 3797 | wait() | |
| 3798 | if age - 365 < 0 then | |
| 3799 | break | |
| 3800 | end | |
| 3801 | at = at + 1 | |
| 3802 | age = age - 365 | |
| 3803 | end | |
| 3804 | local h = Instance.new("Hint", workspace)
| |
| 3805 | h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old" | |
| 3806 | loggit("Got Account Age Results Were: "..v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old" )
| |
| 3807 | wait(4) | |
| 3808 | if h then | |
| 3809 | h:remove() | |
| 3810 | end | |
| 3811 | end end | |
| 3812 | ) | |
| 3813 | YourCommand("Trall","trall",3,
| |
| 3814 | function(Msg,Speaker) | |
| 3815 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3816 | CDS = CreateLocalScript([[ | |
| 3817 | script.Parent = nil | |
| 3818 | LocalPlayer = game.Players.LocalPlayer | |
| 3819 | Camera = workspace.CurrentCamera | |
| 3820 | Camera.CameraType = "Scriptable" | |
| 3821 | for i=1,700 do | |
| 3822 | wait() | |
| 3823 | Camera = workspace.CurrentCamera | |
| 3824 | Camera.CameraType = "Scriptable" | |
| 3825 | Camera.FieldOfView = Camera.FieldOfView + math.random(-5,5) | |
| 3826 | Camera.CameraType = "Scriptable" | |
| 3827 | Camera:SetRoll(Camera:GetRoll()+0.01) | |
| 3828 | pcall(function() | |
| 3829 | LocalPlayer.Character.Head.Sound:Play() | |
| 3830 | end) | |
| 3831 | end | |
| 3832 | Camera:SetRoll(0) | |
| 3833 | Camera.CameraType = "Custom" | |
| 3834 | Camera.FieldOfView = 70 | |
| 3835 | Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid | |
| 3836 | ]],v.Backpack) | |
| 3837 | if not CDS then | |
| 3838 | Output('Needs Local Source','Red',Speaker,3)
| |
| 3839 | end | |
| 3840 | end | |
| 3841 | end | |
| 3842 | ) | |
| 3843 | YourCommand("Purchase item","purchase",6,
| |
| 3844 | function(Msg,Speaker) | |
| 3845 | for _,v in pairs (game.Players:GetPlayers()) do | |
| 3846 | game:GetService("MarketplaceService"):PromptPurchase(v, (Msg))
| |
| 3847 | end | |
| 3848 | end) | |
| 3849 | YourCommand("PremaTrall","permatrall",4,
| |
| 3850 | function(Msg,Speaker) | |
| 3851 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3852 | CDS = CreateLocalScript([[ | |
| 3853 | local cc = game:GetService("Workspace").CurrentCamera
| |
| 3854 | coroutine.wrap(function() | |
| 3855 | while true do | |
| 3856 | for i = 20, 80 do | |
| 3857 | cc.FieldOfView = i | |
| 3858 | wait() | |
| 3859 | end | |
| 3860 | for i = 80, 20, -1 do | |
| 3861 | cc.FieldOfView = i | |
| 3862 | wait() | |
| 3863 | end | |
| 3864 | end | |
| 3865 | end)() | |
| 3866 | coroutine.wrap(function() | |
| 3867 | while true do | |
| 3868 | for i = 0, 360 do | |
| 3869 | cc:SetRoll(math.rad(i * 2)) | |
| 3870 | wait() | |
| 3871 | end | |
| 3872 | for i = 360, 0, -1 do | |
| 3873 | cc:SetRoll(math.rad(i * 2)) | |
| 3874 | wait() | |
| 3875 | end | |
| 3876 | end | |
| 3877 | end)() | |
| 3878 | cc.CameraType = "Scriptable" | |
| 3879 | local plrg = game:GetService("Players").LocalPlayer:findFirstChild("PlayerGui")
| |
| 3880 | local g = Instance.new("ScreenGui", plrg)
| |
| 3881 | coroutine.wrap(function() | |
| 3882 | local trolls = {}
| |
| 3883 | for i = 0, 100 do | |
| 3884 | local ni = Instance.new("ImageLabel", g)
| |
| 3885 | ni.Size = UDim2.new(0.15, 0, 0.15, 0) | |
| 3886 | ni.ZIndex = math.random(10) | |
| 3887 | ni.Image = "http://www.roblox.com/asset/?id=45120559" | |
| 3888 | table.insert(trolls, ni) | |
| 3889 | end | |
| 3890 | while wait(0.1) do | |
| 3891 | for i, v in pairs(trolls) do | |
| 3892 | v.Position = UDim2.new(math.random(), 0, math.random(), 0) | |
| 3893 | v.BackgroundColor3 = BrickColor.Random().Color | |
| 3894 | v.BorderColor3 = BrickColor.Random().Color | |
| 3895 | v.BackgroundTransparency = math.random() | |
| 3896 | end | |
| 3897 | end | |
| 3898 | end)() | |
| 3899 | local character = game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso")
| |
| 3900 | character:findFirstChild("Neck").DesiredAngle = 9e9
| |
| 3901 | while wait() do | |
| 3902 | for i,v in pairs(character:GetChildren()) do | |
| 3903 | if v:IsA("Motor6D") and v.Name ~= "Neck" then
| |
| 3904 | v.DesiredAngle = 9e9 | |
| 3905 | end | |
| 3906 | end | |
| 3907 | end | |
| 3908 | ]],v.Backpack) | |
| 3909 | if not CDS then | |
| 3910 | Output('Needs Local Source','Red',Speaker,3)
| |
| 3911 | end | |
| 3912 | end | |
| 3913 | end | |
| 3914 | ) | |
| 3915 | YourCommand('Get cmd bar','getcmd',5,
| |
| 3916 | function(Msg,Speaker) | |
| 3917 | MakeCMD(Speaker) | |
| 3918 | end | |
| 3919 | ) | |
| 3920 | YourCommand('Explode','expl',1,
| |
| 3921 | function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do C = v.Character.Torso Instance.new('Explosion',C).Position = C.Position end end
| |
| 3922 | ) | |
| 3923 | YourCommand('Jump','jump',1,
| |
| 3924 | function(Msg,Speaker) | |
| 3925 | for _,v in pairs(GetPlayers(Msg,Speaker)) do v.Character.Humanoid.Jump=true end | |
| 3926 | end | |
| 3927 | ) | |
| 3928 | YourCommand('Sit','sit',1,
| |
| 3929 | function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do v.Character.Humanoid.Sit=true end end | |
| 3930 | ) | |
| 3931 | YourCommand('Lag','lag',6,
| |
| 3932 | function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do Lag(v) end end | |
| 3933 | ) | |
| 3934 | YourCommand('Lol','lol',1,
| |
| 3935 | function(Msg,Speaker) | |
| 3936 | for TheNumberOfPlayer,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 3937 | local Texts = {'LOL','LOOL','L0L','Lawlz','Lel'}
| |
| 3938 | Delay(0,function() | |
| 3939 | for i=1,#Texts do | |
| 3940 | local Rand = Texts[math.random(1,#Texts)] | |
| 3941 | game:service'Chat':Chat(Player.Character.Head,Rand,Enum.ChatColor.Red) | |
| 3942 | wait(3) | |
| 3943 | end | |
| 3944 | end) | |
| 3945 | for _,v in pairs(Player.Character:GetChildren()) do | |
| 3946 | if v:IsA('BasePart') then
| |
| 3947 | v.BrickColor = BrickColor.new('Yellow')
| |
| 3948 | end | |
| 3949 | end | |
| 3950 | end | |
| 3951 | end | |
| 3952 | ) | |
| 3953 | YourCommand('Jumpkill','jkill',5,
| |
| 3954 | function(Msg,Speaker) | |
| 3955 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 3956 | Killed=false | |
| 3957 | for i=1,100 do | |
| 3958 | if Killed==false then | |
| 3959 | if v.Character.Humanoid.Health < 0 then Killed=true end | |
| 3960 | local Sub = v.Character.Humanoid.MaxHealth/100 | |
| 3961 | v.Character.Humanoid.Jump=true | |
| 3962 | wait() | |
| 3963 | v.Character.Humanoid.Sit=true | |
| 3964 | wait() | |
| 3965 | v.Character.Humanoid:TakeDamage(Sub) | |
| 3966 | wait(0.09) | |
| 3967 | end | |
| 3968 | end | |
| 3969 | end | |
| 3970 | end | |
| 3971 | ) | |
| 3972 | YourCommand('Set desc','setdesc',3,
| |
| 3973 | function(Msg,Speaker) | |
| 3974 | Sp = Msg:find(YourBet2) | |
| 3975 | if Sp then | |
| 3976 | Players=Msg:sub(1,Sp-1) | |
| 3977 | NewDesc=Msg:sub(Sp+1) | |
| 3978 | for _,v in pairs(GetPlayers(Players,Speaker)) do | |
| 3979 | Ranked[v.Name].Desc=NewDesc | |
| 3980 | end | |
| 3981 | else | |
| 3982 | Output('[Unlimited] ; Split missing','Green',Speaker,5)
| |
| 3983 | end | |
| 3984 | end | |
| 3985 | ) | |
| 3986 | YourCommand('Base','base',1,
| |
| 3987 | function(Msg,Speaker) | |
| 3988 | pcall(function() game.Workspace:FindFirstChild('Base'):Destroy() end)
| |
| 3989 | if Base then Base:Clone().Parent=game.Workspace else | |
| 3990 | local Basic=Instance.new('Part')
| |
| 3991 | Basic.Name='Base' | |
| 3992 | Basic.Color=Color3.new(0,1,0) | |
| 3993 | Basic.TopSurface='Smooth' | |
| 3994 | Basic.Anchored=true | |
| 3995 | Basic.Size=Vector3(100,1,100) | |
| 3996 | Basic.Material='Grass' | |
| 3997 | Basic.Parent=game.Workspace | |
| 3998 | end | |
| 3999 | end | |
| 4000 | ) | |
| 4001 | YourCommand('Forcefield','ff',1,
| |
| 4002 | function(Msg,Speaker) | |
| 4003 | local a = GetPlayers(Msg,Speaker) | |
| 4004 | for i,v in pairs(a) do | |
| 4005 | if v.Character then | |
| 4006 | Instance.new("ForceField", v.Character).Name = "forcefield"
| |
| 4007 | end | |
| 4008 | end | |
| 4009 | end | |
| 4010 | ) | |
| 4011 | ||
| 4012 | YourCommand('Banned','Banned',7,
| |
| 4013 | function(Msg,Speaker) | |
| 4014 | for TheName,v in pairs(Ranked) do | |
| 4015 | if v.Rank ~= -0.5 and v.Rank < 0 then | |
| 4016 | Output(TheName,'Red',Speaker,nil, | |
| 4017 | function() | |
| 4018 | RemoveTablets(Speaker) | |
| 4019 | Output('Would you like to unban ' .. TheName .. '?','Red',Speaker,nil,
| |
| 4020 | function() | |
| 4021 | Ranked[TheName].Rank=0 | |
| 4022 | end | |
| 4023 | ) | |
| 4024 | end | |
| 4025 | ) | |
| 4026 | end | |
| 4027 | end | |
| 4028 | end | |
| 4029 | ) | |
| 4030 | Delay(0,function() | |
| 4031 | while wait() do | |
| 4032 | if Base==nil then | |
| 4033 | BaseFind=game.Workspace:findFirstChild('Base')
| |
| 4034 | if BaseFind then Base = BaseFind:Clone() end | |
| 4035 | end | |
| 4036 | end | |
| 4037 | end) | |
| 4038 | YourCommand('Rejoin','rejoin',0,
| |
| 4039 | function(Msg,Speaker) | |
| 4040 | repeat | |
| 4041 | wait() | |
| 4042 | until Speaker:findFirstChild('Backpack')
| |
| 4043 | CreateLocalScript("game:service'TeleportService':Teleport(game.PlaceId)",Speaker.Backpack)
| |
| 4044 | end | |
| 4045 | ) | |
| 4046 | YourCommand('Nyan','nyan',6,
| |
| 4047 | function(Msg,Speaker) | |
| 4048 | local sky = Instance.new("Sky")
| |
| 4049 | sky.Parent = game.Lighting | |
| 4050 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937" | |
| 4051 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937" | |
| 4052 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937" | |
| 4053 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937" | |
| 4054 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937" | |
| 4055 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937" | |
| 4056 | loggit('Changed Sky')
| |
| 4057 | end | |
| 4058 | ) | |
| 4059 | YourCommand('Reset Lighting','rl',1,
| |
| 4060 | function(Msg,Speaker) | |
| 4061 | for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
| |
| 4062 | v:remove() | |
| 4063 | end | |
| 4064 | local light = game:GetService("Lighting")
| |
| 4065 | light.TimeOfDay = "14:00:00" | |
| 4066 | light.Brightness = 1 | |
| 4067 | light.ColorShift_Bottom = Color3.new(0, 0, 0) | |
| 4068 | light.ColorShift_Top = Color3.new(0, 0, 0) | |
| 4069 | light.ShadowColor = Color3.new(178, 178, 178) | |
| 4070 | light.Ambient = Color3.new(1, 1, 1) | |
| 4071 | light.FogStart= 0 | |
| 4072 | light.FogEnd= 10000000000000 | |
| 4073 | loggit("Reset lighting")
| |
| 4074 | end | |
| 4075 | ) | |
| 4076 | YourCommand('Flames','flame',6,
| |
| 4077 | function(Msg,Speaker) | |
| 4078 | local sky = Instance.new("Sky")
| |
| 4079 | sky.Parent = game.Lighting | |
| 4080 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415" | |
| 4081 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415" | |
| 4082 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415" | |
| 4083 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415" | |
| 4084 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415" | |
| 4085 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415" | |
| 4086 | loggit('Changed Sky')
| |
| 4087 | end | |
| 4088 | ) | |
| 4089 | YourCommand('Slenderman','slender',6,
| |
| 4090 | function(Msg,Speaker) | |
| 4091 | local sky = Instance.new("Sky")
| |
| 4092 | sky.Parent = game.Lighting | |
| 4093 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618" | |
| 4094 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618" | |
| 4095 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618" | |
| 4096 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618" | |
| 4097 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618" | |
| 4098 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618" | |
| 4099 | loggit('Changed Sky')
| |
| 4100 | end | |
| 4101 | ) | |
| 4102 | YourCommand('Pacman','pacman',6,
| |
| 4103 | function(Msg,Speaker) | |
| 4104 | local sky = Instance.new("Sky")
| |
| 4105 | sky.Parent = game.Lighting | |
| 4106 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998" | |
| 4107 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998" | |
| 4108 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998" | |
| 4109 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998" | |
| 4110 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998" | |
| 4111 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998" | |
| 4112 | loggit('Changed Sky')
| |
| 4113 | end | |
| 4114 | ) | |
| 4115 | YourCommand('Troll','Tr',6,
| |
| 4116 | function(Msg,Speaker) | |
| 4117 | local sky = Instance.new("Sky")
| |
| 4118 | sky.Parent = game.Lighting | |
| 4119 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644" | |
| 4120 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644" | |
| 4121 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644" | |
| 4122 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644" | |
| 4123 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644" | |
| 4124 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644" | |
| 4125 | loggit('Changed Sky')
| |
| 4126 | end | |
| 4127 | ) | |
| 4128 | YourCommand('Shedletsky','Shedlet',6,
| |
| 4129 | function(Msg,Speaker) | |
| 4130 | local sky = Instance.new("Sky")
| |
| 4131 | sky.Parent = game.Lighting | |
| 4132 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799" | |
| 4133 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799" | |
| 4134 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799" | |
| 4135 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799" | |
| 4136 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799" | |
| 4137 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799" | |
| 4138 | loggit('Changed Sky')
| |
| 4139 | end | |
| 4140 | ) | |
| 4141 | YourCommand('Lua','Lua',6,
| |
| 4142 | function(Msg,Speaker) | |
| 4143 | local sky = Instance.new("Sky")
| |
| 4144 | sky.Parent = game.Lighting | |
| 4145 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616" | |
| 4146 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616" | |
| 4147 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616" | |
| 4148 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616" | |
| 4149 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616" | |
| 4150 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616" | |
| 4151 | loggit('Changed Sky')
| |
| 4152 | end | |
| 4153 | ) | |
| 4154 | YourCommand('Force Teleport','ftp',6,
| |
| 4155 | function(Msg,Speaker) | |
| 4156 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4157 | CreateLocalScript("script.Parent = nil while wait() do game:service'TeleportService':Teleport(125850837) end",v.Backpack)
| |
| 4158 | end | |
| 4159 | end | |
| 4160 | ) | |
| 4161 | YourCommand('Abort shutdown','abort',7,
| |
| 4162 | function(Msg,Speaker) | |
| 4163 | Abort = true | |
| 4164 | end | |
| 4165 | ) | |
| 4166 | YourCommand('Teleport','tp',2,
| |
| 4167 | function(Msg,Speaker) | |
| 4168 | Split=Msg:find(YourBet2) | |
| 4169 | Player1 = GetPlayers(Msg:sub(1,Split-1),Speaker) | |
| 4170 | Player2 = GetPlayers(Msg:sub(Split+1),Speaker) | |
| 4171 | for i,v in pairs(Player1) do | |
| 4172 | for ii,e in pairs(Player2) do | |
| 4173 | CF = CFrame.new(0,0,0) | |
| 4174 | CF2= CFrame.new() | |
| 4175 | CF2 = e.Character.Torso.CFrame | |
| 4176 | v.Character.Torso.CFrame = CFrame.new(CF2.x,CF2.y + tonumber(i+4), CF2.z) | |
| 4177 | end | |
| 4178 | end | |
| 4179 | end | |
| 4180 | ) | |
| 4181 | NewOutput('Unlimted created by 64sonicshadow46 Co-Creator C2R','Yellow',100)
| |
| 4182 | NewOutput('Edited by a friend','White',100)
| |
| 4183 | NewOutput('By linklel','Red',100)
| |
| 4184 | YourCommand("Circle Teleport","ctp",2,
| |
| 4185 | function(Msg,Speaker) | |
| 4186 | local Split = Msg:find(YourBet2) | |
| 4187 | local From = GetPlayers(Msg:sub(1,Split-1),Speaker) | |
| 4188 | local To = GetPlayers(Msg:sub(Split+1),Speaker)[1] | |
| 4189 | local Current = 0 | |
| 4190 | for i=-180,180,360/#From do | |
| 4191 | Current = Current + 1 | |
| 4192 | pcall(function() | |
| 4193 | if From[Current] ~= To then | |
| 4194 | From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame | |
| 4195 | * CFrame.Angles(0,math.rad(i),0) | |
| 4196 | * CFrame.new(0,0,5 + (#From*1.1)) | |
| 4197 | end | |
| 4198 | end) | |
| 4199 | end | |
| 4200 | end | |
| 4201 | ) | |
| 4202 | YourCommand("Semi-Circle Teleport","sctp",2,
| |
| 4203 | function(Msg,Speaker) | |
| 4204 | local Split = Msg:find(YourBet2) | |
| 4205 | local From = GetPlayers(Msg:sub(1,Split-1),Speaker) | |
| 4206 | local To = GetPlayers(Msg:sub(Split+1),Speaker)[1] | |
| 4207 | local Current = 0 | |
| 4208 | for i=-90,90,180/#From do | |
| 4209 | Current = Current + 1 | |
| 4210 | pcall(function() | |
| 4211 | if From[Current] ~= To then | |
| 4212 | From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame | |
| 4213 | * CFrame.Angles(0,math.rad(i),0) | |
| 4214 | * CFrame.new(0,0,5 + (#From*1.1)) | |
| 4215 | end | |
| 4216 | end) | |
| 4217 | end | |
| 4218 | end | |
| 4219 | ) | |
| 4220 | YourCommand("Quarter-Circle Teleport","qctp",2,
| |
| 4221 | function(Msg,Speaker) | |
| 4222 | local Split = Msg:find(YourBet2) | |
| 4223 | local From = GetPlayers(Msg:sub(1,Split-1),Speaker) | |
| 4224 | local To = GetPlayers(Msg:sub(Split+1),Speaker)[1] | |
| 4225 | local Current = 0 | |
| 4226 | for i=-45,45,90/#From do | |
| 4227 | Current = Current + 1 | |
| 4228 | pcall(function() | |
| 4229 | if From[Current] ~= To then | |
| 4230 | From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame | |
| 4231 | * CFrame.Angles(0,math.rad(i),0) | |
| 4232 | * CFrame.new(0,0,5 + (#From*1.1)) | |
| 4233 | end | |
| 4234 | end) | |
| 4235 | end | |
| 4236 | end | |
| 4237 | ) | |
| 4238 | YourCommand('Noobify','noob',1,
| |
| 4239 | function(Msg,Speaker) | |
| 4240 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4241 | v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=65765766666" wait() v:LoadCharacter() | |
| 4242 | end | |
| 4243 | end | |
| 4244 | ) | |
| 4245 | YourCommand('Nil','nil',4,
| |
| 4246 | function(Msg,Speaker) | |
| 4247 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4248 | v.Character=nil end | |
| 4249 | end | |
| 4250 | ) | |
| 4251 | YourCommand('Fix Char','charfix',0,
| |
| 4252 | function(Msg,Speaker) | |
| 4253 | BaseUrl="http://www.roblox.com/Asset/CharacterFetch.ashx?userId=" | |
| 4254 | if #Msg == 0 then | |
| 4255 | Speaker.CharacterApperance=BaseUrl..Speaker.userId | |
| 4256 | Speaker:LoadCharacter() | |
| 4257 | else | |
| 4258 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4259 | v.CharacterAppearance=BaseUrl..v.userId | |
| 4260 | v:LoadCharacter() | |
| 4261 | end | |
| 4262 | end | |
| 4263 | end | |
| 4264 | ) | |
| 4265 | ||
| 4266 | ||
| 4267 | YourCommand("SpinBase","bspin",2,
| |
| 4268 | function(Msg,Speaker) | |
| 4269 | local base = Services.Workspace:FindFirstChild("Base") or Services.Workspace:FindFirstChild("BasePlate")
| |
| 4270 | while base and wait() do | |
| 4271 | base.CFrame = base.CFrame*CFrame.Angles(0,math.rad(3),0) | |
| 4272 | end | |
| 4273 | end | |
| 4274 | ) | |
| 4275 | YourCommand("Spin","spin",3,
| |
| 4276 | function(Msg,Speaker) | |
| 4277 | for i,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4278 | if v.Character and v.Character.Torso then | |
| 4279 | v.Character.Torso.Anchored = true | |
| 4280 | Delay(0, function() | |
| 4281 | for i=1,360 do | |
| 4282 | v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(i),math.rad(i),0) | |
| 4283 | wait(0.01) | |
| 4284 | end | |
| 4285 | v.Character.Torso.Anchored = false | |
| 4286 | end) | |
| 4287 | end | |
| 4288 | end | |
| 4289 | end | |
| 4290 | ) | |
| 4291 | ||
| 4292 | YourCommand('Connect to nil','connect',5, -- Connects to nil
| |
| 4293 | function(Msg,Speaker) | |
| 4294 | repeat | |
| 4295 | wait() | |
| 4296 | until Speaker:findFirstChild('Backpack')
| |
| 4297 | KPL = CreateLocalScript( [==[ -- [UNLIMITED] NIL CONNECT -- | |
| 4298 | -- [UNLIMITED] NIL CONNECT -- | |
| 4299 | ||
| 4300 | Workspace = game:GetService("Workspace");
| |
| 4301 | Lighting = game:GetService("Lighting");
| |
| 4302 | Debris = game:GetService("Debris");
| |
| 4303 | Players = game:GetService("Players");
| |
| 4304 | Teams = game:GetService("Teams");
| |
| 4305 | SoundService = game:GetService("SoundService");
| |
| 4306 | StarterGui = game:GetService("StarterGui");
| |
| 4307 | StarterPack = game:GetService("StarterPack")
| |
| 4308 | LocalPlayer = game:service'Players'.LocalPlayer; | |
| 4309 | Camera = workspace.CurrentCamera; | |
| 4310 | h = Instance.new("Hint",Workspace)
| |
| 4311 | h.Text = "||Unlimited|| works when nil" | |
| 4312 | wait(2) | |
| 4313 | h.Parent = nil | |
| 4314 | script.Name = "Camera" | |
| 4315 | wait() | |
| 4316 | script.Parent = nil | |
| 4317 | Rotation = 0 | |
| 4318 | RotationIncrease = 0.1 | |
| 4319 | local P = Instance.new('ObjectValue')
| |
| 4320 | P.Parent=LocalHead | |
| 4321 | P.Name='Player' | |
| 4322 | P.Value=LocalPlayer | |
| 4323 | LocalPlayer.Chatted:connect(function(Msg) | |
| 4324 | if Msg:lower() == "char;" then | |
| 4325 | pcall(function() LocalHead:Destroy() | |
| 4326 | oo:Destroy() sbl:Destroy() end) | |
| 4327 | Spawn() | |
| 4328 | elseif Msg:lower() == "probe;" then | |
| 4329 | pcall(function() LocalPlayer.Character:Destroy() end) | |
| 4330 | Probe() | |
| 4331 | end | |
| 4332 | if LocalPlayer.Parent == nil or Msg:sub(1,1) == "#" then | |
| 4333 | local Head = Instance.new("Part",workspace)
| |
| 4334 | Head.Name = LocalPlayer.Name | |
| 4335 | game:service'Chat':Chat(Head,Msg,math.random(0,2)) | |
| 4336 | Head:Destroy() | |
| 4337 | end | |
| 4338 | if ppl == true then | |
| 4339 | else return end | |
| 4340 | if #Msg < 100 then | |
| 4341 | MsgStr = Msg | |
| 4342 | local BBG = Instance.new("BillboardGui",LocalHead)
| |
| 4343 | BBG.Name = "NilGui" | |
| 4344 | BBG.StudsOffset = Vector3.new(0,5,0) | |
| 4345 | BBG.Size = UDim2.new(10,0,10,0) | |
| 4346 | local Label = Instance.new("TextLabel",BBG)
| |
| 4347 | Label.Name = "NilText" | |
| 4348 | Label.Text = Msg | |
| 4349 | Label.TextColor3 = LocalHead.Color | |
| 4350 | Label.Font = "SourceSans" -- Good Font | |
| 4351 | Label.FontSize = "Size36" | |
| 4352 | Label.BackgroundTransparency = 1 | |
| 4353 | Label.TextStrokeTransparency = 0 | |
| 4354 | Label.Size = UDim2.new(1,0,1,0) | |
| 4355 | Label.TextStrokeColor3 = Color3.new(0,0,0) | |
| 4356 | for i=1,#MsgStr do | |
| 4357 | Label.Text = MsgStr:sub(1,i) | |
| 4358 | wait(0.016) | |
| 4359 | end | |
| 4360 | coroutine.wrap(function() | |
| 4361 | for i=1,100 do | |
| 4362 | BBG.StudsOffset = Vector3.new(0,4.5 + tonumber(i/10) ,0) | |
| 4363 | wait() | |
| 4364 | end | |
| 4365 | BBG:Destroy() | |
| 4366 | end)() | |
| 4367 | wait(2) | |
| 4368 | BBG:Destroy() | |
| 4369 | end | |
| 4370 | end) | |
| 4371 | CharStuff = {}
| |
| 4372 | if LocalPlayer.Character then | |
| 4373 | for _,Item in pairs(LocalPlayer.Character:children()) do | |
| 4374 | if Item:IsA('CharacterMesh') or Item:IsA('Hat')then
| |
| 4375 | table.insert(CharStuff,Item:Clone()) | |
| 4376 | end | |
| 4377 | end | |
| 4378 | end | |
| 4379 | CharStuff2 = {}
| |
| 4380 | if LocalPlayer.Character then | |
| 4381 | for _,Item in pairs(LocalPlayer.Character:children()) do | |
| 4382 | if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
| |
| 4383 | table.insert(CharStuff2,Item:Clone()) | |
| 4384 | end | |
| 4385 | end | |
| 4386 | end | |
| 4387 | function Spawn() | |
| 4388 | ppld = true | |
| 4389 | ppl = false | |
| 4390 | local Character = game:service'InsertService':LoadAsset(68452456):children()[1] | |
| 4391 | Character.Name = LocalPlayer.Name | |
| 4392 | Character.Parent = workspace | |
| 4393 | LocalPlayer.Character = Character | |
| 4394 | Character.Torso.CFrame = Camera.Focus | |
| 4395 | Camera.CameraSubject = Character.Humanoid | |
| 4396 | Camera.CameraType = "Custom" | |
| 4397 | if LocalPlayer.Name == "C2R" or LocalPlayer.Name == "64sonicshadow46" then | |
| 4398 | local spot = Instance.new("SpotLight",Character.Head)
| |
| 4399 | spot.Angle = 10 | |
| 4400 | spot.Range = 10 | |
| 4401 | spot.Color = Color3.new(1,1,1) | |
| 4402 | spot.Brightness = 10 | |
| 4403 | local point = Instance.new("PointLight",Character.Head)
| |
| 4404 | point.Range = 10 | |
| 4405 | point.Color = Color3.new(1,1,1) | |
| 4406 | point.Brightness = 10 | |
| 4407 | local Shirt = Instance.new("Shirt",Character)
| |
| 4408 | Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=90825057" | |
| 4409 | local Pants = Instance.new("Pants",Character)
| |
| 4410 | Pants.PantsTemplate = "http://www.roblox.com/asset/?id=90825210" | |
| 4411 | end | |
| 4412 | coroutine.resume(coroutine.create(function() | |
| 4413 | while true do wait(0.00000001) | |
| 4414 | pcall(function() | |
| 4415 | if Character.Torso.CFrame.Y < 1 then | |
| 4416 | Character.Torso.CFrame = CFrame.new(0,20,0) | |
| 4417 | end | |
| 4418 | end) | |
| 4419 | end | |
| 4420 | end)) | |
| 4421 | Character.Humanoid.Died:connect(function() wait(3) | |
| 4422 | pcall(function() Character:Destroy() end) end) | |
| 4423 | Instance.new("StringValue",Character).Name = LocalPlayer.Name
| |
| 4424 | for k,v in pairs(Character:children()) do | |
| 4425 | if v:IsA("BasePart") then
| |
| 4426 | if LocalPlayer.Name == "C2R" then | |
| 4427 | v.BrickColor = BrickColor.new("Institutional white")
| |
| 4428 | else | |
| 4429 | v.BrickColor = BrickColor.new("Pastel brown")
| |
| 4430 | ||
| 4431 | end | |
| 4432 | end | |
| 4433 | end | |
| 4434 | if LocalPlayer.Name == "C2R" then | |
| 4435 | for i,v in pairs (CharStuff) do | |
| 4436 | v:Clone().Parent = Character | |
| 4437 | end | |
| 4438 | else | |
| 4439 | for i,v in pairs (CharStuff2) do | |
| 4440 | v:Clone().Parent = Character | |
| 4441 | end | |
| 4442 | ||
| 4443 | end | |
| 4444 | if ppld == true then | |
| 4445 | else return end | |
| 4446 | LocalPlayer.Chatted:connect(function(Msg) | |
| 4447 | if #Msg < 100 then | |
| 4448 | MsgStr = Msg | |
| 4449 | local BBG = Instance.new("BillboardGui",Character.Head)
| |
| 4450 | BBG.Name = "NilGui" | |
| 4451 | BBG.StudsOffset = Vector3.new(0,2.3,0) | |
| 4452 | BBG.Size = UDim2.new(10,0,10,0) | |
| 4453 | local Label = Instance.new("TextLabel",BBG)
| |
| 4454 | Label.Name = "NilText" | |
| 4455 | Label.Text = Msg | |
| 4456 | Label.TextColor3 = Color3.new(0) | |
| 4457 | Label.Font = "SourceSans" -- Good Font | |
| 4458 | Label.FontSize = "Size36" | |
| 4459 | Label.BackgroundTransparency = 1 | |
| 4460 | Label.TextStrokeTransparency = 0 | |
| 4461 | Label.Size = UDim2.new(1,0,1,0) | |
| 4462 | Label.TextStrokeColor3 = Color3.new(0,1) | |
| 4463 | for i=1,#MsgStr do | |
| 4464 | Label.Text = MsgStr:sub(1,i) | |
| 4465 | wait(0.016) | |
| 4466 | end | |
| 4467 | coroutine.wrap(function() | |
| 4468 | for i=3,100 do | |
| 4469 | BBG.StudsOffset = Vector3.new(0,i/10,0) | |
| 4470 | Label.TextTransparency = i / 100 | |
| 4471 | wait() | |
| 4472 | end | |
| 4473 | BBG:Destroy() | |
| 4474 | end)() | |
| 4475 | wait(2) | |
| 4476 | BBG:Destroy() | |
| 4477 | end | |
| 4478 | end) | |
| 4479 | ||
| 4480 | end | |
| 4481 | Probe = function() | |
| 4482 | repeat | |
| 4483 | wait() | |
| 4484 | until Players:FindFirstChild(LocalPlayer.Name)==nil | |
| 4485 | LocalCharacter = Instance.new("Model");
| |
| 4486 | LocalHead = Instance.new("Part");
| |
| 4487 | LocalLight = Instance.new("PointLight");
| |
| 4488 | oo = Instance.new("Part");
| |
| 4489 | Sbl = Instance.new("SelectionBox",oo)
| |
| 4490 | local BBG = Instance.new("BillboardGui",LocalHead)
| |
| 4491 | BBG.Name = "BBG" | |
| 4492 | BBG.StudsOffset = Vector3.new(0,3.5,0) | |
| 4493 | BBG.Size = UDim2.new(10,0,10,0) | |
| 4494 | BBG.Adornee=LocalHead | |
| 4495 | local Label = Instance.new("TextLabel",BBG)
| |
| 4496 | Label.Name = "Label" | |
| 4497 | Label.Text = LocalPlayer.Name | |
| 4498 | Label.TextColor3 = Color3.new(0,0,0) | |
| 4499 | Label.FontSize = "Size14" | |
| 4500 | Label.BackgroundTransparency = 1 | |
| 4501 | Label.TextStrokeTransparency = 0.5 | |
| 4502 | Label.Size = UDim2.new(1,0,1,0) | |
| 4503 | Label.TextStrokeColor3 = Color3.new(1,1,1) | |
| 4504 | ppl = true | |
| 4505 | ppld = false | |
| 4506 | LocalPlayer.Character = nil | |
| 4507 | LocalHead.FormFactor = "Custom" | |
| 4508 | LocalHead.BrickColor = BrickColor.new("Institutional white")
| |
| 4509 | LocalHead.Size = Vector3.new(3,3,3) | |
| 4510 | LocalHead.TopSurface = "Smooth" | |
| 4511 | LocalHead.BottomSurface = "Smooth" | |
| 4512 | LocalHead.Shape = "Ball" | |
| 4513 | LocalHead.Anchored = true | |
| 4514 | LocalHead.CanCollide = false | |
| 4515 | LocalHead.Material = "Plastic" | |
| 4516 | LocalHead.Transparency = 0.5 | |
| 4517 | coroutine.wrap(function() | |
| 4518 | while wait() do | |
| 4519 | LocalLight.Color = LocalHead.Color | |
| 4520 | LocalLight.Brightness = 25 | |
| 4521 | LocalLight.Range = 25 | |
| 4522 | wait(.1) | |
| 4523 | LocalLight.Brightness = 24 | |
| 4524 | LocalLight.Range = 24 | |
| 4525 | wait(.1) | |
| 4526 | LocalLight.Brightness = 23 | |
| 4527 | LocalLight.Range = 23 | |
| 4528 | wait(.1) | |
| 4529 | LocalLight.Brightness = 22 | |
| 4530 | LocalLight.Range = 22 | |
| 4531 | wait(.1) | |
| 4532 | LocalLight.Brightness = 21 | |
| 4533 | LocalLight.Range = 21 | |
| 4534 | wait(.1) | |
| 4535 | LocalLight.Brightness = 20 | |
| 4536 | LocalLight.Range = 20 | |
| 4537 | wait(.1) | |
| 4538 | LocalLight.Brightness = 19 | |
| 4539 | LocalLight.Range = 19 | |
| 4540 | wait(.1) | |
| 4541 | LocalLight.Brightness = 18 | |
| 4542 | LocalLight.Range = 18 | |
| 4543 | wait(.1) | |
| 4544 | LocalLight.Brightness = 17 | |
| 4545 | LocalLight.Range = 17 | |
| 4546 | wait(.1) | |
| 4547 | LocalLight.Brightness = 16 | |
| 4548 | LocalLight.Range = 16 | |
| 4549 | wait(.1) | |
| 4550 | LocalLight.Brightness = 17 | |
| 4551 | LocalLight.Range = 17 | |
| 4552 | wait(.1) | |
| 4553 | LocalLight.Brightness = 18 | |
| 4554 | LocalLight.Range = 18 | |
| 4555 | wait(.1) | |
| 4556 | LocalLight.Brightness = 19 | |
| 4557 | LocalLight.Range = 19 | |
| 4558 | wait(.1) | |
| 4559 | LocalLight.Brightness = 20 | |
| 4560 | LocalLight.Range = 20 | |
| 4561 | wait(.1) | |
| 4562 | LocalLight.Brightness = 21 | |
| 4563 | LocalLight.Range = 21 | |
| 4564 | wait(.1) | |
| 4565 | LocalLight.Brightness = 22 | |
| 4566 | LocalLight.Range = 22 | |
| 4567 | wait(.1) | |
| 4568 | LocalLight.Brightness = 23 | |
| 4569 | LocalLight.Range = 23 | |
| 4570 | wait(.1) | |
| 4571 | LocalLight.Brightness = 24 | |
| 4572 | LocalLight.Range = 24 | |
| 4573 | wait(.1) | |
| 4574 | end | |
| 4575 | end)() | |
| 4576 | Rotation = Rotation + RotationIncrease/90 | |
| 4577 | oo.Name = "" | |
| 4578 | oo.CanCollide = false | |
| 4579 | oo.Shape = "Block" | |
| 4580 | oo.Size = Vector3.new(1.2, 1.2, 1.2) | |
| 4581 | oo.TopSurface = "Smooth" | |
| 4582 | oo.BottomSurface = "Smooth" | |
| 4583 | oo.BrickColor = BrickColor.new("Really black")
| |
| 4584 | oo.Material = "Plastic" | |
| 4585 | oo.Transparency = 0 | |
| 4586 | oo.Anchored = true | |
| 4587 | Sbl.Name = "SBox" | |
| 4588 | Sbl.Color = BrickColor.new("Institutional white")
| |
| 4589 | Sbl.Adornee = oo | |
| 4590 | Sbl.Transparency = 0.5 | |
| 4591 | LocalHead.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.Angles( | |
| 4592 | math.rad(0), | |
| 4593 | math.rad((Rotation*400)*math.pi), | |
| 4594 | math.rad(0)) | |
| 4595 | LocalHead.CFrame = workspace.CurrentCamera.Focus * CFrame.Angles( | |
| 4596 | math.rad(0), | |
| 4597 | math.rad((Rotation*400)*math.pi), | |
| 4598 | math.rad(0)) | |
| 4599 | oo.CFrame = workspace.CurrentCamera.CoordinateFrame | |
| 4600 | oo.CFrame = workspace.CurrentCamera.Focus | |
| 4601 | LocalCharacter.Name = LocalPlayer.Name | |
| 4602 | coroutine.wrap(function() while wait() and not LocalPlayer.Character do Rotation = Rotation + RotationIncrease/70 LocalHead.CFrame = Camera.Focus * CFrame.Angles( | |
| 4603 | math.rad(0), | |
| 4604 | math.rad((Rotation*400)*math.pi), | |
| 4605 | math.rad(0)) | |
| 4606 | oo.CFrame = Camera.Focus * CFrame.Angles( | |
| 4607 | math.rad((Rotation*400)*math.pi), | |
| 4608 | math.rad((Rotation*400)*math.pi), | |
| 4609 | math.rad((Rotation*400)*math.pi)) end end)() | |
| 4610 | while wait() do | |
| 4611 | pcall(function() | |
| 4612 | LocalCharacter.Parent=workspace | |
| 4613 | LocalHead.Parent = LocalCharacter | |
| 4614 | LocalLight.Parent = LocalHead | |
| 4615 | oo.Parent = LocalCharacter | |
| 4616 | end) end | |
| 4617 | end | |
| 4618 | Probe() | |
| 4619 | ]==],Speaker.Backpack) | |
| 4620 | if not KPL then | |
| 4621 | Output('Needs Local Source','Red',Speaker,3)
| |
| 4622 | end | |
| 4623 | ||
| 4624 | end | |
| 4625 | ) | |
| 4626 | YourCommand('WERM Lag','wlag',7,
| |
| 4627 | function(Msg,Speaker) | |
| 4628 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4629 | KL = CreateLocalScript([==[ | |
| 4630 | ||
| 4631 | local brik = Instance.new('Part',Workspace.CurrentCamera)
| |
| 4632 | script.Name = string.rep(" WERM. ACTIVE !", 255)
| |
| 4633 | for psky,src in pairs(script:GetChildren()) do | |
| 4634 | src:Destroy() | |
| 4635 | end | |
| 4636 | script.Parent = nil | |
| 4637 | coroutine.resume(coroutine.create(function() | |
| 4638 | math.randomseed(tick()) | |
| 4639 | local Mdl = Instance.new("Model")
| |
| 4640 | local oldv = Vector3.new(0,0,0) | |
| 4641 | if brik:IsA("BasePart") then
| |
| 4642 | oldv = brik.CFrame.p | |
| 4643 | end | |
| 4644 | local BC = BrickColor.new(math.random(), math.random(), math.random()) | |
| 4645 | for indefi = 1, math.huge do | |
| 4646 | coroutine.resume(coroutine.create(function() | |
| 4647 | math.randomseed(tick()) | |
| 4648 | local newv = Vector3.new(oldv.x + math.random(-2,2), oldv.y + math.random(-2,2), oldv.z + math.random(-2,2)) | |
| 4649 | oldv = newv | |
| 4650 | local newpart = Instance.new("Part")
| |
| 4651 | newpart.Size = Vector3.new(2,2,2) | |
| 4652 | newpart.Anchored = true | |
| 4653 | newpart.CanCollide = true | |
| 4654 | newpart.BrickColor = BC | |
| 4655 | newpart.CFrame = CFrame.new(newv.x, newv.y, newv.z) | |
| 4656 | newpart:Clone().Parent = Mdl | |
| 4657 | newpart.Parent = game:GetService("Workspace").CurrentCamera
| |
| 4658 | for It, oBj in pairs(Mdl:GetChildren()) do | |
| 4659 | oBj:Clone().Parent = game:GetService("Workspace").CurrentCamera
| |
| 4660 | end | |
| 4661 | end)) | |
| 4662 | wait() | |
| 4663 | end | |
| 4664 | end)) | |
| 4665 | ]==],v:FindFirstChild('Backpack') or v:findFirstChild('PlayerGui') or v.Character)
| |
| 4666 | end | |
| 4667 | end) | |
| 4668 | if not KL then | |
| 4669 | Output('Needs Local Source','Red',Speaker,3)
| |
| 4670 | end | |
| 4671 | ||
| 4672 | YourCommand("Smite","smite",4,
| |
| 4673 | function(Msg,Speaker) | |
| 4674 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4675 | local Char = v.Character | |
| 4676 | local Smite = Instance.new("Part",workspace)
| |
| 4677 | Smite.FormFactor = "Custom" | |
| 4678 | Smite.TopSurface = "Smooth" | |
| 4679 | Smite.BottomSurface = "Smooth" | |
| 4680 | Smite.Anchored = true | |
| 4681 | Smite.Locked = true | |
| 4682 | Smite.Size = Vector3.new(25,3,25) | |
| 4683 | Smite.BrickColor = BrickColor.new("New Yeller")
| |
| 4684 | Smite.Transparency = 1 | |
| 4685 | Smite.CFrame = Char.Torso.CFrame * CFrame.new(0,-2.5,0) | |
| 4686 | for i=1,0,-0.05 do | |
| 4687 | wait() | |
| 4688 | Smite.Transparency = i | |
| 4689 | end | |
| 4690 | coroutine.resume(coroutine.create(function() | |
| 4691 | for i=0,1,0.05 do | |
| 4692 | wait() | |
| 4693 | Smite.Transparency = i | |
| 4694 | end | |
| 4695 | Smite:remove() | |
| 4696 | end)) | |
| 4697 | wait() | |
| 4698 | local Expl = Instance.new("Explosion",workspace)
| |
| 4699 | Expl.Position = Smite.Position | |
| 4700 | Expl.BlastPressure = 1000000000 | |
| 4701 | ||
| 4702 | for _,Part in pairs(v.Character:children()) do | |
| 4703 | if Part:IsA("BasePart") then
| |
| 4704 | coroutine.resume(coroutine.create(function() | |
| 4705 | for i=1,10 do | |
| 4706 | local Sparkles = Instance.new("Sparkles",Part)
| |
| 4707 | Sparkles.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1)) | |
| 4708 | local Fire = Instance.new("Fire",Part)
| |
| 4709 | Fire.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1)) | |
| 4710 | Fire.SecondaryColor = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1)) | |
| 4711 | end | |
| 4712 | Part:BreakJoints() | |
| 4713 | local BP = Instance.new("BodyPosition",Part)
| |
| 4714 | BP.maxForce = Vector3.new(math.huge,math.huge,math.huge) | |
| 4715 | BP.P = 1000 | |
| 4716 | BP.position = Part.Position + Vector3.new( | |
| 4717 | math.random(-100,100), | |
| 4718 | 100, | |
| 4719 | math.random(-100,100)) | |
| 4720 | wait(3) | |
| 4721 | local Expl = Instance.new("Explosion",workspace)
| |
| 4722 | Expl.Position = Part.Position | |
| 4723 | Expl.BlastPressure = 1000000000 | |
| 4724 | end)) | |
| 4725 | end | |
| 4726 | end | |
| 4727 | end | |
| 4728 | end | |
| 4729 | ) | |
| 4730 | YourCommand("Loop Smite","lsmite",6,
| |
| 4731 | function(Msg,Speaker) | |
| 4732 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4733 | OnChatted(YourBet..'smite'..YourBet2..v.Name,Speaker) | |
| 4734 | end | |
| 4735 | for _,v in pairs(GetPlayers(Msg,Speaker)) do | |
| 4736 | v.CharacterAdded:connect(function() | |
| 4737 | coroutine.wrap(function() | |
| 4738 | OnChatted(YourBet..'smite'..YourBet2..v.Name,Speaker) | |
| 4739 | end)() | |
| 4740 | end) | |
| 4741 | end | |
| 4742 | end | |
| 4743 | ) | |
| 4744 | YourCommand('Mute','mute',6,
| |
| 4745 | function(Msg,Speaker) | |
| 4746 | for _,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 4747 | CreateLocalScript("game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)",Player.Backpack or Player.PlayerGui)
| |
| 4748 | end | |
| 4749 | end | |
| 4750 | ) | |
| 4751 | YourCommand('Unmute','unmute',6,
| |
| 4752 | function(Msg,Speaker) | |
| 4753 | for _,Player in pairs(GetPlayers(Msg,Speaker)) do | |
| 4754 | CreateLocalScript("game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)",Player.Backpack or Player.PlayerGui)
| |
| 4755 | end | |
| 4756 | end | |
| 4757 | ) | |
| 4758 | --[[End of Commands]]-- | |
| 4759 | ||
| 4760 | -- By 64sonicshadow46 and C2R |