Advertisement
Derek1017

New Admin

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