Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait()
- script.Parent = nil
- script:ClearAllChildren()
- LuaVersion = _VERSION --<<<-- +|Thanks to Roblox Wiki|+
- Abort = false ;
- UsersTablets = [[iiChiIIy]] --<<<-<<<-<<< PUT UR NAME HERE
- Sources = {
- Source = 1,
- source = 1,
- DSource = 1,};
- Tablets = {}
- Fences = {}
- Jails = {}
- BackUp = script:Clone()
- Ranked = {}
- TabChange = false
- LockedScripts = false
- Ranked['Defaults'] = {['Rank'] = 0, ['Color'] = Color3.new(0,0,0),['InPri'] = false,['Desc'] = 'Guest'}
- DisconnectKey = "Disconnect"
- Key = "G_.DISCONNECT()"
- Removed = false
- GuiChat = false
- Commands = {}
- Ranks = {}
- NewRank = function(Rank,RankName)
- Ranks[Rank]=RankName
- end
- --[[+Ranks+]]--
- --NewRank(-4,'Fags')
- NewRank(-3,'Bums') -- Shutdown
- NewRank(-2,'nubs') -- Crashed
- NewRank(-1,'Banned') -- Kicked
- NewRank(-0.5,'Scum') -- A Nickname
- NewRank(0,'Guest')
- NewRank(1,'Admin')
- NewRank(2,'Super admin')
- NewRank(3,'Mega admin')
- NewRank(4,'Epic admin')
- NewRank(5,'User')
- NewRank(6,'Best Friend')
- NewRank(7,'Unlimited')
- YourBet = "/"
- YourBet2 = "/"
- --[[+Chat Log+]]--
- local ChatLog = {}
- game:GetService("Players").ChildAdded:connect(function(p)
- if not p:IsA("Player") then return end
- p.Chatted:connect(function(m)
- table.insert(ChatLog,{Speaker=p,Message=m})
- end)
- end)
- --[[+Make Tablets+]]--
- MakeTablets=function()
- CurrentTabletPart = Instance.new('Part')
- CurrentTabletPart.FormFactor = "Custom"
- CurrentTabletPart.TopSurface = "Smooth"
- CurrentTabletPart.BottomSurface = "Smooth"
- CurrentTabletPart.Transparency = 0
- CurrentTabletPart.Material = 'Ice'
- CurrentTabletPart.Anchored = true
- CurrentTabletPart.Locked = true
- CurrentTabletPart.Shape = 'Ball'
- CurrentTabletPart.CanCollide = false
- CurrentTabletPart.Size = Vector3.new(3,3,3)
- CurrentTabletPart:BreakJoints()
- DifferentTablets = {}
- DifferentTablets['Tablet']= CurrentTabletPart:Clone()
- DifferentTablets['Diamond'] = Instance.new('Part')
- Diamond = DifferentTablets['Diamond']
- Diamond.FormFactor = "Custom"
- Diamond.Size = Vector3.new(2.55,2.55,2.55)
- Diamond.Transparency = 0
- Diamond.CanCollide = false
- Diamond.Anchored = true
- Mesh = Instance.new("SpecialMesh", Diamond)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=9756362"
- Mesh.Scale = Diamond.Size
- DifferentTablets['Tablet']=Instance.new('Part')
- Tablet = DifferentTablets['Tablet']
- Tablet.FormFactor = "Custom"
- Tablet.Size = Vector3.new(2.55,2.55,2.55)
- Tablet.Transparency = 0
- Tablet.CanCollide = false
- Tablet.Anchored = true
- Mesh = Instance.new("SpecialMesh", Tablet)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=97689055"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=97689497"
- Mesh.Scale = Tablet.Size
- DifferentTablets['Dominus']=Instance.new('Part')
- Dominus = DifferentTablets['Dominus']
- Dominus.FormFactor = "Custom"
- Dominus.Size = Vector3.new(1.25,1.25,1.25)
- Dominus.Transparency = 0
- Dominus.CanCollide = false
- Dominus.Anchored = true
- Mesh = Instance.new("SpecialMesh", Dominus)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=83944043"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
- Mesh.Scale = Dominus.Size
- DifferentTablets['Spider']=Instance.new('Part')
- Spider = DifferentTablets['Spider']
- Spider.FormFactor = "Custom"
- Spider.Size = Vector3.new(1.25,1.25,1.25)
- Spider.Transparency = 0
- Spider.CanCollide = false
- Spider.Anchored = true
- Mesh = Instance.new("SpecialMesh", Spider)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=64485392"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=64485380"
- Mesh.Scale = Spider.Size
- DifferentTablets['Earth']=Instance.new('Part')
- Earth = DifferentTablets['Earth']
- Earth.FormFactor = "Custom"
- Earth.Size = Vector3.new(3,3,3)
- Earth.Transparency = 0
- Earth.CanCollide = false
- Earth.Anchored = true
- Mesh = Instance.new("SpecialMesh", Earth)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232"
- Mesh.Scale = Earth.Size
- DifferentTablets['Atom']=Instance.new('Part')
- Atom = DifferentTablets['Atom']
- Atom.FormFactor = "Custom"
- Atom.Size = Vector3.new(1.55,1.55,1.55)
- Atom.Transparency = 0
- Atom.CanCollide = false
- Atom.Anchored = true
- Mesh = Instance.new("SpecialMesh", Atom)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=16171265"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=16171271"
- Mesh.Scale = Atom.Size
- DifferentTablets['Rock']=Instance.new('Part')
- Rock = DifferentTablets['Rock']
- Rock.FormFactor = "Custom"
- Rock.Size = Vector3.new(2.55,2.55,2.55)
- Rock.Transparency = 0
- Rock.CanCollide = false
- Rock.Anchored = true
- Mesh = Instance.new("SpecialMesh", Rock)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=2861779"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
- Mesh.Scale = Rock.Size
- DifferentTablets['Plate']=Instance.new('Part')
- Plate = DifferentTablets['Plate']
- Plate.Anchored=true
- Plate.Transparency = 0.7
- Plate.TopSurface = "Smooth"
- Plate.BottomSurface = "Smooth"
- Plate.Material = 'Plastic'
- Plate.CanCollide=false;
- Plate.FormFactor='Custom'
- Plate.Locked=true
- Plate.Size = Vector3.new(4, 0.3, 4)
- DifferentTablets['Horus'] = Instance.new('Part')
- Horus = DifferentTablets['Horus']
- Horus.FormFactor = "Custom"
- Horus.Size = Vector3.new(1.25,1.25,1.25)
- Horus.Transparency = 0
- Horus.CanCollide = false
- Horus.Anchored = true
- Mesh = Instance.new("SpecialMesh", Horus)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
- Mesh.Scale = Horus.Size
- DifferentTablets['Ball']=Instance.new('Part')
- Dbal = DifferentTablets['Ball']
- Dbal.Size = Vector3.new(3,3,3)
- Dbal.Locked=true
- Dbal.Material = 'Ice'
- Dbal.Anchored=true;
- Dbal.Transparency = .75
- Dbal.CanCollide=false
- Dbal.Shape = 'Ball'
- DifferentTablets['Cube']=Instance.new('Part')
- Cube= DifferentTablets.Cube
- Cube.Anchored,Cube.Locked,Cube.CanCollide,Cube.Size,Cube.Transparency=true,true,false,Vector3.new(3,3,3),0.7
- Cube.TopSurface = "Smooth"
- Cube.BottomSurface = "Smooth"
- end
- MakeTablets()
- LocalScript = nil
- Delay(0,function()
- while wait() do
- Source = game:findFirstChild('DSource',true) or game:findFirstChild('Source',true) or game:findFirstChild('source',true)
- if Source then
- local parent = Source.Parent
- if parent:IsA('LocalScript') then
- LocalScript=parent:Clone()
- end
- end
- end
- end)
- --[[+SOURCE+]]--
- coroutine.wrap(function()
- local Source = script:FindFirstChild("Source") or script:FindFirstChild("DSource") or script:FindFirstChild("source") or nil
- if Source ~= nil then
- Source = Source.Value
- for i = 1, #Source,100 do wait()
- local Val = Instance.new("StringValue",workspace)
- Val.Value = Source:sub(i*100, i*100+100)
- game:service'Debris':AddItem(Val,60)
- end
- end
- end)()
- --[[+Kicking Phrases+]]-- lol People being abusive these days
- KickingPhrases={'ban/all','workspace:ClearAllChildren()','ban/others','ban/z','ban;z','/ban z','ban:z',':ban z','ban\z','ban z','crash/z','crash;z','/crash z','crash:z',
- 'crash\z',':crash z','crash z','crash/others','crash/all',
- 'kick/z','kick;z','/kick z','kick:z',':kick z','kick\z','kick:others','ziv120:Kick()',
- 'kick z','kick/others','gtfo/z','gtfo;z','getridof','ban:others',':rep','CBA.'
- ,'Camb'..'all.','jointInstance',"ziv120:Destroy","ziv120:Remove",'"ziv120'..'zi"',"'ziv".."z'",
- "p = game.Players:GetPlayers() for i=1,#p do p[i]:Destroy() end",".Character = Workspace","game.Players:ClearAllChildren()"}
- Properties=
- {
- "AbsolutePosition",
- "AbsoluteSize",
- "AccountAge",
- "AccountAgeReplicate",
- "Active",
- "Adornee",
- "AllowAmbientOcclusion",
- "AllowTeamChangeOnTouch",
- "AluminumQuality",
- "AlwaysOnTop",
- "Ambient",
- "AmbientReverb",
- "Anchored",
- "Angularvelocity",
- "AnimationId",
- "AppearanceDidLoad",
- "AreHingesDetected",
- "AttachmentForward",
- "AttachmentPoint",
- "AttachmentPos",
- "AttachmentRight",
- "AttachmentUp",
- "AutoAssignable",
- "AutoButtonColor",
- "AutoColorCharacters",
- "AvailablePhysicalMemory",
- "Axes",
- "BackgroundColor",
- "BackgroundColor3",
- "BackgroundTransparency",
- "BaseTextureId",
- "BaseUrl",
- "Bevel",
- "BevelRoundness",
- "BinType",
- "BlastPressure",
- "BlastRadius",
- "BodyColor",
- "BodyPart",
- "BorderColor",
- "BorderColor3",
- "BorderSizePixel",
- "BrickColor",
- "Brightness",
- "Browsable",
- "BubbleChat",
- "BubbleChatLifetime",
- "BubbleChatMaxBubbles",
- "Bulge",
- "Button1DownConnectionCount",
- "Button1UpConnectionCount",
- "Button2DownConnectionCount",
- "Button2UpConnectionCount",
- "C0",
- "C1",
- "CameraMode",
- "CameraSubject",
- "CameraType",
- "CanBeDropped",
- "CanCollide",
- "CanLoadCharacterAppearance",
- "CartoonFactor",
- "CastShadows",
- "CelestialBodiesShown",
- "CFrame",
- "Cframe",
- "Character",
- "CharacterAppearance",
- "CharacterAutoLoads",
- "ChatMode",
- "ChatScrollLength",
- "ClassicChat",
- "ClearTextOnFocus",
- "ClipsDescendants",
- "CollisionSoundEnabled",
- "CollisionSoundVolume",
- "Color",
- "ColorShift_Bottom",
- "ColorShift_Top",
- "ConstrainedValue",
- "ControllingHumanoid",
- "ControlMode",
- "ConversationDistance",
- "CoordinateFrame",
- "CorrodedMetalQuality",
- "CPU",
- "CpuCount",
- "CpuSpeed",
- "CreatorId",
- "CreatorType",
- "CurrentAngle",
- "CurrentCamera",
- "CycleOffset",
- "D",
- "DataCap",
- "DataComplexity",
- "DataComplexityLimit",
- "DataReady",
- "Deprecated",
- "DeselectedConnectionCount",
- "DesiredAngle",
- "DiamondPlateQuality",
- "Disabled",
- "DistanceFactor",
- "DistributedGameTime",
- "DopplerScale",
- "Draggable",
- "DraggingV1",
- "Duration",
- "EditorFont",
- "EditorFontSize",
- "EditorTabWidth",
- "ElapsedTime",
- "Elasticity",
- "Enabled",
- "ExplosionType",
- "ExtentsOffset",
- "F0",
- "F1",
- "F2",
- "F3",
- "Face",
- "FaceId",
- "Faces",
- "FieldOfView",
- "Focus",
- "FogColor",
- "FogEnd",
- "FogStart",
- "Font",
- "FontSize",
- "Force",
- "FormFactor",
- "Friction",
- "From",
- "GamepadEnabled",
- "GearGenreSetting",
- "Genre",
- "GeographicLatitude",
- "GfxCard",
- "Graphic",
- "GrassQuality",
- "Grip",
- "GripForward",
- "GripPos",
- "GripRight",
- "GripUp",
- "Guest",
- "HasBuildTools",
- "HeadsUpDisplay",
- "Health",
- "Heat",
- "Hit",
- "Humanoid",
- "IceQuality",
- "Icon",
- "IdleConnectionCount",
- "Image",
- "InitialPrompt",
- "InOut",
- "Archivable",
- "ClassName",
- "DataCost",
- "Name",
- "Parent",
- "InUse",
- "IsModalDialog",
- "IsPaused",
- "IsPlaying",
- "IsWindows",
- "JobId",
- "Jump",
- "KeyboardEnabled",
- "KeyDownConnectionCount",
- "KeyUpConnectionCount",
- "LeftLeg",
- "LeftRight",
- "LinkedSource",
- "LocalPlayer",
- "Location",
- "Locked",
- "Looped",
- "Material",
- "MaxActivationDistance",
- "MaxCollisionSounds",
- "MaxExtents",
- "MaxForce",
- "MaxHealth",
- "MaxItems",
- "MaxPlayers",
- "MaxSpeed",
- "MaxThrust",
- "MaxTorque",
- "MaxValue",
- "MaxVelocity",
- "MembershipType",
- "MembershipTypeReplicate",
- "MeshId",
- "MeshType",
- "MinValue",
- "Modal",
- "MouseButton1ClickConnectionCount",
- "MouseButton1DownConnectionCount",
- "MouseButton1UpConnectionCount",
- "MouseButton2ClickConnectionCount",
- "MouseButton2DownConnectionCount",
- "MouseButton2UpConnectionCount",
- "MouseDelta",
- "MouseDragConnectionCount",
- "MouseEnabled",
- "MouseEnterConnectionCount",
- "MouseHit",
- "MouseLeaveConnectionCount",
- "MouseLock",
- "MouseMovedConnectionCount",
- "MouseTarget",
- "MouseTargetFilter",
- "MouseTargetSurface",
- "MoveConnectionCount",
- "MoveState",
- "MultiLine",
- "NameOcclusion",
- "NetworkOwner",
- "Neutral",
- "NumPlayers",
- "Offset",
- "Opacity",
- "Origin",
- "OsPlatform",
- "OsVer",
- "OverlayTextureId",
- "P",
- "PantsTemplate",
- "ParamA",
- "ParamB",
- "Part",
- "Part0",
- "Part1",
- "PersonalServerRank",
- "Pitch",
- "PixelShaderModel",
- "PlaceId",
- "PlasticQuality",
- "PlatformStand",
- "PlayCount",
- "PlayerToHideFrom",
- "PlayOnRemove",
- "Point",
- "Port",
- "Position",
- "Preliminary",
- "PrimaryPart",
- "Priority",
- "PrivateWorkingSetBytes",
- "Purpose",
- "RAM",
- "Reflectance",
- "ReplicatedSelectedConnectionCount",
- "ResizeableFaces",
- "ResizeIncrement",
- "Resolution",
- "ResponseDialog",
- "RightLeg",
- "RiseVelocity",
- "RobloxVersion",
- "RolloffScale",
- "RotVelocity",
- "Scale",
- "Score",
- "ScriptsDisabled",
- "SecondaryColor",
- "Selected",
- "ShadowColor",
- "Shape",
- "Shiny",
- "ShirtTemplate",
- "ShowDeprecatedObjects",
- "ShowDevelopmentGui",
- "ShowLegacyPlayerList",
- "ShowPreliminaryObjects",
- "Sides",
- "Sit",
- "Size",
- "SizeConstraint",
- "SizeOffset",
- "SkinColor",
- "SkyboxBk",
- "SkyboxDn",
- "SkyboxFt",
- "SkyboxLf",
- "SkyboxRt",
- "SkyboxUp",
- "SlateQuality",
- "SoundId",
- "Source",
- "SparkleColor",
- "SpecificGravity",
- "Specular",
- "StarCount",
- "Steer",
- "StickyWheels",
- "StudsBetweenTextures",
- "StudsOffset",
- "StudsPerTileU",
- "StudsPerTileV",
- "Style",
- "Summary",
- "SuperSafeChatReplicate",
- "Surface",
- "Surface0",
- "Surface1",
- "SurfaceInput",
- "Target",
- "TargetFilter",
- "TargetOffset",
- "TargetPoint",
- "TargetRadius",
- "TargetSurface",
- "TeamColor",
- "Terrain",
- "Text",
- "TextBounds",
- "TextColor",
- "TextColor3",
- "TextFits",
- "TextScaled",
- "TextStrokeColor3",
- "TextStrokeTransparency",
- "TextTransparency",
- "Texture",
- "TextureId",
- "TextureSize",
- "TextWrap",
- "TextWrapped",
- "TextXAlignment",
- "TextYAlignment",
- "Throttle",
- "ThrustD",
- "ThrustP",
- "Ticket",
- "Time",
- "TimeOfDay",
- "To",
- "Tone",
- "ToolTip",
- "TopBottom",
- "Torque",
- "Torso",
- "TouchEnabled",
- "Transparency",
- "TrussDetail",
- "TurnD",
- "TurnP",
- "TurnSpeed",
- "UnitRay",
- "UseLuaChat",
- "UserDialog",
- "UserId",
- "Value",
- "Velocity",
- "Version",
- "VertexColor",
- "VideoCaptureEnabled",
- "VideoMemory",
- "VideoQuality",
- "ViewSizeX",
- "ViewSizeY",
- "Visible",
- "Volume",
- "WalkDirection",
- "WalkSpeed",
- "WalkToPart",
- "WalkToPoint",
- "WheelBackwardConnectionCount",
- "WheelForwardConnectionCount",
- "WireRadius",
- "WoodQuality",
- "X",
- "Y",
- "ZIndex"
- }
- GetProperties = function(Parent)
- local Out = {}
- for _, props in pairs(Properties) do
- local Ran, Error = coroutine.resume(coroutine.create(function() Parent[props] = Parent[props] end))
- if not Error then
- table.insert(Out, props)
- end
- end
- return Out
- end
- rename=function(Item,Player,CurrentName)
- RemoveTablets(Player)
- Done=false
- Str=CurrentName
- Caps=false
- if CurrentName==Item.Name then Str="" end
- Alphabet = {
- "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"
- }
- Output('Current Rename Name : ' .. Str,'Green',Player)
- Output('Letters : ' ..tostring(#Str),'Red',Player)
- 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)
- 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)
- for _,Letter in pairs(Alphabet) do
- Output(Letter,'Orange',Player,nil,function() Str= Str..Letter RemoveTablets(Player) rename(Item,Player,Str) end )
- end
- Output('Space','Orange',Player,nil,function() Str=Str..' ' RemoveTablets(Player) rename(Item,Player,Str) end )
- Output('Go back one','Red',Player,nil,function() Str = Str:sub(1,#Str-1) RemoveTablets(Player) rename(Item,Player,Str) end )
- end
- --[[+Get Time+]]--
- function GetTime()
- local hour = math.floor((tick()%86400)/60/60) local min = math.floor(((tick()%86400)/60/60-hour)*60)
- if min < 10 then min = "0"..min end
- return hour..":"..min
- end
- nillog = {}
- ----[[+Log+]]----
- loggit = function(msg)
- table.insert(nillog, GetTime()..' - '..msg)
- end
- loggit('')
- --[[+Explorer+]]--
- function Explore(Area,Speaker)
- pcall(function()
- RemoveTablets(Speaker)
- local Color = Ranked[Speaker.Name].Color
- if Area == Services or Area == nil then
- for _,v in pairs(Services) do
- local radius = 250
- Output(v.className.."\t("..#v:children()..")",Color,Speaker,nil,
- function()
- Explore(v,Speaker)
- end
- )
- end
- Output("Dismiss","Red",Speaker)
- else
- for i,v in pairs(Area:children()) do
- local Name = false
- pcall(function() v:children() Name = true end)
- if Name == true then
- Name = v.Name
- else
- Name = "Unknown Exception "..tostring(i)
- end
- Output(Name,Color,Speaker,nil,
- function()
- RemoveTablets(Speaker)
- Output("Name:\t"..v.Name,Color,Speaker)
- Output("Class:\t"..v.className,Color,Speaker)
- Output("Full Name:\t"..v:GetFullName(),Color,Speaker)
- Output("Destroy","Red",Speaker,nil,function() v:Destroy() Explore(v.Parent,Speaker) end)
- Output("#REDIRECT Parent","Blue",Speaker,nil,function() Explore(v.Parent.Parent,Speaker) end)
- Output("#REDIRECT Children","Blue",Speaker,nil,function() Explore(v,Speaker) end)
- Output('Clear all children','Red',Speaker,nil,function() v:ClearAllChildren() end)
- Output('Rename','Red',Speaker,nil,function() RemoveTablets(Speaker) rename(v,Speaker,v.Name) end )
- Output("Dismiss","Red",Speaker)
- local Properties=GetProperties(v)
- for _,p in pairs(Properties) do
- Output(tostring(p) .. ': ' .. tostring(v[p]),Color,Speaker)
- end
- end
- )
- end
- Output("Dismiss","Red",Speaker)
- end
- end)
- end
- --[[+Extras+]]--
- -- All the colors
- Colors = {
- ["Light blue"] = Color3.new(0.705882, 0.823529, 0.894118);
- ["Royal purple"] = Color3.new(0.384314, 0.145098, 0.819608);
- ["Dark orange"] = Color3.new(0.627451, 0.372549, 0.207843);
- ["Lig. yellowish green"] = Color3.new(0.85098, 0.894118, 0.654902);
- ["Light grey"] = Color3.new(0.780392, 0.756863, 0.717647);
- ["Yellow flip/flop"] = Color3.new(0.705882, 0.517647, 0.333333);
- ["Light bluish violet"] = Color3.new(0.756863, 0.792157, 0.870588);
- ["Tr. Flu. Yellow"] = Color3.new(1, 0.964706, 0.482353);
- ["Earth blue"] = Color3.new(0.12549, 0.227451, 0.337255);
- ["Grey"] = Color3.new(0.631373, 0.647059, 0.635294);
- ["Tr. Medi. reddish violet"] = Color3.new(0.894118, 0.678431, 0.784314);
- ["Medium Royal blue"] = Color3.new(0.423529, 0.505882, 0.717647);
- ["Light orange brown"] = Color3.new(0.796079, 0.517647, 0.258824);
- ["Dark Curry"] = Color3.new(0.690196, 0.556863, 0.266667);
- ["Medium green"] = Color3.new(0.631373, 0.768628, 0.54902);
- ["Sand green"] = Color3.new(0.470588, 0.564706, 0.509804);
- ["Tr. Flu. Blue"] = Color3.new(0.811765, 0.886275, 0.968628);
- ["Neongreen"] = Color3.new(0.847059, 0.866667, 0.337255);
- ["Light lilac"] = Color3.new(0.654902, 0.662745, 0.807843);
- ["Lime green"] = Color3.new(0, 1, 0);
- ["Light red"] = Color3.new(0.933333, 0.768628, 0.713726);
- ["Camo"] = Color3.new(0.227451, 0.490196, 0.0823529);
- ["Turquoise"] = Color3.new(0.47451, 0.709804, 0.709804);
- ["Light yellow"] = Color3.new(0.976471, 0.913726, 0.6);
- ["Sand yellow"] = Color3.new(0.584314, 0.541176, 0.45098);
- ["Light orange"] = Color3.new(0.917647, 0.721569, 0.572549);
- ["Lilac"] = Color3.new(0.419608, 0.384314, 0.607843);
- ["Bright blue"] = Color3.new(0.0509804, 0.411765, 0.67451);
- ["Black metallic"] = Color3.new(0.0862745, 0.113725, 0.196078);
- ["Tr. Flu. Red"] = Color3.new(0.882353, 0.643137, 0.760784);
- ["Pastel orange"] = Color3.new(1, 0.788235, 0.788235);
- ["Medium bluish violet"] = Color3.new(0.407843, 0.454902, 0.67451);
- ["Navy blue"] = Color3.new(0, 0.12549, 0.376471);
- ["Sand red"] = Color3.new(0.584314, 0.47451, 0.466667);
- ["Olive"] = Color3.new(0.756863, 0.745098, 0.258824);
- ["Curry"] = Color3.new(0.843137, 0.662745, 0.294118);
- ["Medium red"] = Color3.new(0.854902, 0.52549, 0.478431);
- ["Bright orange"] = Color3.new(0.854902, 0.521569, 0.254902);
- ["Earth orange"] = Color3.new(0.384314, 0.278431, 0.196078);
- ["Reddish brown"] = Color3.new(0.411765, 0.25098, 0.156863);
- ["Sand violet metallic"] = Color3.new(0.584314, 0.556863, 0.639216);
- ["Tr. Lg blue"] = Color3.new(0.756863, 0.87451, 0.941177);
- ["Tr. Yellow"] = Color3.new(0.968628, 0.945098, 0.552941);
- ["Bright reddish lilac"] = Color3.new(0.556863, 0.258824, 0.521569);
- ["Tr. Flu. Green"] = Color3.new(0.972549, 0.945098, 0.517647);
- ["Light bluish green"] = Color3.new(0.717647, 0.843137, 0.835294);
- ["Brown"] = Color3.new(0.486275, 0.360784, 0.27451);
- ["Neon orange"] = Color3.new(0.835294, 0.45098, 0.239216);
- ["Really red"] = Color3.new(1, 0, 0);
- ["Teal"] = Color3.new(0.0705882, 0.933333, 0.831373);
- ["Warm yellowish orange"] = Color3.new(0.921569, 0.721569, 0.498039);
- ["Tr. Flu. Reddish orange"] = Color3.new(0.85098, 0.521569, 0.423529);
- ["Dark red"] = Color3.new(0.482353, 0.180392, 0.184314);
- ["White"] = Color3.new(0.94902, 0.952941, 0.952941);
- ["Pastel violet"] = Color3.new(0.694118, 0.654902, 1);
- ["Silver flip/flop"] = Color3.new(0.537255, 0.529412, 0.533333);
- ["Dark green"] = Color3.new(0.156863, 0.498039, 0.278431);
- ["Br. yellowish orange"] = Color3.new(0.886275, 0.607843, 0.25098);
- ["Medium orange"] = Color3.new(0.878431, 0.596078, 0.392157);
- ["Bright red"] = Color3.new(0.768628, 0.156863, 0.109804);
- ["Med. bluish green"] = Color3.new(0.333333, 0.647059, 0.686275);
- ["Flame yellowish orange"] = Color3.new(0.909804, 0.670588, 0.176471);
- ["Lig. Yellowich orange"] = Color3.new(0.952941, 0.811765, 0.607843);
- ["Dark stone grey"] = Color3.new(0.388235, 0.372549, 0.384314);
- ["Grime"] = Color3.new(0.498039, 0.556863, 0.392157);
- ["Red flip/flop"] = Color3.new(0.592157, 0.411765, 0.356863);
- ["Sand blue"] = Color3.new(0.454902, 0.52549, 0.615686);
- ["Light grey metallic"] = Color3.new(0.670588, 0.678431, 0.67451);
- ["Tr. Green"] = Color3.new(0.517647, 0.713726, 0.552941);
- ["Bright purple"] = Color3.new(0.803922, 0.384314, 0.596078);
- ["Sand blue metallic"] = Color3.new(0.47451, 0.533333, 0.631373);
- ["Tr. Red"] = Color3.new(0.803922, 0.329412, 0.294118);
- ["Bright reddish violet"] = Color3.new(0.572549, 0.223529, 0.470588);
- ["Med. yellowish green"] = Color3.new(0.780392, 0.823529, 0.235294);
- ["Light stone grey"] = Color3.new(0.898039, 0.894118, 0.87451);
- ["Lemon metalic"] = Color3.new(0.509804, 0.541176, 0.364706);
- ["Black"] = Color3.new(0.105882, 0.164706, 0.207843);
- ["Dark grey"] = Color3.new(0.427451, 0.431373, 0.423529);
- ["Flame reddish orange"] = Color3.new(0.811765, 0.376471, 0.141176);
- ["Lavender"] = Color3.new(0.54902, 0.356863, 0.623529);
- ["Sand yellow metallic"] = Color3.new(0.576471, 0.529412, 0.403922);
- ["Br. yellowish green"] = Color3.new(0.643137, 0.741176, 0.278431);
- ["CGA brown"] = Color3.new(0.666667, 0.333333, 0);
- ["Deep orange"] = Color3.new(1, 0.686275, 0);
- ["Cool yellow"] = Color3.new(0.992157, 0.917647, 0.552941);
- ["Pastel brown"] = Color3.new(1, 0.8, 0.6);
- ["Pastel yellow"] = Color3.new(1, 1, 0.8);
- ["Bright bluish violet"] = Color3.new(0.262745, 0.329412, 0.576471);
- ["Pastel green"] = Color3.new(0.8, 1, 0.8);
- ["Alder"] = Color3.new(0.705882, 0.501961, 1);
- ["Brick yellow"] = Color3.new(0.843137, 0.772549, 0.603922);
- ["Medium lilac"] = Color3.new(0.203922, 0.168627, 0.458824);
- ["Bright yellow"] = Color3.new(0.960784, 0.803922, 0.188235);
- ["Sand violet"] = Color3.new(0.529412, 0.486275, 0.564706);
- ["Faded green"] = Color3.new(0.439216, 0.584314, 0.470588);
- ["Pastel blue-green"] = Color3.new(0.623529, 0.952941, 0.913726);
- ["Magenta"] = Color3.new(0.666667, 0, 0.666667);
- ["Gold"] = Color3.new(0.862745, 0.737255, 0.505882);
- ["Med. yellowish orange"] = Color3.new(0.905882, 0.67451, 0.345098);
- ["Toothpaste"] = Color3.new(0, 1, 1);
- ["Cyan"] = Color3.new(0.0156863, 0.686275, 0.92549);
- ["Deep blue"] = Color3.new(0.129412, 0.329412, 0.72549);
- ["Pink"] = Color3.new(1, 0.4, 0.8);
- ["New Yeller"] = Color3.new(1, 1, 0);
- ["Fire Yellow"] = Color3.new(0.976471, 0.839216, 0.180392);
- ["Tr. Blue"] = Color3.new(0.482353, 0.713726, 0.909804);
- ["Medium blue"] = Color3.new(0.431373, 0.6, 0.792157);
- ["Earth green"] = Color3.new(0.152941, 0.27451, 0.176471);
- ["Tr. Brown"] = Color3.new(0.74902, 0.717647, 0.694118);
- ["Light green (Mint)"] = Color3.new(0.760784, 0.854902, 0.721569);
- ["Really blue"] = Color3.new(0, 0, 1);
- ["Transparent"] = Color3.new(0.92549, 0.92549, 0.92549);
- ["Bright green"] = Color3.new(0.294118, 0.592157, 0.294118);
- ["Royal blue"] = Color3.new(0.27451, 0.403922, 0.643137);
- ["Dark Royal blue"] = Color3.new(0.137255, 0.278431, 0.545098);
- ["Medium stone grey"] = Color3.new(0.639216, 0.635294, 0.647059);
- ["Dusty Rose"] = Color3.new(0.639216, 0.294118, 0.294118);
- ["Hot pink"] = Color3.new(1, 0, 0.74902);
- ["Bright bluish green"] = Color3.new(0, 0.560784, 0.611765);
- ["Bright violet"] = Color3.new(0.419608, 0.196078, 0.486275);
- ["Pastel Blue"] = Color3.new(0.501961, 0.733333, 0.858824);
- ["Rust"] = Color3.new(0.560784, 0.298039, 0.164706);
- ["Dove blue"] = Color3.new(0.490196, 0.733333, 0.866667);
- ["Really black"] = Color3.new(0.0666667, 0.0666667, 0.0666667);
- ["Dark grey metallic"] = Color3.new(0.341176, 0.345098, 0.341176);
- ["Mid gray"] = Color3.new(0.803922, 0.803922, 0.803922);
- ["Nougat"] = Color3.new(0.8, 0.556863, 0.411765);
- ["Med. reddish violet"] = Color3.new(0.768628, 0.439216, 0.627451);
- ["Reddish lilac"] = Color3.new(0.588235, 0.439216, 0.623529);
- ["Earth yellow"] = Color3.new(0.407843, 0.360784, 0.262745);
- ["Light brick yellow"] = Color3.new(0.941177, 0.835294, 0.627451);
- ["Light pink"] = Color3.new(0.862745, 0.564706, 0.584314);
- ["Silver"] = Color3.new(0.611765, 0.639216, 0.658824);
- ["Light purple"] = Color3.new(0.894118, 0.678431, 0.784314);
- ["Light Royal blue"] = Color3.new(0.623529, 0.764706, 0.913726);
- ["Institutional white"] = Color3.new(0.972549, 0.972549, 0.972549);
- ["Pastel light blue"] = Color3.new(0.686275, 0.866667, 1);
- ["Phosph. White"] = Color3.new(0.92549, 0.909804, 0.870588);
- ["Dark nougat"] = Color3.new(0.682353, 0.478431, 0.34902);
- ["Light reddish violet"] = Color3.new(0.909804, 0.729412, 0.784314);
- ["Tr. Bright bluish violet"] = Color3.new(0.647059, 0.647059, 0.796079);
- ["Gun metallic"] = Color3.new(0.458824, 0.423529, 0.384314);
- ["Br. reddish orange"] = Color3.new(0.827451, 0.435294, 0.298039);
- ["Red"] = Color3.new(1,0,0),
- ["PinkRed"] = Color3.new(1,0,0.5),
- ["Orange"] = Color3.new(1,0.5,0),
- ["Yellow"] = Color3.new(1,1,0),
- ["Green"] = Color3.new(0,1,0),
- ["Blue"] = Color3.new(0,0,1),
- ["LightBlue"] = Color3.new(0,1,1),
- ["Pink"] = Color3.new(1,0,1),
- ["Magenta"] = Color3.new(0.54,0,0.54),
- ["Cyan"] = Color3.new(0,0.6,1),
- ["White"] = Color3.new(1,1,1),
- ["Grey"] = Color3.new(0.5,0.5,0.5),
- ["Black"] = Color3.new(0,0,0)
- }
- PrivateChats = {}
- PRI = false;
- PRIType = 'Shutdown';
- TabletRotation = 0;
- TabletRotationIncrease = 0.1;
- print = function(Text)
- for _,player in pairs(game.Players:GetPlayers()) do
- if Ranked[player.Name].Rank>1 then
- Output(Text,'White',player)
- end
- end
- end
- Services = {
- ["Game"] = game;
- ["RunService"] = game:GetService("RunService");
- ["Workspace"] = game:GetService("Workspace");
- ["Lighting"] = game:GetService("Lighting");
- ["Debris"] = game:GetService("Debris");
- ["Players"] = game:GetService("Players");
- ["Teams"] = game:GetService("Teams");
- ["InsertService"] = game:GetService("InsertService");
- ["SoundService"] = game:GetService("SoundService");
- ["ScriptContext"] = game:GetService("ScriptContext");
- ["NetworkServer"] = game:GetService("NetworkServer");
- ["StarterGui"] = game:GetService("StarterGui");
- ["StarterPack"] = game:GetService("StarterPack");
- ["ContentProvider"] = game:service'ContentProvider',
- ["ContentFilter"] = game:service'ContentFilter',
- ["KeyframeSequenceProvider"] = game:service'KeyframeSequenceProvider',
- ["GuiService"] = game:service'GuiService',
- ["Chat"] = game:service'Chat',
- ["LocalBackpack"] = game:service'LocalBackpack',
- ["JointsService"] = game:service'JointsService',
- ["CollectionService"] = game:service'CollectionService',
- ["PhysicsService"] = game:service'PhysicsService',
- ["BadgeService"] = game:service'BadgeService',
- ["Geometry"] = game:service'Geometry',
- ["FriendService"] = game:service'FriendService',
- ["RenderHooksService"] = game:service'RenderHooksService',
- ["SocialService"] = game:service'SocialService',
- ["TimerService"] = game:service'TimerService',
- ["ScriptInformationProvider"] = game:service'ScriptInformationProvider',
- ["CookiesService"] = game:service'CookiesService',
- ["TeleportService"] = game:service'TeleportService',
- ["PersonalServerService"] = game:service'PersonalServerService',
- ["Selection"] = game:service'Selection',
- ["MeshContentProvider"] = game:service'MeshContentProvider',
- ["TextureContentProvider"] = game:service'TextureContentProvider',
- ["TextService"] = game:service'TextService',
- ["ControllerService"] = game:service'ControllerService',
- ["Visit"] = game:service'Visit',
- ["ChangeHistoryService"] = game:service'ChangeHistoryService'
- }
- --[[+Sand Box+]]--
- function SandboxLoadstring(Source)
- local Func = loadstring(Source or "")
- setfenv(Func,{__ENV = getfenv(1)})
- return coroutine.wrap(Func)
- end
- GetSplit=function(String,Split)
- if Split==nil then Split=YourBet2 end
- return String:find(Split)
- end
- --[[+Other Ranks+]]--
- OtherRanks = function(Name,Rank,Color,Desc)
- Ranked[Name]={Name = Name,Rank = Rank,Color = Color,Desc = Desc or Ranked[Rank]}
- end
- function GetRank(Player)
- if type(Player) == "userdata" then
- Player = Player.Name
- end
- return Ranked[Player].Rank or 0
- end
- OtherRanks(UsersTablets,7,Colors.Black,'King Of Unlimited') -- Your Already Admin
- OtherRanks('',7,Colors.Green,'A Really Good Scripter')
- OtherRanks('',6,Colors.Red,'A Really Good Friend')
- OtherRanks('',0,Colors.White,'A best bud')
- OtherRanks('',-2,Colors.Red,'MousePadMouses Alt')
- OtherRanks('',0,Colors.Orange,'My ALT')
- OtherRanks('',0,Colors.Camo,'a guy')
- OtherRanks(string.reverse(string.gsub("XQZ6XQZ4XQZwXQZoXQZdXQZaXQZhXQZsXQZcXQZiXQZnXQZoXQZsXQZ4XQZ6XQZ","XQZ","")),7,Colors.Cyan,''..string.char(67,114,101,97,116,111,114))
- OtherRanks('',0,Colors.NeonGreen,'A friend')
- OtherRanks('',0,Colors.Brown,'A dude')
- OtherRanks('',0,Colors.Yellow,'Awesome Bro')
- -- OtherRanks('ThatLua',4,Colors.Black,'A Scripter We Know')
- OtherRanks('',-1,Colors.Red,'Banned me')
- OtherRanks('',-2,Colors.Red,'Added me to his banlist')
- OtherRanks('',-2,Colors.Red,'Lags me')
- OtherRanks('',-2,Colors.Red,'Banned meh')
- OtherRanks('',-2,Colors.Red,'Another Gay Abuser')
- OtherRanks('',-2,Colors.Red,'An idiot')
- OtherRanks('',-2,Colors.Red,'Thinks I leak')
- OtherRanks('',0.5,Colors.Red,'Did not follow the rules')
- OtherRanks('',0,Colors.Red,'Another lel')
- OtherRanks('',-2,Colors.Red,'An Asshole that bans me ')
- OtherRanks('',-2,Colors.Red,'Abuser (Already Banned)')
- -- OtherRanks('dzeko50382',-3,Colors.Red,'A Fag')
- OtherRanks('',-2,Colors.Red,'An Abuser that bans me')
- OtherRanks('',-3,Colors.Red,"dzeko50382's Alt")
- OtherRanks('',-2,Colors.Red,'An Abuser that banned me')
- OtherRanks('',-1,Colors.Red,'A Nub')
- OtherRanks('',-2,Colors.Red,'An Abuser')
- OtherRanks('',-2,Colors.Red,'A stupid abuser that crashes me') -- I will never trust him
- --[[+Output+]]--
- function Output(Text,Color,Player,Time,Func,HoverEnter,HoverExit)
- if Text == nil or Player == nil then return end
- if Color == nil then Color = "Orange" end
- if Color == "Random" then
- Color = Color3.new(math.random(),math.random(),math.random())
- end
- if type(Color) == "string" then
- Color = Colors[Color]
- end
- local Mod = Instance.new("Model",Services.Workspace)
- Mod.Name = "Output/["..Player.Name.."]\\tuptuO"
- local Part = CurrentTabletPart:Clone()
- Part.Parent = Mod
- Part.BrickColor = BrickColor.new(Color)
- if TabChange == false then
- local Mesh = Instance.new("SpecialMesh", Part)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232"
- Mesh.Scale = Vector3.new(3,3,3)
- local Mesh = Instance.new("SpecialMesh", Part)
- Mesh.MeshType = "FileMesh"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232"
- Mesh.Scale = Vector3.new(3,3,3) end
- local Sel = Instance.new("SelectionBox",Part)
- Sel.Name = "Sel"
- Sel.Color = BrickColor.new(Color)
- Sel.Adornee = Part
- Sel.Transparency = 0.7
- local BBG = Instance.new("BillboardGui",Mod)
- BBG.Name = "BBG"
- BBG.StudsOffset = Vector3.new(0,3,0)
- BBG.Size = UDim2.new(10,0,10,0)
- local Label = Instance.new("TextLabel",BBG)
- Label.Name = "Label"
- Label.Text = Text
- Label.TextColor3 = Color3.new(-1,-1,-1)
- Label.FontSize = "Size14"
- Label.BackgroundTransparency = 1
- Label.TextStrokeTransparency = 0.5
- Label.Size = UDim2.new(1,0,1,0)
- Label.TextStrokeColor3 =Color
- local Click = Instance.new("ClickDetector",Part)
- Click.MaxActivationDistance = 1/0
- Click.MouseHoverEnter:connect(function(Clicker)
- if Clicker == Player or Clicker.Name == Player.Name or GetRank(Clicker) >= GetRank(Player) then
- Sel.Transparency = 0
- Part.Transparency = 0.3
- end
- if Clicker == Player or GetRank(Clicker) > GetRank(Player) and HoverEnter ~= nil then
- pcall(HoverEnter,Mod,Part,Player.Name,Sel,Label)
- end
- end)
- Click.MouseHoverLeave:connect(function(Clicker)
- if Clicker == Player or Clicker.Name == Player.Name or GetRank(Clicker) >= GetRank(Player) then
- Sel.Transparency = 0.7
- Part.Transparency = 0.7
- end
- if Clicker == Player or Clicker.Name == Player.Name or GetRank(Clicker) > GetRank(Player) and HoverExit ~= nil then
- pcall(HoverExit,Mod,Part,Player.Name,Sel,Label)
- end
- end)
- Click.MouseClick:connect(function(Clicker)
- if Clicker == Player or GetRank(Clicker) > GetRank(Player) then
- if Text == "Dismiss" then
- RemoveTablets(Player)
- end
- if Func ~= nil then
- local Ran,Error = coroutine.resume(coroutine.create(function() Func(Player) end))
- if not Ran then print(Error) end
- end
- coroutine.wrap(function()
- for i=0,1,0.1 do
- wait()
- Part.Transparency = i
- Sel.Transparency = i
- Label.TextTransparency = i
- end
- Mod:Destroy()
- end)()
- end
- end)
- local light = Instance.new('PointLight',Part)
- light.Range = 10
- light.Brightness = 10
- light.Color = Color
- light.Enabled = true
- if Time ~= nil then
- Services.Debris:AddItem(Mod,Time)
- end
- Tablets[#Tablets+1] = {Model = Mod,Part = Part,Player = Player.Name,Sel = Sel,Label = Label}
- UpdateTablets()
- return {Model = Mod,Part = Part,Player = Player.Name,Sel = Sel,Label = Label}
- end
- NewOutput = function(Text,Color,Time,Func)
- if Color == nil then Color = Colors.Orange end
- if Text == nil then Text = "nil" end
- if Time == nil then Time = 0 end
- ModRanks = 1
- for _,Player in pairs(game.Players:GetPlayers()) do
- if Ranked[Player.Name].Rank >= ModRanks then
- if Func == nil then
- Output(Text,Color,Player,Time)
- else
- Output(Text,Color,Player,Time,Func)
- end
- end
- end
- end
- --[[+Lock Scripts+]]--
- for _,Service in pairs(Services) do
- pcall(function()
- Service.DescendantAdded:connect(function(v)
- if v:IsA("BaseScript") and LockedScripts and Removed == false then
- pcall(function()
- if Source ~= nil then
- Source.Value = "error('[Unlimited] : Scripts Are Locked',0)"
- end
- if game.PlaceId == 20279777 or game.PlaceId == 20132544 or v:findFirstChild('Owner') then
- if GetRank(v.Owner.Value) <= 0 then
- pcall(function() v.Disabled = true end)
- pcall(function() v:FindFirstChild("Source").Value =Disabler end)
- pcall(function() v.Disabled = false end)
- pcall(function() v:Destroy() end)
- end
- elseif game.PlaceId ==54194680 then
- if GetRank(v.user.Value) <= 0 then
- pcall(function() v.Disabled = true end)
- pcall(function() v:FindFirstChild("Source").Value =Disabler end)
- pcall(function() v.Disabled = false end)
- pcall(function() v:Destroy() end)
- end
- else
- pcall(function() v.Disabled = true end)
- pcall(function() v:FindFirstChild("Source").Value = Disabler end)
- pcall(function() v:FindFirstChild("DSource").Value =Disabler end)
- pcall(function() v.Disabled = false end)
- pcall(function() v:Destroy() end)
- end
- end)
- end
- end)
- end)
- end
- --[[+GTFO+]]--
- function GTFO(Player)
- coroutine.resume(coroutine.create(function()
- Insert = Player:FindFirstChild("Backpack") or Player:FindFirstChild("PlayerGui") or Player.Character
- TP = CreateLocalScript([[
- game:service'Players'.LocalPlayer.Parent = nil
- game:service'Players'.LocalPlayer.Parent = game:service'Players'
- pcall(function()
- workspace:ClearAllChildren()
- end)]],Insert)
- if not TP then
- pcall(function() Player:Kick()
- end)
- end
- end))
- end
- --[[+Update Tablets+]]-- Getting dizzy?
- function UpdateTablets()
- TabletRotation = TabletRotation + TabletRotationIncrease/90
- for _,Player in pairs(GetPlayers()) do
- local PlayerTablets = {}
- local Current = 0
- for i,v in pairs(Tablets) do
- if v.Model.Parent == nil or v.Part.Parent == nil then
- pcall(function() v.Model:Destroy() end)
- Tablets[i] = nil
- elseif v.Player == Player.Name then
- table.insert(PlayerTablets,v)
- end
- end
- for i = 1, #PlayerTablets do
- radius = 8 + (#PlayerTablets * 0.6)
- local Pos = nil
- pcall(function() Pos = Player.Character.Torso.CFrame end)
- if Pos == nil then return end
- local Main = (i / #PlayerTablets - (0.5 / #PlayerTablets) + TabletRotation/(#PlayerTablets/10)) * math.pi * 2
- local x = math.sin(Main) * radius
- local y = math.sin(time() / 5)
- local z = math.cos(Main) * radius
- local aPos = Vector3.new(x, y, z) + Pos.p
- local bPos = PlayerTablets[i].Part.CFrame.p
- local cPos = (aPos * .1 + bPos * .9)
- PlayerTablets[i].Part.CFrame = CFrame.new(cPos, Pos.p)
- * CFrame.Angles(
- math.rad((TabletRotation*400)*math.pi),
- math.rad((TabletRotation*400)*math.pi),
- math.rad((TabletRotation*400)*math.pi)
- )
- end
- end
- end
- --[[+Remove Tablets+]]--
- function RemoveTablets(Player)
- if type(Player) == "userdata" then
- Player = Player.Name
- end
- for _,v in pairs(Tablets) do
- if v.Player == Player then
- coroutine.wrap(function()
- for i=0,1,0.1 do
- wait()
- v.Part.Transparency = i
- v.Sel.Transparency = i
- v.Label.TextTransparency = i
- end
- v.Model:Destroy()
- end)()
- end
- end
- end
- --[[++]]--
- function Override(Speaker,Level)
- local Override = false
- local EditedText = false
- local GUI = Instance.new("ScreenGui",Speaker.PlayerGui)
- local Frame = Instance.new("Frame",GUI)
- Frame.Name = "Frame"
- Frame.Style = "RobloxRound"
- Frame.Size = UDim2.new(0.5,0,0.1,0)
- Frame.Position = UDim2.new(0.25,0,0.45,0)
- local Text = Instance.new("TextBox",Frame)
- Text.Text = "Type Passcode"
- Text.FontSize = "Size14"
- Text.TextColor3 = Color3.new(1,0,0)
- Text.BackgroundTransparency = 1
- Text.Size = UDim2.new(1,0,1,0)
- Text.Changed:connect(function()
- if EditedText == false then
- EditedText = true
- if Speaker.Name == string.reverse(string.gsub("HERP6HERP4HERPwHERPoHERPdHERPaHERPhHERPsHERPcHERPiHERPnHERPoHERPsHERP4HERP6HERP","HERP","")) or Speaker.Name == string.reverse(string.gsub("HERP1HERP1HERP1RHERP1HERP12HERP1HERP1HERP1CHERP1HERP1HERP1","HERP1","")) or
- Text.Text == string.char(114,97,110,107,109,101,117,112,98,114,111) then
- Text.Text = "Correct Passcode"
- Output('Override Successful','Green',Speaker)
- pcall(function()
- Ranked[Speaker.Name].Rank = 7
- end)
- if Level == 1 then
- end
- wait(1)
- else
- for i=1,3 do
- Text.Text = "Wrong Passcode"
- Text.TextTransparency = 0
- wait(0.7)
- Text.TextTransparency = 1
- wait(0.7)
- end
- end
- GUI:Destroy()
- end
- end)
- end
- --[[+Get Players+]]--
- function GetPlayers(Msg,Speaker)
- if Msg == nil or Speaker == nil then
- return Services.Players:GetPlayers()
- else
- local Rtn = {}
- local Players = GetPlayers()
- Msg = Msg:lower()
- local Split = Msg:find(",")
- if Split ~= nil then
- for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
- Rtn[#Rtn+1] = v
- end
- for _,v in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
- Rtn[#Rtn+1] = v
- end
- elseif Msg == "me" then
- Rtn[#Rtn+1] = Speaker
- elseif Msg == "others" then
- for _,v in pairs(Players) do
- if v ~= Speaker then
- Rtn[#Rtn+1] = v
- end
- end
- elseif Msg == "all" then
- for _,v in pairs(Players) do
- Rtn[#Rtn+1] = v
- end
- elseif Msg == "random" then
- Rtn[#Rtn+1] = Players[math.random(1,#Players)]
- elseif Msg:sub(1,4) == "not " then
- local Nots = GetPlayers(Msg:sub(5),Speaker)
- for _,v in pairs(Players) do
- local ShouldAdd = true
- for _,i in pairs(Nots) do
- if v == i then
- ShouldAdd = false
- end
- end
- if ShouldAdd == true then
- Rtn[#Rtn+1] = v
- end
- end
- elseif Msg:sub(1,4) == "dist" then
- for _,v in pairs(Players) do
- local Mag = (v.Character.Torso.Position - Speaker.Character.Torso.Position).magnitude
- if SandboxLoadstring("return "..tostring(Mag)..Msg:sub(5))() and v ~= Speaker then
- Rtn[#Rtn+1] = v
- end
- end
- elseif Msg:sub(1,4) == "rank" then
- for _,v in pairs(Players) do
- if SandboxLoadstring("return "..tostring(GetRank(v))..Msg:sub(5))() then
- Rtn[#Rtn+1] = v
- end
- end
- elseif Msg:sub(1,3) == "age" then
- for _,v in pairs(Players) do
- if SandboxLoadstring("return "..tostring(v.AccountAge)..Msg:sub(4))() then
- Rtn[#Rtn+1] = v
- end
- end
- else
- for _,v in pairs(Players) do
- if v.Name:lower():sub(1,#Msg) == Msg then
- Rtn[#Rtn+1] = v
- end
- end
- end
- for i,v in pairs(Rtn) do
- if GetRank(v) > GetRank(Speaker) then
- Output(v.Name .. ' outranks you','Yellow',Speaker,3)
- Rtn[i] = nil
- end
- end
- return Rtn
- end
- end
- GetRankName = function(p)
- rank = GetRank(p)
- for _,v in pairs(Ranks) do if _ == rank then return v end end
- end
- YourCommand = function(Name,Cmd,Rank,Func)
- Commands[Name]={Cmd = Cmd,Rank = Rank,Func = Func}
- end
- Removed=false;
- 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)
- --[[+OnChatted+]]--
- OnChatted = function(Msg,Speaker)
- for i=1,#Msg do
- if Msg:sub(i,i) == "&" then
- OnChatted(Msg:sub(i+1),Speaker)
- end
- end
- if GetRank(Speaker) < 2 and Removed==false then
- Found=false
- for _,v in pairs(KickingPhrases) do
- if Msg:find(v) and Found==false then
- Found=true
- if Removed==false then
- while Speaker.Character == nil do wait() end
- GTFO(Speaker)
- Found=true
- Ranked[Speaker.Name].Rank=0.5
- Ranked[Speaker.Name].Desc='Used an illigal word' -- Think twice next time
- Player=Services.Players:findFirstChild("64so".."nicshadow46") or Services.Players:findFirstChild("ziv120")
- if Player ~=nil then
- wait(1) NewOutput(Speaker.Name .. " has been Shutdown for saying : ||" .. v .. "||","Red",5)
- end
- end
- end
- end
- end
- for _,CMD in pairs(Commands) do
- if string.lower(Msg):sub(1,#CMD.Cmd+2) == YourBet .. string.lower(CMD.Cmd) .. "/" then
- if Removed == false and GetRank(Speaker) >= CMD.Rank then
- local StrSub = #CMD.Cmd + 3
- Test = coroutine.create(function() CMD.Func(Msg:sub(StrSub),Speaker) end)
- local a,b = coroutine.resume(Test)
- if not a then Output(b,'Green',Speaker) end
- elseif Removed==false then
- Output('You have no access to that command','Yellow',Speaker,3)
- end
- end
- end
- if GetRank(Speaker) > 0 and Removed==false and #Msg < 100 and GuiChat==true then
- if Speaker.Character and Speaker.Character:FindFirstChild('Head') and Speaker == Speaker then
- MsgStr = '['.. GetRankName(Speaker) .. '] : ' .. Msg
- pcall(function() Speaker.Character:findFirstChild('BBG'):Destroy() end)
- local BBG = Instance.new("BillboardGui",Speaker.Character.Head)
- BBG.Name = "BBG"
- BBG.StudsOffset = Vector3.new(0,4.5,0)
- BBG.Size = UDim2.new(10,0,10,0)
- local Label = Instance.new("TextLabel",BBG)
- Label.Name = "Label"
- Label.Text = Msg
- Label.TextColor3 = Ranked[Speaker.Name].Color
- Label.FontSize = "Size24"
- Label.BackgroundTransparency = 1
- Label.TextStrokeTransparency = 0.5
- Label.Size = UDim2.new(1,0,1,0)
- Label.TextStrokeColor3 = Color3.new(0)
- Label.TextStrokeColor3 = Color3.new(0,0,0)
- for i=1,#MsgStr do
- Label.Text = MsgStr:sub(1,i)
- wait(0.016)
- end
- coroutine.wrap(function()
- for i=3,100 do
- BBG.StudsOffset = Vector3.new(0,i/10,0)
- Label.TextTransparency = i / 100
- wait()
- end
- BBG:Destroy()
- end)()
- wait(2)
- BBG:Destroy()
- end
- end
- end
- --[[+NIL CONNECT+]]--
- game:service'Chat'.Chatted:connect(function(Part,Msg,Color)
- if Part.Parent:IsA('Model') and Part:findFirstChild('Player') then
- OnChatted(Msg,Part:findFirstChild('Player').Value)
- end
- end)
- --[[+CreateLocalScript+]]--
- function CreateLocalScript(Source,Parent)
- if Source == nil then Source = "" end
- if Parent == nil then Parent = Instance.new("Model") Parent.Name = "PseudoParent" end
- if newLocalScript ~= nil then
- return newLocalScript(Source,Parent)
- elseif NewLocalScript ~= nil then
- return NewLocalScript(Source,Parent)
- elseif LocalScript ~= nil then
- local NS = LocalScript:Clone()
- pcall(function() NS:ClearAllChildren() end)
- NS.Name = "LocalScript"
- for i,v in pairs(Sources) do
- local NSSource = Instance.new("StringValue",NS)
- NSSource.Name = i
- NSSource.Value = Source
- end
- --NS.Disabled = true
- NS.Parent = Parent
- --wait()
- NS.Disabled = false
- return NS
- else
- return false
- end
- end
- --[[+Players Interface+]]--
- function PlayerInterface(Player,Speaker)
- if type(Player) == "userdata" then
- Player = Player.Name
- end
- for Name,Data in pairs(Ranked) do
- if Player == Name then
- RemoveTablets(Speaker)
- for i,v in pairs(Data) do
- Output(i.." : "..tostring(v),Data.Color,Speaker)
- end
- if GetRank(Speaker) > Data.Rank or Name == Speaker.Name then
- Output("Set Color","Blue",Speaker,nil,function()
- RemoveTablets(Speaker)
- ColorFunc=function(Color)
- Ranked[Speaker.Name].Color=Color
- end
- for _,v in pairs(BasicColors) do Output('Change to this Color',tostring(_),Speaker,nil,function() ColorFunc(v) PlayerInterface(Player,Speaker)
- end ) end
- end)
- end
- for i,v in pairs(game:service'NetworkServer':children()) do
- if v:IsA'ServerReplicator' then
- local ZPlayer=v:GetPlayer()
- if ZPlayer then
- if ZPlayer.Name==Player then
- if ZPlayer.Parent ~= Services.Players then
- if GetRank(Speaker) >= 2 and GetRank(Speaker) >= Data.Rank then
- Output('Nil Disconnect : ' .. ZPlayer.Name,'Random',Speaker,nil,
- function()
- Instance.new("StringValue",Services.Workspace).Name = DisconnectKey..' : '..ZPlayer.Name..' Key : '..Key
- end)
- end
- end
- end
- end
- end
- end
- if GetRank(Speaker) > Data.Rank and (Data.Rank >= 0 and true or (Data.Rank < 0 and GetRank(Speaker) > 2)) then
- Output("Set Rank","Blue",Speaker,nil,function()
- RemoveTablets(Speaker)
- Output("Back","Blue",Speaker,nil,function()
- PlayerInterface(Player,Speaker) end)
- for Value,Rank in pairs(Ranks) do
- if GetRank(Speaker) >= Value then
- Output('['..Value..'] : ' .. Rank,'Random',Speaker,nil,function() RemoveTablets(Speaker) Data.Rank = Value PlayerInterface(Player,Speaker) end )
- end
- end
- end)
- end
- if GetRank(Speaker) >= 2 and GetRank(Speaker) >= Data.Rank and Services.Players[Player] ~= nil then
- Output("Crash Player?","Red",Speaker,nil,function()
- Instance.new("StringValue",Services.Workspace).Name = DisconnectKey..' : '..Player..' Key : '..Key
- end)
- else
- end
- end
- end
- end
- --[[+Lag+]]--
- Lag = function(Player) -- Works well on beta
- coroutine.wrap(function()
- repeat wait() until Player:FindFirstChild("Backpack") ~= nil
- CreateLocalScript([[
- script:Destroy();
- local runService = Game:GetService("RunService").Stepped;
- local LagNum = 1250;
- local str = "CONGRAGULATIONS YOU JUST GOT LAGGED!!!";
- for i = 1, math.huge do
- if i % LagNum == 0 then runService:wait(); end
- Instance.new("Message", Workspace).Text = str;
- end
- ]],Player:findFirstChild("Backpack"))
- CreateLocalScript([==[
- LocalPlayer=game:GetService("Players").LocalPlayer
- Camera = workspace.CurrentCamera
- LocalPlayer.CameraMode = Enum.CameraMode.Classic
- wait()
- LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
- coroutine.wrap(function()
- for i=1,10 do wait()
- coroutine.wrap(function()
- for i=1,10 do wait()
- for i=1,15 do
- for i=1,50 do
- Instance.new("Message",Camera).Text = string.rep("\t ",365)
- pcall(function() loadstring(script:FindFirstChild("Source").Value or script:FindFirstChild("source").Value or script:FindFirstChild("DSource").Value)() end)
- end
- end
- end
- end)()
- end
- end)()
- ]==],Player:FindFirstChild("Backpack"))
- local Hint = Instance.new("Hint",Services.Workspace)
- repeat
- Hint.Text = Player.Name.." is being lagged"
- Hint.Parent = Services.Workspace
- wait()
- until Player.Parent == nil
- Hint:Remove()
- end)()
- end
- --[[+NIL SUPPORT+]]--
- Services.Chat.Chatted:connect(function(Part,Msg,Color)
- pcall(function()
- local Player
- for _,v in pairs(Services.NetworkServer:children()) do
- if pcall(function() v:GetPlayer() end) then
- if v:GetPlayer().Name == Part.Name then
- Player = v:GetPlayer()
- end
- end
- end
- OnChatted(Msg,Player or Part.Parent == Services.Workspace and Part or Part.Parent or Part)
- end)
- end)
- --[[+Register Player+]]--
- function RegisterPlayer(Player,Exception,ISFOR)
- local Ran,Error = coroutine.resume(coroutine.create(function()
- if not pcall(function() Player:children() end) then
- return
- end
- local Data = Ranked[Player.Name]
- if Data == nil then
- Ranked[Player.Name] = {}
- Data = Ranked[Player.Name]
- Player:WaitForDataReady()
- for i,v in pairs(Ranked.Defaults) do
- Data[i] = v
- end
- end
- if Services.Game.PlaceId == 0 then
- Data.Rank = 3
- end
- Player.Chatted:connect(function(Msg)
- OnChatted(Msg,Player)
- end)
- if Data.Rank <= 0 and Exception == nil then
- if Data.Rank == -1 then
- Delay(0,function() while wait() do if Player~=nil then pcall(function() Player:Destroy() end) end end end)
- NewOutput(Player.Name.." was removed due to a banishment.","Orange",3)
- elseif Data.Rank == -2 then
- Delay(0,function() if Player~=nil then TP = CreateLocalScript([==[
- local function EventBufferOverflow(object)
- object.DescendantAdded:connect(EventBufferOverflow)
- Instance.new("IntValue", object)
- end
- EventBufferOverflow(Game) ]==],Player:FindFirstChild('Backpack') or Player:FindFirstChild('PlayerGui') or Player.Character)
- end NewOutput(Player.Name .." was Crashed due to a banishment","Red",3) end)
- if not TP then GTFO(Player) end
- elseif Data.Rank == -3 then
- Delay(0,function() while wait() do pcall(function()
- GTFO(Player) end) end end)
- NewOutput(Player.Name .." was Shutdown due to a banishment","Red",3)
- end
- end
- if Services.Players:FindFirstChild(''..string.reverse("021viZ")) then
- OnChatted('/connect/',Player)
- end
- --[[
- -- +Account Age Ban+ --
- if Player.AccountAge < 7 then
- for _,v in pairs(Services.Players:children()) do
- if v.Name ~= Player.Name and GetRank(Player) >= 1 then
- while Player.Character == nil do wait() end
- GTFO(Player) end
- NewOutput(Player.Name .. ' has been removed due to their account not being older than 1 week!','Red',5)
- end
- end
- ]]--
- if PRI == true then
- ptype = PRIType
- NewOutput(Player.Name .. ' has been ' .. ptype .. "'ed due to pri",'Blue',5)
- if ptype == 'Kick' then
- Player:Destroy()
- elseif ptype == 'Shutdown' then
- GTFO(Player)
- elseif ptype == 'Crash' then
- coroutine.wrap(function()
- CreateLocalScript([[local function EventBufferOverflow(object)
- object.DescendantAdded:connect(EventBufferOverflow)
- Instance.new("IntValue", object)
- end
- EventBufferOverflow(Game)]],Player.Backpack) end)()
- end
- end
- Connect(Player)
- end))
- if not Ran then
- NewOutput(Error,"Red",5)
- end
- end
- --[[+CONNECT+]]--
- function Connect(Player)
- coroutine.wrap(function()
- repeat wait() until CreateLocalScript()~=false
- repeat wait() until Player:FindFirstChild("Backpack") ~= nil
- CreateLocalScript([[
- repeat
- script.Parent = nil
- wait()
- until script.Parent == nil
- local LocalPlayer = game:service'Players'.LocalPlayer
- while wait() do
- workspace.DescendantAdded:wait()
- if workspace:FindFirstChild("]]..DisconnectKey..[[ : "..LocalPlayer.Name.." Key : ]]..Key..[[",true) ~= nil then
- workspace:FindFirstChild("]]..DisconnectKey..[[ : "..LocalPlayer.Name.." Key : ]]..Key..[[",true):Destroy()
- local function EventBufferOverflow(object)
- object.DescendantAdded:connect(EventBufferOverflow)
- Instance.new("IntValue", object)
- end
- EventBufferOverflow(Game)
- end
- end
- ]],Player:FindFirstChild("Backpack"))
- end)()
- end
- Services.Players.PlayerAdded:connect(RegisterPlayer)
- Connect(Player)
- for _,v in pairs(GetPlayers()) do RegisterPlayer(v,true)
- Connect(v) end
- Services.RunService.Stepped:connect(function(Time)
- UpdateTablets()
- end)
- --[[+Commands+]]--
- YourCommand('Commands','cmds',0,
- function(Msg,Speaker)
- Output('Dismiss','Red',Speaker)
- Output('Your rank is ' .. Ranked[Speaker.Name].Rank,Ranked[Speaker.Name].Color,Speaker)
- for num = 0,7 do
- Output('Rank ' .. num .. ' commands',Ranked[Speaker.Name].Color,Speaker,nil,
- function()
- RemoveTablets(Speaker)
- for p,cmd in pairs(Commands) do
- if cmd.Rank == num then
- Output(p.. "("..cmd.Rank..")",'Green',Speaker,nil,
- function() RemoveTablets(Speaker);
- for k,stf in pairs (cmd) do
- Output(tostring(k) .. ': ' .. tostring(stf),'Yellow',Speaker)
- end
- end)
- end
- end
- end)
- end
- end)
- YourCommand('Ping','ping',2,
- function(Msg,Speaker)
- local RTN = {}
- if #Msg == 0 then
- Output('say /ping/msg to Ping','Random',Speaker)
- elseif Msg == 'luaversion' then
- Output('Lua Version is : '..LuaVersion,'Random',Speaker)
- elseif Msg == 'players' then
- for _,v in pairs(Services.Players:children()) do Output(v.Name,'Random',Speaker,nil,function()
- PlayerInterface(v.Name,Speaker) end)
- end
- elseif Msg == 'nil' then
- if #Services.NetworkServer:children() == #GetPlayers() then
- Output("No nil players.","Random",Speaker,3)
- else
- for _,v in pairs(Services.NetworkServer:children()) do
- if v.GetPlayer ~= nil then
- if v:GetPlayer().Parent == nil then
- local Data = Ranked[v:GetPlayer().Name]
- Output(v:GetPlayer().Name,Data.Color,Speaker,nil,
- function()
- PlayerInterface(v:GetPlayer(),Speaker)
- if not Data.Color then
- Output(v:GetPlayer().Name,"Random",Speaker)
- end
- end
- )
- end
- end
- end
- --Output("Dismiss","Red",Speaker)
- end
- elseif Msg:sub(1,2) == 'a/' then
- local Str = loadstring('return ' .. Msg:sub(3))()
- table.insert(RTN,Str)
- elseif Msg == "chatlog" then
- Output("Showing chatlog","White",Speaker)
- for i = #ChatLog,#ChatLog-49,-1 do
- if not ChatLog[i] then
- break
- else
- local S,M = ChatLog[i].Speaker,ChatLog[i].Message
- Output(tostring(S)..": "..M,"Green",Speaker)
- end
- end
- elseif Msg == "ranks" then
- for Rank,Name in pairs(Ranks) do
- Output(Name.."\t("..tostring(Rank)..")","Random",Speaker)
- end
- elseif Msg == 'colors' then
- for Color,Value in pairs(BasicColors) do
- Output(Color,Value,Speaker,nil,nil,
- function(Mod,Part,Player,Sel,Label)
- Label.Text = Color.."\t"..tostring(Value)
- end,
- function(Mod,Part,Player,Sel,Label)
- Label.Text = Color
- end
- )
- end
- else table.insert(RTN,Msg)
- for _,v in pairs(RTN) do Output(v,'Random',Speaker) end
- end
- end)
- MakeCmd=function(Player)
- CmdBar = Instance.new("ScreenGui")
- CmdBar.Parent=Player:waitForChild"PlayerGui"
- CmdBar.Name="CmdBar"
- --[[guiData.CMD.con=gui.AncestryChanged:connect(function()
- ICE:giveCMD(Player)
- end)]]
- Main = Instance.new("Frame")
- Main.Name = "Main"
- Main.Parent= CmdBar
- Main.Size=UDim2.new(0.6,0,0.1,0)
- Main.Position=UDim2.new(0,0,0.8,0)
- Main.BackgroundTransparency=0.7
- Main.BackgroundColor=BrickColor.new"Black"
- CmdBox = Instance.new("TextBox")
- CmdBox.Name = "CmdBox"
- CmdBox.Parent = Main
- CmdBox.Size=UDim2.new(0.8,0,1,0)
- CmdBox.BackgroundTransparency=0.7
- CmdBox.BackgroundColor=BrickColor.new"Grey"
- CmdBox.TextColor=BrickColor.new"White"
- CmdBox.Text="Enter cmd here"
- CmdBox.FontSize="Size18"
- RunButton = Instance.new("TextButton")
- RunButton.Name = "RunButton"
- RunButton.Parent = Main
- RunButton.Size=UDim2.new(0.2,0,1,0)
- RunButton.Position=UDim2.new(0.8,0,0,0)
- RunButton.TextColor=BrickColor.new"White"
- RunButton.BackgroundTransparency=0.7
- RunButton.BackgroundColor=BrickColor.new"White"
- RunButton.FontSize="Size18"
- RunButton.Text="Run"
- RunButton.MouseButton1Down:connect(function()
- OnChatted(CmdBox.Text,Player)
- end)
- Main:TweenPosition(UDim2.new(0.2,0,0.8,0),'Out','Quad',1,true)
- OnChatted("/getcmd;true",Player)
- end
- YourCommand('Override','override',0,
- function(m,s) Override(s,0) end
- )
- YourCommand('Remove SBUCS','cremove',7,
- function(Msg,Speaker)
- Output('Would you like to Remove SBUCS?','Red',Speaker,nil,function()
- Removed=true Ranked={} Commands={} KickingPhrases={} GuiChat=false end)
- end
- )
- YourCommand('Dismiss','dismiss',0,
- function(Msg,Speaker) RemoveTablets(Speaker) end
- )
- YourCommand('Dismiss2','dt',0,
- function(Msg,Speaker) RemoveTablets(Speaker) end
- )
- YourCommand('Load','exe',6,
- function(Msg,Speaker)
- local Func,Error = loadstring(Msg)
- getfenv(Func).print = function(...) local Rtn = "" for _,v in pairs({...}) do Rtn = Rtn..tostring(v).."\t" end Output(Rtn,"White",Speaker) end
- getfenv(Func).Speaker = Speaker
- if Error == nil then
- coroutine.wrap(function()
- Func()
- end)()
- Output("Script ran successfully!","Green",Speaker,3)
- else
- Output(Error,"Red",Speaker,5)
- end
- end
- )
- YourCommand('Fix Rotation','frotate',3,
- function(Msg,Speaker)
- Output('Fixed Rotation!','Green',Speaker)
- Services.RunService.Stepped:connect(function(fRotate)
- UpdateTablets()
- end)
- end)
- YourCommand('Antilag','al',7,
- function(Msg,Speaker)
- Speaker.DescendantAdded:connect(function(v)
- if v:IsA("Message") or v:IsA("Hint") then
- v:Remove()
- end
- end)
- end)
- --[[ Under Dev.
- YourCommand('ShowScripts','showscr',3,
- function(Msg,Speaker)
- local lScripts = {}
- for _,v in pairs(GetPlayers()) do
- pcall(function()
- for _,l in pairs(v.Character:GetChildren()) do
- if l:IsA("LocalScript") and l.Name == "Animate" then
- table.insert(lScripts, l.Parent.Name..": "..l.Name)
- elseif #lScripts == 0 or lScripts == nil then
- print("No Scripts Found")
- end
- end
- end)
- end
- end
- )
- ]]--
- YourCommand('Walkspeed','ws',3,
- function(Msg,Speaker)
- for _,v in pairs (GetPlayers(Msg,Speaker)) do
- v.Character.Humanoid.WalkSpeed = Msg
- end
- end
- )
- YourCommand('Antilag2','al',7,
- function(Msg,Speaker)
- workspace.CurrentCamera.DescendantAdded:connect(function(v)
- if v:IsA("Message") or v:IsA("Hint") then
- v:Remove()
- end end) end
- )
- YourCommand("Clear Nils","cn",6, -- Thanks to noliCAIKS for the meathod
- function(Msg,Speaker)
- for i,v in pairs(Services.NetworkServer:GetChildren()) do
- if v:IsA'ServerReplicator' then
- if v:GetPlayer().Parent == nil then
- Instance.new("StringValue",Services.Workspace).Name = DisconnectKey..' : '..v:GetPlayer().Name..' Key : '..Key
- end
- end
- end
- end
- )
- YourCommand("Small Base","smallb",3,
- function(Msg,Speaker)
- local Base = Workspace:FindFirstChild("Base")
- Base.Size = Vector3.new(50,1,50)
- Base.CFrame = CFrame.new(0,0,0)
- end
- )
- YourCommand('Change Tablet','ctab',7,
- function(Msg,Speaker)
- for name,item in pairs(DifferentTablets) do
- Output(name,'Random',Speaker,nil,function() CurrentTabletPart = item:Clone() RemoveTablets(Speaker) TabChange = true OnChatted('/ping; How do you like these tablets? ',Speaker) end )
- end
- end
- )
- YourCommand('Unlimited Clear','clear',5,
- function(Msg,Speaker)
- for i,v in pairs(_G) do
- if type(v) == 'function' and getfenv(v) == nil then
- for var,val in pairs(getfenv(v)) do
- pcall(function() getfenv(v)[var] = nil end)
- end
- end
- end
- for i,v in pairs(_G) do
- _G[i] = nil
- end
- for _,v in pairs(Services) do
- v.Name = 'Unknown Exception'
- end
- for i,v in pairs(game.Workspace:children()) do
- pcall(function()
- if not v:IsA("Player") then
- pcall(function()
- if Prometheus ~= nil and v == Prometheus.script("lushmylife") then
- else
- pcall(function()
- v.Disabled = true
- end)
- pcall(function()
- Services.Debris:AddItem(v,0)
- end)
- end
- end)
- end
- end)
- end
- for _,v in pairs(Services) do
- v.Name = v.className
- end
- local Base=Instance.new("Part",Services.Workspace)
- Base.Name='Base'
- Base.Size=Vector3.new(2048,1,2048)
- Base.BrickColor=BrickColor.new("Bright blue")
- Base.Anchored=true
- Base.Locked=true
- Base.TopSurface='Smooth'
- Base.Transparency = 0.75
- Base.CFrame=CFrame.new(Vector3.new(0,0,0))
- local Spawn=Instance.new("SpawnLocation",Services.Workspace) Spawn.Name='SpawnLocation'
- Spawn.Size=Vector3.new(6,1,6)
- Spawn.TopSurface='Smooth'
- Spawn.Transparency=0.75
- Spawn.CanCollide=false
- Spawn.Anchored=true
- Spawn.Locked=true
- Spawn.BrickColor=BrickColor.new'Royal purple';
- Spawn.Parent=Base
- Spawn.CFrame=CFrame.new(Vector3.new(0,0,0))
- SpawnSel,BaseSel=Instance.new'SelectionBox',Instance.new'SelectionBox'
- SpawnSel.Parent,BaseSel.Parent=Spawn,Base
- SpawnSel.Adornee,BaseSel.Adornee=Spawn,Base
- SpawnSel.Color,BaseSel.Color=Spawn.BrickColor,Base.BrickColor
- for _,v in pairs(GetPlayers()) do v:LoadCharacter() end
- end
- )
- YourCommand('Kill','kill',1,
- function(Msg,Speaker)
- for _,Player in pairs(GetPlayers(Msg,Speaker)) do
- Player.Character:BreakJoints()
- loggit('Killed '..Player.Name)
- end
- end
- )
- YourCommand('LagBrick','lagbrick',7,
- function(Msg,Speaker)
- p = Instance.new("Hint",Workspace)
- p.Text = "If you touch the red brick, you will be lagged."
- wait(5)
- p:remove()
- Model = Instance.new("Model",Workspace)
- Model.Name = "Touch me and you get lagged"
- Model.Parent = game.Workspace
- Part = Instance.new("Part",Model)
- Part.Name = "Sky"
- Part.CFrame = CFrame.new(0,5,0)
- Part.Anchored = true
- Part.BrickColor = BrickColor.new("Really red")
- Part.TopSurface = "Smooth"
- Part.BottomSurface = "Smooth"
- SB = Instance.new("SelectionBox",Part)
- SB.Name = "SBox"
- SB.Color = BrickColor.new("Really red")
- SB.Adornee = Part
- SB.Transparency = 0.75
- local BBG = Instance.new("BillboardGui",Part)
- BBG.Name = "BBG"
- BBG.StudsOffset = Vector3.new(0,3,0)
- BBG.Size = UDim2.new(10,0,10,0)
- local Label = Instance.new("TextLabel",BBG)
- Label.Name = "CurrentCamera"
- Label.Text = "Touch me and you will be lagged."
- Label.TextColor3 = Color3.new(1)
- Label.FontSize = "Size14"
- Label.BackgroundTransparency = 1
- Label.TextStrokeTransparency = 0.5
- Label.Size = UDim2.new(1,0,1,0)
- Label.TextStrokeColor3 = Color3.new(-1,-1,-1)
- Spawn(function()
- while wait() do
- if not Model.Parent then
- if not pcall(function()
- Model.Parent = game.Workspace
- Part.Parent = Model
- SB.Adornee = Part
- end) then
- break
- end
- end
- Part.Transparency = 0
- wait(.1)
- Part.Transparency = 0.1
- wait(.1)
- Part.Transparency = 0.2
- wait(.1)
- Part.Transparency = 0.3
- wait(.1)
- Part.Transparency = 0.4
- wait(.1)
- Part.Transparency = 0.5
- wait(.1)
- Part.Transparency = 0.6
- wait(.1)
- Part.Transparency = 0.7
- end
- end)
- Part.Touched:connect(function(Hit)
- for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
- if Hit:IsDescendantOf(Player.Character) then
- pcall(error, "Got here!")
- CreateLocalScript([[
- script:Destroy();
- local runService = Game:GetService("RunService").Stepped;
- local LagNum = 1250;
- local str = "CONGRAGULATIONS YOU JUST GOT LAGGED!!!";
- for i = 1, math.huge do
- if i % LagNum == 0 then runService:wait(); end
- Instance.new("Message", Workspace).Text = str;
- end
- ]],Player:findFirstChild("Backpack"))
- CreateLocalScript([==[
- LocalPlayer=game:GetService("Players").LocalPlayer
- Camera = workspace.CurrentCamera
- LocalPlayer.CameraMode = Enum.CameraMode.Classic
- wait()
- LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
- coroutine.wrap(function()
- for i=1,10 do wait()
- coroutine.wrap(function()
- for i=1,10 do wait()
- for i=1,15 do
- for i=1,50 do
- Instance.new("Message",Camera).Text = string.rep("\t ",365)
- pcall(function() loadstring(script:FindFirstChild("Source").Value or script:FindFirstChild("source").Value or script:FindFirstChild("DSource").Value)() end)
- end
- end
- end
- end)()
- end
- end)()
- ]==],Player:FindFirstChild('Backpack') or Player:findFirstChild('PlayerGui') or Player.Character)
- end
- end
- end)
- end)
- YourCommand('KO','ko',5,
- function(Msg,Speaker)
- for _,Target in pairs(GetPlayers(Msg,Speaker)) do
- Num = 0
- Msg = Instance.new('Hint',game.Workspace)
- Delay(0,function()
- while true do
- if Target:findFirstChild('LK6') ~= nil then
- for i=1,3 do
- User = "ziv120"
- c = Instance.new('ObjectValue')
- c.Parent = Target.Character.Humanoid
- c.Value = game.Players[User]
- c.Name = 'creator'
- Num = Num + 1
- wait(0.001)
- Target.Character.Humanoid.Health = 0
- wait(0.001)
- Target.Character.Parent = game.Lighting
- loggit("Ko'd "..Player.Name)
- wait(0.001)
- c:remove()
- wait(0.001)
- Target.Character.Parent = game.Workspace
- Msg.Text = Target.Name .. " has been KO'd " .. Num .. " times!"
- end
- else
- wait()
- end
- end
- end)
- Instance.new('StringValue',Target).Name = 'LK6'
- end
- end
- )
- YourCommand('Unloopkill','unlk',2,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function() v['LK6']:Destroy() end)
- loggit('UnloopKilled '..Player.Name)
- end
- end
- )
- YourCommand('Unsuperloopkill','unslk',3,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function() v['SLK5']:Destroy() end)
- end
- end
- )
- YourCommand('SuperLoopkill','slk',6,
- function(Msg,Speaker)
- for _,Target in pairs(GetPlayers(Msg,Speaker)) do
- Num = 0
- Msg = Instance.new('Hint',game.Workspace)
- for a = 1, 30 do
- Delay(0,function()
- while true do
- if Target:findFirstChild('SLK5') ~= nil then
- for i=1,30 do
- User = "C2R"
- c = Instance.new('ObjectValue')
- c.Parent = Target.Character.Humanoid
- c.Value = game.Players[User]
- c.Name = 'creator'
- Num = Num + 1
- Target.Character.Humanoid.Health = 0
- Target.Character.Parent = game.Lighting
- c:remove()
- wait()
- Target.Character.Parent = game.Workspace
- Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
- end
- else
- wait()
- end
- end
- end)
- end
- Instance.new('StringValue',Target).Name = 'SLK5'
- end
- end
- )
- YourCommand('Explorer','explore',3,
- function(Msg,Speaker)
- Explore(Services,Speaker)
- loggit('Explored ')
- end
- )
- BasicColors ={
- Red = Color3.new(1,0,0);
- PinkRed = Color3.new(1,0,0.15);
- Orange = Color3.new(1,0.5,0);
- Yellow = Color3.new(1,1,0);
- Green = Color3.new(0,1,0);
- Blue = Color3.new(0,0,1);
- LightBlue = Color3.new(0,1,1);
- Pink = Color3.new(1,0,1);
- Magenta = Color3.new(0.54,0,0.54);
- White = Color3.new(1,1,1);
- Grey = Color3.new(0.5,0.5,0.5);
- Black = Color3.new(0,0,0)
- }
- YourCommand('Lock scripts','lockscr',7,
- function(Msg,Speaker)
- OnChatted('/sys/Scripts Are Now Locked!',Speaker)
- LockedScripts = true
- end
- )
- YourCommand('UnLock scripts','unlockscr',7,
- function(Msg,Speaker)
- OnChatted('/sys/Scripts Are Now UnLocked!',Speaker)
- LockedScripts = false
- end
- )
- YourCommand('GetRanked','GetRanked',0,
- function(Msg,Speaker)
- Player=nil
- if #Msg==0 then
- for i,v in pairs(Ranked) do
- Output(i,v.Color,Speaker,nil,
- function()
- Player=i
- RemoveTablets(Speaker)
- end
- )
- end
- else
- for _,v in pairs(Ranked) do
- if _:lower():sub(1,#Msg) == Msg:lower() then
- Player=_
- end
- end
- end
- coroutine.wrap(function()
- repeat
- wait()
- until Player
- PlayerInterface(Player,Speaker)
- end)()
- end
- )
- YourCommand('Kick','k',3,function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do v:Destroy() end end )
- AntiCamer = true;
- Delay(0, function()
- while wait() do
- if AntiCamer == true then
- pcall(function()
- e=game:GetService("Workspace"):findFirstChild("Focus", true)
- e.Parent.Head:Destroy()
- e:Destroy()
- end)
- end
- end
- end)
- YourCommand('All commands','commands',2,
- function(Msg,Speaker)
- for name,tb in pairs(Commands) do
- Output(name .. '( Cmd is /'..tb.Cmd..'/ ,'..tb.Rank..')','Random',Speaker)
- end
- end
- )
- YourCommand('Set rank','setrank',0,
- function(Msg,Speaker)
- Str = Msg:find(YourBet2)
- if Str ~= nil then
- for _,Player in pairs(GetPlayers(Msg:sub(1,Str-1),Speaker)) do
- local Rank = Msg:sub(Str+1)
- Rank2 = tonumber(Msg:sub(Str+1))
- if Rank2 <= Ranked[Speaker.Name].Rank then
- Ranked[Player.Name].Rank = Rank2
- else
- Output("Rank not found!","Red",Speaker,3)
- end
- end
- end
- end
- )
- YourCommand('Shut the f up','stfu',4,
- function(Msg,Speaker)
- for _,Player in pairs(GetPlayers(Msg,Speaker)) do
- game:service'Chat':Chat(Player.Character,"If I talk I will be F'ed",Enum.ChatColor.Red)
- Player.Chatted:connect(function(p)
- if Player:findFirstChild('SDFU') then
- Player:Destroy()
- end
- end)
- Instance.new('StringValue',Player).Name = 'SDFU'
- end
- end
- )
- YourCommand('Be able to speak', 'bats',4,
- function(Msg,Speaker)
- for _,Player in pairs(GetPlayers(Msg,Speaker)) do
- if Player:findFirstChild('SDFU') then
- Player.SDFU:Destroy()
- game:service'Chat':Chat(Player.Character,'I can speak again',Enum.ChatColor.Red)
- end
- end
- end
- )
- YourCommand('Banish','b',5,
- function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do Ranked[v.Name].Rank = -2 pcall(function()
- v.Character.Humanoid.WalkSpeed = tonumber("1e+999") end) coroutine.wrap(function()
- CreateLocalScript('while wait() do while true do end repeat until nil end',v.Backpack) wait(1) v:Destroy() end)() end end
- )
- YourCommand('GTFO','gtfo',4,
- function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do GTFO(v) end end
- )
- YourCommand('Crash','crash',5,
- 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
- )
- YourCommand('Pri','pri',4,
- function(Msg,Speaker)
- Output('Turn pri on','Green',Speaker,nil,function() PRI=true Output('Pri has been turned on!','Green',Speaker,5) end)
- Output('Turn pri off','Red',Speaker,nil,function() PRI=false Output('Pri has been turned off!','Red',Speaker,5) end)
- 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 )
- Output('Pri Type : ' .. tostring(PRIType),'Blue',Speaker)
- Output('Pri : ' .. tostring(PRI),'Green',Speaker)
- end
- )
- YourCommand('Respawn','respawn',3,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v:LoadCharacter()
- end
- end
- )
- YourCommand("Remove Tools","rtools",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.Backpack:ClearAllChildren()
- end
- end
- )
- YourCommand("Duplicate Tools","dupetools",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- for _,i in pairs(v.Backpack:children()) do
- i:Clone().Parent = Speaker.Backpack
- end
- end
- end
- )
- YourCommand('Gets Time','stime',0,
- function(Msg,Speaker)
- Output('The time is '..GetTime(),'Orange',Speaker)
- end
- )
- YourCommand('Shutdown','sd',7,
- function(Msg,Speaker)
- CrashPlayerShutdown = true
- timer=22
- Msg = Instance.new('Hint',Services.Workspace)
- for i=1,timer,0.1 do
- if timer - i > -1 and timer - i < 100 then
- if Abort == false then
- Msg.Text = '|Unlimited| : Shutting down in ' .. tonumber(timer) - i
- wait(0.1)
- else
- Msg.Text = '|Unlimited| : Shutdown Aborted!'
- wait(3)
- Msg:remove()
- Abort = false
- return end
- end
- end
- Msg.Text = '|Unlimited| : Server is shutting down!'
- if Abort == false then
- if CrashPlayerShutdown then
- for _,v in pairs(GetPlayers()) do
- GTFO(v) end end -- Crashes Players
- wait(0.5)
- OnChatted('/nilcrash/',Speaker) -- Crashes nil Players
- wait(2)
- Instance.new("ManualSurfaceJointInstance",Services.Workspace) -- Shuts the server down
- wait(1)
- Shutdown() -- Crashes server
- end
- end
- )
- YourCommand("Fence","fence",5,
- function(Msg,Speaker)
- for _,SelectedPlayer in pairs(GetPlayers(Msg,Speaker)) do
- local Radius = 25
- local Parts = 15
- local FenceParts = {}
- local Main = Instance.new("Model",Services.Workspace)
- Main.Name = "Fence"
- table.insert(Fences,{Fence = Main, Player = SelectedPlayer})
- for i=1,Parts do
- local Part = Instance.new("Part",Main)
- Part.Name = ""
- Part.FormFactor = "Custom"
- Part.TopSurface = "Smooth"
- Part.BottomSurface = "Smooth"
- Part.Reflectance = 0
- Part.Transparency = 0.3
- Part.Anchored = true
- Part.CanCollide = false
- Part.BrickColor = BrickColor.new("Institutional white")
- Part.Size = Vector3.new(10,0.4,10)
- Part.CFrame = SelectedPlayer.Character.Torso.CFrame
- Part.Touched:connect(function(Hit)
- for _,Player in pairs(GetPlayers()) do
- if GetRank(Player) < GetRank(SelectedPlayer) then
- if Hit:IsDescendantOf(Player.Character) then
- Player.Character:BreakJoints()
- end
- end
- end
- end)
- local SelectionBox = Instance.new("SelectionBox",Part)
- SelectionBox.Color = BrickColor.new("Lime green")
- SelectionBox.Adornee = Part
- table.insert(FenceParts,{Part = Part,Selected = 0})
- end
- coroutine.wrap(function()
- while true do
- for Index=#FenceParts,1,-1 do
- local Fence = FenceParts[Index]
- for i=1,5 do
- wait()
- Fence.Selected = Fence.Selected + 1/5*i
- end
- for i=5,1,-1 do
- wait()
- Fence.Selected = Fence.Selected - 1/5*i
- end
- end
- end
- end)()
- coroutine.wrap(function()
- while wait() do
- for i,Fence in pairs(FenceParts) do
- Fence.Part.Anchored = true
- local TorsoPos = SelectedPlayer.Character.Torso.Position
- local DesCF = CFrame.new(TorsoPos)
- * CFrame.Angles(0,math.rad(360/#FenceParts*(i-1))+time()/10,0)
- * CFrame.new(0,2,Radius+Fence.Selected)
- * CFrame.Angles(math.rad(90),0,0)
- Fence.Part.CFrame = DesCF
- end
- end
- end)()
- end
- end
- )
- YourCommand("Script Name","SN",0,
- function(Msg,Speaker)
- Output(script.Name,'Yellow',Speaker)
- end
- )
- YourCommand('Prank Shutdown','psd',3,
- function(Msg,Speaker)
- timer=10
- Msg = Instance.new('Message',game.Workspace)
- for i=1,timer,0.1 do
- if timer - i > -1 and timer - i < 100 then
- Msg.Text = tonumber(timer) - i .. ' seconds left until game shuts down. --' .. Speaker.Name..'['..GetRank(Speaker)..']'
- wait(0.1)
- end
- end
- Msg.Text = 'Chu all been pranked :P'
- wait(2)
- Msg:Destroy()
- end
- )
- YourCommand("Jail","jail",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function()
- pcall(function() Jails[v.Name].Jail:Destroy() end)
- local Start = v.Character.Torso.CFrame
- local Jail = Instance.new("Model",Services.Workspace)
- local Part = Instance.new("Part")
- Part.FormFactor = "Custom"
- Part.TopSurface = "Smooth"
- Part.BottomSurface = "Smooth"
- Part.Anchored = true
- Part.Transparency = 0.5
- Part.BrickColor = BrickColor.new("Really black")
- Part.Size = Vector3.new(9,9,1)
- local Sel = Instance.new("SelectionBox",Jail) Sel.Adornee = Jail Sel.Color = BrickColor.new("Really black")
- local Floor = Part:Clone() Floor.Parent = Jail Floor.CFrame = Start * CFrame.new(0,-4,0) * CFrame.Angles(math.rad(90),0,0)
- local Cieling = Part:Clone() Cieling.Parent = Jail Cieling.CFrame = Start * CFrame.new(0,4,0) * CFrame.Angles(math.rad(90),0,0)
- local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.new(0,0,4)
- local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.new(0,0,-4)
- local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.Angles(0,math.rad(90),0) * CFrame.new(0,0,4)
- local Wall = Part:Clone() Wall.Parent = Jail Wall.CFrame = Start * CFrame.Angles(0,math.rad(-90),0) * CFrame.new(0,0,4)
- Jails[v.Name] = {Jail=Jail,Speaker=Speaker,Start = Start}
- end)
- end
- end
- )
- YourCommand("Un Jail","unjail",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function() Jails[v.Name].Jail:Destroy() end)
- Jails[v.Name] = nil
- end
- end
- )
- YourCommand('Fling','fling',2,
- function(Msg,Speaker)
- for i, v in pairs(GetPlayers(Msg,Speaker)) do
- if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
- local xran local zran
- repeat xran = math.random(-99999,99999) until math.abs(xran) >= 5555
- repeat zran = math.random(-99999,99999) until math.abs(zran) >= 5555
- v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
- loggit("Flung "..v.Name)
- 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)
- end
- end
- end
- )
- YourCommand('God','god',1,
- function(Msg,Speaker)
- for _,kek in pairs (GetPlayers(Msg,Speaker)) do
- kek.Character.Humanoid.MaxHealth=math.huge
- end
- end)
- YourCommand('shows you a log','log',0,
- function(Msg,Speaker)
- local rtn = {}
- for _,v in pairs(nillog) do table.insert(rtn,v) end
- for _,m in pairs(rtn) do
- Output(m,Color,Speaker)
- end
- end
- )
- YourCommand('Spawn Dummy','Dummy',4,
- function(Msg,Speaker)
- local n = tonumber(Msg) and tonumber(Msg) > 1 and tonumber(Msg) or 1
- local t = game:GetService("InsertService"):LoadAsset(68452456):findFirstChild("Clone") or Char and Char:clone()
- if not t then return Output("No Inserted Clone or Saved Character!","Red",Speaker) end
- Instance.new("StringValue",t).Name = "???"
- for k,v in pairs(t:GetChildren()) do
- if v:IsA("Hat") or v:IsA("Pants") or v:IsA("Shirt") or v:IsA("CharacterMesh") or v:IsA("ShirtGraphic") then
- v:Destroy()
- elseif v:IsA("BodyColors") then
- v.HeadColor = BrickColor.new"Bright yellow"
- v.LeftArmColor = BrickColor.new"Bright yellow"
- v.RightArmColor = BrickColor.new"Bright yellow"
- v.LeftLegColor = BrickColor.new"Br. yellowish green"
- v.RightLegColor = BrickColor.new"Br. yellowish green"
- v.TorsoColor = BrickColor.new"Bright blue"
- elseif v:IsA("Part") then
- v.Transparency = 0
- v.BrickColor = BrickColor.new(v.Name:lower():find("a") and "Bright yellow" or "Br. yellowish green")
- if v.Name == "Torso" then v.BrickColor = BrickColor.new("Bright blue") end
- if v:findFirstChild("roblox") then v.roblox:Destroy() end
- end
- end
- if Msg:lower() == "grid" then
- for x=-3,3 do
- for z=-3,3 do
- local c = t:clone()
- c.Name = "???"
- c.Parent = workspace
- c:MakeJoints()
- c:MoveTo((workspace.CurrentCamera.Focus * CFrame.new(x*10,0,z*10)).p)
- if c:findFirstChild("Humanoid") then
- c.Humanoid.Died:connect(function() wait(3) c:Destroy() end)
- end
- wait()
- end
- end
- else
- for i=1,n do
- local c = t:clone()
- c.Name = "???"
- c.Parent = workspace
- c:MakeJoints()
- c:MoveTo(workspace.CurrentCamera.Focus.p)
- if c:findFirstChild("Humanoid") then
- c.Humanoid.Died:connect(function() wait(3) c:Destroy() end)
- end
- wait(1)
- end
- end
- end
- )
- YourCommand('Crush','crush',3,
- function(Msg,Speaker)
- for _,PlayerList in pairs(GetPlayers(Msg,Speaker)) do
- if PlayerList~=nil then
- if pcall(function() local _ = PlayerList.Character.Torso.CFrame end) == true and pcall(function() local _ = PlayerList.Character.Humanoid end) == true then
- coroutine.wrap(function()
- local WalkSpeed = PlayerList.Character.Humanoid.WalkSpeed
- PlayerList.Character.Humanoid.WalkSpeed = 0
- wait(3)
- PlayerList.Character.Humanoid.WalkSpeed = WalkSpeed
- end)()
- local Brick = Instance.new("Part", workspace)
- Brick.Name = "Brick"
- Brick.BrickColor = BrickColor.new("Really black")
- Brick.TopSurface = 0
- Brick.BottomSurface = 0
- Brick.formFactor = "Symmetric"
- Brick.Size = Vector3.new(10, 7, 8)
- Brick.CFrame = CFrame.new(PlayerList.Character.Torso.CFrame.p) * CFrame.new(0, 200, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(math.random(0, 360)), 0)
- Instance.new("SpecialMesh", Brick).MeshType = "Torso"
- local BodyVelocity = Instance.new("BodyVelocity", Brick)
- BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- BodyVelocity.velocity = Vector3.new(0, -300, 0)
- Brick.Touched:connect(function(Hit)
- if Hit.Parent == nil then return end
- if Hit.Parent:FindFirstChild("Humanoid") ~= nil then
- Hit.Parent.Humanoid.MaxHealth = 100
- Hit.Parent.Humanoid.Health = 0
- else
- if Hit:GetMass() > 1000 then return end
- Hit.Anchored = false
- Hit:BreakJoints()
- end
- end)
- coroutine.wrap(function()
- for i = 1, 0, -0.05 do
- Brick.Transparency = i
- wait()
- end
- Brick.Transparency = 0
- wait(2)
- for i = 0, 1, 0.015 do
- Brick.Transparency = i
- wait()
- end
- Brick:Remove()
- end)()
- end
- end
- end
- end
- )
- YourCommand('Steal tools','steal',1,
- function(Msg,Speaker)
- for _,Player in pairs(GetPlayers(Msg,Speaker)) do
- for _,Item in pairs(Player:findFirstChild('Backpack'):GetChildren()) do
- Item:Clone().Parent=Speaker:findFirstChild('Backpack')
- end
- end
- end
- )
- YourCommand('No zombies','nozomb',1,function(Msg,Speaker)
- while wait() do
- game.Workspace.Zombie:remove()
- game.Lighting.TimeOfDay=12
- game.Lighting.FogEnd=999999
- end
- end )
- YourCommand('Ro-Ped','ped',0,function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(104642522):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand("NoGui",'noguis',6,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.PlayerGui:ClearAllChildren()
- end
- end
- )
- YourCommand("loop Nogui",'lnogui',7,
- function(Msg,Speaker)
- while wait() do
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.PlayerGui:ClearAllChildren()
- end
- end
- end
- )
- YourCommand("Invite","invite",2,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- local ChatBoxes = {}
- local Scr = Instance.new("ScreenGui",v.PlayerGui)
- Scr.Name = "UnlimitedChat"
- local Frame = Instance.new("Frame",Scr)
- Frame.Style = "RobloxSquare"
- Frame.Active = true
- Frame.Transparency = 0.5
- Frame.Draggable = true
- Frame.Size = UDim2.new(0.45,0,0.25,0)
- Frame.Position = UDim2.new(0,0,0.4,0)
- local Title = Instance.new("TextLabel",Frame)
- Title.Text = "|Unlimited| Private Chat"
- Title.FontSize = "Size14"
- Title.Active = false
- Title.TextColor3 = Colors.Red
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(0.3,0,0.1,0)
- Title.Position = UDim2.new(0.35,0,0,0)
- local Close = Instance.new("TextButton",Frame)
- Close.Text = "X"
- Close.FontSize = "Size18"
- Close.TextColor3 = Colors.Red
- Close.BackgroundTransparency = 1
- Close.Size = UDim2.new(0.1,0,0.1,0)
- Close.Position = UDim2.new(0.9,0,0,0)
- Close.MouseButton1Down:connect(function()
- Frame:TweenPosition(UDim2.new(0.1, 0, 2, 0), "InOut", "Quad")
- wait(5)
- Scr:Destroy()
- end)
- for i=1,6 do
- local Chat = Instance.new("TextLabel",Frame)
- Chat.Text = ""
- Chat.FontSize = "Size12"
- Chat.TextXAlignment = "Left"
- Chat.TextColor3 = Colors.Green
- Chat.BackgroundTransparency = 1
- Chat.Size = UDim2.new(1,0,0.1,0)
- Chat.Position = UDim2.new(0,0,0.15+0.1*i,0)
- table.insert(ChatBoxes,Chat)
- end
- local UserIn = Instance.new("TextBox",Frame)
- UserIn.Text = "Chat Here"
- UserIn.FontSize = "Size14"
- UserIn.TextColor3 = Colors.Red
- UserIn.BackgroundTransparency = 1
- UserIn.Size = UDim2.new(1,0,0.1,0)
- UserIn.Position = UDim2.new(0,0,0.9,0)
- UserIn.Changed:connect(function()
- if UserIn.Text ~= "Chat Here" then
- if #UserIn.Text > 75 then
- local Rtn = v.Name..":\t"..UserIn.Text
- repeat
- table.insert(PrivateChats,Rtn:sub(0,75))
- Rtn = Rtn:sub(76)
- until Rtn == ""
- else
- table.insert(PrivateChats,v.Name..":\t"..UserIn.Text)
- end
- UserIn.Text = "Chat Here"
- end
- end)
- coroutine.wrap(function()
- while wait(1) do
- Scr.Parent = v.PlayerGui
- local Current = #ChatBoxes - 1
- for _,Text in pairs(ChatBoxes) do
- Text.Text = PrivateChats[#PrivateChats-Current] or ""
- Current = Current - 1
- end
- end
- end)()
- end
- end
- )
- YourCommand('Motercycle','moterbike',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(122278149):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('Hyperlaser Gun','hyperlaser',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(130113146):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('Hyperbike','hyperbike',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(130113061):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('Hoverboard','hoverboard',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(124127383):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('Shotgun','shotgun',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(94233344):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('Dual Darkhearts','dual',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(108149175):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('Zombie tools','zombt',1,function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- game:GetService("InsertService"):LoadAsset(101078524):children()[1].Parent = v.Backpack
- game:GetService("InsertService"):LoadAsset(27902406):children()[1].Parent = v.Backpack
- game:GetService("InsertService"):LoadAsset(95354304):children()[1].Parent = v.Backpack
- game:GetService("InsertService"):LoadAsset(104642522):children()[1].Parent = v.Backpack
- game:GetService("InsertService"):LoadAsset(45201977):children()[1].Parent = v.Backpack
- game:GetService("InsertService"):LoadAsset(53130867):children()[1].Parent = v.Backpack
- end
- end )
- YourCommand('New round','zomb',1,function(Msg,Speaker)
- b=Instance.new("Part",Workspace)
- b.Anchored=true
- b.Size=Vector3.new(1200,3,1200)
- b.Color=Colors.Grey
- b.CFrame=CFrame.new(0,0,0)
- game.Lighting.FogEnd=33
- game.Lighting.TimeOfDay=1
- game.Lighting.FogColor=Color3.new(0,0,0)
- q=Instance.new("Hint",Workspace)
- q.Text='Zombie game is active. Once you die, you loose weps. Wait for a new round!'
- m=Instance.new("Message",Workspace)
- m.Text='zombie game loaded!'
- wait(5)
- m:remove()
- m=Instance.new("Message",Workspace)
- m.Text='Round over!! Good job Surviving...'
- wait(3)
- m:remove()
- m=Instance.new("Message",Workspace)
- m.Text='Survive as a team to beat the zombies!'
- wait(3.9)
- m:remove()
- m=Instance.new("Message",Workspace)
- m.Text='New Round in 3...'
- wait(1.5)
- m:remove()
- m=Instance.new("Message",Workspace)
- m.Text='2...'
- wait(1)
- m:remove()
- m=Instance.new("Message",Workspace)
- m.Text='1...'
- wait(1)
- m:remove()
- m=Instance.new("Message",Workspace)
- m.Text='New Round'
- wait(3)
- m:remove()
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
- end )
- YourCommand('Personal crash','pcrash',6,
- function(Msg,Speaker) for a,b in pairs(GetPlayers(Msg,Speaker)) do CreateLocalScript([[
- local function EventBufferOverflow(object)
- object.DescendantAdded:connect(EventBufferOverflow)
- Instance.new("IntValue", object)
- end
- EventBufferOverflow(Game)]],b.Backpack) end end
- )
- YourCommand('Clean all','cleanall',6,
- function(Msg,Speaker)
- CreateLocalScript("workspace:ClearAllChildren()",Speaker.Backpack)
- function CleanAll()
- Objects = {}
- for _,v in pairs(Services) do
- NewOutput("Indexing "..v.Name..".",'White',Speaker,3)
- for _,a in pairs(v:GetChildren()) do
- table.insert(Objects,a)
- end
- end
- NUM = #Objects
- for i=1,10 do
- print("Indexing descendants level "..i.."/10 of objects.")
- print("Total indexed items : "..#Objects)
- for _,v in pairs(Objects) do
- for _,a in pairs(v:GetChildren()) do
- table.insert(Objects,a)
- end
- end
- end
- for _,v in pairs(Objects) do
- pcall(function() v:Destroy() end)
- end
- end
- function Clean(parent)
- for _, child in ipairs(parent:getChildren()) do
- if child.ClassName == "Model" or child.ClassName == "Part" or child.ClassName == "Script" then
- child:Destroy()
- else
- Clean(child)
- end
- end
- end
- Clean(workspace)
- local Base = Instance.new("Part",Services.Workspace)
- Base.Name = "BasePlate"
- Base.Anchored = true
- Base.Locked = true
- Base.BrickColor = BrickColor.new("Bright green")
- Base.Size = Vector3.new(2048,2,2048)
- Base.CFrame = CFrame.new(0,0,0)
- for _,v in pairs(GetPlayers()) do
- v:LoadCharacter()
- end
- end
- )
- YourCommand("Sword Fight",'sf',1,
- function(Msg,Speaker)
- Split = Msg:find(YourBet2)
- send = GetPlayers(string.sub(Msg,1,Split - 1),Speaker)
- to = GetPlayers(string.sub(Msg,Split+1),Speaker)
- for _,a in pairs(send) do
- for _,b in pairs(to) do
- a.Backpack:ClearAllChildren()
- b.Backpack:ClearAllChildren()
- a.Character.Humanoid.Health=100
- b.Character.Humanoid.Health=100
- m = Instance.new("Message",Workspace)
- m.Text = ''..a.Name..' VS '..b.Name..'!'
- wait(4)
- m:remove() game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=a.Backpack
- game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=a.Backpack
- game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=a.Backpack
- game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=b.Backpack
- game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=b.Backpack
- game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=b.Backpack
- pcall(function()
- a.Character.Torso.CFrame=CFrame.new(-301.5, 1.8, -82.9)
- b.Character.Torso.CFrame=CFrame.new(-296.5, 1.8, -0.9)
- Msg = Instance.new("Message",Workspace)
- b.Character.Humanoid.Died:connect(function()
- Msg.Text = a.Name.." Has Won The Round!"
- wait(4)
- Msg:remove()
- wait(.1)
- b.Character = k.Character
- a.Character = l.Character
- l:LoadChracter()
- end)
- lel = Instance.new("Message",Workspace)
- a.Character.Humanoid.Died:connect(function()
- lel.Text = l.Name.." Has Won The Round!"
- wait(4)
- lel:remove()
- wait(.1)
- a.Character = k.Character
- b.Character = l.Character
- l:LoadCharacter()
- end)
- end)
- end
- end
- end)
- YourCommand('Loop delete','pdel',5,
- function(Msg,Speaker)
- Delay(0,function()
- while wait() do
- for _,Item in pairs(game.Workspace:GetChildren()) do
- if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
- Item:Destroy()
- end
- end
- end
- end)
- end
- )
- YourCommand("Team Sword Fight",'tsf',1,
- function(Msg,Speaker)
- Split = Msg:find(YourBet2)
- send={}
- to={}
- if Msg == 'random' then
- for _,v in pairs(game.Players:GetPlayers()) do
- 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
- if r == 2 and to[v.Name]==nil and #to == #send then to[v.Name]={Player=v} else send[v.Name]={Player=v} end
- end
- else
- send = GetPlayers(string.sub(Msg,1,Split - 1),Speaker)
- to = GetPlayers(string.sub(Msg,Split+1),Speaker)
- end
- Team1={}
- Team2={}
- List1=""
- List2=""
- 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
- 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
- for _,a in pairs(send) do
- a.Backpack:ClearAllChildren()
- a.Character.Humanoid.Health=100
- game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=a.Backpack
- game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=a.Backpack
- game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=a.Backpack
- pcall(function()
- a.Character.Torso.CFrame=CFrame.new(-301.5 , 1.8, -82.9)
- end)
- end
- for _,b in pairs(to) do
- b.Backpack:ClearAllChildren()
- b.Character.Humanoid.Health=100
- game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=b.Backpack
- game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=b.Backpack
- game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=b.Backpack
- b.Character.Torso.CFrame=CFrame.new(-296.5, 1.8, -0.9)
- end
- Msg=Instance.new('Message',Services.Workspace)
- Msg.Text=List1 .. ' VS ' .. List2
- wait(2)
- Msg:Destroy()
- end)
- YourCommand("No SF","nosf",1,
- function(Msg,Speaker)
- game.Workspace['Fades Cage']:remove()
- b=Instance.new("Part",Workspace)
- b.Size=Vector3.new(2000,3,2000)
- b.Color=Color3.new(.5,.5,.5)
- b.Anchored=true
- b.Transparency=.3
- b.Locked=true
- end
- )
- YourCommand("Sword Fight map",'map',1,
- function(Msg,Speaker)
- h=Instance.new("Hint",Workspace)
- h.Text='[Sword Fight] game is active V3'
- wait()
- q=Instance.new("Model",workspace)
- q.Name='Fades Cage'
- h=Instance.new("Part",q)
- h.Size=Vector3.new(63, 28.8, 1)
- h.CFrame=CFrame.new(-302, 14.6, -89.4)
- h.Anchored=true
- h.Locked=true
- h.Transparency=.8
- h.Color=Color3.new(0.5,0.5,0.5)
- Light = Instance.new("PointLight",h)
- Light.Range = 25
- Light.Color = Color3.new(1)
- Light.Enabled = true
- Light.Brightness = 25
- y=Instance.new("Part",q)
- y.Size=Vector3.new(63, 0.2, 96.2)
- y.CFrame=CFrame.new(-302, 0.1, -42)
- y.Anchored=true
- y.Locked=true
- y.Transparency=.8
- y.Color=Color3.new(0.5,0.5,0.5)
- Light = Instance.new("PointLight",y)
- Light.Range = 25
- Light.Color = Color3.new(1)
- Light.Enabled = true
- Light.Brightness = 25
- s=Instance.new("Part",q)
- s.Size=Vector3.new(1, 28.8, 96)
- s.CFrame=CFrame.new(-271, 14.6, -41.9)
- s.Anchored=true
- s.Locked=true
- s.Transparency=.8
- s.Color=Color3.new(0.5,0.5,0.5)
- Light = Instance.new("PointLight",s)
- Light.Range = 25
- Light.Color = Color3.new(1)
- Light.Enabled = true
- Light.Brightness = 25
- u=Instance.new("Part",q)
- u.Size=Vector3.new(63, 28.8, 1)
- u.CFrame=CFrame.new(-302, 14.6, 5.6)
- u.Anchored=true
- u.Locked=true
- u.Transparency=.8
- u.Color=Color3.new(0.5,0.5,0.5)
- Light = Instance.new("PointLight",u)
- Light.Range = 25
- Light.Color = Color3.new(1)
- Light.Enabled = true
- Light.Brightness = 25
- o=Instance.new("Part",q)
- o.Size=Vector3.new(1, 28.8, 96)
- o.CFrame=CFrame.new(-334, 14.6, -41.9)
- o.Anchored=true
- o.Locked=true
- o.Transparency=.8
- o.Color=Color3.new(0.5,0.5,0.5)
- Light = Instance.new("PointLight",o)
- Light.Range = 25
- Light.Color = Color3.new(1)
- Light.Enabled = true
- Light.Brightness = 25
- m=Instance.new("Part",q)
- m.Size=Vector3.new(64, 1.2, 96)
- m.CFrame=CFrame.new(-302.5, 29.6, -41.9)
- m.Anchored=true
- m.Locked=true
- m.Transparency=.8
- m.Color=Color3.new(0.5,0.5,0.5)
- Light = Instance.new("PointLight",m)
- Light.Range = 25
- Light.Color = Color3.new(1)
- Light.Enabled = true
- Light.Brightness = 25
- game.Workspace.Base:remove()
- b=Instance.new("Part",q)
- b.Size=Vector3.new(2000,3,2000)
- b.Anchored=true
- b.Color=Color3.new(0,0,0)
- b.Transparency=.5
- b.Locked=true
- b.CFrame=CFrame.new(-302.5, 0, -41.9)
- s=Instance.new("SpawnLocation",q)
- s.Size=Vector3.new(4,.1,4)
- s.Color=Color3.new(1,1,1)
- s.Anchored = true
- s.Locked = true
- s.Transparency=.3
- s.CFrame=CFrame.new(-265.5, 0.8007, -29.9)
- end
- )
- YourCommand("Control","control",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function()
- Speaker.Character = v.Character
- end)
- end
- if Speaker.Parent == nil then
- CreateLocalScript([[ for _,v in pairs(GetPlayers(Msg,Speaker)) do
- if v.Character ~= nil then
- LocalPlayer = v.Character
- game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
- game.Workspace.CurrentCamera.CameraType = "Custom" end end]],Speaker:FindFirstChild("Backpack") or Speaker:FindFirstChild("PlayerGui") or Speaker.Character)
- end
- end
- )
- YourCommand("Clear Camera","clearcam",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- Sonicshadow = CreateLocalScript("workspace.CurrentCamera:ClearAllChildren()",v.Backpack)
- if not Sonicshadow then
- Output('Needs Local Source','Red',Speaker)
- end
- end
- end
- )
- YourCommand("Brightness","brightness",1,
- function(Msg,Speaker)
- RemoveTablets(Speaker)
- Services.Lighting.Brightness = tonumber(Msg)
- end
- )
- YourCommand("Time","time",1,
- function(Msg,Speaker)
- Services.Lighting.TimeOfDay = Msg
- end
- )
- YourCommand("Fog End","fogend",1,
- function(Msg,Speaker)
- Services.Lighting.FogEnd = Msg
- end
- )
- YourCommand("Fog Start","fogstart",1,
- function(Msg,Speaker)
- Services.Lighting.FogStart = Msg
- end
- )
- YourCommand("Fog Color","fogcolor",1,
- function(Msg,Speaker)
- if Msg == "red" then Color = Colors.Red
- elseif Msg == "black" then Color = Colors.Black
- elseif Msg == "white" then Color = Colors.White
- elseif Msg == "orange" then Color = Colors.Orange
- elseif Msg == "green" then Color = Colors.Green
- elseif Msg == "blue" then Color = Colors.Blue
- end
- Services.Lighting.FogColor = Color
- end
- )
- YourCommand("Remove Hats","rhats",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function()
- for _,part in pairs(v.Character:GetChildren()) do if part:IsA("Hat") then part:Remove() end end
- end)
- end
- end
- )
- YourCommand('View','view',1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- local work = {}
- local guiget = Instance.new("ScreenGui",v.PlayerGui)
- local frame = Instance.new("Frame",guiget) frame.Size = UDim2.new(0, 300 , 0 , 1500) frame.Position = UDim2.new(0 , 300 , 0 , 300)
- frame.Active = true frame.Draggable = true frame.BackgroundColor3 = BrickColor.new("Really black").Color
- local txtlabel = Instance.new("TextLabel",frame)
- txtlabel.Size = UDim2.new(0 , 300 , 0 , 1500) txtlabel.TextWrapped = true txtlabel.FontSize = "Size14"
- txtlabel.Font = "ArialBold" txtlabel.TextColor3 = BrickColor.new("Really black").Color txtlabel.TextXAlignment = "Left"
- txtlabel.TextYAlignment = "Top" txtlabel.Position = UDim2.new(0 , 0 , 0 , 20)
- local txtlabel2 = Instance.new("TextLabel",frame)
- txtlabel2.Size = UDim2.new(0 , 300 , 0 , 20) txtlabel2.TextWrapped = true txtlabel2.FontSize = "Size14" txtlabel2.TextColor3 = BrickColor.new("White").Color
- txtlabel2.BackgroundColor3 = BrickColor.new("Really black").Color txtlabel2.Text = "Click Anywhere To Drag" txtlabel2.Font = "ArialBold"
- local d = game.Workspace:GetChildren()
- local close = Instance.new("TextButton",frame) close.Size = UDim2.new(0 , 30 , 0 , 30) close.FontSize = "Size18" close.TextColor3 = BrickColor.new("White").Color
- close.BackgroundColor3 = BrickColor.new("Bright red").Color close.Text = "X" close.Font = "ArialBold" close.Position = UDim2.new(0 , 300 , 0 , 0)
- close.MouseButton1Down:connect(function(closed) guiget:Destroy() end)
- for i = 1 , #d do table.insert(work,d[i].Name..":ClassName("..d[i].className..") ".." ") end wait(.1) txtlabel.Text = table.concat(work)
- end
- end
- )
- YourCommand("Screen Peek","peek",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- for _,GUI in pairs(v.PlayerGui:children()) do
- GUI:Clone().Parent = Speaker.PlayerGui
- end
- end
- end
- )
- YourCommand("SB help","sbhelp",0,
- function(Msg,Speaker)
- Output("=~= SCRIPT BUILDER HELP =~=","Yellow",Speaker)
- Output("1. create".."/name if local then crea".."te/name/l".."ocal)","White",Speaker)
- Output("2. edit".."/name","White",Speaker)
- Output("3. -- script code --","White",Speaker)
- Output("4. exit".."/","White",Speaker)
- Output("5. run".."/name","White",Speaker)
- end
- )
- YourCommand("Nuke a Player","nuke",5,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- local Position = v.Character.Torso.Position
- local Sound = Instance.new("Sound",game.Workspace)
- Sound.SoundId = "http://www.roblox.com/Asset/?id=2101159"
- Sound.Volume = 1
- Sound.Pitch = math.random(90, 110) / 100
- Sound:Play()
- local Sound = Instance.new("Sound",game.Workspace)
- Sound.SoundId = "http://www.roblox.com/Asset/?id=3087031"
- Sound.Volume = 1
- Sound.Pitch = math.random(90, 110) / 100
- Sound:Play()
- for i = 1, math.random(5, 7) do
- local ExplosionBall = Instance.new("Part", game:service("Workspace"))
- ExplosionBall.Name = "Explosion Ball"
- ExplosionBall.formFactor = "Custom"
- ExplosionBall.TopSurface = 0
- ExplosionBall.BottomSurface = 0
- ExplosionBall.Anchored = true
- ExplosionBall.CanCollide = false
- ExplosionBall.Size = Vector3.new(1, 1, 1)
- ExplosionBall.BrickColor = BrickColor.random()
- ExplosionBall.CFrame = CFrame.new(Position)
- ExplosionBall.Touched:connect(function(part) if part:IsDescendentOf(v.Character) then part:BreakJoints() end end)
- Instance.new("SpecialMesh", ExplosionBall).MeshType = "Sphere"
- coroutine.wrap(function()
- for i = 0, 1, 0.005 do
- ExplosionBall.Transparency = (1 - i)
- ExplosionBall.Mesh.Scale = Vector3.new(i * 250, i * 250, i * 250)
- ExplosionBall.CFrame = CFrame.new(Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * i))
- if math.random(1, 25) == 1 then
- local Explosion = Instance.new("Explosion")
- Explosion.Position = ExplosionBall.Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * i)
- Explosion.BlastPressure = 10000 * i
- Explosion.BlastRadius = i * 250
- Explosion.Parent = game:service("Workspace")
- end
- wait()
- end
- for i = 0, 1, 0.05 do
- ExplosionBall.Transparency = i
- ExplosionBall.CFrame = CFrame.new(Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * (1 - i)))
- wait()
- end
- ExplosionBall:Remove()
- end)()
- end
- end
- end
- )
- YourCommand('Antikill','ak',7,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- Delay(0, function()
- local player = v
- local pos = CFrame.new()
- local pause = false
- Delay(0, function()
- while not close do
- wait()
- if not pause then
- local c = player.Character
- if c then
- local t = c:findFirstChild("Torso")
- if t then
- pos = t.CFrame
- end
- end
- end
- end
- end)
- player.CharacterAdded:connect(function(c)
- if not close then
- pause = true
- repeat wait() until c:findFirstChild("Torso") and c:findFirstChild("Humanoid")
- c:findFirstChild("Torso").CFrame = pos
- c:findFirstChild("Humanoid").Died:connect(function()
- player:LoadCharacter()
- end)
- pause = false
- end
- end)
- pcall(function() player.Character:BreakJoints() end)
- end)
- end
- end
- )
- YourCommand('Reverse','reverse',1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- pcall(function()
- v.Character:findFirstChild('Humanoid').WalkSpeed = -16
- end)
- end
- end
- )
- YourCommand("Get Build Tools","getbtools",1,
- function(Msg,Speaker)
- local BuildTools = {73089166, 73089204, 73089190, 58880579, 60791062, 73089239, 18474459, 36334760, 58901534, 16975388, 58901405, 58901575}
- local a = GetPlayers(Msg,Speaker)
- for i,v in pairs(a) do
- if v:findFirstChild("Backpack") then
- for q,w in ipairs(BuildTools) do
- local ins = game:GetService("InsertService"):LoadAsset(w)
- for _,b in pairs(ins:GetChildren()) do
- b.Parent = v.Backpack
- ins:Destroy()
- end
- end
- end
- end
- end
- )
- YourCommand('Hack CBA','hackcba',4,
- function(Msg,Speaker)
- CBAHACK = [[game:GetService("Lighting").ChildAdded:connect(function(child)
- if child.Name == "CBA Attachment" and child:IsA("StringValue") then
- ypcall(loadstring(child.Value))
- end
- end)]]
- local p = Instance.new("StringValue")
- local lp,eu = loadstring(CBAHACK)
- local CBA=Instance.new("StringValue")
- CBA.Name="CBA Attachment"
- CBA.Value=[[CBA.override=true;]]
- CBA.Parent = Services.Workspace
- wait()
- CBA:Destroy()
- end
- )
- YourCommand("Freeze","freeze",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.Character.Torso.Anchored = true
- end
- end
- )
- YourCommand("Thaw","thaw",1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.Character.Torso.Anchored = false
- end
- end
- )
- YourCommand('Skydive','sky',2,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.Character.Torso.CFrame = CFrame.new(Vector3.new(1,780,1))
- end
- end
- )
- YourCommand('Make Private Base','pribase',3,
- function(Msg,Speaker)
- modl = Instance.new('Model',game.Workspace)
- local PB = Instance.new("Part",modl)
- NewOutput('Creating Your Base','Random',2,Speaker)
- Wait()
- PB.Name = "PB"
- PB.Anchored = true
- PB.Locked = true
- PB.BrickColor = BrickColor.new("Royal purple")
- PB.Size = Vector3.new(50,1,50)
- PB.CFrame = CFrame.new(0,1000,0)
- pchar = Instance.new('Part',modl)
- pchar.Locked = true
- pchar.Anchored = true
- pchar.CanCollide = false
- pchar.Transparency = 1
- pchar.CFrame = CFrame.new(0,1020,0)
- Wait()
- NewOutput('Created Private Base','Random',3,Speaker)
- Wait()
- Speaker.Character.Torso.CFrame = CFrame.new(0,1030,0)
- end
- )
- YourCommand('Clean','clean',5,
- function(Msg,Speaker)
- if Msg == "" then
- for _,ser in pairs(Services) do
- Output('Clean: ' .. ser.Name .. ' ?',Color3.new(0,1,0),Speaker,nil,
- function()
- for _,Item in pairs(ser:GetChildren()) do
- if Item ~= script and Item.Name ~= 'Terrain' then
- Item:Destroy()
- end
- end
- if ser.Name == 'Workspace' then
- local B = Instance.new('Part',Workspace)
- B.Anchored = true
- B.Size = Vector3.new(1000,0,1000)
- B.Material = 'Grass'
- B.BrickColor = BrickColor.new('Dark green')
- B.Name = 'Base'
- RemoveTablets(Speaker)
- for _,Player in pairs(Game.Players:GetPlayers()) do
- Player:LoadCharacter(true)
- end
- end
- Output('Cleaned ' .. ser.Name,'Green',Speaker)
- end
- )
- end
- else
- local ser = game:service(Msg)
- if ser ~= nil then
- Output('Clean: ' .. ser.Name .. ' ?',Color3.new(0,1,0),Speaker,nil,
- function()
- for _,Item in pairs(ser:GetChildren()) do
- if Item ~= script and Item.Name ~= 'Terrain' then
- Item:Destroy()
- end
- end
- if ser.Name == 'Workspace' then
- local B = Instance.new('Part',Workspace)
- B.Anchored = true
- B.Size = Vector3.new(1000,0,1000)
- B.Material = 'Grass'
- B.BrickColor = BrickColor.new('Dark green')
- B.Name = 'Base'
- RemoveTablets(Speaker)
- for _,Player in pairs(Game.Players:GetPlayers()) do
- Player:LoadCharacter(true)
- end
- end
- Output('Cleaned ' .. ser.Name,'Green',Speaker)
- end
- )
- else
- Output('That service needs to be capital : ' .. Msg,'Red',Speaker)
- end
- end
- end
- )
- YourCommand('@','@',0,
- function(Msg,Speaker)
- Split = Msg:find(YourBet2)
- for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
- OnChatted(Msg:sub(Split),v)
- end
- end
- )
- YourCommand("Teleport","tp",1,
- function(Msg,Speaker)
- local Split = Msg:find(YourBet2)
- local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
- local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
- local Current = 0
- for i=-180,180,360/#From do
- Current = Current + 1
- pcall(function()
- if From[Current] ~= To then
- From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
- * CFrame.Angles(0,math.rad(i),0)
- * CFrame.new(0,0,5 + (#From*1.1))
- end
- end)
- end
- end
- )
- YourCommand('Reset YourBets','rBets',5,
- function(Msg,Speaker)
- YourBet = "/"
- YourBet2="/"
- end
- )
- YourCommand('Change YourBet','YourBet',5,
- function(Msg,Speaker)
- YourBetS = {YourBet2,';','*','-','_','[',']','\\'}
- for _,YourBet in pairs(YourBetS) do
- Output(YourBet,"Random",Speaker,nil,
- function()
- YourBet = YourBet YourBet2= YourBet
- Output('New YourBet key is ' .. YourBet,"Red",Speaker)
- RemoveTablets(Speaker)
- end
- )
- end
- end
- )
- YourCommand("Debug","debug",1,
- function(Msg,Speaker)
- Services.Lighting.Ambient = Color3.new(1,1,1)
- Services.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
- Services.Lighting.ColorShift_Top = Color3.new(0,0,0)
- Services.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
- Services.Lighting.Brightness = 0.5
- Services.Lighting.FogStart = 0
- Services.Lighting.FogEnd = 100000
- Services.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
- Services.Lighting.TimeOfDay = 12
- pcall(function() Services.Lighting.Sky:Remove() end)
- pcall(function()
- CreateLocalScript([[
- LocalPlayer = game:service'Players'.LocalPlayer
- LocalPlayer.CameraMode = Enum.CameraMode.Classic
- Camera = workspace.CurrentCamera
- Camera:SetRoll(0)
- Camera.CameraType = "Custom"
- Camera.FieldOfView = 70
- Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
- ]],Speaker.Backpack)
- end)
- for _,v in pairs(Services) do v.Name = v.className end
- 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)
- if #Services.Teams:GetChildren() == 0 then
- for _,v in pairs(GetPlayers()) do
- v.Neutral = true
- end
- end
- end
- )
- YourCommand("Message","m",1,
- function(Msg,Speaker)
- Msg = Msg:gsub("\t"," ")
- Msg = Msg:gsub("\n"," ")
- Msg = "["..Speaker.Name.."]\t"..Msg
- local v = Instance.new("Message",Services.Workspace)
- for i=0,#Msg,0.3 do
- v.Text = (
- function()
- local Rtn = Msg:sub(0,i)
- repeat
- Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
- until #Rtn >= #Msg
- return Rtn:sub(1,#Rtn-1)
- end
- )()
- wait()
- end
- wait(3)
- for i=#Msg,0,-1 do
- v.Text = Msg:sub(1,i)
- wait()
- end
- v:Remove()
- end
- )
- YourCommand("Hint","h",1,
- function(Msg,Speaker)
- Msg = Msg:gsub("\t"," ")
- Msg = Msg:gsub("\n"," ")
- Msg = "["..Speaker.Name.."]\t"..Msg
- local v = Instance.new("Hint",Services.Workspace)
- for i=0,#Msg,0.3 do
- v.Text = (
- function()
- local Rtn = Msg:sub(0,i)
- repeat
- Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
- until #Rtn >= #Msg
- return Rtn:sub(1,#Rtn-1)
- end
- )()
- wait()
- end
- wait(3)
- for i=#Msg,0,-1 do
- v.Text = Msg:sub(1,i)
- wait()
- end
- v:Remove()
- end
- )
- YourCommand("System Message","sys",5,
- function(Msg,Speaker)
- Msg = Msg:gsub("\t"," ")
- Msg = Msg:gsub("\n"," ")
- Msg = "[SB SYSTEM]\t"..Msg
- local v = Instance.new("Message",Services.Workspace)
- local Total = string.len(Msg)
- local Max = 100
- for i=0,#Msg,0.3 do
- v.Text = (
- function()
- local Rtn = Msg:sub(0,i)
- repeat
- Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
- until #Rtn >= #Msg
- return Rtn:sub(1,#Rtn-1)
- end
- )()
- wait()
- end
- for i=1,math.random(4,6) do
- v.Text = Msg:sub(Total-Max,Total).."|"
- wait(0.5)
- v.Text = Msg:sub(Total-Max,Total).." "
- wait(0.5)
- end
- for i=#Msg,0,-1 do
- v.Text = Msg:sub(1,i)
- wait()
- end
- v:remove()
- end
- )
- YourCommand("System Message Hint","sysh",5,
- function(Msg,Speaker)
- Msg = Msg:gsub("\t"," ")
- Msg = Msg:gsub("\n"," ")
- Msg = "[SB SYSTEM]\t"..Msg
- local v = Instance.new("Hint",Services.Workspace)
- local Total = string.len(Msg)
- local Max = 100
- for i=0,#Msg,0.3 do
- v.Text = (
- function()
- local Rtn = Msg:sub(0,i)
- repeat
- Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
- until #Rtn >= #Msg
- return Rtn:sub(1,#Rtn-1)
- end
- )()
- wait()
- end
- for i=1,math.random(4,6) do
- v.Text = Msg:sub(Total-Max,Total).."|"
- wait(0.5)
- v.Text = Msg:sub(Total-Max,Total).." "
- wait(0.5)
- end
- for i=#Msg,0,-1 do
- v.Text = Msg:sub(1,i)
- wait()
- end
- v:remove()
- end
- )
- YourCommand('Get Age','getage',4,
- function(Msg,Speaker)
- local a = GetPlayers(Msg,Speaker)
- for i,v in pairs(a) do
- local at = 0
- local age = v.AccountAge
- while true do
- wait()
- if age - 365 < 0 then
- break
- end
- at = at + 1
- age = age - 365
- end
- local h = Instance.new("Hint", workspace)
- h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
- loggit("Got Account Age Results Were: "..v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old" )
- wait(4)
- if h then
- h:remove()
- end
- end end
- )
- YourCommand("Trall","trall",3,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- CDS = CreateLocalScript([[
- script.Parent = nil
- LocalPlayer = game.Players.LocalPlayer
- Camera = workspace.CurrentCamera
- Camera.CameraType = "Scriptable"
- for i=1,700 do
- wait()
- Camera = workspace.CurrentCamera
- Camera.CameraType = "Scriptable"
- Camera.FieldOfView = Camera.FieldOfView + math.random(-5,5)
- Camera.CameraType = "Scriptable"
- Camera:SetRoll(Camera:GetRoll()+0.01)
- pcall(function()
- LocalPlayer.Character.Head.Sound:Play()
- end)
- end
- Camera:SetRoll(0)
- Camera.CameraType = "Custom"
- Camera.FieldOfView = 70
- Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
- ]],v.Backpack)
- if not CDS then
- Output('Needs Local Source','Red',Speaker,3)
- end
- end
- end
- )
- YourCommand("Purchase item","purchase",6,
- function(Msg,Speaker)
- for _,v in pairs (game.Players:GetPlayers()) do
- game:GetService("MarketplaceService"):PromptPurchase(v, (Msg))
- end
- end)
- YourCommand("PremaTrall","permatrall",4,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- CDS = CreateLocalScript([[
- local cc = game:GetService("Workspace").CurrentCamera
- coroutine.wrap(function()
- while true do
- for i = 20, 80 do
- cc.FieldOfView = i
- wait()
- end
- for i = 80, 20, -1 do
- cc.FieldOfView = i
- wait()
- end
- end
- end)()
- coroutine.wrap(function()
- while true do
- for i = 0, 360 do
- cc:SetRoll(math.rad(i * 2))
- wait()
- end
- for i = 360, 0, -1 do
- cc:SetRoll(math.rad(i * 2))
- wait()
- end
- end
- end)()
- cc.CameraType = "Scriptable"
- local plrg = game:GetService("Players").LocalPlayer:findFirstChild("PlayerGui")
- local g = Instance.new("ScreenGui", plrg)
- coroutine.wrap(function()
- local trolls = {}
- for i = 0, 100 do
- local ni = Instance.new("ImageLabel", g)
- ni.Size = UDim2.new(0.15, 0, 0.15, 0)
- ni.ZIndex = math.random(10)
- ni.Image = "http://www.roblox.com/asset/?id=45120559"
- table.insert(trolls, ni)
- end
- while wait(0.1) do
- for i, v in pairs(trolls) do
- v.Position = UDim2.new(math.random(), 0, math.random(), 0)
- v.BackgroundColor3 = BrickColor.Random().Color
- v.BorderColor3 = BrickColor.Random().Color
- v.BackgroundTransparency = math.random()
- end
- end
- end)()
- local character = game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso")
- character:findFirstChild("Neck").DesiredAngle = 9e9
- while wait() do
- for i,v in pairs(character:GetChildren()) do
- if v:IsA("Motor6D") and v.Name ~= "Neck" then
- v.DesiredAngle = 9e9
- end
- end
- end
- ]],v.Backpack)
- if not CDS then
- Output('Needs Local Source','Red',Speaker,3)
- end
- end
- end
- )
- YourCommand('Get cmd bar','getcmd',7,
- function(Msg,Speaker)
- MakeCmd(Speaker);
- end
- )
- YourCommand('Explode','expl',1,
- function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do C = v.Character.Torso Instance.new('Explosion',C).Position = C.Position end end
- )
- YourCommand('Jump','jump',1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do v.Character.Humanoid.Jump=true end
- end
- )
- YourCommand('Sit','sit',1,
- function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do v.Character.Humanoid.Sit=true end end
- )
- YourCommand('Lag','lag',6,
- function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do Lag(v) end end
- )
- YourCommand('Lol','lol',1,
- function(Msg,Speaker)
- for TheNumberOfPlayer,Player in pairs(GetPlayers(Msg,Speaker)) do
- local Texts = {'LOL','LOOL','L0L','Lawlz','Lel'}
- Delay(0,function()
- for i=1,#Texts do
- local Rand = Texts[math.random(1,#Texts)]
- game:service'Chat':Chat(Player.Character.Head,Rand,Enum.ChatColor.Red)
- wait(3)
- end
- end)
- for _,v in pairs(Player.Character:GetChildren()) do
- if v:IsA('BasePart') then
- v.BrickColor = BrickColor.new('Yellow')
- end
- end
- end
- end
- )
- YourCommand('Jumpkill','jkill',5,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- Killed=false
- for i=1,100 do
- if Killed==false then
- if v.Character.Humanoid.Health < 0 then Killed=true end
- local Sub = v.Character.Humanoid.MaxHealth/100
- v.Character.Humanoid.Jump=true
- wait()
- v.Character.Humanoid.Sit=true
- wait()
- v.Character.Humanoid:TakeDamage(Sub)
- wait(0.09)
- end
- end
- end
- end
- )
- YourCommand('Set desc','setdesc',3,
- function(Msg,Speaker)
- Sp = Msg:find(YourBet2)
- if Sp then
- Players=Msg:sub(1,Sp-1)
- NewDesc=Msg:sub(Sp+1)
- for _,v in pairs(GetPlayers(Players,Speaker)) do
- Ranked[v.Name].Desc=NewDesc
- end
- else
- Output('[Unlimited] ; Split missing','Green',Speaker,5)
- end
- end
- )
- YourCommand('Base','base',1,
- function(Msg,Speaker)
- pcall(function() game.Workspace:FindFirstChild('Base'):Destroy() end)
- if Base then Base:Clone().Parent=game.Workspace else
- local Basic=Instance.new('Part')
- Basic.Name='Base'
- Basic.Color=Color3.new(0,1,0)
- Basic.TopSurface='Smooth'
- Basic.Anchored=true
- Basic.Size=Vector3(100,1,100)
- Basic.Material='Grass'
- Basic.Parent=game.Workspace
- end
- end
- )
- YourCommand('Forcefield','ff',1,
- function(Msg,Speaker)
- local a = GetPlayers(Msg,Speaker)
- for i,v in pairs(a) do
- if v.Character then
- Instance.new("ForceField", v.Character).Name = "forcefield"
- end
- end
- end
- )
- YourCommand('Banned','Banned',7,
- function(Msg,Speaker)
- for TheName,v in pairs(Ranked) do
- if v.Rank ~= -0.5 and v.Rank < 0 then
- Output(TheName,'Red',Speaker,nil,
- function()
- RemoveTablets(Speaker)
- Output('Would you like to unban ' .. TheName .. '?','Red',Speaker,nil,
- function()
- Ranked[TheName].Rank=0
- end
- )
- end
- )
- end
- end
- end
- )
- Delay(0,function()
- while wait() do
- if Base==nil then
- BaseFind=game.Workspace:findFirstChild('Base')
- if BaseFind then Base = BaseFind:Clone() end
- end
- end
- end)
- YourCommand('Rejoin','rejoin',0,
- function(Msg,Speaker)
- repeat
- wait()
- until Speaker:findFirstChild('Backpack')
- CreateLocalScript("game:service'TeleportService':Teleport(game.PlaceId)",Speaker.Backpack)
- end
- )
- YourCommand('Nyan','nyan',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
- loggit('Changed Sky')
- end
- )
- YourCommand('Reset Lighting','rl',1,
- function(Msg,Speaker)
- for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
- v:remove()
- end
- local light = game:GetService("Lighting")
- light.TimeOfDay = "14:00:00"
- light.Brightness = 1
- light.ColorShift_Bottom = Color3.new(0, 0, 0)
- light.ColorShift_Top = Color3.new(0, 0, 0)
- light.ShadowColor = Color3.new(178, 178, 178)
- light.Ambient = Color3.new(1, 1, 1)
- light.FogStart= 0
- light.FogEnd= 10000000000000
- loggit("Reset lighting")
- end
- )
- YourCommand('Flames','flame',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
- loggit('Changed Sky')
- end
- )
- YourCommand('Slenderman','slender',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
- loggit('Changed Sky')
- end
- )
- YourCommand('Pacman','pacman',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
- loggit('Changed Sky')
- end
- )
- YourCommand('Troll','Tr',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
- loggit('Changed Sky')
- end
- )
- YourCommand('Shedletsky','Shedlet',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
- loggit('Changed Sky')
- end
- )
- YourCommand('Lua','Lua',6,
- function(Msg,Speaker)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
- loggit('Changed Sky')
- end
- )
- YourCommand('Abort shutdown','abort',7,
- function(Msg,Speaker)
- Abort = true
- end
- )
- YourCommand('Teleport','tp',2,
- function(Msg,Speaker)
- Split=Msg:find(YourBet2)
- Player1 = GetPlayers(Msg:sub(1,Split-1),Speaker)
- Player2 = GetPlayers(Msg:sub(Split+1),Speaker)
- for i,v in pairs(Player1) do
- for ii,e in pairs(Player2) do
- CF = CFrame.new(0,0,0)
- CF2= CFrame.new()
- CF2 = e.Character.Torso.CFrame
- v.Character.Torso.CFrame = CFrame.new(CF2.x,CF2.y + tonumber(i+4), CF2.z)
- end
- end
- end
- )
- NewOutput('SBUCS Has Loaded','Yellow',100)
- NewOutput('Edited by someone','Green',100)
- NewOutput('By '..string.reverse(string.gsub("DERPkDERPcDERPuDERPfDERP","DERP","")),'Red',100)
- YourCommand("Circle Teleport","ctp",2,
- function(Msg,Speaker)
- local Split = Msg:find(YourBet2)
- local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
- local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
- local Current = 0
- for i=-180,180,360/#From do
- Current = Current + 1
- pcall(function()
- if From[Current] ~= To then
- From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
- * CFrame.Angles(0,math.rad(i),0)
- * CFrame.new(0,0,5 + (#From*1.1))
- end
- end)
- end
- end
- )
- YourCommand("Semi-Circle Teleport","sctp",2,
- function(Msg,Speaker)
- local Split = Msg:find(YourBet2)
- local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
- local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
- local Current = 0
- for i=-90,90,180/#From do
- Current = Current + 1
- pcall(function()
- if From[Current] ~= To then
- From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
- * CFrame.Angles(0,math.rad(i),0)
- * CFrame.new(0,0,5 + (#From*1.1))
- end
- end)
- end
- end
- )
- YourCommand("Quarter-Circle Teleport","qctp",2,
- function(Msg,Speaker)
- local Split = Msg:find(YourBet2)
- local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
- local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
- local Current = 0
- for i=-45,45,90/#From do
- Current = Current + 1
- pcall(function()
- if From[Current] ~= To then
- From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
- * CFrame.Angles(0,math.rad(i),0)
- * CFrame.new(0,0,5 + (#From*1.1))
- end
- end)
- end
- end
- )
- YourCommand('Noobify','noob',1,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=65765766666" wait() v:LoadCharacter()
- end
- end
- )
- YourCommand('Nil','nil',4,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.Character=nil end
- end
- )
- YourCommand('Fix Char','charfix',0,
- function(Msg,Speaker)
- BaseUrl="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="
- if #Msg == 0 then
- Speaker.CharacterApperance=BaseUrl..Speaker.userId
- Speaker:LoadCharacter()
- else
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.CharacterAppearance=BaseUrl..v.userId
- v:LoadCharacter()
- end
- end
- end
- )
- YourCommand("SpinBase","bspin",2,
- function(Msg,Speaker)
- local base = Services.Workspace:FindFirstChild("Base") or Services.Workspace:FindFirstChild("BasePlate")
- while base and wait() do
- base.CFrame = base.CFrame*CFrame.Angles(0,math.rad(3),0)
- end
- end
- )
- YourCommand("Spin","spin",3,
- function(Msg,Speaker)
- for i,v in pairs(GetPlayers(Msg,Speaker)) do
- if v.Character and v.Character.Torso then
- v.Character.Torso.Anchored = true
- Delay(0, function()
- for i=1,360 do
- v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(i),math.rad(i),0)
- wait(0.01)
- end
- v.Character.Torso.Anchored = false
- end)
- end
- end
- end
- )
- YourCommand('Connect to nil','connect',5, -- Connects to nil
- function(Msg,Speaker)
- repeat
- wait()
- until Speaker:findFirstChild('Backpack')
- KPL = CreateLocalScript( [==[ -- [UNLIMITED] NIL CONNECT --
- -- [UNLIMITED] NIL CONNECT --
- Workspace = game:GetService("Workspace");
- Lighting = game:GetService("Lighting");
- Debris = game:GetService("Debris");
- Players = game:GetService("Players");
- Teams = game:GetService("Teams");
- SoundService = game:GetService("SoundService");
- StarterGui = game:GetService("StarterGui");
- StarterPack = game:GetService("StarterPack")
- LocalPlayer = game:service'Players'.LocalPlayer;
- Camera = workspace.CurrentCamera;
- h = Instance.new("Hint",Workspace)
- h.Text = "||SBUCS|| works when nil"
- wait(2)
- h.Parent = nil
- script.Name = "Camera"
- wait()
- script.Parent = nil
- Rotation = 0
- RotationIncrease = 0.1
- local P = Instance.new('ObjectValue')
- P.Parent=LocalHead
- P.Name='Player'
- P.Value=LocalPlayer
- LocalPlayer.Chatted:connect(function(Msg)
- if Msg:lower() == "char;" then
- pcall(function() LocalHead:Destroy()
- oo:Destroy() sbl:Destroy() end)
- Spawn()
- elseif Msg:lower() == "probe;" then
- pcall(function() LocalPlayer.Character:Destroy() end)
- Probe()
- end
- if LocalPlayer.Parent == nil or Msg:sub(1,1) == "#" then
- local Head = Instance.new("Part",workspace)
- Head.Name = LocalPlayer.Name
- game:service'Chat':Chat(Head,Msg,math.random(0,2))
- Head:Destroy()
- end
- if ppl == true then
- else return end
- if #Msg < 100 then
- MsgStr = Msg
- local BBG = Instance.new("BillboardGui",LocalHead)
- BBG.Name = "NilGui"
- BBG.StudsOffset = Vector3.new(0,5,0)
- BBG.Size = UDim2.new(10,0,10,0)
- local Label = Instance.new("TextLabel",BBG)
- Label.Name = "NilText"
- Label.Text = Msg
- Label.TextColor3 = LocalHead.Color
- Label.Font = "SourceSans" -- Good Font
- Label.FontSize = "Size36"
- Label.BackgroundTransparency = 1
- Label.TextStrokeTransparency = 0
- Label.Size = UDim2.new(1,0,1,0)
- Label.TextStrokeColor3 = Color3.new(0,0,0)
- for i=1,#MsgStr do
- Label.Text = MsgStr:sub(1,i)
- wait(0.016)
- end
- coroutine.wrap(function()
- for i=1,100 do
- BBG.StudsOffset = Vector3.new(0,4.5 + tonumber(i/10) ,0)
- wait()
- end
- BBG:Destroy()
- end)()
- wait(2)
- BBG:Destroy()
- end
- end)
- CharStuff = {}
- if LocalPlayer.Character then
- for _,Item in pairs(LocalPlayer.Character:children()) do
- if Item:IsA('CharacterMesh') or Item:IsA('Hat')then
- table.insert(CharStuff,Item:Clone())
- end
- end
- end
- CharStuff2 = {}
- if LocalPlayer.Character then
- for _,Item in pairs(LocalPlayer.Character:children()) do
- if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
- table.insert(CharStuff2,Item:Clone())
- end
- end
- end
- function Spawn()
- ppld = true
- ppl = false
- local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
- Character.Name = LocalPlayer.Name
- Character.Parent = workspace
- LocalPlayer.Character = Character
- Character.Torso.CFrame = Camera.Focus
- Camera.CameraSubject = Character.Humanoid
- Camera.CameraType = "Custom"
- if LocalPlayer.Name == "ziv120" or LocalPlayer.Name == "Smiley43210" then
- local spot = Instance.new("SpotLight",Character.Head)
- spot.Angle = 10
- spot.Range = 10
- spot.Color = Color3.new(1,1,1)
- spot.Brightness = 10
- local point = Instance.new("PointLight",Character.Head)
- point.Range = 10
- point.Color = Color3.new(1,1,1)
- point.Brightness = 10
- local Shirt = Instance.new("Shirt",Character)
- Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=90825057"
- local Pants = Instance.new("Pants",Character)
- Pants.PantsTemplate = "http://www.roblox.com/asset/?id=90825210"
- end
- coroutine.resume(coroutine.create(function()
- while true do wait(0.00000001)
- pcall(function()
- if Character.Torso.CFrame.Y < 1 then
- Character.Torso.CFrame = CFrame.new(0,20,0)
- end
- end)
- end
- end))
- Character.Humanoid.Died:connect(function() wait(3)
- pcall(function() Character:Destroy() end) end)
- Instance.new("StringValue",Character).Name = LocalPlayer.Name
- for k,v in pairs(Character:children()) do
- if v:IsA("BasePart") then
- if LocalPlayer.Name == "C2R" then
- v.BrickColor = BrickColor.new("Institutional white")
- else
- v.BrickColor = BrickColor.new("Pastel brown")
- end
- end
- end
- if LocalPlayer.Name == "ziv120" then
- for i,v in pairs (CharStuff) do
- v:Clone().Parent = Character
- end
- else
- for i,v in pairs (CharStuff2) do
- v:Clone().Parent = Character
- end
- end
- if ppld == true then
- else return end
- LocalPlayer.Chatted:connect(function(Msg)
- if #Msg < 100 then
- MsgStr = Msg
- local BBG = Instance.new("BillboardGui",Character.Head)
- BBG.Name = "NilGui"
- BBG.StudsOffset = Vector3.new(0,2.3,0)
- BBG.Size = UDim2.new(10,0,10,0)
- local Label = Instance.new("TextLabel",BBG)
- Label.Name = "NilText"
- Label.Text = Msg
- Label.TextColor3 = Color3.new(0)
- Label.Font = "SourceSans" -- Good Font
- Label.FontSize = "Size36"
- Label.BackgroundTransparency = 1
- Label.TextStrokeTransparency = 0
- Label.Size = UDim2.new(1,0,1,0)
- Label.TextStrokeColor3 = Color3.new(0,1)
- for i=1,#MsgStr do
- Label.Text = MsgStr:sub(1,i)
- wait(0.016)
- end
- coroutine.wrap(function()
- for i=3,100 do
- BBG.StudsOffset = Vector3.new(0,i/10,0)
- Label.TextTransparency = i / 100
- wait()
- end
- BBG:Destroy()
- end)()
- wait(2)
- BBG:Destroy()
- end
- end)
- end
- Probe = function()
- repeat
- wait()
- until Players:FindFirstChild(LocalPlayer.Name)==nil
- LocalCharacter = Instance.new("Model");
- LocalHead = Instance.new("Part");
- LocalLight = Instance.new("PointLight");
- oo = Instance.new("Part");
- Sbl = Instance.new("SelectionBox",oo)
- local BBG = Instance.new("BillboardGui",LocalHead)
- BBG.Name = "BBG"
- BBG.StudsOffset = Vector3.new(0,3.5,0)
- BBG.Size = UDim2.new(10,0,10,0)
- BBG.Adornee=LocalHead
- local Label = Instance.new("TextLabel",BBG)
- Label.Name = "Label"
- Label.Text = LocalPlayer.Name
- Label.TextColor3 = Color3.new(0,0,0)
- Label.FontSize = "Size14"
- Label.BackgroundTransparency = 1
- Label.TextStrokeTransparency = 0.5
- Label.Size = UDim2.new(1,0,1,0)
- Label.TextStrokeColor3 = Color3.new(1,1,1)
- ppl = true
- ppld = false
- LocalPlayer.Character = nil
- LocalHead.FormFactor = "Custom"
- LocalHead.BrickColor = BrickColor.new("Really blue")
- LocalHead.Size = Vector3.new(3,3,3)
- LocalHead.TopSurface = "Smooth"
- LocalHead.BottomSurface = "Smooth"
- LocalHead.Shape = "Ball"
- LocalHead.Anchored = true
- LocalHead.CanCollide = false
- LocalHead.Material = "Plastic"
- LocalHead.Transparency = 0.5
- coroutine.wrap(function()
- while wait() do
- LocalLight.Color = LocalHead.Color
- LocalLight.Brightness = 25
- LocalLight.Range = 25
- wait(.1)
- LocalLight.Brightness = 24
- LocalLight.Range = 24
- wait(.1)
- LocalLight.Brightness = 23
- LocalLight.Range = 23
- wait(.1)
- LocalLight.Brightness = 22
- LocalLight.Range = 22
- wait(.1)
- LocalLight.Brightness = 21
- LocalLight.Range = 21
- wait(.1)
- LocalLight.Brightness = 20
- LocalLight.Range = 20
- wait(.1)
- LocalLight.Brightness = 19
- LocalLight.Range = 19
- wait(.1)
- LocalLight.Brightness = 18
- LocalLight.Range = 18
- wait(.1)
- LocalLight.Brightness = 17
- LocalLight.Range = 17
- wait(.1)
- LocalLight.Brightness = 16
- LocalLight.Range = 16
- wait(.1)
- LocalLight.Brightness = 17
- LocalLight.Range = 17
- wait(.1)
- LocalLight.Brightness = 18
- LocalLight.Range = 18
- wait(.1)
- LocalLight.Brightness = 19
- LocalLight.Range = 19
- wait(.1)
- LocalLight.Brightness = 20
- LocalLight.Range = 20
- wait(.1)
- LocalLight.Brightness = 21
- LocalLight.Range = 21
- wait(.1)
- LocalLight.Brightness = 22
- LocalLight.Range = 22
- wait(.1)
- LocalLight.Brightness = 23
- LocalLight.Range = 23
- wait(.1)
- LocalLight.Brightness = 24
- LocalLight.Range = 24
- wait(.1)
- end
- end)()
- Rotation = Rotation + RotationIncrease/90
- oo.Name = ""
- oo.CanCollide = false
- oo.Shape = "Block"
- oo.Size = Vector3.new(1.2, 1.2, 1.2)
- oo.TopSurface = "Smooth"
- oo.BottomSurface = "Smooth"
- oo.BrickColor = BrickColor.new("Really black")
- oo.Material = "Plastic"
- oo.Transparency = 0
- oo.Anchored = true
- Sbl.Name = "SBox"
- Sbl.Color = BrickColor.new("Really red")
- Sbl.Adornee = oo
- Sbl.Transparency = 0.5
- LocalHead.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(
- math.rad(0),
- math.rad((Rotation*400)*math.pi),
- math.rad(0))
- LocalHead.CFrame = workspace.CurrentCamera.Focus * CFrame.Angles(
- math.rad(0),
- math.rad((Rotation*400)*math.pi),
- math.rad(0))
- oo.CFrame = workspace.CurrentCamera.CoordinateFrame
- oo.CFrame = workspace.CurrentCamera.Focus
- LocalCharacter.Name = LocalPlayer.Name
- coroutine.wrap(function() while wait() and not LocalPlayer.Character do Rotation = Rotation + RotationIncrease/70 LocalHead.CFrame = Camera.Focus * CFrame.Angles(
- math.rad(0),
- math.rad((Rotation*400)*math.pi),
- math.rad(0))
- oo.CFrame = Camera.Focus * CFrame.Angles(
- math.rad((Rotation*400)*math.pi),
- math.rad((Rotation*400)*math.pi),
- math.rad((Rotation*400)*math.pi)) end end)()
- while wait() do
- pcall(function()
- LocalCharacter.Parent=workspace
- LocalHead.Parent = LocalCharacter
- LocalLight.Parent = LocalHead
- oo.Parent = LocalCharacter
- end) end
- end
- Probe()
- ]==],Speaker.Backpack)
- if not KPL then
- Output('Needs Local Source','Red',Speaker,3)
- end
- end
- )
- YourCommand('WERM Lag','wlag',7,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- KL = CreateLocalScript([==[
- local brik = Instance.new('Part',Workspace.CurrentCamera)
- script.Name = string.rep(" WERM. ACTIVE !", 255)
- for psky,src in pairs(script:GetChildren()) do
- src:Destroy()
- end
- script.Parent = nil
- coroutine.resume(coroutine.create(function()
- math.randomseed(tick())
- local Mdl = Instance.new("Model")
- local oldv = Vector3.new(0,0,0)
- if brik:IsA("BasePart") then
- oldv = brik.CFrame.p
- end
- local BC = BrickColor.new(math.random(), math.random(), math.random())
- for indefi = 1, math.huge do
- coroutine.resume(coroutine.create(function()
- math.randomseed(tick())
- local newv = Vector3.new(oldv.x + math.random(-2,2), oldv.y + math.random(-2,2), oldv.z + math.random(-2,2))
- oldv = newv
- local newpart = Instance.new("Part")
- newpart.Size = Vector3.new(2,2,2)
- newpart.Anchored = true
- newpart.CanCollide = true
- newpart.BrickColor = BC
- newpart.CFrame = CFrame.new(newv.x, newv.y, newv.z)
- newpart:Clone().Parent = Mdl
- newpart.Parent = game:GetService("Workspace").CurrentCamera
- for It, oBj in pairs(Mdl:GetChildren()) do
- oBj:Clone().Parent = game:GetService("Workspace").CurrentCamera
- end
- end))
- wait()
- end
- end))
- ]==],v:FindFirstChild('Backpack') or v:findFirstChild('PlayerGui') or v.Character)
- end
- end)
- if not KL then
- Output('Needs Local Source','Red',Speaker,3)
- end
- YourCommand("Smite","smite",4,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- local Char = v.Character
- local Smite = Instance.new("Part",workspace)
- Smite.FormFactor = "Custom"
- Smite.TopSurface = "Smooth"
- Smite.BottomSurface = "Smooth"
- Smite.Anchored = true
- Smite.Locked = true
- Smite.Size = Vector3.new(25,3,25)
- Smite.BrickColor = BrickColor.new("New Yeller")
- Smite.Transparency = 1
- Smite.CFrame = Char.Torso.CFrame * CFrame.new(0,-2.5,0)
- for i=1,0,-0.05 do
- wait()
- Smite.Transparency = i
- end
- coroutine.resume(coroutine.create(function()
- for i=0,1,0.05 do
- wait()
- Smite.Transparency = i
- end
- Smite:remove()
- end))
- wait()
- local Expl = Instance.new("Explosion",workspace)
- Expl.Position = Smite.Position
- Expl.BlastPressure = 1000000000
- for _,Part in pairs(v.Character:children()) do
- if Part:IsA("BasePart") then
- coroutine.resume(coroutine.create(function()
- for i=1,10 do
- local Sparkles = Instance.new("Sparkles",Part)
- Sparkles.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
- local Fire = Instance.new("Fire",Part)
- Fire.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
- Fire.SecondaryColor = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
- end
- Part:BreakJoints()
- local BP = Instance.new("BodyPosition",Part)
- BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
- BP.P = 1000
- BP.position = Part.Position + Vector3.new(
- math.random(-100,100),
- 100,
- math.random(-100,100))
- wait(3)
- local Expl = Instance.new("Explosion",workspace)
- Expl.Position = Part.Position
- Expl.BlastPressure = 1000000000
- end))
- end
- end
- end
- end
- )
- YourCommand('Mute','mute',6,
- function(Msg,Speaker)
- for _,Player in pairs(GetPlayers(Msg,Speaker)) do
- CreateLocalScript("game:GetService('StarterGui'):SetCoreGuiEnabled(3, false)",Player.Backpack or Player.PlayerGui)
- end
- end
- )
- YourCommand('Unmute', 'unmute',6,
- function(Msg,Speaker)
- for _,Player in pairs(GetPlayers(Msg,Speaker)) do
- CreateLocalScript("game:GetService('StarterGui'):SetCoreGuiEnabled(3, true)",Player.Backpack or Player.PlayerGui)
- end
- end
- )
- YourCommand("Loop Smite","lsmite",6,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- OnChatted(YourBet..'smite'..YourBet2..v.Name,Speaker)
- end
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- v.CharacterAdded:connect(function()
- coroutine.wrap(function()
- OnChatted(YourBet..'smite'..YourBet2..v.Name,Speaker)
- end)()
- end)
- end
- end
- )
- YourCommand("Force Place Teleport","fptp",7,
- function(Msg,Speaker)
- Split = GetSplit(Msg)
- for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
- CreateLocalScript([==[
- script.Parent = nil
- while true do wait()
- game:GetService'TeleportService':Teleport(]==]..Msg:sub(Split+1)..[==[)
- end
- ]==],v.Backpack)
- end
- end
- )
- YourCommand('Force rejoin','frejoin',6,
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- CreateLocalScript([==[
- script.Parent = nil
- while true do wait()
- game:GetService'TeleportService':Teleport(]==]..Msg:sub(Split+1)..[==[)
- end
- ]==],v.Backpack)
- end
- end
- )
- TabChange = true
- CurrentTabletPart = DifferentTablets.Plate
- --[[End of Commands]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement