Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- --https://v3rmillion.net/member.php?action=profile&uid=61310
- wait(3)
- local ObjectValues = {}
- local function StringToArray(String,Separator)
- local Array = {}
- local ExtStr = String
- repeat
- if ExtStr == "" or ExtStr == " " then
- else
- local Start = string.find(ExtStr,Separator)
- if Start ~= nil then
- local Arg = string.sub(ExtStr,0,Start-1)
- table.insert(Array,Arg)
- ExtStr = string.sub(ExtStr,Start+string.len(Separator))
- else
- table.insert(Array,ExtStr)
- ExtStr = ""
- end
- end
- until ExtStr == ""
- if string.lower(Array[1]) == "/e" then
- Array[1] = nil
- for i, v in pairs(Array) do
- if i == 1 then
- else
- Array[i-1] = v
- end
- end
- end
- return Array
- end
- local function IndicateValue(Value)
- local Type = tostring(typeof(Value))
- if Type == "string" then
- return "'"..Value.."'"
- elseif Type == "number" then
- return Value
- elseif Type == "Instance" then
- return "ObjectValue"
- elseif Type == "Color3" then
- return "Color3.new("..Value.r..","..Value.g..","..Value.b..")"
- elseif Type == "Vector3" then
- return "Vector3.new("..Value.X..","..Value.Y..","..Value.Z..")"
- elseif Type == "nil" then
- return "nil"
- elseif Type == "boolean" then
- return tostring(Value)
- elseif Type == "BrickColor" then
- return "BrickColor.new("..Value.r..","..Value.g..","..Value.b..")"
- elseif Type == "EnumItem" then
- return tostring(Value)
- elseif Type == "UDim2" then
- return "UDim2.new("..Value.X.Scale..","..Value.X.Offset..","..Value.Y.Scale..","..Value.Y.Offset..")"
- else
- return "Unable To Indicate Propety... "
- end
- end
- local Properties = {
- "Value",
- "Color",
- "AllowSweep",
- "WaterColor",
- "ParallelPhysics",
- "Is30FpsThrottleEnabled",
- "HeadsUpDisplay",
- "Texture",
- "Value",
- "WaterColor",
- "SkinColor",
- "SparkleColor",
- "FogColor",
- "HeadColor",
- "LeftArmColor",
- "RightArmColor",
- "TorsoColor",
- "RightLegColor",
- "LeftLegColor",
- "ShadowColor",
- "Ambient",
- "SecondaryColor",
- "Anchored",
- "AllowInsertFreeModels",
- "SuperSafeChatReplicate",
- "Player",
- "HangDetection",
- "FullScriptCode",
- "DataModelJobs",
- "DeviceLost",
- "SSAO",
- "SoundEnabled",
- "SoftwareSound",
- "TextFits",
- "TextWrap",
- "Draggable",
- "BubbleChat" ,
- "AutoRuns",
- "Guest",
- "LocalSaveEnabled",
- "PlatformStand",
- "AutoRotate",
- "CelestialBodiesShown",
- "HasBuildTools" ,
- "ClassicChat" ,
- "DevEnableMouseLock",
- "Netural",
- "CanCollide",
- "Disabled",
- "Outlines",
- "Jump",
- "Sit",
- "Visible",
- "IsSmooth" ,
- "Enabled",
- "Locked",
- "FilteringEnabled",
- "StreamingEnabled",
- "GlobalShadows",
- "ScriptsDisabled",
- "ZOffset",
- "CharacterAppearance",
- "PrimaryPart",
- "SkyboxBk",
- "SkyboxDn",
- "WaterTransparency",
- "WaterWaveSpeed",
- "HipHeight",
- "ChatHistory",
- "ConversationDistance",
- "BlastPressure",
- "BlastRadius",
- "InitialPrompt",
- "CPU",
- "OSVer",
- "OsPlatformId",
- "CpuSpeed",
- "D",
- "P",
- "maxForce",
- "InstanceCount",
- "PlaceId",
- "workspace",
- "GarbageCollectionFrequency",
- "BinType",
- "Grip",
- "ActivationState",
- "GarbageCollectionLimit",
- "ShadowColor",
- "TargetPoint",
- "WalkDirection",
- "WalkToPart",
- "Image",
- "Font",
- "ClearTextOnFocus",
- "TextTransparency",
- "WalkToPoint",
- "ColorShift_Bottom",
- "ColorShift_Top",
- "MaxSpeed",
- "CartoonFactor",
- "Target",
- "MaxThrust",
- "MaxTorque",
- "TargetOffset",
- "ThrustD",
- "ThrustP",
- "TurnD",
- "TurnP",
- "profileName",
- "Resolution",
- "Shadow",
- "Bevels",
- "BatchSize",
- "AASamples",
- "Genre",
- "CreatorType",
- "CreatorId",
- "JobId",
- "SkyboxUp",
- "SkyboxFt",
- "SkyboxLf",
- "StarCount",
- "ReporterType",
- "Outfit1",
- "Outfit2",
- "Pants",
- "PlayCount",
- "Shirt",
- "MinReportInterval",
- "VelocitySpread",
- "Rate",
- "DataSendRate",
- "DataGCRate",
- "NameDisplayerDistance",
- "MaxVelocity",
- "PantsTemplate",
- "ShirtTemplate",
- "SoundId",
- "Pitch",
- "IsPlaying",
- "IsPaused",
- "Looped",
- "PlayOnRemove",
- "StudsPerTileU",
- "StudsPerTileV",
- "Name",
- "Value",
- "MaxPlayers" ,
- "PersonalServerRank" ,
- "NumPlayers" ,
- "Text",
- "Reflectance",
- "FogEnd",
- "FogStart",
- "WaterTransparency",
- "Transparency",
- "Heat",
- "TeamName",
- "WalkSpeed",
- "Health",
- "MaxHealth",
- "Size",
- "TeamColor",
- "userId",
- "Brightness",
- "Ambient",
- "OsPlatform",
- "ChatMode",
- "AccountAgeReplicate",
- "Character",
- "Steer",
- "Style",
- "NetworkOwnerV3",
- "CanCollide",
- "TimeOfDay",
- "FieldOfView",
- "CameraType",
- "LinkedSource",
- "MachineAddress",
- "Port",
- "PrimaryPart",
- "BackgroundTransparency",
- "BackgroundColor3",
- "ImageColor3",
- "BorderColor3",
- "BorderSizePixel",
- "Position",
- "Rotation",
- "Selectable",
- "FrontSurface",
- "BackSurface",
- "RightSurface",
- "LeftSurface",
- "TopSurface",
- "BottomSurface",
- "MeshId",
- "TextureID",
- "Scale",
- "TextureId",
- "Shape"
- }
- local function SeparateString(Str)
- local Arr = {}
- local Len = string.len(Str)
- for i = 0,Len do
- local SubStr = string.sub(Str,i,i)
- table.insert(Arr,SubStr)
- end
- return Arr
- end
- local function FormatText (Text)
- local Spaces = StringToArray(Text,".")
- local Str = Text
- local Arr = SeparateString(Str)
- local function GetArrBack(Index)
- local Len = table.getn(Arr)- Index
- Arr[Index] = "</Dot>"
- end
- local Blacklist = true
- repeat
- Blacklist = true
- for i, v in pairs(Arr) do
- if v == "." then
- Blacklist = false
- GetArrBack(i)
- end
- end
- until Blacklist == true
- Str = ""
- for i, v in pairs(Arr) do
- Str = Str..v
- end
- Str = StringToArray(Str,"</Dot>")
- local a = Str
- Str = ""
- for i, v in pairs(a)do
- Str = Str.."['"..v.."']"
- end
- return Str
- end
- local function GetSaveInstanceString(InstanceValue)
- local Str = "pcall(function()\n_G['"..InstanceValue.Name.."'] = Instance.new('"..InstanceValue.ClassName.."',game"..FormatText(InstanceValue.Parent:GetFullName())..")\n"
- for i, v in pairs(Properties) do
- local Prop = "ur mom gey lmao"
- pcall(function()
- Prop = InstanceValue[v]
- end)
- if Prop == "ur mom gey lmao" then
- else
- local IndProp = IndicateValue(Prop)
- if IndProp ~= "Unable To Indicate Propety... " and IndProp ~= "ObjectValue" and IndProp ~= nil and IndProp ~= "nil" then
- Str = Str.."_G['"..InstanceValue.Name.."']."..v.." = "..IndProp.."\n"
- else
- end
- end
- end
- pcall(function()
- local Pos = InstanceValue.CFrame.p
- local Rot = InstanceValue.Orientation
- Str = Str.."_G['"..InstanceValue.Name.."'].CFrame = CFrame.new("..Pos.X..","..Pos.Y..","..Pos.Z..") * CFrame.fromEulerAnglesXYZ(math.rad("..Rot.X.."),math.rad("..Rot.Y.."),math.rad("..Rot.Z.."))"
- end)
- Str = Str.."end)\n"
- return Str
- end
- local function GetSaveDescendantsString(InstanceValue)
- local Str = GetSaveInstanceString(InstanceValue)
- for i, v in pairs(InstanceValue:GetDescendants()) do
- Str = Str..GetSaveInstanceString(v)
- end
- return Str
- end
- local function SaveInstance(Inst)
- setclipboard(GetSaveDescendantsString(Inst))
- end
- local function Explore()
- TextProperties = {"ZOffset", "CharacterAppearance", "PrimaryPart", "SkyboxBk", "SkyboxDn", "WaterTransparency", "WaterWaveSpeed", "HipHeight","ChatHistory","ConversationDistance", "BlastPressure", "BlastRadius", "InitialPrompt", "CPU", "OSVer", "OsPlatformId", "CpuSpeed", "D", "P", "maxForce", "InstanceCount", "PlaceId", "workspace", "GarbageCollectionFrequency", "BinType", "Grip", "ActivationState", "GarbageCollectionLimit", "ShadowColor", "TargetPoint", "WalkDirection", "WalkToPart", "Image", "Font", "ClearTextOnFocus", "TextTransparency", "WalkToPoint", "ColorShift_Bottom", "ColorShift_Top","MaxSpeed","CartoonFactor","Target","MaxThrust","MaxTorque","TargetOffset","ThrustD", "ThrustP", "TurnD", "TurnP", "profileName", "Resolution", "Shadow", "Bevels", "BatchSize", "AASamples", "Genre", "CreatorType", "CreatorId", "JobId", "SkyboxUp", "SkyboxFt", "SkyboxLf", "StarCount", "ReporterType", "Outfit1", "Outfit2", "Pants", "PlayCount", "Shirt", "MinReportInterval", "VelocitySpread","Rate", "DataSendRate", "DataGCRate", "Archivable", "ClassName","NameDisplayerDistance", "MaxVelocity","PantsTemplate","ShirtTemplate","SoundId","Pitch","IsPlaying","IsPaused","Looped","PlayOnRemove","StudsPerTileU","StudsPerTileV", "Name", "Value", "MaxPlayers" , "PersonalServerRank" ,"NumPlayers" , "Text", "Reflectance","FogEnd", "FogStart","WaterTransparency", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "TeamColor", "userId", "Brightness", "Ambient", "OsPlatform", "ChatMode", "AccountAgeReplicate", "Character", "Steer", "Style","NetworkOwnerV3", "CanCollide", "CFrame", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource", "MachineAddress", "Port"}
- BoolProperties = {"Anchored", "AllowInsertFreeModels","SuperSafeChatReplicate", "Player", "HangDetection", "FullScriptCode", "DataModelJobs", "DeviceLost", "SSAO", "SoundEnabled", "SoftwareSound", "TextFits", "TextWrap", "Draggable", "BubbleChat" , "AutoRuns", "Guest", "LocalSaveEnabled", "PlatformStand", "AutoRotate", "CelestialBodiesShown","HasBuildTools" , "ClassicChat" , "DevEnableMouseLock" ,"Netural", "CanCollide", "Disabled", "Outlines" ,"Jump", "Sit", "Visible", "IsSmooth" , "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows", "RobloxLocked", "ScriptsDisabled"}
- BrickColorProperties = {"BrickColor", "Color","AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay", "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
- s = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- pgr = Instance.new("TextButton")
- pgr.Parent = s
- pgr.Size = UDim2.new(0,100,0,40)
- pgr.Position = UDim2.new(0,30,0,440)
- pgr.Text="Xplorer"
- pgr.BackgroundTransparency = 0.7
- pgr.TextColor = BrickColor.new("Black")
- pgr.BackgroundColor = BrickColor.new("Really Black")
- pgr.BorderColor = BrickColor.new("Black")
- pgr.Font = "ArialBold"
- pgr.FontSize = "Size14"
- pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
- pgr.TextStrokeTransparency = 0.3
- pgr.BorderSizePixel = 1
- pgr.BorderColor = BrickColor.new("White")
- if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
- game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
- end
- local Cloned
- local Deleted
- local DeleteParent
- local Player
- local Search
- local ScriptSearch
- local Gui
- local Cloned = nil
- local Deleted = nil
- local DeleteParent = nil
- local Current = 0
- local CurrentOption = 0
- function Clear()
- if Gui then
- Gui:Remove()
- end
- Current = 0
- CurrentOption = 0
- end
- function AddButton(N, Function, Color, Copy)
- if not N then
- error("RenderButton - No Name Specified")
- end
- if not Function then
- error("RenderButton - No Function Specified")
- end
- if not Color then
- Color = Color3.new(1, 1, 1)
- end
- if Copy == nil then
- Copy = true
- end
- P = Instance.new("TextButton")
- if Copy then
- P.Size = UDim2.new(0, 110, 0, 20)
- else
- P.Size = UDim2.new(0, 130, 0, 20)
- end
- P.Text = N.Name
- P.Name = N.Name
- P.Parent = Gui
- P.BackgroundColor3 = Color
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
- P.MouseButton1Click:connect(function()
- Function(P)
- end)
- D = Instance.new("TextButton")
- D.Size = UDim2.new(0, 20, 0, 20)
- D.Text = "X"
- D.Name = N.Name
- D.Parent = Gui
- D.BackgroundColor3 = Color3.new(1, 0, 0)
- D.TextColor3 = Color3.new(0, 0, 0)
- D.BackgroundTransparency = 0.5
- D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
- D.MouseButton1Click:connect(function()
- Deleted = N
- DeleteParent = N.Parent
- N.Parent = nil
- Clear()
- Search(DeleteParent)
- end)
- if Copy then
- C = Instance.new("TextButton")
- C.Size = UDim2.new(0, 20, 0, 20)
- C.Text = "C"
- C.Name = N.Name
- C.Parent = Gui
- C.BackgroundColor3 = Color3.new(0, 1, 0.5)
- C.TextColor3 = Color3.new(0, 0, 0)
- C.BackgroundTransparency = 0.5
- C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
- C.MouseButton1Click:connect(function()
- Cloned = N
- Clear()
- Search(N.Parent)
- end)
- end
- Current = Current + 1
- return P
- end
- function AddOption(N, Function, Color, Text)
- if not N then
- error("RenderButton - No Name Specified")
- end
- if not Color then
- Color = Color3.new(1, 1, 1)
- end
- if Text == nil then
- Text = false
- end
- if Text then
- P = Instance.new("TextBox")
- else
- P = Instance.new("TextButton")
- end
- P.Text = N
- P.Name = N
- P.Parent = Gui
- P.BackgroundColor3 = Color
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Size = UDim2.new(0, 150, 0, 20)
- P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
- if not Text and Function then
- P.MouseButton1Click:connect(function() Function(P) end)
- end
- CurrentOption = CurrentOption + 1
- return P
- end
- function AddTextOption(Obj, Prop)
- local Ob = Obj
- local Pro = Prop
- if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
- CurrentOption = CurrentOption + 1
- local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
- CurrentOption = CurrentOption - 2
- local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
- CurrentOption = CurrentOption + 1
- end
- end
- function AddBrickColorOption(Obj, Prop)
- local Ob = Obj
- local Pro = Prop
- if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
- CurrentOption = CurrentOption + 1
- local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
- CurrentOption = CurrentOption - 2
- local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
- CurrentOption = CurrentOption + 1
- end
- end
- function UnanchorObject(Objects)
- local function Recurse(Base)
- for _, Object in pairs(Base:GetChildren()) do
- if _G.TestProperty(Object, "Anchored") then
- Object.Anchored = not Object.Anchored
- end
- Recurse(Object)
- end
- end
- Recurse(Objects)
- end
- function AddBoolOption(Obj, Prop)
- local Ob = Obj
- local Pro = Prop
- if type(Ob[Pro]) == "boolean" then
- local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
- O.MouseButton1Click:connect(function()
- if Ob[Pro] then
- Ob[Pro] = false
- O.Text = Pro..": false"
- else
- Ob[Pro] = true
- O.Text = Pro..": true"
- end
- end)
- end
- end
- function TestProperty(Obj, Property)
- Success = pcall(function()
- if Obj[Property] then
- return
- end
- end)
- return Success
- end
- function LoadOptions(Object)
- for Num, Prop in pairs(TextProperties) do
- if TestProperty(Object, Prop) then
- AddTextOption(Object, Prop)
- end
- end
- for Num, Prop in pairs(BoolProperties) do
- if TestProperty(Object, Prop) then
- AddBoolOption(Object, Prop)
- end
- end
- for Num, Prop in pairs(BrickColorProperties) do
- if TestProperty(Object, Prop) then
- AddBrickColorOption(Object, Prop)
- end
- end
- end
- function AddForceField(Player)
- Instance.new("ForceField", Player.Character)
- end
- function Killp(Player)
- Player.Character.Humanoid.Health=0
- end
- function AddExplode(Player)
- Instance.new("Explosion", Player.Character)
- end
- function AddSparkles(Player)
- Instance.new("Sparkles", Player.Character)
- end
- function FreezeParts(b)
- if (b.className == "Part") then
- b.Anchored=true;
- end
- end
- function Search(Object)
- Gui = Instance.new("ScreenGui")
- Gui.Parent = game.Players.LocalPlayer.PlayerGui
- Gui.Name = "Explorer"
- if Object ~= game then
- AddOption("Back", function()
- Clear();
- Search(Object.Parent)
- end, Color3.new(0.5, 1, 1), false)
- end
- if Object:IsA("Sound") then
- AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
- AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
- AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
- end
- if Object:IsA("BoolValue") then
- AddBoolOption(Object,"Value")
- end
- if Object:IsA("Workspace") then
- AddOption("BlackHole", function() local p= game.Players:GetChildren() for i= 1, #p do if p[i] ~= "LocalPlayer" then b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000) b.position = Vector3.new(100,10,0)end end end, Color3.new(1, 0.6, 0.1), false)
- end
- if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue") then
- AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
- end
- if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message") then
- AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
- end
- if Object ~= game then
- AddOption("Unanchor Children", function() UnanchorObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
- AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
- end
- if Object:IsA("Model") then
- AddOption("SaveInstance", function() SaveInstance(Object) end, Color3.new(1, 1, 1), false)
- end
- AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
- if Cloned then
- AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
- end
- if Deleted then
- AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
- end
- if Object:IsA("Player") then
- AddOption("SwitchCamera", function() Clear(); if Object.CameraMode == "Classic" then Object.CameraMode = "LockFirstPerson" Search(Object) else Object.CameraMode = "Classic" Search(Object); end end, Color3.new(1, 0.6, 0.1), false)
- AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
- AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
- AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
- AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
- --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
- end
- if Object:IsA("Lighting") then
- AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
- AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
- end
- if Object:IsA("LocalScript") or Object:IsA("ModuleScript") then
- AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
- end
- if Object:IsA("Terrain") then
- AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
- end
- LoadOptions(Object)
- AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
- if not Object:IsA("Workspace") or not Object:IsA("Player") then
- for Num, Obj in pairs(Object:GetChildren()) do
- --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
- if true then
- if Obj:IsA("LocalScript") then
- AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
- elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
- AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
- elseif Obj.Parent == game then
- AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
- else
- AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
- end
- end
- end
- end
- function MoveUp(Place, Amount)
- for i,v in pairs(Place:GetChildren()) do
- if v:IsA("TextLabel") or v:IsA("TextBox") then
- v.Position = v.Position + UDim2.new(0,0,0,-Amount)
- end
- end
- end
- function MoveDown(Place, Amount)
- for i,v in pairs(Place:GetChildren()) do
- if v:IsA("TextLabel") or v:IsA("TextBox") then
- v.Position = v.Position + UDim2.new(0,0,0,Amount)
- end
- end
- end
- i=0
- function ScriptSearch(S)
- Script2 = S
- Script = decompile(Script2)
- Table = {}
- Enabled = true
- Gui = Instance.new("ScreenGui")
- Gui.Parent = game.Players.LocalPlayer.PlayerGui
- Gui.Name = "Explorer"
- while Enabled do
- Start, End = string.find(Script, '\n')
- print(Start, End)
- if Start and End then
- table.insert(Table, string.sub(Script, 1, End))
- New = string.sub(Script, End+1, string.len(Script))
- Script = New
- else
- Enabled = false
- table.insert(Table, string.sub(Script, 1, End))
- print("Finished")
- end
- end
- P = Instance.new("TextLabel")
- P.Size = UDim2.new(0, 500, 0, 20)
- P.Text = Script2.Name
- P.Name = "Script Line"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 1, 1)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
- P.TextXAlignment = "Left"
- i=i+1
- New = {}
- for I,Val in pairs(Table) do
- print(Val)
- P = Instance.new("TextBox")
- P.ClearTextOnFocus = false
- P.Size = UDim2.new(0, 500, 0, 20)
- P.Text = Val
- P.Name = "Script Line"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 1, 1)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
- P.TextXAlignment = "Left"
- table.insert(New, P)
- i=i+1
- end
- i=1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "^"
- P.Name = "Scroll"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 1, 1)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- MoveUp(Gui, -20)
- end)
- i=i+1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "v"
- P.Name = "Scroll"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 1, 1)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- MoveDown(Gui, -20)
- end)
- i=i+1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "^^"
- P.Name = "Scroll"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 1, 1)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- MoveUp(Gui, -200)
- end)
- i=i+1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "vv"
- P.Name = "Scroll"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 1, 1)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- MoveDown(Gui, -200)
- end)
- i=i+1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "S"
- P.Name = "Save"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(0, 1, 0)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- StringS = ""
- for Num, Obj in pairs(New) do
- StringS = StringS..Obj.Text..'\n'
- end
- S.Source = StringS
- S.Disabled = true
- S.Disabled = false
- end)
- i=i+1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "C"
- P.Name = "Copy"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 0.2, 0)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- StringS = ""
- for Num, Obj in pairs(New) do
- StringS = StringS..Obj.Text..'\n'
- end
- CopyString(StringS)
- end)
- i=i+1
- P = Instance.new("TextButton")
- P.Size = UDim2.new(0, 20, 0, 20)
- P.Text = "x"
- P.Name = "Back"
- P.Parent = Gui
- P.BackgroundColor3 = Color3.new(1, 0.2, 0)
- P.TextColor3 = Color3.new(0, 0, 0)
- P.BackgroundTransparency = 0.5
- P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
- P.MouseButton1Click:connect(function()
- Clear()
- i=0
- Search(S)
- end)
- i=i+1
- end
- end
- pgr.MouseButton1Click:connect(function()
- Clear()
- Search(game)
- end)
- end
- Survivor = Instance.new("ScreenGui")
- CircleStart = Instance.new("ImageLabel")
- Vicon = Instance.new("ImageLabel")
- LoadNotify = Instance.new("TextLabel")
- VersionNotify = Instance.new("TextLabel")
- NotificationFrame = Instance.new("Frame")
- MainText = Instance.new("TextLabel")
- Borders = Instance.new("Frame")
- Border = Instance.new("ImageLabel")
- Border_2 = Instance.new("ImageLabel")
- Border_3 = Instance.new("ImageLabel")
- Border_4 = Instance.new("ImageLabel")
- Border_5 = Instance.new("ImageLabel")
- Border_6 = Instance.new("ImageLabel")
- Border_7 = Instance.new("ImageLabel")
- Border_8 = Instance.new("ImageLabel")
- Info = Instance.new("TextLabel")
- Borders_2 = Instance.new("Frame")
- Border_9 = Instance.new("ImageLabel")
- Border_10 = Instance.new("ImageLabel")
- Border_11 = Instance.new("ImageLabel")
- Border_12 = Instance.new("ImageLabel")
- Border_13 = Instance.new("ImageLabel")
- Border_14 = Instance.new("ImageLabel")
- Border_15 = Instance.new("ImageLabel")
- Border_16 = Instance.new("ImageLabel")
- AuthFrame = Instance.new("Frame")
- DiscordTag = Instance.new("TextBox")
- Borders_3 = Instance.new("Frame")
- Border_17 = Instance.new("ImageLabel")
- Border_18 = Instance.new("ImageLabel")
- Border_19 = Instance.new("ImageLabel")
- Border_20 = Instance.new("ImageLabel")
- Border_21 = Instance.new("ImageLabel")
- Border_22 = Instance.new("ImageLabel")
- Border_23 = Instance.new("ImageLabel")
- Border_24 = Instance.new("ImageLabel")
- Vicon_2 = Instance.new("ImageLabel")
- Title = Instance.new("TextLabel")
- ProceedButton = Instance.new("TextButton")
- Borders_4 = Instance.new("Frame")
- Border_25 = Instance.new("ImageLabel")
- Border_26 = Instance.new("ImageLabel")
- Border_27 = Instance.new("ImageLabel")
- Border_28 = Instance.new("ImageLabel")
- Border_29 = Instance.new("ImageLabel")
- Border_30 = Instance.new("ImageLabel")
- Border_31 = Instance.new("ImageLabel")
- Border_32 = Instance.new("ImageLabel")
- CancelButton = Instance.new("TextButton")
- Borders_5 = Instance.new("Frame")
- Border_33 = Instance.new("ImageLabel")
- Border_34 = Instance.new("ImageLabel")
- Border_35 = Instance.new("ImageLabel")
- Border_36 = Instance.new("ImageLabel")
- Border_37 = Instance.new("ImageLabel")
- Border_38 = Instance.new("ImageLabel")
- Border_39 = Instance.new("ImageLabel")
- Border_40 = Instance.new("ImageLabel")
- HTBBtn = Instance.new("TextButton")
- Borders_6 = Instance.new("Frame")
- Border_41 = Instance.new("ImageLabel")
- Border_42 = Instance.new("ImageLabel")
- Border_43 = Instance.new("ImageLabel")
- Border_44 = Instance.new("ImageLabel")
- Border_45 = Instance.new("ImageLabel")
- Border_46 = Instance.new("ImageLabel")
- Border_47 = Instance.new("ImageLabel")
- Border_48 = Instance.new("ImageLabel")
- QuitButton = Instance.new("ImageButton")
- Borders_7 = Instance.new("Frame")
- Border_49 = Instance.new("ImageLabel")
- Border_50 = Instance.new("ImageLabel")
- Border_51 = Instance.new("ImageLabel")
- Border_52 = Instance.new("ImageLabel")
- Border_53 = Instance.new("ImageLabel")
- Border_54 = Instance.new("ImageLabel")
- Border_55 = Instance.new("ImageLabel")
- Border_56 = Instance.new("ImageLabel")
- RefreshButton = Instance.new("ImageButton")
- Borders_8 = Instance.new("Frame")
- Border_57 = Instance.new("ImageLabel")
- Border_58 = Instance.new("ImageLabel")
- Border_59 = Instance.new("ImageLabel")
- Border_60 = Instance.new("ImageLabel")
- Border_61 = Instance.new("ImageLabel")
- Border_62 = Instance.new("ImageLabel")
- Border_63 = Instance.new("ImageLabel")
- Border_64 = Instance.new("ImageLabel")
- MainButton = Instance.new("ImageButton")
- Borders_9 = Instance.new("Frame")
- Border_65 = Instance.new("ImageLabel")
- Border_66 = Instance.new("ImageLabel")
- Border_67 = Instance.new("ImageLabel")
- Border_68 = Instance.new("ImageLabel")
- Border_69 = Instance.new("ImageLabel")
- Border_70 = Instance.new("ImageLabel")
- Border_71 = Instance.new("ImageLabel")
- Border_72 = Instance.new("ImageLabel")
- -- Properties
- Survivor.Name = "Survivor"
- Survivor.Parent = game.CoreGui
- Survivor.ResetOnSpawn = false
- CircleStart.Name = "CircleStart"
- CircleStart.Parent = Survivor
- CircleStart.BackgroundColor3 = Color3.new(1, 1, 1)
- CircleStart.BackgroundTransparency = 1
- CircleStart.BorderSizePixel = 0
- CircleStart.Position = UDim2.new(0.426999986, 0, 1, 0)
- CircleStart.Size = UDim2.new(0, 200, 0, 200)
- CircleStart.ZIndex = 100
- CircleStart.Image = "rbxassetid://232918622"
- CircleStart.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Vicon.Name = "Vicon"
- Vicon.Parent = CircleStart
- Vicon.BackgroundColor3 = Color3.new(1, 1, 1)
- Vicon.BackgroundTransparency = 1
- Vicon.BorderSizePixel = 0
- Vicon.Position = UDim2.new(0, 50, 0, 50)
- Vicon.Size = UDim2.new(0, 100, 0, 100)
- Vicon.ZIndex = 110
- Vicon.Image = "rbxassetid://1677963821"
- LoadNotify.Name = "LoadNotify"
- LoadNotify.Parent = CircleStart
- LoadNotify.BackgroundColor3 = Color3.new(1, 1, 1)
- LoadNotify.BackgroundTransparency = 1
- LoadNotify.BorderSizePixel = 0
- LoadNotify.Position = UDim2.new(0, 0, 0, 150)
- LoadNotify.Size = UDim2.new(0, 200, 0, 50)
- LoadNotify.ZIndex = 150
- LoadNotify.Font = Enum.Font.Highway
- LoadNotify.Text = "Survivor GUI Loaded."
- LoadNotify.TextColor3 = Color3.new(1, 1, 1)
- LoadNotify.TextSize = 14
- VersionNotify.Name = "VersionNotify"
- VersionNotify.Parent = CircleStart
- VersionNotify.BackgroundColor3 = Color3.new(1, 1, 1)
- VersionNotify.BackgroundTransparency = 1
- VersionNotify.BorderSizePixel = 0
- VersionNotify.Size = UDim2.new(0, 200, 0, 50)
- VersionNotify.ZIndex = 150
- VersionNotify.Font = Enum.Font.Highway
- VersionNotify.Text = "Version 4.0"
- VersionNotify.TextColor3 = Color3.new(1, 1, 1)
- VersionNotify.TextSize = 14
- NotificationFrame.Name = "NotificationFrame"
- NotificationFrame.Parent = Survivor
- NotificationFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- NotificationFrame.BackgroundTransparency = 1
- NotificationFrame.Position = UDim2.new(0, 0, 0.100000001, 0)
- NotificationFrame.Size = UDim2.new(1, 0, 1, 0)
- NotificationFrame.ZIndex = 150
- MainText.Name = "MainText"
- MainText.Parent = NotificationFrame
- MainText.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- MainText.BorderSizePixel = 0
- MainText.Position = UDim2.new(0.0724743754, 0, 0.921383619, 0)
- MainText.Size = UDim2.new(0.912884355, 0, 0.0503144637, 0)
- MainText.ZIndex = 220
- MainText.Font = Enum.Font.Highway
- MainText.Text = "Unable To Load Whitelist."
- MainText.TextColor3 = Color3.new(1, 1, 1)
- MainText.TextScaled = true
- MainText.TextSize = 14
- MainText.TextWrapped = true
- Borders.Name = "Borders"
- Borders.Parent = MainText
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 220
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 220
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 220
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 220
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 220
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 220
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 220
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 220
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- Info.Name = "Info"
- Info.Parent = NotificationFrame
- Info.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Info.BorderSizePixel = 0
- Info.Position = UDim2.new(0.0117130307, 0, 0.921383679, 0)
- Info.Size = UDim2.new(0.0263543185, 0, 0.0503144637, 0)
- Info.ZIndex = 220
- Info.Font = Enum.Font.Highway
- Info.Text = "!"
- Info.TextColor3 = Color3.new(1, 1, 1)
- Info.TextScaled = true
- Info.TextSize = 14
- Info.TextWrapped = true
- Borders_2.Name = "Borders"
- Borders_2.Parent = Info
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(0, -12, 0, -12)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 220
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(1, 0, 0, -12)
- Border_10.Size = UDim2.new(0, 12, 0, 12)
- Border_10.ZIndex = 220
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_10.ImageRectOffset = Vector2.new(24, 0)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, -12, 1, 0)
- Border_11.Size = UDim2.new(0, 12, 0, 12)
- Border_11.ZIndex = 220
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_11.ImageRectOffset = Vector2.new(0, 24)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(1, 0, 1, 0)
- Border_12.Size = UDim2.new(0, 12, 0, 12)
- Border_12.ZIndex = 220
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_12.ImageRectOffset = Vector2.new(24, 24)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(0, 0, 1, 0)
- Border_13.Size = UDim2.new(1, 0, 0, 12)
- Border_13.ZIndex = 220
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_13.ImageRectOffset = Vector2.new(12, 24)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- Border_14.Name = "Border"
- Border_14.Parent = Borders_2
- Border_14.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, 0, 0, -12)
- Border_14.Size = UDim2.new(1, 0, 0, 12)
- Border_14.ZIndex = 220
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_14.ImageRectOffset = Vector2.new(12, 0)
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_2
- Border_15.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(0, -12, 0, 0)
- Border_15.Size = UDim2.new(0, 12, 1, 0)
- Border_15.ZIndex = 220
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_15.ImageRectOffset = Vector2.new(0, 12)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_2
- Border_16.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(1, 0, 0, 0)
- Border_16.Size = UDim2.new(0, 12, 1, 0)
- Border_16.ZIndex = 220
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageColor3 = Color3.new(1, 0.333333, 0)
- Border_16.ImageRectOffset = Vector2.new(24, 12)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- AuthFrame.Name = "AuthFrame"
- AuthFrame.Parent = Survivor
- AuthFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- AuthFrame.Size = UDim2.new(1, 0, 1, 0)
- AuthFrame.Visible = false
- AuthFrame.ZIndex = 100
- DiscordTag.Name = "DiscordTag"
- DiscordTag.Parent = AuthFrame
- DiscordTag.BackgroundColor3 = Color3.new(1, 1, 1)
- DiscordTag.BorderSizePixel = 0
- DiscordTag.Position = UDim2.new(0.214494854, 0, 0.463836491, 0)
- DiscordTag.Size = UDim2.new(0.545387983, 0, 0.0723270476, 0)
- DiscordTag.ZIndex = 120
- DiscordTag.Font = Enum.Font.Highway
- DiscordTag.PlaceholderColor3 = Color3.new(1, 1, 1)
- DiscordTag.Text = "DiscordTag#0000"
- DiscordTag.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- DiscordTag.TextScaled = true
- DiscordTag.TextSize = 14
- DiscordTag.TextWrapped = true
- DiscordTag.TextXAlignment = Enum.TextXAlignment.Left
- Borders_3.Name = "Borders"
- Borders_3.Parent = DiscordTag
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(0, -12, 0, -12)
- Border_17.Size = UDim2.new(0, 12, 0, 12)
- Border_17.ZIndex = 120
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(1, 0, 0, -12)
- Border_18.Size = UDim2.new(0, 12, 0, 12)
- Border_18.ZIndex = 120
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageRectOffset = Vector2.new(24, 0)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Border_19.Name = "Border"
- Border_19.Parent = Borders_3
- Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, -12, 1, 0)
- Border_19.Size = UDim2.new(0, 12, 0, 12)
- Border_19.ZIndex = 120
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageRectOffset = Vector2.new(0, 24)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_3
- Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(1, 0, 1, 0)
- Border_20.Size = UDim2.new(0, 12, 0, 12)
- Border_20.ZIndex = 120
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageRectOffset = Vector2.new(24, 24)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_3
- Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(0, 0, 1, 0)
- Border_21.Size = UDim2.new(1, 0, 0, 12)
- Border_21.ZIndex = 120
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageRectOffset = Vector2.new(12, 24)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- Border_22.Name = "Border"
- Border_22.Parent = Borders_3
- Border_22.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_22.BackgroundTransparency = 1
- Border_22.BorderSizePixel = 0
- Border_22.Position = UDim2.new(0, 0, 0, -12)
- Border_22.Size = UDim2.new(1, 0, 0, 12)
- Border_22.ZIndex = 120
- Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_22.ImageRectOffset = Vector2.new(12, 0)
- Border_22.ImageRectSize = Vector2.new(12, 12)
- Border_23.Name = "Border"
- Border_23.Parent = Borders_3
- Border_23.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_23.BackgroundTransparency = 1
- Border_23.BorderSizePixel = 0
- Border_23.Position = UDim2.new(0, -12, 0, 0)
- Border_23.Size = UDim2.new(0, 12, 1, 0)
- Border_23.ZIndex = 120
- Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_23.ImageRectOffset = Vector2.new(0, 12)
- Border_23.ImageRectSize = Vector2.new(12, 12)
- Border_24.Name = "Border"
- Border_24.Parent = Borders_3
- Border_24.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_24.BackgroundTransparency = 1
- Border_24.BorderSizePixel = 0
- Border_24.Position = UDim2.new(1, 0, 0, 0)
- Border_24.Size = UDim2.new(0, 12, 1, 0)
- Border_24.ZIndex = 120
- Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_24.ImageRectOffset = Vector2.new(24, 12)
- Border_24.ImageRectSize = Vector2.new(12, 12)
- Vicon_2.Name = "Vicon"
- Vicon_2.Parent = AuthFrame
- Vicon_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Vicon_2.BackgroundTransparency = 1
- Vicon_2.BorderSizePixel = 0
- Vicon_2.Position = UDim2.new(0, 211, 0, 283)
- Vicon_2.Size = UDim2.new(0, 70, 0, 70)
- Vicon_2.ZIndex = 110
- Vicon_2.Image = "rbxassetid://1677963821"
- Title.Name = "Title"
- Title.Parent = AuthFrame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0.156661794, 0, 0.334905654, 0)
- Title.Size = UDim2.new(0.61200583, 0, 0.0628930852, 0)
- Title.ZIndex = 120
- Title.Font = Enum.Font.Highway
- Title.Text = "This GUI Uses A Whitelist, Please Enter Your Discord Tag."
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- ProceedButton.Name = "ProceedButton"
- ProceedButton.Parent = AuthFrame
- ProceedButton.BackgroundColor3 = Color3.new(1, 1, 1)
- ProceedButton.Position = UDim2.new(0.434846252, 0, 0.606918216, 0)
- ProceedButton.Size = UDim2.new(0, 143, 0, 32)
- ProceedButton.ZIndex = 120
- ProceedButton.Font = Enum.Font.Highway
- ProceedButton.Text = "Proceed"
- ProceedButton.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ProceedButton.TextScaled = true
- ProceedButton.TextSize = 14
- ProceedButton.TextWrapped = true
- Borders_4.Name = "Borders"
- Borders_4.Parent = ProceedButton
- Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_4.BackgroundTransparency = 1
- Borders_4.BorderSizePixel = 0
- Borders_4.Size = UDim2.new(1, 0, 1, 0)
- Borders_4.ZIndex = 120
- Border_25.Name = "Border"
- Border_25.Parent = Borders_4
- Border_25.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_25.BackgroundTransparency = 1
- Border_25.BorderSizePixel = 0
- Border_25.Position = UDim2.new(0, -12, 0, -12)
- Border_25.Size = UDim2.new(0, 12, 0, 12)
- Border_25.ZIndex = 120
- Border_25.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_25.ImageRectSize = Vector2.new(12, 12)
- Border_26.Name = "Border"
- Border_26.Parent = Borders_4
- Border_26.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_26.BackgroundTransparency = 1
- Border_26.BorderSizePixel = 0
- Border_26.Position = UDim2.new(1, 0, 0, -12)
- Border_26.Size = UDim2.new(0, 12, 0, 12)
- Border_26.ZIndex = 120
- Border_26.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_26.ImageRectOffset = Vector2.new(24, 0)
- Border_26.ImageRectSize = Vector2.new(12, 12)
- Border_27.Name = "Border"
- Border_27.Parent = Borders_4
- Border_27.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_27.BackgroundTransparency = 1
- Border_27.BorderSizePixel = 0
- Border_27.Position = UDim2.new(0, -12, 1, 0)
- Border_27.Size = UDim2.new(0, 12, 0, 12)
- Border_27.ZIndex = 120
- Border_27.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_27.ImageRectOffset = Vector2.new(0, 24)
- Border_27.ImageRectSize = Vector2.new(12, 12)
- Border_28.Name = "Border"
- Border_28.Parent = Borders_4
- Border_28.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_28.BackgroundTransparency = 1
- Border_28.BorderSizePixel = 0
- Border_28.Position = UDim2.new(1, 0, 1, 0)
- Border_28.Size = UDim2.new(0, 12, 0, 12)
- Border_28.ZIndex = 120
- Border_28.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_28.ImageRectOffset = Vector2.new(24, 24)
- Border_28.ImageRectSize = Vector2.new(12, 12)
- Border_29.Name = "Border"
- Border_29.Parent = Borders_4
- Border_29.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_29.BackgroundTransparency = 1
- Border_29.BorderSizePixel = 0
- Border_29.Position = UDim2.new(0, 0, 1, 0)
- Border_29.Size = UDim2.new(1, 0, 0, 12)
- Border_29.ZIndex = 120
- Border_29.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_29.ImageRectOffset = Vector2.new(12, 24)
- Border_29.ImageRectSize = Vector2.new(12, 12)
- Border_30.Name = "Border"
- Border_30.Parent = Borders_4
- Border_30.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_30.BackgroundTransparency = 1
- Border_30.BorderSizePixel = 0
- Border_30.Position = UDim2.new(0, 0, 0, -12)
- Border_30.Size = UDim2.new(1, 0, 0, 12)
- Border_30.ZIndex = 120
- Border_30.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_30.ImageRectOffset = Vector2.new(12, 0)
- Border_30.ImageRectSize = Vector2.new(12, 12)
- Border_31.Name = "Border"
- Border_31.Parent = Borders_4
- Border_31.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_31.BackgroundTransparency = 1
- Border_31.BorderSizePixel = 0
- Border_31.Position = UDim2.new(0, -12, 0, 0)
- Border_31.Size = UDim2.new(0, 12, 1, 0)
- Border_31.ZIndex = 120
- Border_31.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_31.ImageRectOffset = Vector2.new(0, 12)
- Border_31.ImageRectSize = Vector2.new(12, 12)
- Border_32.Name = "Border"
- Border_32.Parent = Borders_4
- Border_32.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_32.BackgroundTransparency = 1
- Border_32.BorderSizePixel = 0
- Border_32.Position = UDim2.new(1, 0, 0, 0)
- Border_32.Size = UDim2.new(0, 12, 1, 0)
- Border_32.ZIndex = 120
- Border_32.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_32.ImageRectOffset = Vector2.new(24, 12)
- Border_32.ImageRectSize = Vector2.new(12, 12)
- CancelButton.Name = "CancelButton"
- CancelButton.Parent = AuthFrame
- CancelButton.BackgroundColor3 = Color3.new(1, 1, 1)
- CancelButton.Position = UDim2.new(0.65519762, 0, 0.606918216, 0)
- CancelButton.Size = UDim2.new(0, 143, 0, 32)
- CancelButton.ZIndex = 120
- CancelButton.Font = Enum.Font.Highway
- CancelButton.Text = "Cancel"
- CancelButton.TextColor3 = Color3.new(1, 0.333333, 0)
- CancelButton.TextScaled = true
- CancelButton.TextSize = 14
- CancelButton.TextWrapped = true
- Borders_5.Name = "Borders"
- Borders_5.Parent = CancelButton
- Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_5.BackgroundTransparency = 1
- Borders_5.BorderSizePixel = 0
- Borders_5.Size = UDim2.new(1, 0, 1, 0)
- Borders_5.ZIndex = 120
- Border_33.Name = "Border"
- Border_33.Parent = Borders_5
- Border_33.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_33.BackgroundTransparency = 1
- Border_33.BorderSizePixel = 0
- Border_33.Position = UDim2.new(0, -12, 0, -12)
- Border_33.Size = UDim2.new(0, 12, 0, 12)
- Border_33.ZIndex = 120
- Border_33.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_33.ImageRectSize = Vector2.new(12, 12)
- Border_34.Name = "Border"
- Border_34.Parent = Borders_5
- Border_34.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_34.BackgroundTransparency = 1
- Border_34.BorderSizePixel = 0
- Border_34.Position = UDim2.new(1, 0, 0, -12)
- Border_34.Size = UDim2.new(0, 12, 0, 12)
- Border_34.ZIndex = 120
- Border_34.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_34.ImageRectOffset = Vector2.new(24, 0)
- Border_34.ImageRectSize = Vector2.new(12, 12)
- Border_35.Name = "Border"
- Border_35.Parent = Borders_5
- Border_35.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_35.BackgroundTransparency = 1
- Border_35.BorderSizePixel = 0
- Border_35.Position = UDim2.new(0, -12, 1, 0)
- Border_35.Size = UDim2.new(0, 12, 0, 12)
- Border_35.ZIndex = 120
- Border_35.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_35.ImageRectOffset = Vector2.new(0, 24)
- Border_35.ImageRectSize = Vector2.new(12, 12)
- Border_36.Name = "Border"
- Border_36.Parent = Borders_5
- Border_36.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_36.BackgroundTransparency = 1
- Border_36.BorderSizePixel = 0
- Border_36.Position = UDim2.new(1, 0, 1, 0)
- Border_36.Size = UDim2.new(0, 12, 0, 12)
- Border_36.ZIndex = 120
- Border_36.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_36.ImageRectOffset = Vector2.new(24, 24)
- Border_36.ImageRectSize = Vector2.new(12, 12)
- Border_37.Name = "Border"
- Border_37.Parent = Borders_5
- Border_37.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_37.BackgroundTransparency = 1
- Border_37.BorderSizePixel = 0
- Border_37.Position = UDim2.new(0, 0, 1, 0)
- Border_37.Size = UDim2.new(1, 0, 0, 12)
- Border_37.ZIndex = 120
- Border_37.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_37.ImageRectOffset = Vector2.new(12, 24)
- Border_37.ImageRectSize = Vector2.new(12, 12)
- Border_38.Name = "Border"
- Border_38.Parent = Borders_5
- Border_38.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_38.BackgroundTransparency = 1
- Border_38.BorderSizePixel = 0
- Border_38.Position = UDim2.new(0, 0, 0, -12)
- Border_38.Size = UDim2.new(1, 0, 0, 12)
- Border_38.ZIndex = 120
- Border_38.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_38.ImageRectOffset = Vector2.new(12, 0)
- Border_38.ImageRectSize = Vector2.new(12, 12)
- Border_39.Name = "Border"
- Border_39.Parent = Borders_5
- Border_39.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_39.BackgroundTransparency = 1
- Border_39.BorderSizePixel = 0
- Border_39.Position = UDim2.new(0, -12, 0, 0)
- Border_39.Size = UDim2.new(0, 12, 1, 0)
- Border_39.ZIndex = 120
- Border_39.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_39.ImageRectOffset = Vector2.new(0, 12)
- Border_39.ImageRectSize = Vector2.new(12, 12)
- Border_40.Name = "Border"
- Border_40.Parent = Borders_5
- Border_40.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_40.BackgroundTransparency = 1
- Border_40.BorderSizePixel = 0
- Border_40.Position = UDim2.new(1, 0, 0, 0)
- Border_40.Size = UDim2.new(0, 12, 1, 0)
- Border_40.ZIndex = 120
- Border_40.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_40.ImageRectOffset = Vector2.new(24, 12)
- Border_40.ImageRectSize = Vector2.new(12, 12)
- HTBBtn.Name = "HTBBtn"
- HTBBtn.Parent = AuthFrame
- HTBBtn.BackgroundColor3 = Color3.new(1, 1, 1)
- HTBBtn.Position = UDim2.new(0.214494824, 0, 0.606918216, 0)
- HTBBtn.Size = UDim2.new(0, 143, 0, 32)
- HTBBtn.ZIndex = 120
- HTBBtn.Font = Enum.Font.Highway
- HTBBtn.Text = "How To Buy"
- HTBBtn.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- HTBBtn.TextScaled = true
- HTBBtn.TextSize = 14
- HTBBtn.TextWrapped = true
- Borders_6.Name = "Borders"
- Borders_6.Parent = HTBBtn
- Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_6.BackgroundTransparency = 1
- Borders_6.BorderSizePixel = 0
- Borders_6.Size = UDim2.new(1, 0, 1, 0)
- Borders_6.ZIndex = 120
- Border_41.Name = "Border"
- Border_41.Parent = Borders_6
- Border_41.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_41.BackgroundTransparency = 1
- Border_41.BorderSizePixel = 0
- Border_41.Position = UDim2.new(0, -12, 0, -12)
- Border_41.Size = UDim2.new(0, 12, 0, 12)
- Border_41.ZIndex = 120
- Border_41.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_41.ImageRectSize = Vector2.new(12, 12)
- Border_42.Name = "Border"
- Border_42.Parent = Borders_6
- Border_42.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_42.BackgroundTransparency = 1
- Border_42.BorderSizePixel = 0
- Border_42.Position = UDim2.new(1, 0, 0, -12)
- Border_42.Size = UDim2.new(0, 12, 0, 12)
- Border_42.ZIndex = 120
- Border_42.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_42.ImageRectOffset = Vector2.new(24, 0)
- Border_42.ImageRectSize = Vector2.new(12, 12)
- Border_43.Name = "Border"
- Border_43.Parent = Borders_6
- Border_43.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_43.BackgroundTransparency = 1
- Border_43.BorderSizePixel = 0
- Border_43.Position = UDim2.new(0, -12, 1, 0)
- Border_43.Size = UDim2.new(0, 12, 0, 12)
- Border_43.ZIndex = 120
- Border_43.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_43.ImageRectOffset = Vector2.new(0, 24)
- Border_43.ImageRectSize = Vector2.new(12, 12)
- Border_44.Name = "Border"
- Border_44.Parent = Borders_6
- Border_44.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_44.BackgroundTransparency = 1
- Border_44.BorderSizePixel = 0
- Border_44.Position = UDim2.new(1, 0, 1, 0)
- Border_44.Size = UDim2.new(0, 12, 0, 12)
- Border_44.ZIndex = 120
- Border_44.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_44.ImageRectOffset = Vector2.new(24, 24)
- Border_44.ImageRectSize = Vector2.new(12, 12)
- Border_45.Name = "Border"
- Border_45.Parent = Borders_6
- Border_45.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_45.BackgroundTransparency = 1
- Border_45.BorderSizePixel = 0
- Border_45.Position = UDim2.new(0, 0, 1, 0)
- Border_45.Size = UDim2.new(1, 0, 0, 12)
- Border_45.ZIndex = 120
- Border_45.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_45.ImageRectOffset = Vector2.new(12, 24)
- Border_45.ImageRectSize = Vector2.new(12, 12)
- Border_46.Name = "Border"
- Border_46.Parent = Borders_6
- Border_46.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_46.BackgroundTransparency = 1
- Border_46.BorderSizePixel = 0
- Border_46.Position = UDim2.new(0, 0, 0, -12)
- Border_46.Size = UDim2.new(1, 0, 0, 12)
- Border_46.ZIndex = 120
- Border_46.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_46.ImageRectOffset = Vector2.new(12, 0)
- Border_46.ImageRectSize = Vector2.new(12, 12)
- Border_47.Name = "Border"
- Border_47.Parent = Borders_6
- Border_47.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_47.BackgroundTransparency = 1
- Border_47.BorderSizePixel = 0
- Border_47.Position = UDim2.new(0, -12, 0, 0)
- Border_47.Size = UDim2.new(0, 12, 1, 0)
- Border_47.ZIndex = 120
- Border_47.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_47.ImageRectOffset = Vector2.new(0, 12)
- Border_47.ImageRectSize = Vector2.new(12, 12)
- Border_48.Name = "Border"
- Border_48.Parent = Borders_6
- Border_48.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_48.BackgroundTransparency = 1
- Border_48.BorderSizePixel = 0
- Border_48.Position = UDim2.new(1, 0, 0, 0)
- Border_48.Size = UDim2.new(0, 12, 1, 0)
- Border_48.ZIndex = 120
- Border_48.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_48.ImageRectOffset = Vector2.new(24, 12)
- Border_48.ImageRectSize = Vector2.new(12, 12)
- QuitButton.Name = "QuitButton"
- QuitButton.Parent = AuthFrame
- QuitButton.BackgroundColor3 = Color3.new(1, 1, 1)
- QuitButton.BorderSizePixel = 0
- QuitButton.Position = UDim2.new(0.985358715, 0, 0, 0)
- QuitButton.Size = UDim2.new(0, 20, 0, 20)
- QuitButton.ZIndex = 120
- QuitButton.Image = "rbxassetid://1828839274"
- Borders_7.Name = "Borders"
- Borders_7.Parent = QuitButton
- Borders_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_7.BackgroundTransparency = 1
- Borders_7.BorderSizePixel = 0
- Borders_7.Size = UDim2.new(1, 0, 1, 0)
- Borders_7.ZIndex = 120
- Border_49.Name = "Border"
- Border_49.Parent = Borders_7
- Border_49.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_49.BackgroundTransparency = 1
- Border_49.BorderSizePixel = 0
- Border_49.Position = UDim2.new(0, -12, 0, -12)
- Border_49.Size = UDim2.new(0, 12, 0, 12)
- Border_49.ZIndex = 120
- Border_49.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_49.ImageRectSize = Vector2.new(12, 12)
- Border_50.Name = "Border"
- Border_50.Parent = Borders_7
- Border_50.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_50.BackgroundTransparency = 1
- Border_50.BorderSizePixel = 0
- Border_50.Position = UDim2.new(1, 0, 0, -12)
- Border_50.Size = UDim2.new(0, 12, 0, 12)
- Border_50.ZIndex = 120
- Border_50.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_50.ImageRectOffset = Vector2.new(24, 0)
- Border_50.ImageRectSize = Vector2.new(12, 12)
- Border_51.Name = "Border"
- Border_51.Parent = Borders_7
- Border_51.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_51.BackgroundTransparency = 1
- Border_51.BorderSizePixel = 0
- Border_51.Position = UDim2.new(0, -12, 1, 0)
- Border_51.Size = UDim2.new(0, 12, 0, 12)
- Border_51.ZIndex = 120
- Border_51.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_51.ImageRectOffset = Vector2.new(0, 24)
- Border_51.ImageRectSize = Vector2.new(12, 12)
- Border_52.Name = "Border"
- Border_52.Parent = Borders_7
- Border_52.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_52.BackgroundTransparency = 1
- Border_52.BorderSizePixel = 0
- Border_52.Position = UDim2.new(1, 0, 1, 0)
- Border_52.Size = UDim2.new(0, 12, 0, 12)
- Border_52.ZIndex = 120
- Border_52.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_52.ImageRectOffset = Vector2.new(24, 24)
- Border_52.ImageRectSize = Vector2.new(12, 12)
- Border_53.Name = "Border"
- Border_53.Parent = Borders_7
- Border_53.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_53.BackgroundTransparency = 1
- Border_53.BorderSizePixel = 0
- Border_53.Position = UDim2.new(0, 0, 1, 0)
- Border_53.Size = UDim2.new(1, 0, 0, 12)
- Border_53.ZIndex = 120
- Border_53.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_53.ImageRectOffset = Vector2.new(12, 24)
- Border_53.ImageRectSize = Vector2.new(12, 12)
- Border_54.Name = "Border"
- Border_54.Parent = Borders_7
- Border_54.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_54.BackgroundTransparency = 1
- Border_54.BorderSizePixel = 0
- Border_54.Position = UDim2.new(0, 0, 0, -12)
- Border_54.Size = UDim2.new(1, 0, 0, 12)
- Border_54.ZIndex = 120
- Border_54.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_54.ImageRectOffset = Vector2.new(12, 0)
- Border_54.ImageRectSize = Vector2.new(12, 12)
- Border_55.Name = "Border"
- Border_55.Parent = Borders_7
- Border_55.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_55.BackgroundTransparency = 1
- Border_55.BorderSizePixel = 0
- Border_55.Position = UDim2.new(0, -12, 0, 0)
- Border_55.Size = UDim2.new(0, 12, 1, 0)
- Border_55.ZIndex = 120
- Border_55.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_55.ImageRectOffset = Vector2.new(0, 12)
- Border_55.ImageRectSize = Vector2.new(12, 12)
- Border_56.Name = "Border"
- Border_56.Parent = Borders_7
- Border_56.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_56.BackgroundTransparency = 1
- Border_56.BorderSizePixel = 0
- Border_56.Position = UDim2.new(1, 0, 0, 0)
- Border_56.Size = UDim2.new(0, 12, 1, 0)
- Border_56.ZIndex = 120
- Border_56.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_56.ImageRectOffset = Vector2.new(24, 12)
- Border_56.ImageRectSize = Vector2.new(12, 12)
- RefreshButton.Name = "RefreshButton"
- RefreshButton.Parent = AuthFrame
- RefreshButton.BackgroundColor3 = Color3.new(1, 1, 1)
- RefreshButton.BorderSizePixel = 0
- RefreshButton.Position = UDim2.new(0.789165437, 0, 0.463836491, 0)
- RefreshButton.Size = UDim2.new(0, 46, 0, 46)
- RefreshButton.ZIndex = 120
- RefreshButton.Image = "rbxassetid://1828839620"
- Borders_8.Name = "Borders"
- Borders_8.Parent = RefreshButton
- Borders_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_8.BackgroundTransparency = 1
- Borders_8.BorderSizePixel = 0
- Borders_8.Size = UDim2.new(1, 0, 1, 0)
- Borders_8.ZIndex = 120
- Border_57.Name = "Border"
- Border_57.Parent = Borders_8
- Border_57.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_57.BackgroundTransparency = 1
- Border_57.BorderSizePixel = 0
- Border_57.Position = UDim2.new(0, -12, 0, -12)
- Border_57.Size = UDim2.new(0, 12, 0, 12)
- Border_57.ZIndex = 120
- Border_57.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_57.ImageRectSize = Vector2.new(12, 12)
- Border_58.Name = "Border"
- Border_58.Parent = Borders_8
- Border_58.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_58.BackgroundTransparency = 1
- Border_58.BorderSizePixel = 0
- Border_58.Position = UDim2.new(1, 0, 0, -12)
- Border_58.Size = UDim2.new(0, 12, 0, 12)
- Border_58.ZIndex = 120
- Border_58.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_58.ImageRectOffset = Vector2.new(24, 0)
- Border_58.ImageRectSize = Vector2.new(12, 12)
- Border_59.Name = "Border"
- Border_59.Parent = Borders_8
- Border_59.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_59.BackgroundTransparency = 1
- Border_59.BorderSizePixel = 0
- Border_59.Position = UDim2.new(0, -12, 1, 0)
- Border_59.Size = UDim2.new(0, 12, 0, 12)
- Border_59.ZIndex = 120
- Border_59.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_59.ImageRectOffset = Vector2.new(0, 24)
- Border_59.ImageRectSize = Vector2.new(12, 12)
- Border_60.Name = "Border"
- Border_60.Parent = Borders_8
- Border_60.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_60.BackgroundTransparency = 1
- Border_60.BorderSizePixel = 0
- Border_60.Position = UDim2.new(1, 0, 1, 0)
- Border_60.Size = UDim2.new(0, 12, 0, 12)
- Border_60.ZIndex = 120
- Border_60.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_60.ImageRectOffset = Vector2.new(24, 24)
- Border_60.ImageRectSize = Vector2.new(12, 12)
- Border_61.Name = "Border"
- Border_61.Parent = Borders_8
- Border_61.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_61.BackgroundTransparency = 1
- Border_61.BorderSizePixel = 0
- Border_61.Position = UDim2.new(0, 0, 1, 0)
- Border_61.Size = UDim2.new(1, 0, 0, 12)
- Border_61.ZIndex = 120
- Border_61.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_61.ImageRectOffset = Vector2.new(12, 24)
- Border_61.ImageRectSize = Vector2.new(12, 12)
- Border_62.Name = "Border"
- Border_62.Parent = Borders_8
- Border_62.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_62.BackgroundTransparency = 1
- Border_62.BorderSizePixel = 0
- Border_62.Position = UDim2.new(0, 0, 0, -12)
- Border_62.Size = UDim2.new(1, 0, 0, 12)
- Border_62.ZIndex = 120
- Border_62.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_62.ImageRectOffset = Vector2.new(12, 0)
- Border_62.ImageRectSize = Vector2.new(12, 12)
- Border_63.Name = "Border"
- Border_63.Parent = Borders_8
- Border_63.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_63.BackgroundTransparency = 1
- Border_63.BorderSizePixel = 0
- Border_63.Position = UDim2.new(0, -12, 0, 0)
- Border_63.Size = UDim2.new(0, 12, 1, 0)
- Border_63.ZIndex = 120
- Border_63.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_63.ImageRectOffset = Vector2.new(0, 12)
- Border_63.ImageRectSize = Vector2.new(12, 12)
- Border_64.Name = "Border"
- Border_64.Parent = Borders_8
- Border_64.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_64.BackgroundTransparency = 1
- Border_64.BorderSizePixel = 0
- Border_64.Position = UDim2.new(1, 0, 0, 0)
- Border_64.Size = UDim2.new(0, 12, 1, 0)
- Border_64.ZIndex = 120
- Border_64.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_64.ImageRectOffset = Vector2.new(24, 12)
- Border_64.ImageRectSize = Vector2.new(12, 12)
- MainButton.Name = "MainButton"
- MainButton.Parent = Survivor
- MainButton.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- MainButton.BorderSizePixel = 0
- MainButton.Position = UDim2.new(0.956076145, 0, 0.905660391, 0)
- MainButton.Size = UDim2.new(0, 46, 0, 46)
- MainButton.Visible = false
- MainButton.ZIndex = 120
- MainButton.Image = "rbxassetid://1677963821"
- Borders_9.Name = "Borders"
- Borders_9.Parent = MainButton
- Borders_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_9.BackgroundTransparency = 1
- Borders_9.BorderSizePixel = 0
- Borders_9.Size = UDim2.new(1, 0, 1, 0)
- Borders_9.ZIndex = 120
- Border_65.Name = "Border"
- Border_65.Parent = Borders_9
- Border_65.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_65.BackgroundTransparency = 1
- Border_65.BorderSizePixel = 0
- Border_65.Position = UDim2.new(0, -12, 0, -12)
- Border_65.Size = UDim2.new(0, 12, 0, 12)
- Border_65.ZIndex = 120
- Border_65.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_65.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_65.ImageRectSize = Vector2.new(12, 12)
- Border_66.Name = "Border"
- Border_66.Parent = Borders_9
- Border_66.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_66.BackgroundTransparency = 1
- Border_66.BorderSizePixel = 0
- Border_66.Position = UDim2.new(1, 0, 0, -12)
- Border_66.Size = UDim2.new(0, 12, 0, 12)
- Border_66.ZIndex = 120
- Border_66.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_66.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_66.ImageRectOffset = Vector2.new(24, 0)
- Border_66.ImageRectSize = Vector2.new(12, 12)
- Border_67.Name = "Border"
- Border_67.Parent = Borders_9
- Border_67.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_67.BackgroundTransparency = 1
- Border_67.BorderSizePixel = 0
- Border_67.Position = UDim2.new(0, -12, 1, 0)
- Border_67.Size = UDim2.new(0, 12, 0, 12)
- Border_67.ZIndex = 120
- Border_67.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_67.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_67.ImageRectOffset = Vector2.new(0, 24)
- Border_67.ImageRectSize = Vector2.new(12, 12)
- Border_68.Name = "Border"
- Border_68.Parent = Borders_9
- Border_68.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_68.BackgroundTransparency = 1
- Border_68.BorderSizePixel = 0
- Border_68.Position = UDim2.new(1, 0, 1, 0)
- Border_68.Size = UDim2.new(0, 12, 0, 12)
- Border_68.ZIndex = 120
- Border_68.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_68.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_68.ImageRectOffset = Vector2.new(24, 24)
- Border_68.ImageRectSize = Vector2.new(12, 12)
- Border_69.Name = "Border"
- Border_69.Parent = Borders_9
- Border_69.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_69.BackgroundTransparency = 1
- Border_69.BorderSizePixel = 0
- Border_69.Position = UDim2.new(0, 0, 1, 0)
- Border_69.Size = UDim2.new(1, 0, 0, 12)
- Border_69.ZIndex = 120
- Border_69.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_69.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_69.ImageRectOffset = Vector2.new(12, 24)
- Border_69.ImageRectSize = Vector2.new(12, 12)
- Border_70.Name = "Border"
- Border_70.Parent = Borders_9
- Border_70.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_70.BackgroundTransparency = 1
- Border_70.BorderSizePixel = 0
- Border_70.Position = UDim2.new(0, 0, 0, -12)
- Border_70.Size = UDim2.new(1, 0, 0, 12)
- Border_70.ZIndex = 120
- Border_70.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_70.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_70.ImageRectOffset = Vector2.new(12, 0)
- Border_70.ImageRectSize = Vector2.new(12, 12)
- Border_71.Name = "Border"
- Border_71.Parent = Borders_9
- Border_71.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_71.BackgroundTransparency = 1
- Border_71.BorderSizePixel = 0
- Border_71.Position = UDim2.new(0, -12, 0, 0)
- Border_71.Size = UDim2.new(0, 12, 1, 0)
- Border_71.ZIndex = 120
- Border_71.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_71.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_71.ImageRectOffset = Vector2.new(0, 12)
- Border_71.ImageRectSize = Vector2.new(12, 12)
- Border_72.Name = "Border"
- Border_72.Parent = Borders_9
- Border_72.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_72.BackgroundTransparency = 1
- Border_72.BorderSizePixel = 0
- Border_72.Position = UDim2.new(1, 0, 0, 0)
- Border_72.Size = UDim2.new(0, 12, 1, 0)
- Border_72.ZIndex = 120
- Border_72.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_72.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_72.ImageRectOffset = Vector2.new(24, 12)
- Border_72.ImageRectSize = Vector2.new(12, 12)
- MainFrame = Instance.new("Frame")
- QuitButton = Instance.new("ImageButton")
- Borders = Instance.new("Frame")
- Border = Instance.new("ImageLabel")
- Border_2 = Instance.new("ImageLabel")
- Border_3 = Instance.new("ImageLabel")
- Border_4 = Instance.new("ImageLabel")
- Border_5 = Instance.new("ImageLabel")
- Borders_2 = Instance.new("Frame")
- Border_6 = Instance.new("ImageLabel")
- Border_7 = Instance.new("ImageLabel")
- Border_8 = Instance.new("ImageLabel")
- Border_9 = Instance.new("ImageLabel")
- Border_10 = Instance.new("ImageLabel")
- Border_11 = Instance.new("ImageLabel")
- Border_12 = Instance.new("ImageLabel")
- Border_13 = Instance.new("ImageLabel")
- MainCmds = Instance.new("TextButton")
- Borders_3 = Instance.new("Frame")
- Border_14 = Instance.new("ImageLabel")
- Border_15 = Instance.new("ImageLabel")
- Border_16 = Instance.new("ImageLabel")
- Border_17 = Instance.new("ImageLabel")
- Border_18 = Instance.new("ImageLabel")
- Challenges = Instance.new("TextButton")
- Borders_4 = Instance.new("Frame")
- Border_19 = Instance.new("ImageLabel")
- Border_20 = Instance.new("ImageLabel")
- Border_21 = Instance.new("ImageLabel")
- Border_22 = Instance.new("ImageLabel")
- Border_23 = Instance.new("ImageLabel")
- Extras = Instance.new("TextButton")
- Borders_5 = Instance.new("Frame")
- Border_24 = Instance.new("ImageLabel")
- Border_25 = Instance.new("ImageLabel")
- Border_26 = Instance.new("ImageLabel")
- Border_27 = Instance.new("ImageLabel")
- Border_28 = Instance.new("ImageLabel")
- PageFrame = Instance.new("Frame")
- Borders_6 = Instance.new("Frame")
- Border_29 = Instance.new("ImageLabel")
- Border_30 = Instance.new("ImageLabel")
- Border_31 = Instance.new("ImageLabel")
- Border_32 = Instance.new("ImageLabel")
- Border_33 = Instance.new("ImageLabel")
- Border_34 = Instance.new("ImageLabel")
- Border_35 = Instance.new("ImageLabel")
- Border_36 = Instance.new("ImageLabel")
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = Survivor
- MainFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- MainFrame.Position = UDim2.new(0.30856514, 0, 0.23977989, 0)
- MainFrame.Size = UDim2.new(0.382869691, 0, 0.52044028, 0)
- MainFrame.Visible = false
- MainFrame.ZIndex = 100
- QuitButton.Name = "QuitButton"
- QuitButton.Parent = MainFrame
- QuitButton.BackgroundColor3 = Color3.new(1, 1, 1)
- QuitButton.BorderSizePixel = 0
- QuitButton.Position = UDim2.new(0.962586403, 0, 0, 0)
- QuitButton.Size = UDim2.new(0, 20, 0, 20)
- QuitButton.ZIndex = 120
- QuitButton.Image = "rbxassetid://1828839274"
- Borders.Name = "Borders"
- Borders.Parent = QuitButton
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 1, 0)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 120
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageRectOffset = Vector2.new(0, 24)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 1, 0)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 120
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageRectOffset = Vector2.new(24, 24)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, 0, 1, 0)
- Border_3.Size = UDim2.new(1, 0, 0, 12)
- Border_3.ZIndex = 120
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageRectOffset = Vector2.new(12, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(0, -12, 0, 0)
- Border_4.Size = UDim2.new(0, 12, 1, 0)
- Border_4.ZIndex = 120
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageRectOffset = Vector2.new(0, 12)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(1, 0, 0, 0)
- Border_5.Size = UDim2.new(0, 12, 1, 0)
- Border_5.ZIndex = 120
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageRectOffset = Vector2.new(24, 12)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Borders_2.Name = "Borders"
- Borders_2.Parent = MainFrame
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_6.Name = "Border"
- Border_6.Parent = Borders_2
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, -12, 0, -12)
- Border_6.Size = UDim2.new(0, 12, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders_2
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(1, 0, 0, -12)
- Border_7.Size = UDim2.new(0, 12, 0, 12)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageRectOffset = Vector2.new(24, 0)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders_2
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(0, -12, 1, 0)
- Border_8.Size = UDim2.new(0, 12, 0, 12)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.ImageRectOffset = Vector2.new(0, 24)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(1, 0, 1, 0)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 110
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_9.ImageRectOffset = Vector2.new(24, 24)
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(0, 0, 1, 0)
- Border_10.Size = UDim2.new(1, 0, 0, 12)
- Border_10.ZIndex = 110
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_10.ImageRectOffset = Vector2.new(12, 24)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, 0, 0, -12)
- Border_11.Size = UDim2.new(1, 0, 0, 12)
- Border_11.ZIndex = 110
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageRectOffset = Vector2.new(12, 0)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(0, -12, 0, 0)
- Border_12.Size = UDim2.new(0, 12, 1, 0)
- Border_12.ZIndex = 110
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_12.ImageRectOffset = Vector2.new(0, 12)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(1, 0, 0, 0)
- Border_13.Size = UDim2.new(0, 12, 1, 0)
- Border_13.ZIndex = 110
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_13.ImageRectOffset = Vector2.new(24, 12)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- MainCmds.Name = "MainCmds"
- MainCmds.Parent = MainFrame
- MainCmds.BackgroundColor3 = Color3.new(0, 0.666667, 1)
- MainCmds.BorderSizePixel = 0
- MainCmds.Size = UDim2.new(0, 100, 0, 20)
- MainCmds.ZIndex = 120
- MainCmds.Font = Enum.Font.Highway
- MainCmds.Text = "Main Commands"
- MainCmds.TextColor3 = Color3.new(1, 1, 1)
- MainCmds.TextScaled = true
- MainCmds.TextSize = 14
- MainCmds.TextWrapped = true
- Borders_3.Name = "Borders"
- Borders_3.Parent = MainCmds
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_14.Name = "Border"
- Border_14.Parent = Borders_3
- Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, -12, 1, 0)
- Border_14.Size = UDim2.new(0, 12, 0, 12)
- Border_14.ZIndex = 120
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageColor3 = Color3.new(0, 0.666667, 1)
- Border_14.ImageRectOffset = Vector2.new(0, 24)
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_3
- Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(1, 0, 1, 0)
- Border_15.Size = UDim2.new(0, 12, 0, 12)
- Border_15.ZIndex = 120
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageColor3 = Color3.new(0, 0.666667, 1)
- Border_15.ImageRectOffset = Vector2.new(24, 24)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_3
- Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(0, 0, 1, 0)
- Border_16.Size = UDim2.new(1, 0, 0, 12)
- Border_16.ZIndex = 120
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageColor3 = Color3.new(0, 0.666667, 1)
- Border_16.ImageRectOffset = Vector2.new(12, 24)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(0, -12, 0, 0)
- Border_17.Size = UDim2.new(0, 12, 1, 0)
- Border_17.ZIndex = 120
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageColor3 = Color3.new(0, 0.666667, 1)
- Border_17.ImageRectOffset = Vector2.new(0, 12)
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(1, 0, 0, 0)
- Border_18.Size = UDim2.new(0, 12, 1, 0)
- Border_18.ZIndex = 120
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageColor3 = Color3.new(0, 0.666667, 1)
- Border_18.ImageRectOffset = Vector2.new(24, 12)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Challenges.Name = "Challenges"
- Challenges.Parent = MainFrame
- Challenges.BackgroundColor3 = Color3.new(1, 1, 1)
- Challenges.BorderSizePixel = 0
- Challenges.Position = UDim2.new(0.33365199, 0, 0, 0)
- Challenges.Size = UDim2.new(0, 100, 0, 20)
- Challenges.ZIndex = 120
- Challenges.Font = Enum.Font.Highway
- Challenges.Text = "Challenges"
- Challenges.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Challenges.TextScaled = true
- Challenges.TextSize = 14
- Challenges.TextWrapped = true
- Borders_4.Name = "Borders"
- Borders_4.Parent = Challenges
- Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_4.BackgroundTransparency = 1
- Borders_4.BorderSizePixel = 0
- Borders_4.Size = UDim2.new(1, 0, 1, 0)
- Borders_4.ZIndex = 120
- Border_19.Name = "Border"
- Border_19.Parent = Borders_4
- Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, -12, 1, 0)
- Border_19.Size = UDim2.new(0, 12, 0, 12)
- Border_19.ZIndex = 120
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageRectOffset = Vector2.new(0, 24)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_4
- Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(1, 0, 1, 0)
- Border_20.Size = UDim2.new(0, 12, 0, 12)
- Border_20.ZIndex = 120
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageRectOffset = Vector2.new(24, 24)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_4
- Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(0, 0, 1, 0)
- Border_21.Size = UDim2.new(1, 0, 0, 12)
- Border_21.ZIndex = 120
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageRectOffset = Vector2.new(12, 24)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- Border_22.Name = "Border"
- Border_22.Parent = Borders_4
- Border_22.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_22.BackgroundTransparency = 1
- Border_22.BorderSizePixel = 0
- Border_22.Position = UDim2.new(0, -12, 0, 0)
- Border_22.Size = UDim2.new(0, 12, 1, 0)
- Border_22.ZIndex = 120
- Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_22.ImageRectOffset = Vector2.new(0, 12)
- Border_22.ImageRectSize = Vector2.new(12, 12)
- Border_23.Name = "Border"
- Border_23.Parent = Borders_4
- Border_23.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_23.BackgroundTransparency = 1
- Border_23.BorderSizePixel = 0
- Border_23.Position = UDim2.new(1, 0, 0, 0)
- Border_23.Size = UDim2.new(0, 12, 1, 0)
- Border_23.ZIndex = 120
- Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_23.ImageRectOffset = Vector2.new(24, 12)
- Border_23.ImageRectSize = Vector2.new(12, 12)
- Extras.Name = "Extras"
- Extras.Parent = MainFrame
- Extras.BackgroundColor3 = Color3.new(1, 1, 1)
- Extras.BorderSizePixel = 0
- Extras.Position = UDim2.new(0.660611868, 0, 0, 0)
- Extras.Size = UDim2.new(0, 100, 0, 20)
- Extras.ZIndex = 120
- Extras.Font = Enum.Font.Highway
- Extras.Text = "Extras"
- Extras.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Extras.TextScaled = true
- Extras.TextSize = 14
- Extras.TextWrapped = true
- Borders_5.Name = "Borders"
- Borders_5.Parent = Extras
- Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_5.BackgroundTransparency = 1
- Borders_5.BorderSizePixel = 0
- Borders_5.Size = UDim2.new(1, 0, 1, 0)
- Borders_5.ZIndex = 120
- Border_24.Name = "Border"
- Border_24.Parent = Borders_5
- Border_24.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_24.BackgroundTransparency = 1
- Border_24.BorderSizePixel = 0
- Border_24.Position = UDim2.new(0, -12, 1, 0)
- Border_24.Size = UDim2.new(0, 12, 0, 12)
- Border_24.ZIndex = 120
- Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_24.ImageRectOffset = Vector2.new(0, 24)
- Border_24.ImageRectSize = Vector2.new(12, 12)
- Border_25.Name = "Border"
- Border_25.Parent = Borders_5
- Border_25.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_25.BackgroundTransparency = 1
- Border_25.BorderSizePixel = 0
- Border_25.Position = UDim2.new(1, 0, 1, 0)
- Border_25.Size = UDim2.new(0, 12, 0, 12)
- Border_25.ZIndex = 120
- Border_25.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_25.ImageRectOffset = Vector2.new(24, 24)
- Border_25.ImageRectSize = Vector2.new(12, 12)
- Border_26.Name = "Border"
- Border_26.Parent = Borders_5
- Border_26.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_26.BackgroundTransparency = 1
- Border_26.BorderSizePixel = 0
- Border_26.Position = UDim2.new(0, 0, 1, 0)
- Border_26.Size = UDim2.new(1, 0, 0, 12)
- Border_26.ZIndex = 120
- Border_26.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_26.ImageRectOffset = Vector2.new(12, 24)
- Border_26.ImageRectSize = Vector2.new(12, 12)
- Border_27.Name = "Border"
- Border_27.Parent = Borders_5
- Border_27.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_27.BackgroundTransparency = 1
- Border_27.BorderSizePixel = 0
- Border_27.Position = UDim2.new(0, -12, 0, 0)
- Border_27.Size = UDim2.new(0, 12, 1, 0)
- Border_27.ZIndex = 120
- Border_27.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_27.ImageRectOffset = Vector2.new(0, 12)
- Border_27.ImageRectSize = Vector2.new(12, 12)
- Border_28.Name = "Border"
- Border_28.Parent = Borders_5
- Border_28.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_28.BackgroundTransparency = 1
- Border_28.BorderSizePixel = 0
- Border_28.Position = UDim2.new(1, 0, 0, 0)
- Border_28.Size = UDim2.new(0, 12, 1, 0)
- Border_28.ZIndex = 120
- Border_28.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_28.ImageRectOffset = Vector2.new(24, 12)
- Border_28.ImageRectSize = Vector2.new(12, 12)
- PageFrame.Name = "PageFrame"
- PageFrame.Parent = MainFrame
- PageFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- PageFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- PageFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- PageFrame.ZIndex = 100
- Borders_6.Name = "Borders"
- Borders_6.Parent = PageFrame
- Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_6.BackgroundTransparency = 1
- Borders_6.BorderSizePixel = 0
- Borders_6.Size = UDim2.new(1, 0, 1, 0)
- Borders_6.ZIndex = 120
- Border_29.Name = "Border"
- Border_29.Parent = Borders_6
- Border_29.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_29.BackgroundTransparency = 1
- Border_29.BorderSizePixel = 0
- Border_29.Position = UDim2.new(0, -12, 0, -12)
- Border_29.Size = UDim2.new(0, 12, 0, 12)
- Border_29.ZIndex = 110
- Border_29.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_29.ImageRectSize = Vector2.new(12, 12)
- Border_30.Name = "Border"
- Border_30.Parent = Borders_6
- Border_30.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_30.BackgroundTransparency = 1
- Border_30.BorderSizePixel = 0
- Border_30.Position = UDim2.new(1, 0, 0, -12)
- Border_30.Size = UDim2.new(0, 12, 0, 12)
- Border_30.ZIndex = 110
- Border_30.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_30.ImageRectOffset = Vector2.new(24, 0)
- Border_30.ImageRectSize = Vector2.new(12, 12)
- Border_31.Name = "Border"
- Border_31.Parent = Borders_6
- Border_31.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_31.BackgroundTransparency = 1
- Border_31.BorderSizePixel = 0
- Border_31.Position = UDim2.new(0, -12, 1, 0)
- Border_31.Size = UDim2.new(0, 12, 0, 12)
- Border_31.ZIndex = 110
- Border_31.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_31.ImageRectOffset = Vector2.new(0, 24)
- Border_31.ImageRectSize = Vector2.new(12, 12)
- Border_32.Name = "Border"
- Border_32.Parent = Borders_6
- Border_32.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_32.BackgroundTransparency = 1
- Border_32.BorderSizePixel = 0
- Border_32.Position = UDim2.new(1, 0, 1, 0)
- Border_32.Size = UDim2.new(0, 12, 0, 12)
- Border_32.ZIndex = 110
- Border_32.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_32.ImageRectOffset = Vector2.new(24, 24)
- Border_32.ImageRectSize = Vector2.new(12, 12)
- Border_33.Name = "Border"
- Border_33.Parent = Borders_6
- Border_33.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_33.BackgroundTransparency = 1
- Border_33.BorderSizePixel = 0
- Border_33.Position = UDim2.new(0, 0, 1, 0)
- Border_33.Size = UDim2.new(1, 0, 0, 12)
- Border_33.ZIndex = 110
- Border_33.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_33.ImageRectOffset = Vector2.new(12, 24)
- Border_33.ImageRectSize = Vector2.new(12, 12)
- Border_34.Name = "Border"
- Border_34.Parent = Borders_6
- Border_34.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_34.BackgroundTransparency = 1
- Border_34.BorderSizePixel = 0
- Border_34.Position = UDim2.new(0, 0, 0, -12)
- Border_34.Size = UDim2.new(1, 0, 0, 12)
- Border_34.ZIndex = 110
- Border_34.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_34.ImageRectOffset = Vector2.new(12, 0)
- Border_34.ImageRectSize = Vector2.new(12, 12)
- Border_35.Name = "Border"
- Border_35.Parent = Borders_6
- Border_35.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_35.BackgroundTransparency = 1
- Border_35.BorderSizePixel = 0
- Border_35.Position = UDim2.new(0, -12, 0, 0)
- Border_35.Size = UDim2.new(0, 12, 1, 0)
- Border_35.ZIndex = 110
- Border_35.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_35.ImageRectOffset = Vector2.new(0, 12)
- Border_35.ImageRectSize = Vector2.new(12, 12)
- Border_36.Name = "Border"
- Border_36.Parent = Borders_6
- Border_36.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_36.BackgroundTransparency = 1
- Border_36.BorderSizePixel = 0
- Border_36.Position = UDim2.new(1, 0, 0, 0)
- Border_36.Size = UDim2.new(0, 12, 1, 0)
- Border_36.ZIndex = 110
- Border_36.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_36.ImageRectOffset = Vector2.new(24, 12)
- Border_36.ImageRectSize = Vector2.new(12, 12)
- -- Objects
- ChallengesFrame = Instance.new("Frame")
- ChallengeLabel = Instance.new("TextLabel")
- NoChallengeFrame = Instance.new("Frame")
- Borders = Instance.new("Frame")
- Border = Instance.new("ImageLabel")
- Border_2 = Instance.new("ImageLabel")
- Border_3 = Instance.new("ImageLabel")
- Border_4 = Instance.new("ImageLabel")
- Border_5 = Instance.new("ImageLabel")
- Border_6 = Instance.new("ImageLabel")
- Border_7 = Instance.new("ImageLabel")
- Border_8 = Instance.new("ImageLabel")
- ChallengeInfo = Instance.new("TextLabel")
- TidepoolFrame = Instance.new("Frame")
- Borders_2 = Instance.new("Frame")
- Border_9 = Instance.new("ImageLabel")
- Border_10 = Instance.new("ImageLabel")
- Border_11 = Instance.new("ImageLabel")
- Border_12 = Instance.new("ImageLabel")
- Border_13 = Instance.new("ImageLabel")
- Border_14 = Instance.new("ImageLabel")
- Border_15 = Instance.new("ImageLabel")
- Border_16 = Instance.new("ImageLabel")
- InsWin = Instance.new("TextButton")
- Borders_3 = Instance.new("Frame")
- Border_17 = Instance.new("ImageLabel")
- Border_18 = Instance.new("ImageLabel")
- Border_19 = Instance.new("ImageLabel")
- Border_20 = Instance.new("ImageLabel")
- Border_21 = Instance.new("ImageLabel")
- Border_22 = Instance.new("ImageLabel")
- Border_23 = Instance.new("ImageLabel")
- Border_24 = Instance.new("ImageLabel")
- ChallengeInfo_2 = Instance.new("TextLabel")
- GetAGripFrame = Instance.new("Frame")
- Borders_4 = Instance.new("Frame")
- Border_25 = Instance.new("ImageLabel")
- Border_26 = Instance.new("ImageLabel")
- Border_27 = Instance.new("ImageLabel")
- Border_28 = Instance.new("ImageLabel")
- Border_29 = Instance.new("ImageLabel")
- Border_30 = Instance.new("ImageLabel")
- Border_31 = Instance.new("ImageLabel")
- Border_32 = Instance.new("ImageLabel")
- Immunity = Instance.new("TextButton")
- Borders_5 = Instance.new("Frame")
- Border_33 = Instance.new("ImageLabel")
- Border_34 = Instance.new("ImageLabel")
- Border_35 = Instance.new("ImageLabel")
- Border_36 = Instance.new("ImageLabel")
- Border_37 = Instance.new("ImageLabel")
- Border_38 = Instance.new("ImageLabel")
- Border_39 = Instance.new("ImageLabel")
- Border_40 = Instance.new("ImageLabel")
- ChallengeInfo_3 = Instance.new("TextLabel")
- Playername = Instance.new("TextBox")
- Borders_6 = Instance.new("Frame")
- Border_41 = Instance.new("ImageLabel")
- Border_42 = Instance.new("ImageLabel")
- Border_43 = Instance.new("ImageLabel")
- Border_44 = Instance.new("ImageLabel")
- Border_45 = Instance.new("ImageLabel")
- Border_46 = Instance.new("ImageLabel")
- Border_47 = Instance.new("ImageLabel")
- Border_48 = Instance.new("ImageLabel")
- ForceLose = Instance.new("TextButton")
- Borders_7 = Instance.new("Frame")
- Border_49 = Instance.new("ImageLabel")
- Border_50 = Instance.new("ImageLabel")
- Border_51 = Instance.new("ImageLabel")
- Border_52 = Instance.new("ImageLabel")
- Border_53 = Instance.new("ImageLabel")
- Border_54 = Instance.new("ImageLabel")
- Border_55 = Instance.new("ImageLabel")
- Border_56 = Instance.new("ImageLabel")
- CrypticComboFrame = Instance.new("Frame")
- Borders_8 = Instance.new("Frame")
- Border_57 = Instance.new("ImageLabel")
- Border_58 = Instance.new("ImageLabel")
- Border_59 = Instance.new("ImageLabel")
- Border_60 = Instance.new("ImageLabel")
- Border_61 = Instance.new("ImageLabel")
- Border_62 = Instance.new("ImageLabel")
- Border_63 = Instance.new("ImageLabel")
- Border_64 = Instance.new("ImageLabel")
- ChallengeInfo_4 = Instance.new("TextLabel")
- BotWin = Instance.new("TextButton")
- Borders_9 = Instance.new("Frame")
- Border_65 = Instance.new("ImageLabel")
- Border_66 = Instance.new("ImageLabel")
- Border_67 = Instance.new("ImageLabel")
- Border_68 = Instance.new("ImageLabel")
- Border_69 = Instance.new("ImageLabel")
- Border_70 = Instance.new("ImageLabel")
- Border_71 = Instance.new("ImageLabel")
- Border_72 = Instance.new("ImageLabel")
- BywayBustleFrame = Instance.new("Frame")
- Borders_10 = Instance.new("Frame")
- Border_73 = Instance.new("ImageLabel")
- Border_74 = Instance.new("ImageLabel")
- Border_75 = Instance.new("ImageLabel")
- Border_76 = Instance.new("ImageLabel")
- Border_77 = Instance.new("ImageLabel")
- Border_78 = Instance.new("ImageLabel")
- Border_79 = Instance.new("ImageLabel")
- Border_80 = Instance.new("ImageLabel")
- BotWin_2 = Instance.new("TextButton")
- Borders_11 = Instance.new("Frame")
- Border_81 = Instance.new("ImageLabel")
- Border_82 = Instance.new("ImageLabel")
- Border_83 = Instance.new("ImageLabel")
- Border_84 = Instance.new("ImageLabel")
- Border_85 = Instance.new("ImageLabel")
- Border_86 = Instance.new("ImageLabel")
- Border_87 = Instance.new("ImageLabel")
- Border_88 = Instance.new("ImageLabel")
- ChallengeInfo_5 = Instance.new("TextLabel")
- KeysToVictoryFrame = Instance.new("Frame")
- Borders_12 = Instance.new("Frame")
- Border_89 = Instance.new("ImageLabel")
- Border_90 = Instance.new("ImageLabel")
- Border_91 = Instance.new("ImageLabel")
- Border_92 = Instance.new("ImageLabel")
- Border_93 = Instance.new("ImageLabel")
- Border_94 = Instance.new("ImageLabel")
- Border_95 = Instance.new("ImageLabel")
- Border_96 = Instance.new("ImageLabel")
- ChallengeInfo_6 = Instance.new("TextLabel")
- BotWin_3 = Instance.new("TextButton")
- Borders_13 = Instance.new("Frame")
- Border_97 = Instance.new("ImageLabel")
- Border_98 = Instance.new("ImageLabel")
- Border_99 = Instance.new("ImageLabel")
- Border_100 = Instance.new("ImageLabel")
- Border_101 = Instance.new("ImageLabel")
- Border_102 = Instance.new("ImageLabel")
- Border_103 = Instance.new("ImageLabel")
- Border_104 = Instance.new("ImageLabel")
- DiveDwellingFrame = Instance.new("Frame")
- Borders_14 = Instance.new("Frame")
- Border_105 = Instance.new("ImageLabel")
- Border_106 = Instance.new("ImageLabel")
- Border_107 = Instance.new("ImageLabel")
- Border_108 = Instance.new("ImageLabel")
- Border_109 = Instance.new("ImageLabel")
- Border_110 = Instance.new("ImageLabel")
- Border_111 = Instance.new("ImageLabel")
- Border_112 = Instance.new("ImageLabel")
- ChallengeInfo_7 = Instance.new("TextLabel")
- BotWin_4 = Instance.new("TextButton")
- Borders_15 = Instance.new("Frame")
- Border_113 = Instance.new("ImageLabel")
- Border_114 = Instance.new("ImageLabel")
- Border_115 = Instance.new("ImageLabel")
- Border_116 = Instance.new("ImageLabel")
- Border_117 = Instance.new("ImageLabel")
- Border_118 = Instance.new("ImageLabel")
- Border_119 = Instance.new("ImageLabel")
- Border_120 = Instance.new("ImageLabel")
- BeatToThePunchFrame = Instance.new("Frame")
- Borders_16 = Instance.new("Frame")
- Border_121 = Instance.new("ImageLabel")
- Border_122 = Instance.new("ImageLabel")
- Border_123 = Instance.new("ImageLabel")
- Border_124 = Instance.new("ImageLabel")
- Border_125 = Instance.new("ImageLabel")
- Border_126 = Instance.new("ImageLabel")
- Border_127 = Instance.new("ImageLabel")
- Border_128 = Instance.new("ImageLabel")
- ChallengeInfo_8 = Instance.new("TextLabel")
- BotWin_5 = Instance.new("TextButton")
- Borders_17 = Instance.new("Frame")
- Border_129 = Instance.new("ImageLabel")
- Border_130 = Instance.new("ImageLabel")
- Border_131 = Instance.new("ImageLabel")
- Border_132 = Instance.new("ImageLabel")
- Border_133 = Instance.new("ImageLabel")
- Border_134 = Instance.new("ImageLabel")
- Border_135 = Instance.new("ImageLabel")
- Border_136 = Instance.new("ImageLabel")
- -- Properties
- ChallengesFrame.Name = "ChallengesFrame"
- ChallengesFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengesFrame.BackgroundTransparency = 1
- ChallengesFrame.BorderSizePixel = 0
- ChallengesFrame.Size = UDim2.new(1, 0, 1, 0)
- ChallengesFrame.Visible = false
- ChallengeLabel.Name = "ChallengeLabel"
- ChallengeLabel.Parent = ChallengesFrame
- ChallengeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeLabel.BackgroundTransparency = 1
- ChallengeLabel.BorderSizePixel = 0
- ChallengeLabel.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeLabel.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeLabel.ZIndex = 120
- ChallengeLabel.Font = Enum.Font.Highway
- ChallengeLabel.Text = "Current Challenge : Not Found"
- ChallengeLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeLabel.TextScaled = true
- ChallengeLabel.TextSize = 14
- ChallengeLabel.TextWrapped = true
- ChallengeLabel.TextXAlignment = Enum.TextXAlignment.Left
- NoChallengeFrame.Name = "NoChallengeFrame"
- NoChallengeFrame.Parent = ChallengesFrame
- NoChallengeFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- NoChallengeFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- NoChallengeFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- NoChallengeFrame.ZIndex = 100
- Borders.Name = "Borders"
- Borders.Parent = NoChallengeFrame
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 110
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 110
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 110
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 110
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 110
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo.Name = "ChallengeInfo"
- ChallengeInfo.Parent = NoChallengeFrame
- ChallengeInfo.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo.BackgroundTransparency = 1
- ChallengeInfo.BorderSizePixel = 0
- ChallengeInfo.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo.ZIndex = 120
- ChallengeInfo.Font = Enum.Font.Highway
- ChallengeInfo.Text = "The Current Challenge Isn't Supported,"
- ChallengeInfo.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo.TextScaled = true
- ChallengeInfo.TextSize = 14
- ChallengeInfo.TextWrapped = true
- TidepoolFrame.Name = "TidepoolFrame"
- TidepoolFrame.Parent = ChallengesFrame
- TidepoolFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- TidepoolFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- TidepoolFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- TidepoolFrame.Visible = false
- TidepoolFrame.ZIndex = 100
- Borders_2.Name = "Borders"
- Borders_2.Parent = TidepoolFrame
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(0, -12, 0, -12)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 110
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(1, 0, 0, -12)
- Border_10.Size = UDim2.new(0, 12, 0, 12)
- Border_10.ZIndex = 110
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_10.ImageRectOffset = Vector2.new(24, 0)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, -12, 1, 0)
- Border_11.Size = UDim2.new(0, 12, 0, 12)
- Border_11.ZIndex = 110
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_11.ImageRectOffset = Vector2.new(0, 24)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(1, 0, 1, 0)
- Border_12.Size = UDim2.new(0, 12, 0, 12)
- Border_12.ZIndex = 110
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_12.ImageRectOffset = Vector2.new(24, 24)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(0, 0, 1, 0)
- Border_13.Size = UDim2.new(1, 0, 0, 12)
- Border_13.ZIndex = 110
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_13.ImageRectOffset = Vector2.new(12, 24)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- Border_14.Name = "Border"
- Border_14.Parent = Borders_2
- Border_14.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, 0, 0, -12)
- Border_14.Size = UDim2.new(1, 0, 0, 12)
- Border_14.ZIndex = 110
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_14.ImageRectOffset = Vector2.new(12, 0)
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_2
- Border_15.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(0, -12, 0, 0)
- Border_15.Size = UDim2.new(0, 12, 1, 0)
- Border_15.ZIndex = 110
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_15.ImageRectOffset = Vector2.new(0, 12)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_2
- Border_16.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(1, 0, 0, 0)
- Border_16.Size = UDim2.new(0, 12, 1, 0)
- Border_16.ZIndex = 110
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_16.ImageRectOffset = Vector2.new(24, 12)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- InsWin.Name = "InsWin"
- InsWin.Parent = TidepoolFrame
- InsWin.BackgroundColor3 = Color3.new(1, 1, 1)
- InsWin.BorderSizePixel = 0
- InsWin.Position = UDim2.new(0, 0, 0.34375, 0)
- InsWin.Size = UDim2.new(0, 523, 0, 17)
- InsWin.ZIndex = 120
- InsWin.Font = Enum.Font.Highway
- InsWin.Text = "Insta-Win"
- InsWin.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- InsWin.TextScaled = true
- InsWin.TextSize = 14
- InsWin.TextWrapped = true
- Borders_3.Name = "Borders"
- Borders_3.Parent = InsWin
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(0, -12, 0, -12)
- Border_17.Size = UDim2.new(0, 12, 0, 12)
- Border_17.ZIndex = 110
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(1, 0, 0, -12)
- Border_18.Size = UDim2.new(0, 12, 0, 12)
- Border_18.ZIndex = 110
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageRectOffset = Vector2.new(24, 0)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Border_19.Name = "Border"
- Border_19.Parent = Borders_3
- Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, -12, 1, 0)
- Border_19.Size = UDim2.new(0, 12, 0, 12)
- Border_19.ZIndex = 110
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageRectOffset = Vector2.new(0, 24)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_3
- Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(1, 0, 1, 0)
- Border_20.Size = UDim2.new(0, 12, 0, 12)
- Border_20.ZIndex = 110
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageRectOffset = Vector2.new(24, 24)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_3
- Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(0, 0, 1, 0)
- Border_21.Size = UDim2.new(1, 0, 0, 12)
- Border_21.ZIndex = 110
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageRectOffset = Vector2.new(12, 24)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- Border_22.Name = "Border"
- Border_22.Parent = Borders_3
- Border_22.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_22.BackgroundTransparency = 1
- Border_22.BorderSizePixel = 0
- Border_22.Position = UDim2.new(0, 0, 0, -12)
- Border_22.Size = UDim2.new(1, 0, 0, 12)
- Border_22.ZIndex = 110
- Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_22.ImageRectOffset = Vector2.new(12, 0)
- Border_22.ImageRectSize = Vector2.new(12, 12)
- Border_23.Name = "Border"
- Border_23.Parent = Borders_3
- Border_23.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_23.BackgroundTransparency = 1
- Border_23.BorderSizePixel = 0
- Border_23.Position = UDim2.new(0, -12, 0, 0)
- Border_23.Size = UDim2.new(0, 12, 1, 0)
- Border_23.ZIndex = 110
- Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_23.ImageRectOffset = Vector2.new(0, 12)
- Border_23.ImageRectSize = Vector2.new(12, 12)
- Border_24.Name = "Border"
- Border_24.Parent = Borders_3
- Border_24.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_24.BackgroundTransparency = 1
- Border_24.BorderSizePixel = 0
- Border_24.Position = UDim2.new(1, 0, 0, 0)
- Border_24.Size = UDim2.new(0, 12, 1, 0)
- Border_24.ZIndex = 110
- Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_24.ImageRectOffset = Vector2.new(24, 12)
- Border_24.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_2.Name = "ChallengeInfo"
- ChallengeInfo_2.Parent = TidepoolFrame
- ChallengeInfo_2.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_2.BackgroundTransparency = 1
- ChallengeInfo_2.BorderSizePixel = 0
- ChallengeInfo_2.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_2.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_2.ZIndex = 120
- ChallengeInfo_2.Font = Enum.Font.Highway
- ChallengeInfo_2.Text = "All Tidepool Commands :"
- ChallengeInfo_2.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_2.TextScaled = true
- ChallengeInfo_2.TextSize = 14
- ChallengeInfo_2.TextWrapped = true
- GetAGripFrame.Name = "GetAGripFrame"
- GetAGripFrame.Parent = ChallengesFrame
- GetAGripFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- GetAGripFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- GetAGripFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- GetAGripFrame.Visible = false
- GetAGripFrame.ZIndex = 100
- Borders_4.Name = "Borders"
- Borders_4.Parent = GetAGripFrame
- Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_4.BackgroundTransparency = 1
- Borders_4.BorderSizePixel = 0
- Borders_4.Size = UDim2.new(1, 0, 1, 0)
- Borders_4.ZIndex = 120
- Border_25.Name = "Border"
- Border_25.Parent = Borders_4
- Border_25.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_25.BackgroundTransparency = 1
- Border_25.BorderSizePixel = 0
- Border_25.Position = UDim2.new(0, -12, 0, -12)
- Border_25.Size = UDim2.new(0, 12, 0, 12)
- Border_25.ZIndex = 110
- Border_25.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_25.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_25.ImageRectSize = Vector2.new(12, 12)
- Border_26.Name = "Border"
- Border_26.Parent = Borders_4
- Border_26.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_26.BackgroundTransparency = 1
- Border_26.BorderSizePixel = 0
- Border_26.Position = UDim2.new(1, 0, 0, -12)
- Border_26.Size = UDim2.new(0, 12, 0, 12)
- Border_26.ZIndex = 110
- Border_26.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_26.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_26.ImageRectOffset = Vector2.new(24, 0)
- Border_26.ImageRectSize = Vector2.new(12, 12)
- Border_27.Name = "Border"
- Border_27.Parent = Borders_4
- Border_27.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_27.BackgroundTransparency = 1
- Border_27.BorderSizePixel = 0
- Border_27.Position = UDim2.new(0, -12, 1, 0)
- Border_27.Size = UDim2.new(0, 12, 0, 12)
- Border_27.ZIndex = 110
- Border_27.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_27.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_27.ImageRectOffset = Vector2.new(0, 24)
- Border_27.ImageRectSize = Vector2.new(12, 12)
- Border_28.Name = "Border"
- Border_28.Parent = Borders_4
- Border_28.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_28.BackgroundTransparency = 1
- Border_28.BorderSizePixel = 0
- Border_28.Position = UDim2.new(1, 0, 1, 0)
- Border_28.Size = UDim2.new(0, 12, 0, 12)
- Border_28.ZIndex = 110
- Border_28.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_28.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_28.ImageRectOffset = Vector2.new(24, 24)
- Border_28.ImageRectSize = Vector2.new(12, 12)
- Border_29.Name = "Border"
- Border_29.Parent = Borders_4
- Border_29.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_29.BackgroundTransparency = 1
- Border_29.BorderSizePixel = 0
- Border_29.Position = UDim2.new(0, 0, 1, 0)
- Border_29.Size = UDim2.new(1, 0, 0, 12)
- Border_29.ZIndex = 110
- Border_29.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_29.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_29.ImageRectOffset = Vector2.new(12, 24)
- Border_29.ImageRectSize = Vector2.new(12, 12)
- Border_30.Name = "Border"
- Border_30.Parent = Borders_4
- Border_30.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_30.BackgroundTransparency = 1
- Border_30.BorderSizePixel = 0
- Border_30.Position = UDim2.new(0, 0, 0, -12)
- Border_30.Size = UDim2.new(1, 0, 0, 12)
- Border_30.ZIndex = 110
- Border_30.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_30.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_30.ImageRectOffset = Vector2.new(12, 0)
- Border_30.ImageRectSize = Vector2.new(12, 12)
- Border_31.Name = "Border"
- Border_31.Parent = Borders_4
- Border_31.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_31.BackgroundTransparency = 1
- Border_31.BorderSizePixel = 0
- Border_31.Position = UDim2.new(0, -12, 0, 0)
- Border_31.Size = UDim2.new(0, 12, 1, 0)
- Border_31.ZIndex = 110
- Border_31.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_31.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_31.ImageRectOffset = Vector2.new(0, 12)
- Border_31.ImageRectSize = Vector2.new(12, 12)
- Border_32.Name = "Border"
- Border_32.Parent = Borders_4
- Border_32.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_32.BackgroundTransparency = 1
- Border_32.BorderSizePixel = 0
- Border_32.Position = UDim2.new(1, 0, 0, 0)
- Border_32.Size = UDim2.new(0, 12, 1, 0)
- Border_32.ZIndex = 110
- Border_32.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_32.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_32.ImageRectOffset = Vector2.new(24, 12)
- Border_32.ImageRectSize = Vector2.new(12, 12)
- Immunity.Name = "Immunity"
- Immunity.Parent = GetAGripFrame
- Immunity.BackgroundColor3 = Color3.new(1, 1, 1)
- Immunity.BorderSizePixel = 0
- Immunity.Position = UDim2.new(0, 0, 0.34375, 0)
- Immunity.Size = UDim2.new(0, 523, 0, 17)
- Immunity.ZIndex = 120
- Immunity.Font = Enum.Font.Highway
- Immunity.Text = "Immunity"
- Immunity.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Immunity.TextScaled = true
- Immunity.TextSize = 14
- Immunity.TextWrapped = true
- Borders_5.Name = "Borders"
- Borders_5.Parent = Immunity
- Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_5.BackgroundTransparency = 1
- Borders_5.BorderSizePixel = 0
- Borders_5.Size = UDim2.new(1, 0, 1, 0)
- Borders_5.ZIndex = 120
- Border_33.Name = "Border"
- Border_33.Parent = Borders_5
- Border_33.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_33.BackgroundTransparency = 1
- Border_33.BorderSizePixel = 0
- Border_33.Position = UDim2.new(0, -12, 0, -12)
- Border_33.Size = UDim2.new(0, 12, 0, 12)
- Border_33.ZIndex = 110
- Border_33.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_33.ImageRectSize = Vector2.new(12, 12)
- Border_34.Name = "Border"
- Border_34.Parent = Borders_5
- Border_34.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_34.BackgroundTransparency = 1
- Border_34.BorderSizePixel = 0
- Border_34.Position = UDim2.new(1, 0, 0, -12)
- Border_34.Size = UDim2.new(0, 12, 0, 12)
- Border_34.ZIndex = 110
- Border_34.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_34.ImageRectOffset = Vector2.new(24, 0)
- Border_34.ImageRectSize = Vector2.new(12, 12)
- Border_35.Name = "Border"
- Border_35.Parent = Borders_5
- Border_35.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_35.BackgroundTransparency = 1
- Border_35.BorderSizePixel = 0
- Border_35.Position = UDim2.new(0, -12, 1, 0)
- Border_35.Size = UDim2.new(0, 12, 0, 12)
- Border_35.ZIndex = 110
- Border_35.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_35.ImageRectOffset = Vector2.new(0, 24)
- Border_35.ImageRectSize = Vector2.new(12, 12)
- Border_36.Name = "Border"
- Border_36.Parent = Borders_5
- Border_36.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_36.BackgroundTransparency = 1
- Border_36.BorderSizePixel = 0
- Border_36.Position = UDim2.new(1, 0, 1, 0)
- Border_36.Size = UDim2.new(0, 12, 0, 12)
- Border_36.ZIndex = 110
- Border_36.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_36.ImageRectOffset = Vector2.new(24, 24)
- Border_36.ImageRectSize = Vector2.new(12, 12)
- Border_37.Name = "Border"
- Border_37.Parent = Borders_5
- Border_37.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_37.BackgroundTransparency = 1
- Border_37.BorderSizePixel = 0
- Border_37.Position = UDim2.new(0, 0, 1, 0)
- Border_37.Size = UDim2.new(1, 0, 0, 12)
- Border_37.ZIndex = 110
- Border_37.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_37.ImageRectOffset = Vector2.new(12, 24)
- Border_37.ImageRectSize = Vector2.new(12, 12)
- Border_38.Name = "Border"
- Border_38.Parent = Borders_5
- Border_38.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_38.BackgroundTransparency = 1
- Border_38.BorderSizePixel = 0
- Border_38.Position = UDim2.new(0, 0, 0, -12)
- Border_38.Size = UDim2.new(1, 0, 0, 12)
- Border_38.ZIndex = 110
- Border_38.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_38.ImageRectOffset = Vector2.new(12, 0)
- Border_38.ImageRectSize = Vector2.new(12, 12)
- Border_39.Name = "Border"
- Border_39.Parent = Borders_5
- Border_39.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_39.BackgroundTransparency = 1
- Border_39.BorderSizePixel = 0
- Border_39.Position = UDim2.new(0, -12, 0, 0)
- Border_39.Size = UDim2.new(0, 12, 1, 0)
- Border_39.ZIndex = 110
- Border_39.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_39.ImageRectOffset = Vector2.new(0, 12)
- Border_39.ImageRectSize = Vector2.new(12, 12)
- Border_40.Name = "Border"
- Border_40.Parent = Borders_5
- Border_40.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_40.BackgroundTransparency = 1
- Border_40.BorderSizePixel = 0
- Border_40.Position = UDim2.new(1, 0, 0, 0)
- Border_40.Size = UDim2.new(0, 12, 1, 0)
- Border_40.ZIndex = 110
- Border_40.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_40.ImageRectOffset = Vector2.new(24, 12)
- Border_40.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_3.Name = "ChallengeInfo"
- ChallengeInfo_3.Parent = GetAGripFrame
- ChallengeInfo_3.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_3.BackgroundTransparency = 1
- ChallengeInfo_3.BorderSizePixel = 0
- ChallengeInfo_3.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_3.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_3.ZIndex = 120
- ChallengeInfo_3.Font = Enum.Font.Highway
- ChallengeInfo_3.Text = "All Get A Grip Commands"
- ChallengeInfo_3.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_3.TextScaled = true
- ChallengeInfo_3.TextSize = 14
- ChallengeInfo_3.TextWrapped = true
- Playername.Name = "Playername"
- Playername.Parent = GetAGripFrame
- Playername.BackgroundColor3 = Color3.new(1, 1, 1)
- Playername.BorderSizePixel = 0
- Playername.Position = UDim2.new(-0.000956022937, 0, 0.598958313, 0)
- Playername.Size = UDim2.new(1, 0, 0.0729166642, 0)
- Playername.ZIndex = 120
- Playername.Font = Enum.Font.Highway
- Playername.PlaceholderColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Playername.Text = "Victim Name"
- Playername.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Playername.TextScaled = true
- Playername.TextSize = 14
- Playername.TextWrapped = true
- Playername.TextXAlignment = Enum.TextXAlignment.Left
- Borders_6.Name = "Borders"
- Borders_6.Parent = Playername
- Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_6.BackgroundTransparency = 1
- Borders_6.BorderSizePixel = 0
- Borders_6.Size = UDim2.new(1, 0, 1, 0)
- Borders_6.ZIndex = 120
- Border_41.Name = "Border"
- Border_41.Parent = Borders_6
- Border_41.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_41.BackgroundTransparency = 1
- Border_41.BorderSizePixel = 0
- Border_41.Position = UDim2.new(0, -12, 0, -12)
- Border_41.Size = UDim2.new(0, 12, 0, 12)
- Border_41.ZIndex = 110
- Border_41.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_41.ImageRectSize = Vector2.new(12, 12)
- Border_42.Name = "Border"
- Border_42.Parent = Borders_6
- Border_42.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_42.BackgroundTransparency = 1
- Border_42.BorderSizePixel = 0
- Border_42.Position = UDim2.new(1, 0, 0, -12)
- Border_42.Size = UDim2.new(0, 12, 0, 12)
- Border_42.ZIndex = 110
- Border_42.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_42.ImageRectOffset = Vector2.new(24, 0)
- Border_42.ImageRectSize = Vector2.new(12, 12)
- Border_43.Name = "Border"
- Border_43.Parent = Borders_6
- Border_43.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_43.BackgroundTransparency = 1
- Border_43.BorderSizePixel = 0
- Border_43.Position = UDim2.new(0, -12, 1, 0)
- Border_43.Size = UDim2.new(0, 12, 0, 12)
- Border_43.ZIndex = 110
- Border_43.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_43.ImageRectOffset = Vector2.new(0, 24)
- Border_43.ImageRectSize = Vector2.new(12, 12)
- Border_44.Name = "Border"
- Border_44.Parent = Borders_6
- Border_44.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_44.BackgroundTransparency = 1
- Border_44.BorderSizePixel = 0
- Border_44.Position = UDim2.new(1, 0, 1, 0)
- Border_44.Size = UDim2.new(0, 12, 0, 12)
- Border_44.ZIndex = 110
- Border_44.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_44.ImageRectOffset = Vector2.new(24, 24)
- Border_44.ImageRectSize = Vector2.new(12, 12)
- Border_45.Name = "Border"
- Border_45.Parent = Borders_6
- Border_45.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_45.BackgroundTransparency = 1
- Border_45.BorderSizePixel = 0
- Border_45.Position = UDim2.new(0, 0, 1, 0)
- Border_45.Size = UDim2.new(1, 0, 0, 12)
- Border_45.ZIndex = 110
- Border_45.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_45.ImageRectOffset = Vector2.new(12, 24)
- Border_45.ImageRectSize = Vector2.new(12, 12)
- Border_46.Name = "Border"
- Border_46.Parent = Borders_6
- Border_46.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_46.BackgroundTransparency = 1
- Border_46.BorderSizePixel = 0
- Border_46.Position = UDim2.new(0, 0, 0, -12)
- Border_46.Size = UDim2.new(1, 0, 0, 12)
- Border_46.ZIndex = 110
- Border_46.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_46.ImageRectOffset = Vector2.new(12, 0)
- Border_46.ImageRectSize = Vector2.new(12, 12)
- Border_47.Name = "Border"
- Border_47.Parent = Borders_6
- Border_47.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_47.BackgroundTransparency = 1
- Border_47.BorderSizePixel = 0
- Border_47.Position = UDim2.new(0, -12, 0, 0)
- Border_47.Size = UDim2.new(0, 12, 1, 0)
- Border_47.ZIndex = 110
- Border_47.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_47.ImageRectOffset = Vector2.new(0, 12)
- Border_47.ImageRectSize = Vector2.new(12, 12)
- Border_48.Name = "Border"
- Border_48.Parent = Borders_6
- Border_48.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_48.BackgroundTransparency = 1
- Border_48.BorderSizePixel = 0
- Border_48.Position = UDim2.new(1, 0, 0, 0)
- Border_48.Size = UDim2.new(0, 12, 1, 0)
- Border_48.ZIndex = 110
- Border_48.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_48.ImageRectOffset = Vector2.new(24, 12)
- Border_48.ImageRectSize = Vector2.new(12, 12)
- ForceLose.Name = "ForceLose"
- ForceLose.Parent = GetAGripFrame
- ForceLose.BackgroundColor3 = Color3.new(1, 1, 1)
- ForceLose.BorderSizePixel = 0
- ForceLose.Position = UDim2.new(-0.000956022937, 0, 0.838541627, 0)
- ForceLose.Size = UDim2.new(0, 523, 0, 17)
- ForceLose.ZIndex = 120
- ForceLose.Font = Enum.Font.Highway
- ForceLose.Text = "Force Lose (Experimental Mode)"
- ForceLose.TextColor3 = Color3.new(1, 0.333333, 0)
- ForceLose.TextScaled = true
- ForceLose.TextSize = 14
- ForceLose.TextWrapped = true
- Borders_7.Name = "Borders"
- Borders_7.Parent = ForceLose
- Borders_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_7.BackgroundTransparency = 1
- Borders_7.BorderSizePixel = 0
- Borders_7.Size = UDim2.new(1, 0, 1, 0)
- Borders_7.ZIndex = 120
- Border_49.Name = "Border"
- Border_49.Parent = Borders_7
- Border_49.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_49.BackgroundTransparency = 1
- Border_49.BorderSizePixel = 0
- Border_49.Position = UDim2.new(0, -12, 0, -12)
- Border_49.Size = UDim2.new(0, 12, 0, 12)
- Border_49.ZIndex = 110
- Border_49.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_49.ImageRectSize = Vector2.new(12, 12)
- Border_50.Name = "Border"
- Border_50.Parent = Borders_7
- Border_50.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_50.BackgroundTransparency = 1
- Border_50.BorderSizePixel = 0
- Border_50.Position = UDim2.new(1, 0, 0, -12)
- Border_50.Size = UDim2.new(0, 12, 0, 12)
- Border_50.ZIndex = 110
- Border_50.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_50.ImageRectOffset = Vector2.new(24, 0)
- Border_50.ImageRectSize = Vector2.new(12, 12)
- Border_51.Name = "Border"
- Border_51.Parent = Borders_7
- Border_51.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_51.BackgroundTransparency = 1
- Border_51.BorderSizePixel = 0
- Border_51.Position = UDim2.new(0, -12, 1, 0)
- Border_51.Size = UDim2.new(0, 12, 0, 12)
- Border_51.ZIndex = 110
- Border_51.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_51.ImageRectOffset = Vector2.new(0, 24)
- Border_51.ImageRectSize = Vector2.new(12, 12)
- Border_52.Name = "Border"
- Border_52.Parent = Borders_7
- Border_52.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_52.BackgroundTransparency = 1
- Border_52.BorderSizePixel = 0
- Border_52.Position = UDim2.new(1, 0, 1, 0)
- Border_52.Size = UDim2.new(0, 12, 0, 12)
- Border_52.ZIndex = 110
- Border_52.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_52.ImageRectOffset = Vector2.new(24, 24)
- Border_52.ImageRectSize = Vector2.new(12, 12)
- Border_53.Name = "Border"
- Border_53.Parent = Borders_7
- Border_53.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_53.BackgroundTransparency = 1
- Border_53.BorderSizePixel = 0
- Border_53.Position = UDim2.new(0, 0, 1, 0)
- Border_53.Size = UDim2.new(1, 0, 0, 12)
- Border_53.ZIndex = 110
- Border_53.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_53.ImageRectOffset = Vector2.new(12, 24)
- Border_53.ImageRectSize = Vector2.new(12, 12)
- Border_54.Name = "Border"
- Border_54.Parent = Borders_7
- Border_54.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_54.BackgroundTransparency = 1
- Border_54.BorderSizePixel = 0
- Border_54.Position = UDim2.new(0, 0, 0, -12)
- Border_54.Size = UDim2.new(1, 0, 0, 12)
- Border_54.ZIndex = 110
- Border_54.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_54.ImageRectOffset = Vector2.new(12, 0)
- Border_54.ImageRectSize = Vector2.new(12, 12)
- Border_55.Name = "Border"
- Border_55.Parent = Borders_7
- Border_55.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_55.BackgroundTransparency = 1
- Border_55.BorderSizePixel = 0
- Border_55.Position = UDim2.new(0, -12, 0, 0)
- Border_55.Size = UDim2.new(0, 12, 1, 0)
- Border_55.ZIndex = 110
- Border_55.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_55.ImageRectOffset = Vector2.new(0, 12)
- Border_55.ImageRectSize = Vector2.new(12, 12)
- Border_56.Name = "Border"
- Border_56.Parent = Borders_7
- Border_56.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_56.BackgroundTransparency = 1
- Border_56.BorderSizePixel = 0
- Border_56.Position = UDim2.new(1, 0, 0, 0)
- Border_56.Size = UDim2.new(0, 12, 1, 0)
- Border_56.ZIndex = 110
- Border_56.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_56.ImageRectOffset = Vector2.new(24, 12)
- Border_56.ImageRectSize = Vector2.new(12, 12)
- CrypticComboFrame.Name = "CrypticComboFrame"
- CrypticComboFrame.Parent = ChallengesFrame
- CrypticComboFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- CrypticComboFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- CrypticComboFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- CrypticComboFrame.Visible = false
- CrypticComboFrame.ZIndex = 100
- Borders_8.Name = "Borders"
- Borders_8.Parent = CrypticComboFrame
- Borders_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_8.BackgroundTransparency = 1
- Borders_8.BorderSizePixel = 0
- Borders_8.Size = UDim2.new(1, 0, 1, 0)
- Borders_8.ZIndex = 120
- Border_57.Name = "Border"
- Border_57.Parent = Borders_8
- Border_57.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_57.BackgroundTransparency = 1
- Border_57.BorderSizePixel = 0
- Border_57.Position = UDim2.new(0, -12, 0, -12)
- Border_57.Size = UDim2.new(0, 12, 0, 12)
- Border_57.ZIndex = 110
- Border_57.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_57.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_57.ImageRectSize = Vector2.new(12, 12)
- Border_58.Name = "Border"
- Border_58.Parent = Borders_8
- Border_58.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_58.BackgroundTransparency = 1
- Border_58.BorderSizePixel = 0
- Border_58.Position = UDim2.new(1, 0, 0, -12)
- Border_58.Size = UDim2.new(0, 12, 0, 12)
- Border_58.ZIndex = 110
- Border_58.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_58.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_58.ImageRectOffset = Vector2.new(24, 0)
- Border_58.ImageRectSize = Vector2.new(12, 12)
- Border_59.Name = "Border"
- Border_59.Parent = Borders_8
- Border_59.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_59.BackgroundTransparency = 1
- Border_59.BorderSizePixel = 0
- Border_59.Position = UDim2.new(0, -12, 1, 0)
- Border_59.Size = UDim2.new(0, 12, 0, 12)
- Border_59.ZIndex = 110
- Border_59.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_59.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_59.ImageRectOffset = Vector2.new(0, 24)
- Border_59.ImageRectSize = Vector2.new(12, 12)
- Border_60.Name = "Border"
- Border_60.Parent = Borders_8
- Border_60.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_60.BackgroundTransparency = 1
- Border_60.BorderSizePixel = 0
- Border_60.Position = UDim2.new(1, 0, 1, 0)
- Border_60.Size = UDim2.new(0, 12, 0, 12)
- Border_60.ZIndex = 110
- Border_60.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_60.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_60.ImageRectOffset = Vector2.new(24, 24)
- Border_60.ImageRectSize = Vector2.new(12, 12)
- Border_61.Name = "Border"
- Border_61.Parent = Borders_8
- Border_61.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_61.BackgroundTransparency = 1
- Border_61.BorderSizePixel = 0
- Border_61.Position = UDim2.new(0, 0, 1, 0)
- Border_61.Size = UDim2.new(1, 0, 0, 12)
- Border_61.ZIndex = 110
- Border_61.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_61.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_61.ImageRectOffset = Vector2.new(12, 24)
- Border_61.ImageRectSize = Vector2.new(12, 12)
- Border_62.Name = "Border"
- Border_62.Parent = Borders_8
- Border_62.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_62.BackgroundTransparency = 1
- Border_62.BorderSizePixel = 0
- Border_62.Position = UDim2.new(0, 0, 0, -12)
- Border_62.Size = UDim2.new(1, 0, 0, 12)
- Border_62.ZIndex = 110
- Border_62.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_62.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_62.ImageRectOffset = Vector2.new(12, 0)
- Border_62.ImageRectSize = Vector2.new(12, 12)
- Border_63.Name = "Border"
- Border_63.Parent = Borders_8
- Border_63.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_63.BackgroundTransparency = 1
- Border_63.BorderSizePixel = 0
- Border_63.Position = UDim2.new(0, -12, 0, 0)
- Border_63.Size = UDim2.new(0, 12, 1, 0)
- Border_63.ZIndex = 110
- Border_63.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_63.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_63.ImageRectOffset = Vector2.new(0, 12)
- Border_63.ImageRectSize = Vector2.new(12, 12)
- Border_64.Name = "Border"
- Border_64.Parent = Borders_8
- Border_64.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_64.BackgroundTransparency = 1
- Border_64.BorderSizePixel = 0
- Border_64.Position = UDim2.new(1, 0, 0, 0)
- Border_64.Size = UDim2.new(0, 12, 1, 0)
- Border_64.ZIndex = 110
- Border_64.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_64.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_64.ImageRectOffset = Vector2.new(24, 12)
- Border_64.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_4.Name = "ChallengeInfo"
- ChallengeInfo_4.Parent = CrypticComboFrame
- ChallengeInfo_4.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_4.BackgroundTransparency = 1
- ChallengeInfo_4.BorderSizePixel = 0
- ChallengeInfo_4.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_4.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_4.ZIndex = 120
- ChallengeInfo_4.Font = Enum.Font.Highway
- ChallengeInfo_4.Text = "All Cryptic Combo Commands :"
- ChallengeInfo_4.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_4.TextScaled = true
- ChallengeInfo_4.TextSize = 14
- ChallengeInfo_4.TextWrapped = true
- BotWin.Name = "BotWin"
- BotWin.Parent = CrypticComboFrame
- BotWin.BackgroundColor3 = Color3.new(1, 1, 1)
- BotWin.BorderSizePixel = 0
- BotWin.Position = UDim2.new(0, 0, 0.34375, 0)
- BotWin.Size = UDim2.new(0, 523, 0, 17)
- BotWin.ZIndex = 120
- BotWin.Font = Enum.Font.Highway
- BotWin.Text = "Trycode"
- BotWin.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BotWin.TextScaled = true
- BotWin.TextSize = 14
- BotWin.TextWrapped = true
- Borders_9.Name = "Borders"
- Borders_9.Parent = BotWin
- Borders_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_9.BackgroundTransparency = 1
- Borders_9.BorderSizePixel = 0
- Borders_9.Size = UDim2.new(1, 0, 1, 0)
- Borders_9.ZIndex = 120
- Border_65.Name = "Border"
- Border_65.Parent = Borders_9
- Border_65.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_65.BackgroundTransparency = 1
- Border_65.BorderSizePixel = 0
- Border_65.Position = UDim2.new(0, -12, 0, -12)
- Border_65.Size = UDim2.new(0, 12, 0, 12)
- Border_65.ZIndex = 110
- Border_65.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_65.ImageRectSize = Vector2.new(12, 12)
- Border_66.Name = "Border"
- Border_66.Parent = Borders_9
- Border_66.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_66.BackgroundTransparency = 1
- Border_66.BorderSizePixel = 0
- Border_66.Position = UDim2.new(1, 0, 0, -12)
- Border_66.Size = UDim2.new(0, 12, 0, 12)
- Border_66.ZIndex = 110
- Border_66.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_66.ImageRectOffset = Vector2.new(24, 0)
- Border_66.ImageRectSize = Vector2.new(12, 12)
- Border_67.Name = "Border"
- Border_67.Parent = Borders_9
- Border_67.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_67.BackgroundTransparency = 1
- Border_67.BorderSizePixel = 0
- Border_67.Position = UDim2.new(0, -12, 1, 0)
- Border_67.Size = UDim2.new(0, 12, 0, 12)
- Border_67.ZIndex = 110
- Border_67.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_67.ImageRectOffset = Vector2.new(0, 24)
- Border_67.ImageRectSize = Vector2.new(12, 12)
- Border_68.Name = "Border"
- Border_68.Parent = Borders_9
- Border_68.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_68.BackgroundTransparency = 1
- Border_68.BorderSizePixel = 0
- Border_68.Position = UDim2.new(1, 0, 1, 0)
- Border_68.Size = UDim2.new(0, 12, 0, 12)
- Border_68.ZIndex = 110
- Border_68.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_68.ImageRectOffset = Vector2.new(24, 24)
- Border_68.ImageRectSize = Vector2.new(12, 12)
- Border_69.Name = "Border"
- Border_69.Parent = Borders_9
- Border_69.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_69.BackgroundTransparency = 1
- Border_69.BorderSizePixel = 0
- Border_69.Position = UDim2.new(0, 0, 1, 0)
- Border_69.Size = UDim2.new(1, 0, 0, 12)
- Border_69.ZIndex = 110
- Border_69.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_69.ImageRectOffset = Vector2.new(12, 24)
- Border_69.ImageRectSize = Vector2.new(12, 12)
- Border_70.Name = "Border"
- Border_70.Parent = Borders_9
- Border_70.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_70.BackgroundTransparency = 1
- Border_70.BorderSizePixel = 0
- Border_70.Position = UDim2.new(0, 0, 0, -12)
- Border_70.Size = UDim2.new(1, 0, 0, 12)
- Border_70.ZIndex = 110
- Border_70.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_70.ImageRectOffset = Vector2.new(12, 0)
- Border_70.ImageRectSize = Vector2.new(12, 12)
- Border_71.Name = "Border"
- Border_71.Parent = Borders_9
- Border_71.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_71.BackgroundTransparency = 1
- Border_71.BorderSizePixel = 0
- Border_71.Position = UDim2.new(0, -12, 0, 0)
- Border_71.Size = UDim2.new(0, 12, 1, 0)
- Border_71.ZIndex = 110
- Border_71.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_71.ImageRectOffset = Vector2.new(0, 12)
- Border_71.ImageRectSize = Vector2.new(12, 12)
- Border_72.Name = "Border"
- Border_72.Parent = Borders_9
- Border_72.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_72.BackgroundTransparency = 1
- Border_72.BorderSizePixel = 0
- Border_72.Position = UDim2.new(1, 0, 0, 0)
- Border_72.Size = UDim2.new(0, 12, 1, 0)
- Border_72.ZIndex = 110
- Border_72.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_72.ImageRectOffset = Vector2.new(24, 12)
- Border_72.ImageRectSize = Vector2.new(12, 12)
- BywayBustleFrame.Name = "BywayBustleFrame"
- BywayBustleFrame.Parent = ChallengesFrame
- BywayBustleFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BywayBustleFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- BywayBustleFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- BywayBustleFrame.Visible = false
- BywayBustleFrame.ZIndex = 100
- Borders_10.Name = "Borders"
- Borders_10.Parent = BywayBustleFrame
- Borders_10.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_10.BackgroundTransparency = 1
- Borders_10.BorderSizePixel = 0
- Borders_10.Size = UDim2.new(1, 0, 1, 0)
- Borders_10.ZIndex = 120
- Border_73.Name = "Border"
- Border_73.Parent = Borders_10
- Border_73.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_73.BackgroundTransparency = 1
- Border_73.BorderSizePixel = 0
- Border_73.Position = UDim2.new(0, -12, 0, -12)
- Border_73.Size = UDim2.new(0, 12, 0, 12)
- Border_73.ZIndex = 110
- Border_73.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_73.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_73.ImageRectSize = Vector2.new(12, 12)
- Border_74.Name = "Border"
- Border_74.Parent = Borders_10
- Border_74.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_74.BackgroundTransparency = 1
- Border_74.BorderSizePixel = 0
- Border_74.Position = UDim2.new(1, 0, 0, -12)
- Border_74.Size = UDim2.new(0, 12, 0, 12)
- Border_74.ZIndex = 110
- Border_74.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_74.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_74.ImageRectOffset = Vector2.new(24, 0)
- Border_74.ImageRectSize = Vector2.new(12, 12)
- Border_75.Name = "Border"
- Border_75.Parent = Borders_10
- Border_75.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_75.BackgroundTransparency = 1
- Border_75.BorderSizePixel = 0
- Border_75.Position = UDim2.new(0, -12, 1, 0)
- Border_75.Size = UDim2.new(0, 12, 0, 12)
- Border_75.ZIndex = 110
- Border_75.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_75.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_75.ImageRectOffset = Vector2.new(0, 24)
- Border_75.ImageRectSize = Vector2.new(12, 12)
- Border_76.Name = "Border"
- Border_76.Parent = Borders_10
- Border_76.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_76.BackgroundTransparency = 1
- Border_76.BorderSizePixel = 0
- Border_76.Position = UDim2.new(1, 0, 1, 0)
- Border_76.Size = UDim2.new(0, 12, 0, 12)
- Border_76.ZIndex = 110
- Border_76.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_76.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_76.ImageRectOffset = Vector2.new(24, 24)
- Border_76.ImageRectSize = Vector2.new(12, 12)
- Border_77.Name = "Border"
- Border_77.Parent = Borders_10
- Border_77.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_77.BackgroundTransparency = 1
- Border_77.BorderSizePixel = 0
- Border_77.Position = UDim2.new(0, 0, 1, 0)
- Border_77.Size = UDim2.new(1, 0, 0, 12)
- Border_77.ZIndex = 110
- Border_77.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_77.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_77.ImageRectOffset = Vector2.new(12, 24)
- Border_77.ImageRectSize = Vector2.new(12, 12)
- Border_78.Name = "Border"
- Border_78.Parent = Borders_10
- Border_78.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_78.BackgroundTransparency = 1
- Border_78.BorderSizePixel = 0
- Border_78.Position = UDim2.new(0, 0, 0, -12)
- Border_78.Size = UDim2.new(1, 0, 0, 12)
- Border_78.ZIndex = 110
- Border_78.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_78.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_78.ImageRectOffset = Vector2.new(12, 0)
- Border_78.ImageRectSize = Vector2.new(12, 12)
- Border_79.Name = "Border"
- Border_79.Parent = Borders_10
- Border_79.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_79.BackgroundTransparency = 1
- Border_79.BorderSizePixel = 0
- Border_79.Position = UDim2.new(0, -12, 0, 0)
- Border_79.Size = UDim2.new(0, 12, 1, 0)
- Border_79.ZIndex = 110
- Border_79.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_79.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_79.ImageRectOffset = Vector2.new(0, 12)
- Border_79.ImageRectSize = Vector2.new(12, 12)
- Border_80.Name = "Border"
- Border_80.Parent = Borders_10
- Border_80.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_80.BackgroundTransparency = 1
- Border_80.BorderSizePixel = 0
- Border_80.Position = UDim2.new(1, 0, 0, 0)
- Border_80.Size = UDim2.new(0, 12, 1, 0)
- Border_80.ZIndex = 110
- Border_80.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_80.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_80.ImageRectOffset = Vector2.new(24, 12)
- Border_80.ImageRectSize = Vector2.new(12, 12)
- BotWin_2.Name = "BotWin"
- BotWin_2.Parent = BywayBustleFrame
- BotWin_2.BackgroundColor3 = Color3.new(1, 1, 1)
- BotWin_2.BorderSizePixel = 0
- BotWin_2.Position = UDim2.new(0, 0, 0.34375, 0)
- BotWin_2.Size = UDim2.new(0, 523, 0, 17)
- BotWin_2.ZIndex = 120
- BotWin_2.Font = Enum.Font.Highway
- BotWin_2.Text = "Bot Win"
- BotWin_2.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BotWin_2.TextScaled = true
- BotWin_2.TextSize = 14
- BotWin_2.TextWrapped = true
- Borders_11.Name = "Borders"
- Borders_11.Parent = BotWin_2
- Borders_11.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_11.BackgroundTransparency = 1
- Borders_11.BorderSizePixel = 0
- Borders_11.Size = UDim2.new(1, 0, 1, 0)
- Borders_11.ZIndex = 120
- Border_81.Name = "Border"
- Border_81.Parent = Borders_11
- Border_81.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_81.BackgroundTransparency = 1
- Border_81.BorderSizePixel = 0
- Border_81.Position = UDim2.new(0, -12, 0, -12)
- Border_81.Size = UDim2.new(0, 12, 0, 12)
- Border_81.ZIndex = 110
- Border_81.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_81.ImageRectSize = Vector2.new(12, 12)
- Border_82.Name = "Border"
- Border_82.Parent = Borders_11
- Border_82.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_82.BackgroundTransparency = 1
- Border_82.BorderSizePixel = 0
- Border_82.Position = UDim2.new(1, 0, 0, -12)
- Border_82.Size = UDim2.new(0, 12, 0, 12)
- Border_82.ZIndex = 110
- Border_82.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_82.ImageRectOffset = Vector2.new(24, 0)
- Border_82.ImageRectSize = Vector2.new(12, 12)
- Border_83.Name = "Border"
- Border_83.Parent = Borders_11
- Border_83.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_83.BackgroundTransparency = 1
- Border_83.BorderSizePixel = 0
- Border_83.Position = UDim2.new(0, -12, 1, 0)
- Border_83.Size = UDim2.new(0, 12, 0, 12)
- Border_83.ZIndex = 110
- Border_83.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_83.ImageRectOffset = Vector2.new(0, 24)
- Border_83.ImageRectSize = Vector2.new(12, 12)
- Border_84.Name = "Border"
- Border_84.Parent = Borders_11
- Border_84.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_84.BackgroundTransparency = 1
- Border_84.BorderSizePixel = 0
- Border_84.Position = UDim2.new(1, 0, 1, 0)
- Border_84.Size = UDim2.new(0, 12, 0, 12)
- Border_84.ZIndex = 110
- Border_84.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_84.ImageRectOffset = Vector2.new(24, 24)
- Border_84.ImageRectSize = Vector2.new(12, 12)
- Border_85.Name = "Border"
- Border_85.Parent = Borders_11
- Border_85.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_85.BackgroundTransparency = 1
- Border_85.BorderSizePixel = 0
- Border_85.Position = UDim2.new(0, 0, 1, 0)
- Border_85.Size = UDim2.new(1, 0, 0, 12)
- Border_85.ZIndex = 110
- Border_85.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_85.ImageRectOffset = Vector2.new(12, 24)
- Border_85.ImageRectSize = Vector2.new(12, 12)
- Border_86.Name = "Border"
- Border_86.Parent = Borders_11
- Border_86.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_86.BackgroundTransparency = 1
- Border_86.BorderSizePixel = 0
- Border_86.Position = UDim2.new(0, 0, 0, -12)
- Border_86.Size = UDim2.new(1, 0, 0, 12)
- Border_86.ZIndex = 110
- Border_86.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_86.ImageRectOffset = Vector2.new(12, 0)
- Border_86.ImageRectSize = Vector2.new(12, 12)
- Border_87.Name = "Border"
- Border_87.Parent = Borders_11
- Border_87.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_87.BackgroundTransparency = 1
- Border_87.BorderSizePixel = 0
- Border_87.Position = UDim2.new(0, -12, 0, 0)
- Border_87.Size = UDim2.new(0, 12, 1, 0)
- Border_87.ZIndex = 110
- Border_87.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_87.ImageRectOffset = Vector2.new(0, 12)
- Border_87.ImageRectSize = Vector2.new(12, 12)
- Border_88.Name = "Border"
- Border_88.Parent = Borders_11
- Border_88.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_88.BackgroundTransparency = 1
- Border_88.BorderSizePixel = 0
- Border_88.Position = UDim2.new(1, 0, 0, 0)
- Border_88.Size = UDim2.new(0, 12, 1, 0)
- Border_88.ZIndex = 110
- Border_88.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_88.ImageRectOffset = Vector2.new(24, 12)
- Border_88.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_5.Name = "ChallengeInfo"
- ChallengeInfo_5.Parent = BywayBustleFrame
- ChallengeInfo_5.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_5.BackgroundTransparency = 1
- ChallengeInfo_5.BorderSizePixel = 0
- ChallengeInfo_5.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_5.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_5.ZIndex = 120
- ChallengeInfo_5.Font = Enum.Font.Highway
- ChallengeInfo_5.Text = "All Byway Bustle Commands :"
- ChallengeInfo_5.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_5.TextScaled = true
- ChallengeInfo_5.TextSize = 14
- ChallengeInfo_5.TextWrapped = true
- KeysToVictoryFrame.Name = "KeysToVictoryFrame"
- KeysToVictoryFrame.Parent = ChallengesFrame
- KeysToVictoryFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- KeysToVictoryFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- KeysToVictoryFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- KeysToVictoryFrame.Visible = false
- KeysToVictoryFrame.ZIndex = 100
- Borders_12.Name = "Borders"
- Borders_12.Parent = KeysToVictoryFrame
- Borders_12.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_12.BackgroundTransparency = 1
- Borders_12.BorderSizePixel = 0
- Borders_12.Size = UDim2.new(1, 0, 1, 0)
- Borders_12.ZIndex = 120
- Border_89.Name = "Border"
- Border_89.Parent = Borders_12
- Border_89.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_89.BackgroundTransparency = 1
- Border_89.BorderSizePixel = 0
- Border_89.Position = UDim2.new(0, -12, 0, -12)
- Border_89.Size = UDim2.new(0, 12, 0, 12)
- Border_89.ZIndex = 110
- Border_89.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_89.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_89.ImageRectSize = Vector2.new(12, 12)
- Border_90.Name = "Border"
- Border_90.Parent = Borders_12
- Border_90.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_90.BackgroundTransparency = 1
- Border_90.BorderSizePixel = 0
- Border_90.Position = UDim2.new(1, 0, 0, -12)
- Border_90.Size = UDim2.new(0, 12, 0, 12)
- Border_90.ZIndex = 110
- Border_90.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_90.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_90.ImageRectOffset = Vector2.new(24, 0)
- Border_90.ImageRectSize = Vector2.new(12, 12)
- Border_91.Name = "Border"
- Border_91.Parent = Borders_12
- Border_91.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_91.BackgroundTransparency = 1
- Border_91.BorderSizePixel = 0
- Border_91.Position = UDim2.new(0, -12, 1, 0)
- Border_91.Size = UDim2.new(0, 12, 0, 12)
- Border_91.ZIndex = 110
- Border_91.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_91.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_91.ImageRectOffset = Vector2.new(0, 24)
- Border_91.ImageRectSize = Vector2.new(12, 12)
- Border_92.Name = "Border"
- Border_92.Parent = Borders_12
- Border_92.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_92.BackgroundTransparency = 1
- Border_92.BorderSizePixel = 0
- Border_92.Position = UDim2.new(1, 0, 1, 0)
- Border_92.Size = UDim2.new(0, 12, 0, 12)
- Border_92.ZIndex = 110
- Border_92.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_92.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_92.ImageRectOffset = Vector2.new(24, 24)
- Border_92.ImageRectSize = Vector2.new(12, 12)
- Border_93.Name = "Border"
- Border_93.Parent = Borders_12
- Border_93.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_93.BackgroundTransparency = 1
- Border_93.BorderSizePixel = 0
- Border_93.Position = UDim2.new(0, 0, 1, 0)
- Border_93.Size = UDim2.new(1, 0, 0, 12)
- Border_93.ZIndex = 110
- Border_93.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_93.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_93.ImageRectOffset = Vector2.new(12, 24)
- Border_93.ImageRectSize = Vector2.new(12, 12)
- Border_94.Name = "Border"
- Border_94.Parent = Borders_12
- Border_94.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_94.BackgroundTransparency = 1
- Border_94.BorderSizePixel = 0
- Border_94.Position = UDim2.new(0, 0, 0, -12)
- Border_94.Size = UDim2.new(1, 0, 0, 12)
- Border_94.ZIndex = 110
- Border_94.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_94.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_94.ImageRectOffset = Vector2.new(12, 0)
- Border_94.ImageRectSize = Vector2.new(12, 12)
- Border_95.Name = "Border"
- Border_95.Parent = Borders_12
- Border_95.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_95.BackgroundTransparency = 1
- Border_95.BorderSizePixel = 0
- Border_95.Position = UDim2.new(0, -12, 0, 0)
- Border_95.Size = UDim2.new(0, 12, 1, 0)
- Border_95.ZIndex = 110
- Border_95.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_95.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_95.ImageRectOffset = Vector2.new(0, 12)
- Border_95.ImageRectSize = Vector2.new(12, 12)
- Border_96.Name = "Border"
- Border_96.Parent = Borders_12
- Border_96.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_96.BackgroundTransparency = 1
- Border_96.BorderSizePixel = 0
- Border_96.Position = UDim2.new(1, 0, 0, 0)
- Border_96.Size = UDim2.new(0, 12, 1, 0)
- Border_96.ZIndex = 110
- Border_96.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_96.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_96.ImageRectOffset = Vector2.new(24, 12)
- Border_96.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_6.Name = "ChallengeInfo"
- ChallengeInfo_6.Parent = KeysToVictoryFrame
- ChallengeInfo_6.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_6.BackgroundTransparency = 1
- ChallengeInfo_6.BorderSizePixel = 0
- ChallengeInfo_6.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_6.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_6.ZIndex = 120
- ChallengeInfo_6.Font = Enum.Font.Highway
- ChallengeInfo_6.Text = "All Keys To Victory Commands :"
- ChallengeInfo_6.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_6.TextScaled = true
- ChallengeInfo_6.TextSize = 14
- ChallengeInfo_6.TextWrapped = true
- BotWin_3.Name = "BotWin"
- BotWin_3.Parent = KeysToVictoryFrame
- BotWin_3.BackgroundColor3 = Color3.new(1, 1, 1)
- BotWin_3.BorderSizePixel = 0
- BotWin_3.Position = UDim2.new(0, 0, 0.34375, 0)
- BotWin_3.Size = UDim2.new(0, 523, 0, 17)
- BotWin_3.ZIndex = 120
- BotWin_3.Font = Enum.Font.Highway
- BotWin_3.Text = "Insta Win"
- BotWin_3.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BotWin_3.TextScaled = true
- BotWin_3.TextSize = 14
- BotWin_3.TextWrapped = true
- Borders_13.Name = "Borders"
- Borders_13.Parent = BotWin_3
- Borders_13.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_13.BackgroundTransparency = 1
- Borders_13.BorderSizePixel = 0
- Borders_13.Size = UDim2.new(1, 0, 1, 0)
- Borders_13.ZIndex = 120
- Border_97.Name = "Border"
- Border_97.Parent = Borders_13
- Border_97.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_97.BackgroundTransparency = 1
- Border_97.BorderSizePixel = 0
- Border_97.Position = UDim2.new(0, -12, 0, -12)
- Border_97.Size = UDim2.new(0, 12, 0, 12)
- Border_97.ZIndex = 110
- Border_97.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_97.ImageRectSize = Vector2.new(12, 12)
- Border_98.Name = "Border"
- Border_98.Parent = Borders_13
- Border_98.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_98.BackgroundTransparency = 1
- Border_98.BorderSizePixel = 0
- Border_98.Position = UDim2.new(1, 0, 0, -12)
- Border_98.Size = UDim2.new(0, 12, 0, 12)
- Border_98.ZIndex = 110
- Border_98.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_98.ImageRectOffset = Vector2.new(24, 0)
- Border_98.ImageRectSize = Vector2.new(12, 12)
- Border_99.Name = "Border"
- Border_99.Parent = Borders_13
- Border_99.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_99.BackgroundTransparency = 1
- Border_99.BorderSizePixel = 0
- Border_99.Position = UDim2.new(0, -12, 1, 0)
- Border_99.Size = UDim2.new(0, 12, 0, 12)
- Border_99.ZIndex = 110
- Border_99.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_99.ImageRectOffset = Vector2.new(0, 24)
- Border_99.ImageRectSize = Vector2.new(12, 12)
- Border_100.Name = "Border"
- Border_100.Parent = Borders_13
- Border_100.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_100.BackgroundTransparency = 1
- Border_100.BorderSizePixel = 0
- Border_100.Position = UDim2.new(1, 0, 1, 0)
- Border_100.Size = UDim2.new(0, 12, 0, 12)
- Border_100.ZIndex = 110
- Border_100.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_100.ImageRectOffset = Vector2.new(24, 24)
- Border_100.ImageRectSize = Vector2.new(12, 12)
- Border_101.Name = "Border"
- Border_101.Parent = Borders_13
- Border_101.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_101.BackgroundTransparency = 1
- Border_101.BorderSizePixel = 0
- Border_101.Position = UDim2.new(0, 0, 1, 0)
- Border_101.Size = UDim2.new(1, 0, 0, 12)
- Border_101.ZIndex = 110
- Border_101.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_101.ImageRectOffset = Vector2.new(12, 24)
- Border_101.ImageRectSize = Vector2.new(12, 12)
- Border_102.Name = "Border"
- Border_102.Parent = Borders_13
- Border_102.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_102.BackgroundTransparency = 1
- Border_102.BorderSizePixel = 0
- Border_102.Position = UDim2.new(0, 0, 0, -12)
- Border_102.Size = UDim2.new(1, 0, 0, 12)
- Border_102.ZIndex = 110
- Border_102.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_102.ImageRectOffset = Vector2.new(12, 0)
- Border_102.ImageRectSize = Vector2.new(12, 12)
- Border_103.Name = "Border"
- Border_103.Parent = Borders_13
- Border_103.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_103.BackgroundTransparency = 1
- Border_103.BorderSizePixel = 0
- Border_103.Position = UDim2.new(0, -12, 0, 0)
- Border_103.Size = UDim2.new(0, 12, 1, 0)
- Border_103.ZIndex = 110
- Border_103.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_103.ImageRectOffset = Vector2.new(0, 12)
- Border_103.ImageRectSize = Vector2.new(12, 12)
- Border_104.Name = "Border"
- Border_104.Parent = Borders_13
- Border_104.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_104.BackgroundTransparency = 1
- Border_104.BorderSizePixel = 0
- Border_104.Position = UDim2.new(1, 0, 0, 0)
- Border_104.Size = UDim2.new(0, 12, 1, 0)
- Border_104.ZIndex = 110
- Border_104.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_104.ImageRectOffset = Vector2.new(24, 12)
- Border_104.ImageRectSize = Vector2.new(12, 12)
- DiveDwellingFrame.Name = "DiveDwellingFrame"
- DiveDwellingFrame.Parent = ChallengesFrame
- DiveDwellingFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- DiveDwellingFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- DiveDwellingFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- DiveDwellingFrame.Visible = false
- DiveDwellingFrame.ZIndex = 100
- Borders_14.Name = "Borders"
- Borders_14.Parent = DiveDwellingFrame
- Borders_14.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_14.BackgroundTransparency = 1
- Borders_14.BorderSizePixel = 0
- Borders_14.Size = UDim2.new(1, 0, 1, 0)
- Borders_14.ZIndex = 120
- Border_105.Name = "Border"
- Border_105.Parent = Borders_14
- Border_105.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_105.BackgroundTransparency = 1
- Border_105.BorderSizePixel = 0
- Border_105.Position = UDim2.new(0, -12, 0, -12)
- Border_105.Size = UDim2.new(0, 12, 0, 12)
- Border_105.ZIndex = 110
- Border_105.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_105.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_105.ImageRectSize = Vector2.new(12, 12)
- Border_106.Name = "Border"
- Border_106.Parent = Borders_14
- Border_106.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_106.BackgroundTransparency = 1
- Border_106.BorderSizePixel = 0
- Border_106.Position = UDim2.new(1, 0, 0, -12)
- Border_106.Size = UDim2.new(0, 12, 0, 12)
- Border_106.ZIndex = 110
- Border_106.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_106.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_106.ImageRectOffset = Vector2.new(24, 0)
- Border_106.ImageRectSize = Vector2.new(12, 12)
- Border_107.Name = "Border"
- Border_107.Parent = Borders_14
- Border_107.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_107.BackgroundTransparency = 1
- Border_107.BorderSizePixel = 0
- Border_107.Position = UDim2.new(0, -12, 1, 0)
- Border_107.Size = UDim2.new(0, 12, 0, 12)
- Border_107.ZIndex = 110
- Border_107.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_107.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_107.ImageRectOffset = Vector2.new(0, 24)
- Border_107.ImageRectSize = Vector2.new(12, 12)
- Border_108.Name = "Border"
- Border_108.Parent = Borders_14
- Border_108.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_108.BackgroundTransparency = 1
- Border_108.BorderSizePixel = 0
- Border_108.Position = UDim2.new(1, 0, 1, 0)
- Border_108.Size = UDim2.new(0, 12, 0, 12)
- Border_108.ZIndex = 110
- Border_108.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_108.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_108.ImageRectOffset = Vector2.new(24, 24)
- Border_108.ImageRectSize = Vector2.new(12, 12)
- Border_109.Name = "Border"
- Border_109.Parent = Borders_14
- Border_109.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_109.BackgroundTransparency = 1
- Border_109.BorderSizePixel = 0
- Border_109.Position = UDim2.new(0, 0, 1, 0)
- Border_109.Size = UDim2.new(1, 0, 0, 12)
- Border_109.ZIndex = 110
- Border_109.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_109.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_109.ImageRectOffset = Vector2.new(12, 24)
- Border_109.ImageRectSize = Vector2.new(12, 12)
- Border_110.Name = "Border"
- Border_110.Parent = Borders_14
- Border_110.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_110.BackgroundTransparency = 1
- Border_110.BorderSizePixel = 0
- Border_110.Position = UDim2.new(0, 0, 0, -12)
- Border_110.Size = UDim2.new(1, 0, 0, 12)
- Border_110.ZIndex = 110
- Border_110.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_110.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_110.ImageRectOffset = Vector2.new(12, 0)
- Border_110.ImageRectSize = Vector2.new(12, 12)
- Border_111.Name = "Border"
- Border_111.Parent = Borders_14
- Border_111.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_111.BackgroundTransparency = 1
- Border_111.BorderSizePixel = 0
- Border_111.Position = UDim2.new(0, -12, 0, 0)
- Border_111.Size = UDim2.new(0, 12, 1, 0)
- Border_111.ZIndex = 110
- Border_111.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_111.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_111.ImageRectOffset = Vector2.new(0, 12)
- Border_111.ImageRectSize = Vector2.new(12, 12)
- Border_112.Name = "Border"
- Border_112.Parent = Borders_14
- Border_112.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_112.BackgroundTransparency = 1
- Border_112.BorderSizePixel = 0
- Border_112.Position = UDim2.new(1, 0, 0, 0)
- Border_112.Size = UDim2.new(0, 12, 1, 0)
- Border_112.ZIndex = 110
- Border_112.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_112.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_112.ImageRectOffset = Vector2.new(24, 12)
- Border_112.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_7.Name = "ChallengeInfo"
- ChallengeInfo_7.Parent = DiveDwellingFrame
- ChallengeInfo_7.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_7.BackgroundTransparency = 1
- ChallengeInfo_7.BorderSizePixel = 0
- ChallengeInfo_7.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_7.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_7.ZIndex = 120
- ChallengeInfo_7.Font = Enum.Font.Highway
- ChallengeInfo_7.Text = "All Dive Dwelling Commands :"
- ChallengeInfo_7.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_7.TextScaled = true
- ChallengeInfo_7.TextSize = 14
- ChallengeInfo_7.TextWrapped = true
- BotWin_4.Name = "BotWin"
- BotWin_4.Parent = DiveDwellingFrame
- BotWin_4.BackgroundColor3 = Color3.new(1, 1, 1)
- BotWin_4.BorderSizePixel = 0
- BotWin_4.Position = UDim2.new(0, 0, 0.34375, 0)
- BotWin_4.Size = UDim2.new(0, 523, 0, 17)
- BotWin_4.ZIndex = 120
- BotWin_4.Font = Enum.Font.Highway
- BotWin_4.Text = "Insta Win"
- BotWin_4.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BotWin_4.TextScaled = true
- BotWin_4.TextSize = 14
- BotWin_4.TextWrapped = true
- Borders_15.Name = "Borders"
- Borders_15.Parent = BotWin_4
- Borders_15.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_15.BackgroundTransparency = 1
- Borders_15.BorderSizePixel = 0
- Borders_15.Size = UDim2.new(1, 0, 1, 0)
- Borders_15.ZIndex = 120
- Border_113.Name = "Border"
- Border_113.Parent = Borders_15
- Border_113.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_113.BackgroundTransparency = 1
- Border_113.BorderSizePixel = 0
- Border_113.Position = UDim2.new(0, -12, 0, -12)
- Border_113.Size = UDim2.new(0, 12, 0, 12)
- Border_113.ZIndex = 110
- Border_113.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_113.ImageRectSize = Vector2.new(12, 12)
- Border_114.Name = "Border"
- Border_114.Parent = Borders_15
- Border_114.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_114.BackgroundTransparency = 1
- Border_114.BorderSizePixel = 0
- Border_114.Position = UDim2.new(1, 0, 0, -12)
- Border_114.Size = UDim2.new(0, 12, 0, 12)
- Border_114.ZIndex = 110
- Border_114.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_114.ImageRectOffset = Vector2.new(24, 0)
- Border_114.ImageRectSize = Vector2.new(12, 12)
- Border_115.Name = "Border"
- Border_115.Parent = Borders_15
- Border_115.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_115.BackgroundTransparency = 1
- Border_115.BorderSizePixel = 0
- Border_115.Position = UDim2.new(0, -12, 1, 0)
- Border_115.Size = UDim2.new(0, 12, 0, 12)
- Border_115.ZIndex = 110
- Border_115.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_115.ImageRectOffset = Vector2.new(0, 24)
- Border_115.ImageRectSize = Vector2.new(12, 12)
- Border_116.Name = "Border"
- Border_116.Parent = Borders_15
- Border_116.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_116.BackgroundTransparency = 1
- Border_116.BorderSizePixel = 0
- Border_116.Position = UDim2.new(1, 0, 1, 0)
- Border_116.Size = UDim2.new(0, 12, 0, 12)
- Border_116.ZIndex = 110
- Border_116.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_116.ImageRectOffset = Vector2.new(24, 24)
- Border_116.ImageRectSize = Vector2.new(12, 12)
- Border_117.Name = "Border"
- Border_117.Parent = Borders_15
- Border_117.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_117.BackgroundTransparency = 1
- Border_117.BorderSizePixel = 0
- Border_117.Position = UDim2.new(0, 0, 1, 0)
- Border_117.Size = UDim2.new(1, 0, 0, 12)
- Border_117.ZIndex = 110
- Border_117.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_117.ImageRectOffset = Vector2.new(12, 24)
- Border_117.ImageRectSize = Vector2.new(12, 12)
- Border_118.Name = "Border"
- Border_118.Parent = Borders_15
- Border_118.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_118.BackgroundTransparency = 1
- Border_118.BorderSizePixel = 0
- Border_118.Position = UDim2.new(0, 0, 0, -12)
- Border_118.Size = UDim2.new(1, 0, 0, 12)
- Border_118.ZIndex = 110
- Border_118.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_118.ImageRectOffset = Vector2.new(12, 0)
- Border_118.ImageRectSize = Vector2.new(12, 12)
- Border_119.Name = "Border"
- Border_119.Parent = Borders_15
- Border_119.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_119.BackgroundTransparency = 1
- Border_119.BorderSizePixel = 0
- Border_119.Position = UDim2.new(0, -12, 0, 0)
- Border_119.Size = UDim2.new(0, 12, 1, 0)
- Border_119.ZIndex = 110
- Border_119.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_119.ImageRectOffset = Vector2.new(0, 12)
- Border_119.ImageRectSize = Vector2.new(12, 12)
- Border_120.Name = "Border"
- Border_120.Parent = Borders_15
- Border_120.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_120.BackgroundTransparency = 1
- Border_120.BorderSizePixel = 0
- Border_120.Position = UDim2.new(1, 0, 0, 0)
- Border_120.Size = UDim2.new(0, 12, 1, 0)
- Border_120.ZIndex = 110
- Border_120.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_120.ImageRectOffset = Vector2.new(24, 12)
- Border_120.ImageRectSize = Vector2.new(12, 12)
- BeatToThePunchFrame.Name = "BeatToThePunchFrame"
- BeatToThePunchFrame.Parent = ChallengesFrame
- BeatToThePunchFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BeatToThePunchFrame.Position = UDim2.new(0, 0, 0.238670692, 0)
- BeatToThePunchFrame.Size = UDim2.new(1, 0, 0.761329293, 0)
- BeatToThePunchFrame.Visible = false
- BeatToThePunchFrame.ZIndex = 100
- Borders_16.Name = "Borders"
- Borders_16.Parent = BeatToThePunchFrame
- Borders_16.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_16.BackgroundTransparency = 1
- Borders_16.BorderSizePixel = 0
- Borders_16.Size = UDim2.new(1, 0, 1, 0)
- Borders_16.ZIndex = 120
- Border_121.Name = "Border"
- Border_121.Parent = Borders_16
- Border_121.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_121.BackgroundTransparency = 1
- Border_121.BorderSizePixel = 0
- Border_121.Position = UDim2.new(0, -12, 0, -12)
- Border_121.Size = UDim2.new(0, 12, 0, 12)
- Border_121.ZIndex = 110
- Border_121.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_121.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_121.ImageRectSize = Vector2.new(12, 12)
- Border_122.Name = "Border"
- Border_122.Parent = Borders_16
- Border_122.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_122.BackgroundTransparency = 1
- Border_122.BorderSizePixel = 0
- Border_122.Position = UDim2.new(1, 0, 0, -12)
- Border_122.Size = UDim2.new(0, 12, 0, 12)
- Border_122.ZIndex = 110
- Border_122.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_122.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_122.ImageRectOffset = Vector2.new(24, 0)
- Border_122.ImageRectSize = Vector2.new(12, 12)
- Border_123.Name = "Border"
- Border_123.Parent = Borders_16
- Border_123.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_123.BackgroundTransparency = 1
- Border_123.BorderSizePixel = 0
- Border_123.Position = UDim2.new(0, -12, 1, 0)
- Border_123.Size = UDim2.new(0, 12, 0, 12)
- Border_123.ZIndex = 110
- Border_123.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_123.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_123.ImageRectOffset = Vector2.new(0, 24)
- Border_123.ImageRectSize = Vector2.new(12, 12)
- Border_124.Name = "Border"
- Border_124.Parent = Borders_16
- Border_124.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_124.BackgroundTransparency = 1
- Border_124.BorderSizePixel = 0
- Border_124.Position = UDim2.new(1, 0, 1, 0)
- Border_124.Size = UDim2.new(0, 12, 0, 12)
- Border_124.ZIndex = 110
- Border_124.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_124.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_124.ImageRectOffset = Vector2.new(24, 24)
- Border_124.ImageRectSize = Vector2.new(12, 12)
- Border_125.Name = "Border"
- Border_125.Parent = Borders_16
- Border_125.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_125.BackgroundTransparency = 1
- Border_125.BorderSizePixel = 0
- Border_125.Position = UDim2.new(0, 0, 1, 0)
- Border_125.Size = UDim2.new(1, 0, 0, 12)
- Border_125.ZIndex = 110
- Border_125.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_125.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_125.ImageRectOffset = Vector2.new(12, 24)
- Border_125.ImageRectSize = Vector2.new(12, 12)
- Border_126.Name = "Border"
- Border_126.Parent = Borders_16
- Border_126.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_126.BackgroundTransparency = 1
- Border_126.BorderSizePixel = 0
- Border_126.Position = UDim2.new(0, 0, 0, -12)
- Border_126.Size = UDim2.new(1, 0, 0, 12)
- Border_126.ZIndex = 110
- Border_126.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_126.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_126.ImageRectOffset = Vector2.new(12, 0)
- Border_126.ImageRectSize = Vector2.new(12, 12)
- Border_127.Name = "Border"
- Border_127.Parent = Borders_16
- Border_127.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_127.BackgroundTransparency = 1
- Border_127.BorderSizePixel = 0
- Border_127.Position = UDim2.new(0, -12, 0, 0)
- Border_127.Size = UDim2.new(0, 12, 1, 0)
- Border_127.ZIndex = 110
- Border_127.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_127.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_127.ImageRectOffset = Vector2.new(0, 12)
- Border_127.ImageRectSize = Vector2.new(12, 12)
- Border_128.Name = "Border"
- Border_128.Parent = Borders_16
- Border_128.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_128.BackgroundTransparency = 1
- Border_128.BorderSizePixel = 0
- Border_128.Position = UDim2.new(1, 0, 0, 0)
- Border_128.Size = UDim2.new(0, 12, 1, 0)
- Border_128.ZIndex = 110
- Border_128.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_128.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_128.ImageRectOffset = Vector2.new(24, 12)
- Border_128.ImageRectSize = Vector2.new(12, 12)
- ChallengeInfo_8.Name = "ChallengeInfo"
- ChallengeInfo_8.Parent = BeatToThePunchFrame
- ChallengeInfo_8.BackgroundColor3 = Color3.new(1, 1, 1)
- ChallengeInfo_8.BackgroundTransparency = 1
- ChallengeInfo_8.BorderSizePixel = 0
- ChallengeInfo_8.Position = UDim2.new(0.0076481835, 0, 0, 0)
- ChallengeInfo_8.Size = UDim2.new(0.99235183, 0, 0.134920642, 0)
- ChallengeInfo_8.ZIndex = 120
- ChallengeInfo_8.Font = Enum.Font.Highway
- ChallengeInfo_8.Text = "All Beat To The Punch Commands :"
- ChallengeInfo_8.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChallengeInfo_8.TextScaled = true
- ChallengeInfo_8.TextSize = 14
- ChallengeInfo_8.TextWrapped = true
- BotWin_5.Name = "BotWin"
- BotWin_5.Parent = BeatToThePunchFrame
- BotWin_5.BackgroundColor3 = Color3.new(1, 1, 1)
- BotWin_5.BorderSizePixel = 0
- BotWin_5.Position = UDim2.new(0, 0, 0.34375, 0)
- BotWin_5.Size = UDim2.new(0, 523, 0, 17)
- BotWin_5.ZIndex = 120
- BotWin_5.Font = Enum.Font.Highway
- BotWin_5.Text = "Insta Win"
- BotWin_5.TextColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- BotWin_5.TextScaled = true
- BotWin_5.TextSize = 14
- BotWin_5.TextWrapped = true
- Borders_17.Name = "Borders"
- Borders_17.Parent = BotWin_5
- Borders_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_17.BackgroundTransparency = 1
- Borders_17.BorderSizePixel = 0
- Borders_17.Size = UDim2.new(1, 0, 1, 0)
- Borders_17.ZIndex = 120
- Border_129.Name = "Border"
- Border_129.Parent = Borders_17
- Border_129.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_129.BackgroundTransparency = 1
- Border_129.BorderSizePixel = 0
- Border_129.Position = UDim2.new(0, -12, 0, -12)
- Border_129.Size = UDim2.new(0, 12, 0, 12)
- Border_129.ZIndex = 110
- Border_129.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_129.ImageRectSize = Vector2.new(12, 12)
- Border_130.Name = "Border"
- Border_130.Parent = Borders_17
- Border_130.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_130.BackgroundTransparency = 1
- Border_130.BorderSizePixel = 0
- Border_130.Position = UDim2.new(1, 0, 0, -12)
- Border_130.Size = UDim2.new(0, 12, 0, 12)
- Border_130.ZIndex = 110
- Border_130.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_130.ImageRectOffset = Vector2.new(24, 0)
- Border_130.ImageRectSize = Vector2.new(12, 12)
- Border_131.Name = "Border"
- Border_131.Parent = Borders_17
- Border_131.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_131.BackgroundTransparency = 1
- Border_131.BorderSizePixel = 0
- Border_131.Position = UDim2.new(0, -12, 1, 0)
- Border_131.Size = UDim2.new(0, 12, 0, 12)
- Border_131.ZIndex = 110
- Border_131.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_131.ImageRectOffset = Vector2.new(0, 24)
- Border_131.ImageRectSize = Vector2.new(12, 12)
- Border_132.Name = "Border"
- Border_132.Parent = Borders_17
- Border_132.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_132.BackgroundTransparency = 1
- Border_132.BorderSizePixel = 0
- Border_132.Position = UDim2.new(1, 0, 1, 0)
- Border_132.Size = UDim2.new(0, 12, 0, 12)
- Border_132.ZIndex = 110
- Border_132.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_132.ImageRectOffset = Vector2.new(24, 24)
- Border_132.ImageRectSize = Vector2.new(12, 12)
- Border_133.Name = "Border"
- Border_133.Parent = Borders_17
- Border_133.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_133.BackgroundTransparency = 1
- Border_133.BorderSizePixel = 0
- Border_133.Position = UDim2.new(0, 0, 1, 0)
- Border_133.Size = UDim2.new(1, 0, 0, 12)
- Border_133.ZIndex = 110
- Border_133.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_133.ImageRectOffset = Vector2.new(12, 24)
- Border_133.ImageRectSize = Vector2.new(12, 12)
- Border_134.Name = "Border"
- Border_134.Parent = Borders_17
- Border_134.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_134.BackgroundTransparency = 1
- Border_134.BorderSizePixel = 0
- Border_134.Position = UDim2.new(0, 0, 0, -12)
- Border_134.Size = UDim2.new(1, 0, 0, 12)
- Border_134.ZIndex = 110
- Border_134.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_134.ImageRectOffset = Vector2.new(12, 0)
- Border_134.ImageRectSize = Vector2.new(12, 12)
- Border_135.Name = "Border"
- Border_135.Parent = Borders_17
- Border_135.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_135.BackgroundTransparency = 1
- Border_135.BorderSizePixel = 0
- Border_135.Position = UDim2.new(0, -12, 0, 0)
- Border_135.Size = UDim2.new(0, 12, 1, 0)
- Border_135.ZIndex = 110
- Border_135.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_135.ImageRectOffset = Vector2.new(0, 12)
- Border_135.ImageRectSize = Vector2.new(12, 12)
- Border_136.Name = "Border"
- Border_136.Parent = Borders_17
- Border_136.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_136.BackgroundTransparency = 1
- Border_136.BorderSizePixel = 0
- Border_136.Position = UDim2.new(1, 0, 0, 0)
- Border_136.Size = UDim2.new(0, 12, 1, 0)
- Border_136.ZIndex = 110
- Border_136.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_136.ImageRectOffset = Vector2.new(24, 12)
- Border_136.ImageRectSize = Vector2.new(12, 12)
- -- Scripts
- local function GetModule ()
- --[[
- This Is The Data For The Survivor GUI.
- Fucking Leakers...
- If You're Not A Leaker, But You're Just Trying To Know What This Does, Then It Simply Stores All The Data To Make Leaaking Harder.
- Script Data Version : 1
- GUI Version : 3
- Any Other GUI Version Won't Work With This Data.
- --]]
- local function GraduallyMovePart (Part,EndPoint)
- local Magnitude = (Part.Position-EndPoint).magnitude
- local LookVector = CFrame.new((Part.Position+EndPoint)/2,EndPoint)
- local Step = 0
- repeat
- wait()
- Step = Step + 1
- Part.CFrame = Part.CFrame + LookVector.lookVector
- until Step >= Magnitude
- end
- local Players = game.Players
- local Player = Players.LocalPlayer
- local Misc = game.Workspace.Misc
- local GetPlayerTribal = function()
- local Teams = game.Teams
- local MyTeam = Player.Team
- local GameData = game.ReplicatedStorage.GameData
- local Tribe1 = GameData.Tribe1Name
- local Tribe2 = GameData.Tribe2Name
- local TribeName = MyTeam.Name
- local TribeNum = 0
- local PlayerTribe = nil
- local PlayerTribeNum = nil
- PlayerTribe = MyTeam.Name
- print("Tribe : "..MyTeam.Name)
- if MyTeam.Name == Tribe1.Value then
- TribeNum = 1
- PlayerTribeNum = 1
- elseif MyTeam.Name == Tribe2.Value then
- TribeNum = 2
- PlayerTribeNum = 2
- end
- return {Tribe = PlayerTribe, TribeNum = PlayerTribeNum}
- end
- local ScriptData = {
- WlLink = "https://pastebin.com/raw/Ta5uXQh4",
- VersionLink = "https://pastebin.com/raw/VEd0LQxj",
- MyVersion = 3,
- ModuleVersion = 1,
- Players = game.Players,
- Player = Players.LocalPlayer,
- Mouse = Player:GetMouse(),
- Misc = game.Workspace.Misc,
- CheckMark = "rbxassetid://505845268",
- Ts = game:GetService("TweenService"),
- Tinfos = {
- TweenInfo.new(
- 1,
- Enum.EasingStyle.Sine,
- Enum.EasingDirection.Out,
- 0,
- false,
- 0
- ),
- TweenInfo.new(
- 0.5,
- Enum.EasingStyle.Sine,
- Enum.EasingDirection.Out,
- 0,
- false,
- 0
- )
- },
- ProfileData = {
- Values = {
- "Wins",
- "Runner-ups",
- "Idols found",
- "Idols used",
- "Tribal wins",
- "Votes against",
- "Individual wins",
- "Times in Jury",
- "Torches snuffed",
- "Advantages used",
- "Idoled out",
- "Rocked out",
- "Nullified votes",
- "Coins"
- }
- },
- SwitchData = {
- KeysDown = {
- },
- ClickMethods = {
- Teleport = false,
- Destroy = false,
- Debug = false,
- Toggle = false
- },
- TotalDebugs = 0,
- Flying = false,
- Noclipping = false,
- CAim = false,
- Chathook = false
- },
- GetPlayerFromShortGameName = function(ShortName)
- local Plr = nil
- for i, v in ipairs(game.Players:GetPlayers()) do
- if string.find(string.lower(v.GameName.Value),string.lower(ShortName)) ~= nil then
- Plr = v
- end
- end
- return Plr
- end,
- GetPlayerFromShortName = function(ShortName)
- local Plr = nil
- for i, v in ipairs(game.Players:GetPlayers()) do
- if string.find(string.lower(v.Name),string.lower(ShortName)) ~= nil then
- Plr = v
- end
- end
- return Plr
- end,
- StringToArray = function(String,Separator)
- local Array = {}
- local ExtStr = String
- for i = 0,10 do
- if ExtStr == "" or ExtStr == " " then
- else
- local Start = string.find(ExtStr,Separator)
- if Start ~= nil then
- local Arg = string.sub(ExtStr,0,Start-1)
- table.insert(Array,Arg)
- ExtStr = string.sub(ExtStr,Start+1)
- else
- table.insert(Array,ExtStr)
- ExtStr = ""
- end
- end
- end
- if string.lower(Array[1]) == "/e" then
- Array[1] = nil
- for i, v in pairs(Array) do
- if i == 1 then
- else
- Array[i-1] = v
- end
- end
- end
- return Array
- end,
- GetLink = function(Link)
- local Body = "Unable To Get Body."
- local DefBody = Body
- pcall(function()
- Body = HttpGet(Link)
- end)
- if Body == DefBody then
- pcall(function()
- Body = game:HttpGet(Link)
- end)
- if Body == DefBody then
- pcall(function()
- Body = game:HttpGetAsync(Link)
- end)
- if Body == DefBody then
- pcall(function()
- Body = game:GetService("HttpService"):GetAsync(Link)
- end)
- return Body
- else
- return Body
- end
- else
- return Body
- end
- else
- return Body
- end
- end,
- GetPlayerTribal = function()
- local Teams = game.Teams
- local MyTeam = Player.Team
- local GameData = game.ReplicatedStorage.GameData
- local Tribe1 = GameData.Tribe1Name
- local Tribe2 = GameData.Tribe2Name
- local TribeName = MyTeam.Name
- local TribeNum = 0
- local PlayerTribe = nil
- local PlayerTribeNum = nil
- PlayerTribe = MyTeam.Name
- print("Tribe : "..MyTeam.Name)
- if MyTeam.Name == Tribe1.Value then
- TribeNum = 1
- PlayerTribeNum = 1
- elseif MyTeam.Name == Tribe2.Value then
- TribeNum = 2
- PlayerTribeNum = 2
- end
- return {Tribe = PlayerTribe, TribeNum = PlayerTribeNum}
- end,
- Funcs = {
- GetCoins = function(Number)
- if Number ~= nil then
- local Char = Player.Character
- local Coinsx = {}
- for i, v in pairs(Misc:GetDescendants())do
- if v.Name == "Coin" then
- table.insert(Coinsx,v)
- end
- end
- for i = 1, Number do
- local v = Coinsx[i]
- if v.Transparency < 0.9 then
- Char.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(15,10,15)
- wait(1)
- Char.Humanoid:MoveTo(v.CFrame.p)
- wait(2)
- end
- end
- else
- local Char = Player.Character
- local Coinsx = {}
- for i, v in pairs(Misc:GetDescendants())do
- if v.Name == "Coin" then
- table.insert(Coinsx,v)
- end
- end
- for i, v in pairs(Coinsx) do
- if v.Transparency < 0.9 then
- Char.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(15,10,15)
- wait(1)
- Char.Humanoid:MoveTo(v.CFrame.p)
- wait(2)
- end
- end
- end
- end,
- GetPickups = function()
- local Char = Player.Character
- for i, v in pairs(Misc.Spawned:GetChildren())do
- if string.find(v.Name,"H") == nil then
- v.CFrame = Char.HumanoidRootPart.CFrame
- end
- end
- end
- },
- ChallengesData = {
- {
- Name = "Beat to the punch",
- FuncName = "BeatToThePunch"
- },
- {
- Name = "Tidepool",
- FuncName = "Tidepool"
- },
- {
- Name = "Dive Dwelling",
- FuncName = "DiveDwelling"
- },
- {
- Name = "Get A Grip",
- FuncName = "GetAGrip"
- },
- {
- Name = "Top Of The Mount",
- FuncName = "TopOfTheMount"
- },
- {
- Name = "Byway Bustel",
- FuncName = "BywayBustel"
- },
- {
- Name = "Team Tandem",
- FuncName = "TeamTandem"
- },
- {
- Name = "Cryptic Combo",
- FuncName = "CrypticCombo"
- },
- {
- Name = "Keys to Victory",
- FuncName = "KeysToVictory"
- },
- {
- Name = "Picture Perfect",
- FuncName = "PicturePerfect"
- }
- },
- Challenges = {
- KeysToVictory = function()
- local Char = Player.Character
- local MyTribeData = GetPlayerTribal()
- local MyTribeMap = game.Workspace["Keys to Victory"].Map:FindFirstChild("tribe".. tostring(MyTribeData.TribeNum))
- if MyTribeMap == nil then
- MyTribeMap = game.Workspace["Team Tandem"].Map:FindFirstChild("Tribe".. tostring(MyTribeData.TribeNum))
- end
- local KeyHole = nil
- for i, v in pairs(MyTribeMap:GetDescendants())do
- if v.Name == "KeyHole" then
- KeyHole = v
- end
- end
- for i, v in pairs(MyTribeMap:GetDescendants())do
- if v:IsA("MeshPart") then
- Char.HumanoidRootPart.CFrame = v.CFrame
- wait(0.3)
- Char.HumanoidRootPart.CFrame = KeyHole.CFrame + Vector3.new(0,3,0)
- wait(0.3)
- end
- end
- end,
- PicturePerfect = function()
- local Char = Player.Character
- local Hrp = Char.HumanoidRootPart
- local MyReg = Region3.new(Hrp.Position - Vector3.new(15,15),Hrp.Position + Vector3.new(15,15))
- local Parts = game.Workspace:FindPartsInRegion3(MyReg)
- local MySpawn = nil
- local MyRoom = nil
- for i, v in pairs(Parts) do
- if v.Parent == game.Workspace["Picture Perfect"].Data.Spawns then
- MySpawn = v
- end
- end
- MyRoom = game.Workspace["Picture Perfect"].Map:FindFirstChild(MySpawn.Name)
- if MyRoom ~= nil then
- print("room found")
- for i, v in pairs(MyRoom.Blocks:GetChildren()) do
- local Partener = MyRoom.Stack:FindFirstChild(v.Name)
- if Partener ~= nil then
- local Rod = Instance.new("RodConstraint",v)
- Rod.Enabled = false
- local A0 = Instance.new("Attachment",v)
- local A1 = Instance.new("Attachment",Partener)
- Rod.Attachment0 = A0
- Rod.Attachment1 = A1
- Rod.Visible = true
- Rod.Color = Color3.fromRGB(0,255,0)
- end
- end
- else
- print("no room")
- end
- end,
- CrypticCombo = function()
- local Gui = Player.PlayerGui.GUIs.Center.CrypticCombo.Frame
- local Checks = {}
- local Txbxs = {}
- for i, v in pairs({1,2,3,4}) do
- local Check = Gui:FindFirstChild("Check"..tostring(v))
- if Check ~= nil then
- table.insert(Checks,v)
- end
- end
- for i, v in pairs(Gui:GetChildren()) do
- if v:IsA("TextBox") then
- table.insert(Txbxs)
- end
- end
- for i, v in pairs(Txbxs) do
- local Staisfied = false
- local Count = 0
- repeat
- wait()
- v.Text = tostring(Count)
- Count = Count + 1
- for e, c in pairs(Checks) do
- if c ~= nil and c.Visible == true and c.ImageTransparency == 0 then
- Checks[e] = nil
- Staisfied = true
- end
- end
- until Count >= 30 or Staisfied == true
- end
- end,
- TeamTandem = function()
- local Char = Player.Character
- local MyTribeData = GetPlayerTribal()
- local MyTribeMap = game.Workspace["Team Tandem"].Map:FindFirstChild("tribe".. tostring(MyTribeData.TribeNum))
- if MyTribeMap == nil then
- MyTribeMap = game.Workspace["Team Tandem"].Map:FindFirstChild("Tribe".. tostring(MyTribeData.TribeNum))
- end
- for i, v in pairs(MyTribeMap:GetDescendants()) do
- if v.Name == "Button" then
- wait()
- Char.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end,
- BeatToThePuch = function()
- local Char = Player.Character
- local MyTribeData = GetPlayerTribal()
- local MyTribeMap = game.Workspace["Beat to the Punch"].Map:FindFirstChild("tribe".. tostring(MyTribeData.TribeNum))
- if MyTribeMap == nil then
- MyTribeMap = game.Workspace["Beat to the Punch"].Map:FindFirstChild("Tribe".. tostring(MyTribeData.TribeNum))
- end
- local Finish = MyTribeMap:FindFirstChild("Finish")
- if Finish == nil then
- Finish = MyTribeMap:FindFirstChild("finish")
- end
- for i = 0,10 do
- Char.HumanoidRootPart.CFrame = Finish.CFrame + Vector3.new(0,3,0)
- wait(7)
- end
- end,
- Tidepool = function()
- local Char = Player.Character
- local MyTribeData = GetPlayerTribal()
- local MyTribeMap = game.Workspace.Tidepool.Map:FindFirstChild("tribe".. tostring(MyTribeData.TribeNum))
- if MyTribeMap == nil then
- MyTribeMap = game.Workspace.Tidepool.Map:FindFirstChild("Tribe".. tostring(MyTribeData.TribeNum))
- end
- local StartPlate1 = MyTribeMap:FindFirstChild("StartPlate1")
- if StartPlate1 == nil then
- StartPlate1 = MyTribeMap:FindFirstChild("Startplate1")
- end
- local StartPlate2 = MyTribeMap:FindFirstChild("StartPlate2")
- if StartPlate2 == nil then
- StartPlate2 = MyTribeMap:FindFirstChild("Startplate2")
- end
- local EndPlate1 = MyTribeMap:FindFirstChild("EndPlate1")
- if EndPlate1 == nil then
- EndPlate1 = MyTribeMap:FindFirstChild("Endplate1")
- end
- local EndPlate2 = MyTribeMap:FindFirstChild("EndPlate2")
- if EndPlate2 == nil then
- EndPlate2 = MyTribeMap:FindFirstChild("Endplate2")
- end
- for i = 0,6 do
- Char.HumanoidRootPart.CFrame = EndPlate1.CFrame
- wait(0.5)
- Char.HumanoidRootPart.CFrame = StartPlate1.CFrame
- wait(0.5)
- Char.HumanoidRootPart.CFrame = EndPlate2.CFrame
- wait(0.5)
- Char.HumanoidRootPart.CFrame = StartPlate2.CFrame
- wait(0.5)
- end
- end,
- DiveDwelling = function()
- local MyTribeData = GetPlayerTribal()
- local Char = Player.Character
- local MyTribeMap = game.Workspace["Dive Dwelling"].Map:FindFirstChild("tribe".. tostring(MyTribeData.TribeNum))
- if MyTribeMap == nil then
- MyTribeMap = game.Workspace["Dive Dwelling"].Map:FindFirstChild("Tribe".. tostring(MyTribeData.TribeNum))
- end
- local MyPearls = MyTribeMap:FindFirstChild("Pearls")
- if MyPearls == nil then
- MyPearls = MyTribeMap:FindFirstChild("pearls")
- end
- for i, v in pairs(MyPearls:GetChildren())do
- Char.HumanoidRootPart.CFrame = v.CFrame
- wait(0.5)
- end
- end,
- GetAGrip = function()
- game.Players.LocalPlayer.PlayerGui.GUIs.Center.GetAGrip:Destroy()
- end,
- TopOfTheMount = function()
- local Char = Player.Character
- Char.HumanoidRootPart = Vector3.new(65, 12, -1490)
- wait(1)
- Char.Head.Anchored = true
- repeat
- wait(1)
- until game.Workspace:FindFirstChild("Top of the Mount") == nil
- Char.Head.Anchored = false
- end,
- BywayBustel = function()
- local Char = Player.Character
- local Hrp = Char.HumanoidRootPart
- local Pos = Hrp.Position
- local MyReigon = Region3.new(Pos - Vector3.new(5,5,5),Pos + Vector3.new(5,5,5))
- local Parts = game.Workspace:FindPartsInRegion3(MyReigon)
- local Numbers = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}
- local MyNum = nil
- local MyRoom = nil
- local Spawn = nil
- for i, v in pairs(Parts) do
- local Confirmed = false
- for e, n in pairs(Numbers) do
- if v.Name == tostring(n) then
- Confirmed = true
- end
- end
- if Confirmed == true then
- if Spawn == nil and v.Parent == game.Workspace["Byway Bustle"].Data.Spawns then
- Spawn = v
- end
- end
- end
- if Spawn ~= nil then
- MyNum = Spawn.Name
- MyRoom = game.Workspace["Byway Bustle"].Map:FindFirstChild(MyNum)
- end
- if MyRoom ~= nil then
- local function GetMyBlock()
- local Block = nil
- for i, v in pairs(MyRoom.Blocks:GetChildren())do
- if v.Transparency <= 0.1 then
- Block = v
- end
- end
- return Block
- end
- for i, v in pairs(MyRoom.Bridge:GetChildren())do
- wait(0.2)
- if v.Transparency >= 0.9 then
- local Block = GetMyBlock()
- Hrp.CFrame = Block.CFrame - Vector3.new(4,0,0)
- GraduallyMovePart(Hrp,Vector3.new(v.Position.X,Hrp.Position.Y,v.Position.Z))
- end
- end
- for i, n in pairs({"Yellow1","Yellow2","Yellow3"})do
- wait(0.2)
- local v = MyRoom.Hit:FindFirstChild(n)
- if v ~= nil and n ~= "Yellow1" and n ~= "Yellow2" then
- v = MyRoom.Hit:FindFirstChild("Yellow2")
- local Block = GetMyBlock()
- Hrp.CFrame = Block.CFrame - Vector3.new(4,0,0)
- GraduallyMovePart(Hrp,Vector3.new(v.Position.X-2,Hrp.Position.Y,v.Position.Z))
- v = MyRoom.Hit:FindFirstChild("Yellow3")
- if v ~= nil then
- Hrp.CFrame = Block.CFrame - Vector3.new(0,0,2.5)
- GraduallyMovePart(Hrp,Vector3.new(v.Position.X,Hrp.Position.Y,v.Position.Z))
- end
- elseif n == "Yellow1" then
- v = MyRoom.Hit:FindFirstChild("Yellow2")
- if v ~= nil then
- local Block = GetMyBlock()
- Hrp.CFrame = Block.CFrame - Vector3.new(4,0,0)
- GraduallyMovePart(Hrp,Vector3.new(v.Position.X,Hrp.Position.Y,v.Position.Z))
- end
- elseif n == "Yellow2" then
- local Block = GetMyBlock()
- Hrp.CFrame = Block.CFrame - Vector3.new(4,0,0)
- GraduallyMovePart(Hrp,Vector3.new(v.Position.X-2,Hrp.Position.Y,v.Position.Z))
- v = MyRoom.Hit:FindFirstChild("Yellow1")
- if v ~= nil then
- Hrp.CFrame = Block.CFrame + Vector3.new(0,0,2.5)
- GraduallyMovePart(Hrp,Vector3.new(v.Position.X,Hrp.Position.Y,v.Position.Z))
- end
- end
- end
- end
- end
- },
- }
- return ScriptData
- end
- local Data = GetModule()
- -- Objects
- CreditsFrame = Instance.new("Frame")
- QuitButton = Instance.new("ImageButton")
- Borders = Instance.new("Frame")
- Border = Instance.new("ImageLabel")
- Border_2 = Instance.new("ImageLabel")
- Border_3 = Instance.new("ImageLabel")
- Border_4 = Instance.new("ImageLabel")
- Border_5 = Instance.new("ImageLabel")
- Borders_2 = Instance.new("Frame")
- Border_6 = Instance.new("ImageLabel")
- Border_7 = Instance.new("ImageLabel")
- Border_8 = Instance.new("ImageLabel")
- Border_9 = Instance.new("ImageLabel")
- Border_10 = Instance.new("ImageLabel")
- Border_11 = Instance.new("ImageLabel")
- Border_12 = Instance.new("ImageLabel")
- Border_13 = Instance.new("ImageLabel")
- CreditsLabel = Instance.new("TextLabel")
- CloseBtn = Instance.new("TextButton")
- Borders_3 = Instance.new("Frame")
- Border_14 = Instance.new("ImageLabel")
- Border_15 = Instance.new("ImageLabel")
- Border_16 = Instance.new("ImageLabel")
- Border_17 = Instance.new("ImageLabel")
- Border_18 = Instance.new("ImageLabel")
- Border_19 = Instance.new("ImageLabel")
- Border_20 = Instance.new("ImageLabel")
- Border_21 = Instance.new("ImageLabel")
- CreditsLabel_2 = Instance.new("TextLabel")
- CreditsLabel_3 = Instance.new("TextLabel")
- CreditsLabel_4 = Instance.new("TextLabel")
- CreditsLabel_5 = Instance.new("TextLabel")
- CreditsLabel_6 = Instance.new("TextLabel")
- -- Properties
- CreditsFrame.Name = "CreditsFrame"
- CreditsFrame.Parent = game.StarterGui
- CreditsFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- CreditsFrame.Position = UDim2.new(0.750366032, 0, 0.341194987, 0)
- CreditsFrame.Size = UDim2.new(0.234992683, 0, 0.52044028, 0)
- CreditsFrame.Visible = false
- CreditsFrame.ZIndex = 100
- QuitButton.Name = "QuitButton"
- QuitButton.Parent = CreditsFrame
- QuitButton.BackgroundColor3 = Color3.new(1, 1, 1)
- QuitButton.BorderSizePixel = 0
- QuitButton.Position = UDim2.new(0.962616801, 0, 0, 0)
- QuitButton.Size = UDim2.new(0, 12, 0, 17)
- QuitButton.ZIndex = 120
- QuitButton.Image = "rbxassetid://1828839274"
- Borders.Name = "Borders"
- Borders.Parent = QuitButton
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 1, 0)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 120
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageRectOffset = Vector2.new(0, 24)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 1, 0)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 120
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageRectOffset = Vector2.new(24, 24)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, 0, 1, 0)
- Border_3.Size = UDim2.new(1, 0, 0, 12)
- Border_3.ZIndex = 120
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageRectOffset = Vector2.new(12, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(0, -12, 0, 0)
- Border_4.Size = UDim2.new(0, 12, 1, 0)
- Border_4.ZIndex = 120
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageRectOffset = Vector2.new(0, 12)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(1, 0, 0, 0)
- Border_5.Size = UDim2.new(0, 12, 1, 0)
- Border_5.ZIndex = 120
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageRectOffset = Vector2.new(24, 12)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Borders_2.Name = "Borders"
- Borders_2.Parent = CreditsFrame
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_6.Name = "Border"
- Border_6.Parent = Borders_2
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, -12, 0, -12)
- Border_6.Size = UDim2.new(0, 12, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders_2
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(1, 0, 0, -12)
- Border_7.Size = UDim2.new(0, 12, 0, 12)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageRectOffset = Vector2.new(24, 0)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders_2
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(0, -12, 1, 0)
- Border_8.Size = UDim2.new(0, 12, 0, 12)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.ImageRectOffset = Vector2.new(0, 24)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(1, 0, 1, 0)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 110
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_9.ImageRectOffset = Vector2.new(24, 24)
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(0, 0, 1, 0)
- Border_10.Size = UDim2.new(1, 0, 0, 12)
- Border_10.ZIndex = 110
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_10.ImageRectOffset = Vector2.new(12, 24)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, 0, 0, -12)
- Border_11.Size = UDim2.new(1, 0, 0, 12)
- Border_11.ZIndex = 110
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageRectOffset = Vector2.new(12, 0)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(0, -12, 0, 0)
- Border_12.Size = UDim2.new(0, 12, 1, 0)
- Border_12.ZIndex = 110
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_12.ImageRectOffset = Vector2.new(0, 12)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(1, 0, 0, 0)
- Border_13.Size = UDim2.new(0, 12, 1, 0)
- Border_13.ZIndex = 110
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_13.ImageRectOffset = Vector2.new(24, 12)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- CreditsLabel.Name = "CreditsLabel"
- CreditsLabel.Parent = CreditsFrame
- CreditsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsLabel.BackgroundTransparency = 1
- CreditsLabel.BorderSizePixel = 0
- CreditsLabel.Position = UDim2.new(0, 0, 0.117824771, 0)
- CreditsLabel.Size = UDim2.new(1, 0, 0.0996978879, 0)
- CreditsLabel.ZIndex = 120
- CreditsLabel.Font = Enum.Font.Highway
- CreditsLabel.Text = "Survivor GUI Version 4.2"
- CreditsLabel.TextColor3 = Color3.new(1, 1, 1)
- CreditsLabel.TextScaled = true
- CreditsLabel.TextSize = 14
- CreditsLabel.TextWrapped = true
- CreditsLabel.TextXAlignment = Enum.TextXAlignment.Left
- CloseBtn.Name = "CloseBtn"
- CloseBtn.Parent = CreditsFrame
- CloseBtn.BackgroundColor3 = Color3.new(1, 1, 1)
- CloseBtn.BorderSizePixel = 0
- CloseBtn.Position = UDim2.new(0, 0, 0.948640466, 0)
- CloseBtn.Size = UDim2.new(0, 321, 0, 17)
- CloseBtn.ZIndex = 120
- CloseBtn.Font = Enum.Font.Highway
- CloseBtn.Text = "Close"
- CloseBtn.TextColor3 = Color3.new(1, 0.333333, 0)
- CloseBtn.TextScaled = true
- CloseBtn.TextSize = 14
- CloseBtn.TextWrapped = true
- Borders_3.Name = "Borders"
- Borders_3.Parent = CloseBtn
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_14.Name = "Border"
- Border_14.Parent = Borders_3
- Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, -12, 0, -12)
- Border_14.Size = UDim2.new(0, 12, 0, 12)
- Border_14.ZIndex = 110
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_3
- Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(1, 0, 0, -12)
- Border_15.Size = UDim2.new(0, 12, 0, 12)
- Border_15.ZIndex = 110
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageRectOffset = Vector2.new(24, 0)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_3
- Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(0, -12, 1, 0)
- Border_16.Size = UDim2.new(0, 12, 0, 12)
- Border_16.ZIndex = 110
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageRectOffset = Vector2.new(0, 24)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(1, 0, 1, 0)
- Border_17.Size = UDim2.new(0, 12, 0, 12)
- Border_17.ZIndex = 110
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageRectOffset = Vector2.new(24, 24)
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(0, 0, 1, 0)
- Border_18.Size = UDim2.new(1, 0, 0, 12)
- Border_18.ZIndex = 110
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageRectOffset = Vector2.new(12, 24)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Border_19.Name = "Border"
- Border_19.Parent = Borders_3
- Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, 0, 0, -12)
- Border_19.Size = UDim2.new(1, 0, 0, 12)
- Border_19.ZIndex = 110
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageRectOffset = Vector2.new(12, 0)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_3
- Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(0, -12, 0, 0)
- Border_20.Size = UDim2.new(0, 12, 1, 0)
- Border_20.ZIndex = 110
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageRectOffset = Vector2.new(0, 12)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_3
- Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(1, 0, 0, 0)
- Border_21.Size = UDim2.new(0, 12, 1, 0)
- Border_21.ZIndex = 110
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageRectOffset = Vector2.new(24, 12)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- CreditsLabel_2.Name = "CreditsLabel"
- CreditsLabel_2.Parent = CreditsFrame
- CreditsLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsLabel_2.BackgroundTransparency = 1
- CreditsLabel_2.BorderSizePixel = 0
- CreditsLabel_2.Position = UDim2.new(0, 0, 0.290030211, 0)
- CreditsLabel_2.Size = UDim2.new(1, 0, 0.0996978879, 0)
- CreditsLabel_2.ZIndex = 120
- CreditsLabel_2.Font = Enum.Font.Highway
- CreditsLabel_2.Text = "Created By : VeteranBlue|VeteranAnime#7468"
- CreditsLabel_2.TextColor3 = Color3.new(1, 1, 1)
- CreditsLabel_2.TextScaled = true
- CreditsLabel_2.TextSize = 14
- CreditsLabel_2.TextWrapped = true
- CreditsLabel_2.TextXAlignment = Enum.TextXAlignment.Left
- CreditsLabel_3.Name = "CreditsLabel"
- CreditsLabel_3.Parent = CreditsFrame
- CreditsLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsLabel_3.BackgroundTransparency = 1
- CreditsLabel_3.BorderSizePixel = 0
- CreditsLabel_3.Position = UDim2.new(0, 0, 0.389728099, 0)
- CreditsLabel_3.Size = UDim2.new(1, 0, 0.0996978879, 0)
- CreditsLabel_3.ZIndex = 120
- CreditsLabel_3.Font = Enum.Font.Highway
- CreditsLabel_3.Text = "Remote Recon : Emrehan|emrehan1234567891🦇#4217"
- CreditsLabel_3.TextColor3 = Color3.new(1, 1, 1)
- CreditsLabel_3.TextScaled = true
- CreditsLabel_3.TextSize = 14
- CreditsLabel_3.TextWrapped = true
- CreditsLabel_3.TextXAlignment = Enum.TextXAlignment.Left
- CreditsLabel_4.Name = "CreditsLabel"
- CreditsLabel_4.Parent = CreditsFrame
- CreditsLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsLabel_4.BackgroundTransparency = 1
- CreditsLabel_4.BorderSizePixel = 0
- CreditsLabel_4.Position = UDim2.new(0, 0, 0.489425987, 0)
- CreditsLabel_4.Size = UDim2.new(1, 0, 0.0996978879, 0)
- CreditsLabel_4.ZIndex = 120
- CreditsLabel_4.Font = Enum.Font.Highway
- CreditsLabel_4.Text = "Script Synapse Tester : SGC|SGC3671#9242"
- CreditsLabel_4.TextColor3 = Color3.new(1, 1, 1)
- CreditsLabel_4.TextScaled = true
- CreditsLabel_4.TextSize = 14
- CreditsLabel_4.TextWrapped = true
- CreditsLabel_4.TextXAlignment = Enum.TextXAlignment.Left
- CreditsLabel_5.Name = "CreditsLabel"
- CreditsLabel_5.Parent = CreditsFrame
- CreditsLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsLabel_5.BackgroundTransparency = 1
- CreditsLabel_5.BorderSizePixel = 0
- CreditsLabel_5.Position = UDim2.new(0, 0, 0.589123845, 0)
- CreditsLabel_5.Size = UDim2.new(1, 0, 0.0996978879, 0)
- CreditsLabel_5.ZIndex = 120
- CreditsLabel_5.Font = Enum.Font.Highway
- CreditsLabel_5.Text = "Script Elysian Tester : Kuro,Regalia"
- CreditsLabel_5.TextColor3 = Color3.new(1, 1, 1)
- CreditsLabel_5.TextScaled = true
- CreditsLabel_5.TextSize = 14
- CreditsLabel_5.TextWrapped = true
- CreditsLabel_5.TextXAlignment = Enum.TextXAlignment.Left
- CreditsLabel_6.Name = "CreditsLabel"
- CreditsLabel_6.Parent = CreditsFrame
- CreditsLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsLabel_6.BackgroundTransparency = 1
- CreditsLabel_6.BorderSizePixel = 0
- CreditsLabel_6.Position = UDim2.new(0, 0, 0.688821733, 0)
- CreditsLabel_6.Size = UDim2.new(1, 0, 0.157099694, 0)
- CreditsLabel_6.ZIndex = 120
- CreditsLabel_6.Font = Enum.Font.Highway
- CreditsLabel_6.Text = "Note : All Experimental Commands Don't Work In Limited Mode And Don't Garuntee Working."
- CreditsLabel_6.TextColor3 = Color3.new(1, 1, 1)
- CreditsLabel_6.TextScaled = true
- CreditsLabel_6.TextSize = 14
- CreditsLabel_6.TextWrapped = true
- CreditsLabel_6.TextXAlignment = Enum.TextXAlignment.Left
- -- Objects
- ExtrasFrame = Instance.new("Frame")
- CTpSwitch = Instance.new("TextButton")
- Borders = Instance.new("Frame")
- Border = Instance.new("ImageLabel")
- Border_2 = Instance.new("ImageLabel")
- Border_3 = Instance.new("ImageLabel")
- Border_4 = Instance.new("ImageLabel")
- Border_5 = Instance.new("ImageLabel")
- Border_6 = Instance.new("ImageLabel")
- Border_7 = Instance.new("ImageLabel")
- Border_8 = Instance.new("ImageLabel")
- CCmdsTitle = Instance.new("TextLabel")
- CTPLabel = Instance.new("TextLabel")
- CDstLabel = Instance.new("TextLabel")
- CDstSwitch = Instance.new("TextButton")
- Borders_2 = Instance.new("Frame")
- Border_9 = Instance.new("ImageLabel")
- Border_10 = Instance.new("ImageLabel")
- Border_11 = Instance.new("ImageLabel")
- Border_12 = Instance.new("ImageLabel")
- Border_13 = Instance.new("ImageLabel")
- Border_14 = Instance.new("ImageLabel")
- Border_15 = Instance.new("ImageLabel")
- Border_16 = Instance.new("ImageLabel")
- CTglLabel = Instance.new("TextLabel")
- CTglSwitch = Instance.new("TextButton")
- Borders_3 = Instance.new("Frame")
- Border_17 = Instance.new("ImageLabel")
- Border_18 = Instance.new("ImageLabel")
- Border_19 = Instance.new("ImageLabel")
- Border_20 = Instance.new("ImageLabel")
- Border_21 = Instance.new("ImageLabel")
- Border_22 = Instance.new("ImageLabel")
- Border_23 = Instance.new("ImageLabel")
- Border_24 = Instance.new("ImageLabel")
- CDbgLabel = Instance.new("TextLabel")
- CDbgSwitch = Instance.new("TextButton")
- Borders_4 = Instance.new("Frame")
- Border_25 = Instance.new("ImageLabel")
- Border_26 = Instance.new("ImageLabel")
- Border_27 = Instance.new("ImageLabel")
- Border_28 = Instance.new("ImageLabel")
- Border_29 = Instance.new("ImageLabel")
- Border_30 = Instance.new("ImageLabel")
- Border_31 = Instance.new("ImageLabel")
- Border_32 = Instance.new("ImageLabel")
- FlyingLabel = Instance.new("TextLabel")
- FlyingSwitch = Instance.new("TextButton")
- Borders_5 = Instance.new("Frame")
- Border_33 = Instance.new("ImageLabel")
- Border_34 = Instance.new("ImageLabel")
- Border_35 = Instance.new("ImageLabel")
- Border_36 = Instance.new("ImageLabel")
- Border_37 = Instance.new("ImageLabel")
- Border_38 = Instance.new("ImageLabel")
- Border_39 = Instance.new("ImageLabel")
- Border_40 = Instance.new("ImageLabel")
- CCmdsTitle_2 = Instance.new("TextLabel")
- CAimbotLabel = Instance.new("TextLabel")
- CAimbotSwitch = Instance.new("TextButton")
- Borders_6 = Instance.new("Frame")
- Border_41 = Instance.new("ImageLabel")
- Border_42 = Instance.new("ImageLabel")
- Border_43 = Instance.new("ImageLabel")
- Border_44 = Instance.new("ImageLabel")
- Border_45 = Instance.new("ImageLabel")
- Border_46 = Instance.new("ImageLabel")
- Border_47 = Instance.new("ImageLabel")
- Border_48 = Instance.new("ImageLabel")
- ChathookLabel = Instance.new("TextLabel")
- ChathookSwitch = Instance.new("TextButton")
- Borders_7 = Instance.new("Frame")
- Border_49 = Instance.new("ImageLabel")
- Border_50 = Instance.new("ImageLabel")
- Border_51 = Instance.new("ImageLabel")
- Border_52 = Instance.new("ImageLabel")
- Border_53 = Instance.new("ImageLabel")
- Border_54 = Instance.new("ImageLabel")
- Border_55 = Instance.new("ImageLabel")
- Border_56 = Instance.new("ImageLabel")
- Goto = Instance.new("TextButton")
- Borders_8 = Instance.new("Frame")
- Border_57 = Instance.new("ImageLabel")
- Border_58 = Instance.new("ImageLabel")
- Border_59 = Instance.new("ImageLabel")
- Border_60 = Instance.new("ImageLabel")
- Border_61 = Instance.new("ImageLabel")
- Border_62 = Instance.new("ImageLabel")
- Border_63 = Instance.new("ImageLabel")
- Border_64 = Instance.new("ImageLabel")
- -- Properties
- ExtrasFrame.Name = "ExtrasFrame"
- ExtrasFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ExtrasFrame.BackgroundTransparency = 1
- ExtrasFrame.BorderSizePixel = 0
- ExtrasFrame.Size = UDim2.new(1, 0, 1, 0)
- ExtrasFrame.Visible = false
- CTpSwitch.Name = "CTpSwitch"
- CTpSwitch.Parent = ExtrasFrame
- CTpSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CTpSwitch.BorderSizePixel = 0
- CTpSwitch.Position = UDim2.new(0.411089897, 0, 0.273809552, 0)
- CTpSwitch.Size = UDim2.new(0, 20, 0, 20)
- CTpSwitch.ZIndex = 120
- CTpSwitch.Font = Enum.Font.Highway
- CTpSwitch.Text = ""
- CTpSwitch.TextColor3 = Color3.new(1, 1, 1)
- CTpSwitch.TextScaled = true
- CTpSwitch.TextSize = 14
- CTpSwitch.TextWrapped = true
- Borders.Name = "Borders"
- Borders.Parent = CTpSwitch
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 110
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 110
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 110
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 110
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 110
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- CCmdsTitle.Name = "CCmdsTitle"
- CCmdsTitle.Parent = ExtrasFrame
- CCmdsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
- CCmdsTitle.BackgroundTransparency = 1
- CCmdsTitle.BorderSizePixel = 0
- CCmdsTitle.Position = UDim2.new(-0.00191204587, 0, 0, 0)
- CCmdsTitle.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CCmdsTitle.ZIndex = 120
- CCmdsTitle.Font = Enum.Font.Highway
- CCmdsTitle.Text = "Click Commands :"
- CCmdsTitle.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CCmdsTitle.TextScaled = true
- CCmdsTitle.TextSize = 14
- CCmdsTitle.TextWrapped = true
- CCmdsTitle.TextXAlignment = Enum.TextXAlignment.Left
- CTPLabel.Name = "CTPLabel"
- CTPLabel.Parent = ExtrasFrame
- CTPLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CTPLabel.BackgroundTransparency = 1
- CTPLabel.BorderSizePixel = 0
- CTPLabel.Position = UDim2.new(-0.00191204587, 0, 0.244047612, 0)
- CTPLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CTPLabel.ZIndex = 120
- CTPLabel.Font = Enum.Font.Highway
- CTPLabel.Text = "Click Teleport :"
- CTPLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CTPLabel.TextScaled = true
- CTPLabel.TextSize = 14
- CTPLabel.TextWrapped = true
- CTPLabel.TextXAlignment = Enum.TextXAlignment.Left
- CDstLabel.Name = "CDstLabel"
- CDstLabel.Parent = ExtrasFrame
- CDstLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CDstLabel.BackgroundTransparency = 1
- CDstLabel.BorderSizePixel = 0
- CDstLabel.Position = UDim2.new(-0.00191204587, 0, 0.430555552, 0)
- CDstLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CDstLabel.ZIndex = 120
- CDstLabel.Font = Enum.Font.Highway
- CDstLabel.Text = "Click Destroy : "
- CDstLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CDstLabel.TextScaled = true
- CDstLabel.TextSize = 14
- CDstLabel.TextWrapped = true
- CDstLabel.TextXAlignment = Enum.TextXAlignment.Left
- CDstSwitch.Name = "CDstSwitch"
- CDstSwitch.Parent = ExtrasFrame
- CDstSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CDstSwitch.BorderSizePixel = 0
- CDstSwitch.Position = UDim2.new(0.411089897, 0, 0.460317492, 0)
- CDstSwitch.Size = UDim2.new(0, 20, 0, 20)
- CDstSwitch.ZIndex = 120
- CDstSwitch.Font = Enum.Font.Highway
- CDstSwitch.Text = ""
- CDstSwitch.TextColor3 = Color3.new(1, 1, 1)
- CDstSwitch.TextScaled = true
- CDstSwitch.TextSize = 14
- CDstSwitch.TextWrapped = true
- Borders_2.Name = "Borders"
- Borders_2.Parent = CDstSwitch
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(0, -12, 0, -12)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 110
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(1, 0, 0, -12)
- Border_10.Size = UDim2.new(0, 12, 0, 12)
- Border_10.ZIndex = 110
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_10.ImageRectOffset = Vector2.new(24, 0)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, -12, 1, 0)
- Border_11.Size = UDim2.new(0, 12, 0, 12)
- Border_11.ZIndex = 110
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_11.ImageRectOffset = Vector2.new(0, 24)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(1, 0, 1, 0)
- Border_12.Size = UDim2.new(0, 12, 0, 12)
- Border_12.ZIndex = 110
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_12.ImageRectOffset = Vector2.new(24, 24)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(0, 0, 1, 0)
- Border_13.Size = UDim2.new(1, 0, 0, 12)
- Border_13.ZIndex = 110
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_13.ImageRectOffset = Vector2.new(12, 24)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- Border_14.Name = "Border"
- Border_14.Parent = Borders_2
- Border_14.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, 0, 0, -12)
- Border_14.Size = UDim2.new(1, 0, 0, 12)
- Border_14.ZIndex = 110
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_14.ImageRectOffset = Vector2.new(12, 0)
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_2
- Border_15.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(0, -12, 0, 0)
- Border_15.Size = UDim2.new(0, 12, 1, 0)
- Border_15.ZIndex = 110
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_15.ImageRectOffset = Vector2.new(0, 12)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_2
- Border_16.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(1, 0, 0, 0)
- Border_16.Size = UDim2.new(0, 12, 1, 0)
- Border_16.ZIndex = 110
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_16.ImageRectOffset = Vector2.new(24, 12)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- CTglLabel.Name = "CTglLabel"
- CTglLabel.Parent = ExtrasFrame
- CTglLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CTglLabel.BackgroundTransparency = 1
- CTglLabel.BorderSizePixel = 0
- CTglLabel.Position = UDim2.new(-0.00191204587, 0, 0.628968239, 0)
- CTglLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CTglLabel.ZIndex = 120
- CTglLabel.Font = Enum.Font.Highway
- CTglLabel.Text = "Click Toggle/Untoggle : "
- CTglLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CTglLabel.TextScaled = true
- CTglLabel.TextSize = 14
- CTglLabel.TextWrapped = true
- CTglLabel.TextXAlignment = Enum.TextXAlignment.Left
- CTglSwitch.Name = "CTglSwitch"
- CTglSwitch.Parent = ExtrasFrame
- CTglSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CTglSwitch.BorderSizePixel = 0
- CTglSwitch.Position = UDim2.new(0.411089897, 0, 0.658730209, 0)
- CTglSwitch.Size = UDim2.new(0, 20, 0, 20)
- CTglSwitch.ZIndex = 120
- CTglSwitch.Font = Enum.Font.Highway
- CTglSwitch.Text = ""
- CTglSwitch.TextColor3 = Color3.new(1, 1, 1)
- CTglSwitch.TextScaled = true
- CTglSwitch.TextSize = 14
- CTglSwitch.TextWrapped = true
- Borders_3.Name = "Borders"
- Borders_3.Parent = CTglSwitch
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(0, -12, 0, -12)
- Border_17.Size = UDim2.new(0, 12, 0, 12)
- Border_17.ZIndex = 110
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(1, 0, 0, -12)
- Border_18.Size = UDim2.new(0, 12, 0, 12)
- Border_18.ZIndex = 110
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_18.ImageRectOffset = Vector2.new(24, 0)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Border_19.Name = "Border"
- Border_19.Parent = Borders_3
- Border_19.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, -12, 1, 0)
- Border_19.Size = UDim2.new(0, 12, 0, 12)
- Border_19.ZIndex = 110
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_19.ImageRectOffset = Vector2.new(0, 24)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_3
- Border_20.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(1, 0, 1, 0)
- Border_20.Size = UDim2.new(0, 12, 0, 12)
- Border_20.ZIndex = 110
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_20.ImageRectOffset = Vector2.new(24, 24)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_3
- Border_21.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(0, 0, 1, 0)
- Border_21.Size = UDim2.new(1, 0, 0, 12)
- Border_21.ZIndex = 110
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_21.ImageRectOffset = Vector2.new(12, 24)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- Border_22.Name = "Border"
- Border_22.Parent = Borders_3
- Border_22.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_22.BackgroundTransparency = 1
- Border_22.BorderSizePixel = 0
- Border_22.Position = UDim2.new(0, 0, 0, -12)
- Border_22.Size = UDim2.new(1, 0, 0, 12)
- Border_22.ZIndex = 110
- Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_22.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_22.ImageRectOffset = Vector2.new(12, 0)
- Border_22.ImageRectSize = Vector2.new(12, 12)
- Border_23.Name = "Border"
- Border_23.Parent = Borders_3
- Border_23.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_23.BackgroundTransparency = 1
- Border_23.BorderSizePixel = 0
- Border_23.Position = UDim2.new(0, -12, 0, 0)
- Border_23.Size = UDim2.new(0, 12, 1, 0)
- Border_23.ZIndex = 110
- Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_23.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_23.ImageRectOffset = Vector2.new(0, 12)
- Border_23.ImageRectSize = Vector2.new(12, 12)
- Border_24.Name = "Border"
- Border_24.Parent = Borders_3
- Border_24.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_24.BackgroundTransparency = 1
- Border_24.BorderSizePixel = 0
- Border_24.Position = UDim2.new(1, 0, 0, 0)
- Border_24.Size = UDim2.new(0, 12, 1, 0)
- Border_24.ZIndex = 110
- Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_24.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_24.ImageRectOffset = Vector2.new(24, 12)
- Border_24.ImageRectSize = Vector2.new(12, 12)
- CDbgLabel.Name = "CDbgLabel"
- CDbgLabel.Parent = ExtrasFrame
- CDbgLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CDbgLabel.BackgroundTransparency = 1
- CDbgLabel.BorderSizePixel = 0
- CDbgLabel.Position = UDim2.new(-0.00191204587, 0, 0.823412657, 0)
- CDbgLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CDbgLabel.ZIndex = 120
- CDbgLabel.Font = Enum.Font.Highway
- CDbgLabel.Text = "Click Debug : "
- CDbgLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CDbgLabel.TextScaled = true
- CDbgLabel.TextSize = 14
- CDbgLabel.TextWrapped = true
- CDbgLabel.TextXAlignment = Enum.TextXAlignment.Left
- CDbgSwitch.Name = "CDbgSwitch"
- CDbgSwitch.Parent = ExtrasFrame
- CDbgSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CDbgSwitch.BorderSizePixel = 0
- CDbgSwitch.Position = UDim2.new(0.411089897, 0, 0.853174686, 0)
- CDbgSwitch.Size = UDim2.new(0, 20, 0, 20)
- CDbgSwitch.ZIndex = 120
- CDbgSwitch.Font = Enum.Font.Highway
- CDbgSwitch.Text = ""
- CDbgSwitch.TextColor3 = Color3.new(1, 1, 1)
- CDbgSwitch.TextScaled = true
- CDbgSwitch.TextSize = 14
- CDbgSwitch.TextWrapped = true
- Borders_4.Name = "Borders"
- Borders_4.Parent = CDbgSwitch
- Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_4.BackgroundTransparency = 1
- Borders_4.BorderSizePixel = 0
- Borders_4.Size = UDim2.new(1, 0, 1, 0)
- Borders_4.ZIndex = 120
- Border_25.Name = "Border"
- Border_25.Parent = Borders_4
- Border_25.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_25.BackgroundTransparency = 1
- Border_25.BorderSizePixel = 0
- Border_25.Position = UDim2.new(0, -12, 0, -12)
- Border_25.Size = UDim2.new(0, 12, 0, 12)
- Border_25.ZIndex = 110
- Border_25.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_25.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_25.ImageRectSize = Vector2.new(12, 12)
- Border_26.Name = "Border"
- Border_26.Parent = Borders_4
- Border_26.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_26.BackgroundTransparency = 1
- Border_26.BorderSizePixel = 0
- Border_26.Position = UDim2.new(1, 0, 0, -12)
- Border_26.Size = UDim2.new(0, 12, 0, 12)
- Border_26.ZIndex = 110
- Border_26.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_26.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_26.ImageRectOffset = Vector2.new(24, 0)
- Border_26.ImageRectSize = Vector2.new(12, 12)
- Border_27.Name = "Border"
- Border_27.Parent = Borders_4
- Border_27.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_27.BackgroundTransparency = 1
- Border_27.BorderSizePixel = 0
- Border_27.Position = UDim2.new(0, -12, 1, 0)
- Border_27.Size = UDim2.new(0, 12, 0, 12)
- Border_27.ZIndex = 110
- Border_27.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_27.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_27.ImageRectOffset = Vector2.new(0, 24)
- Border_27.ImageRectSize = Vector2.new(12, 12)
- Border_28.Name = "Border"
- Border_28.Parent = Borders_4
- Border_28.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_28.BackgroundTransparency = 1
- Border_28.BorderSizePixel = 0
- Border_28.Position = UDim2.new(1, 0, 1, 0)
- Border_28.Size = UDim2.new(0, 12, 0, 12)
- Border_28.ZIndex = 110
- Border_28.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_28.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_28.ImageRectOffset = Vector2.new(24, 24)
- Border_28.ImageRectSize = Vector2.new(12, 12)
- Border_29.Name = "Border"
- Border_29.Parent = Borders_4
- Border_29.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_29.BackgroundTransparency = 1
- Border_29.BorderSizePixel = 0
- Border_29.Position = UDim2.new(0, 0, 1, 0)
- Border_29.Size = UDim2.new(1, 0, 0, 12)
- Border_29.ZIndex = 110
- Border_29.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_29.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_29.ImageRectOffset = Vector2.new(12, 24)
- Border_29.ImageRectSize = Vector2.new(12, 12)
- Border_30.Name = "Border"
- Border_30.Parent = Borders_4
- Border_30.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_30.BackgroundTransparency = 1
- Border_30.BorderSizePixel = 0
- Border_30.Position = UDim2.new(0, 0, 0, -12)
- Border_30.Size = UDim2.new(1, 0, 0, 12)
- Border_30.ZIndex = 110
- Border_30.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_30.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_30.ImageRectOffset = Vector2.new(12, 0)
- Border_30.ImageRectSize = Vector2.new(12, 12)
- Border_31.Name = "Border"
- Border_31.Parent = Borders_4
- Border_31.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_31.BackgroundTransparency = 1
- Border_31.BorderSizePixel = 0
- Border_31.Position = UDim2.new(0, -12, 0, 0)
- Border_31.Size = UDim2.new(0, 12, 1, 0)
- Border_31.ZIndex = 110
- Border_31.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_31.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_31.ImageRectOffset = Vector2.new(0, 12)
- Border_31.ImageRectSize = Vector2.new(12, 12)
- Border_32.Name = "Border"
- Border_32.Parent = Borders_4
- Border_32.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_32.BackgroundTransparency = 1
- Border_32.BorderSizePixel = 0
- Border_32.Position = UDim2.new(1, 0, 0, 0)
- Border_32.Size = UDim2.new(0, 12, 1, 0)
- Border_32.ZIndex = 110
- Border_32.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_32.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_32.ImageRectOffset = Vector2.new(24, 12)
- Border_32.ImageRectSize = Vector2.new(12, 12)
- FlyingLabel.Name = "FlyingLabel"
- FlyingLabel.Parent = ExtrasFrame
- FlyingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- FlyingLabel.BackgroundTransparency = 1
- FlyingLabel.BorderSizePixel = 0
- FlyingLabel.Position = UDim2.new(0.510516226, 0, 0.244047582, 0)
- FlyingLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- FlyingLabel.ZIndex = 120
- FlyingLabel.Font = Enum.Font.Highway
- FlyingLabel.Text = "Flying :"
- FlyingLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- FlyingLabel.TextScaled = true
- FlyingLabel.TextSize = 14
- FlyingLabel.TextWrapped = true
- FlyingLabel.TextXAlignment = Enum.TextXAlignment.Left
- FlyingSwitch.Name = "FlyingSwitch"
- FlyingSwitch.Parent = ExtrasFrame
- FlyingSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- FlyingSwitch.BorderSizePixel = 0
- FlyingSwitch.Position = UDim2.new(0.923518181, 0, 0.273809612, 0)
- FlyingSwitch.Size = UDim2.new(0, 20, 0, 20)
- FlyingSwitch.ZIndex = 120
- FlyingSwitch.Font = Enum.Font.Highway
- FlyingSwitch.Text = ""
- FlyingSwitch.TextColor3 = Color3.new(1, 1, 1)
- FlyingSwitch.TextScaled = true
- FlyingSwitch.TextSize = 14
- FlyingSwitch.TextWrapped = true
- Borders_5.Name = "Borders"
- Borders_5.Parent = FlyingSwitch
- Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_5.BackgroundTransparency = 1
- Borders_5.BorderSizePixel = 0
- Borders_5.Size = UDim2.new(1, 0, 1, 0)
- Borders_5.ZIndex = 120
- Border_33.Name = "Border"
- Border_33.Parent = Borders_5
- Border_33.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_33.BackgroundTransparency = 1
- Border_33.BorderSizePixel = 0
- Border_33.Position = UDim2.new(0, -12, 0, -12)
- Border_33.Size = UDim2.new(0, 12, 0, 12)
- Border_33.ZIndex = 110
- Border_33.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_33.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_33.ImageRectSize = Vector2.new(12, 12)
- Border_34.Name = "Border"
- Border_34.Parent = Borders_5
- Border_34.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_34.BackgroundTransparency = 1
- Border_34.BorderSizePixel = 0
- Border_34.Position = UDim2.new(1, 0, 0, -12)
- Border_34.Size = UDim2.new(0, 12, 0, 12)
- Border_34.ZIndex = 110
- Border_34.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_34.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_34.ImageRectOffset = Vector2.new(24, 0)
- Border_34.ImageRectSize = Vector2.new(12, 12)
- Border_35.Name = "Border"
- Border_35.Parent = Borders_5
- Border_35.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_35.BackgroundTransparency = 1
- Border_35.BorderSizePixel = 0
- Border_35.Position = UDim2.new(0, -12, 1, 0)
- Border_35.Size = UDim2.new(0, 12, 0, 12)
- Border_35.ZIndex = 110
- Border_35.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_35.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_35.ImageRectOffset = Vector2.new(0, 24)
- Border_35.ImageRectSize = Vector2.new(12, 12)
- Border_36.Name = "Border"
- Border_36.Parent = Borders_5
- Border_36.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_36.BackgroundTransparency = 1
- Border_36.BorderSizePixel = 0
- Border_36.Position = UDim2.new(1, 0, 1, 0)
- Border_36.Size = UDim2.new(0, 12, 0, 12)
- Border_36.ZIndex = 110
- Border_36.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_36.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_36.ImageRectOffset = Vector2.new(24, 24)
- Border_36.ImageRectSize = Vector2.new(12, 12)
- Border_37.Name = "Border"
- Border_37.Parent = Borders_5
- Border_37.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_37.BackgroundTransparency = 1
- Border_37.BorderSizePixel = 0
- Border_37.Position = UDim2.new(0, 0, 1, 0)
- Border_37.Size = UDim2.new(1, 0, 0, 12)
- Border_37.ZIndex = 110
- Border_37.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_37.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_37.ImageRectOffset = Vector2.new(12, 24)
- Border_37.ImageRectSize = Vector2.new(12, 12)
- Border_38.Name = "Border"
- Border_38.Parent = Borders_5
- Border_38.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_38.BackgroundTransparency = 1
- Border_38.BorderSizePixel = 0
- Border_38.Position = UDim2.new(0, 0, 0, -12)
- Border_38.Size = UDim2.new(1, 0, 0, 12)
- Border_38.ZIndex = 110
- Border_38.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_38.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_38.ImageRectOffset = Vector2.new(12, 0)
- Border_38.ImageRectSize = Vector2.new(12, 12)
- Border_39.Name = "Border"
- Border_39.Parent = Borders_5
- Border_39.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_39.BackgroundTransparency = 1
- Border_39.BorderSizePixel = 0
- Border_39.Position = UDim2.new(0, -12, 0, 0)
- Border_39.Size = UDim2.new(0, 12, 1, 0)
- Border_39.ZIndex = 110
- Border_39.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_39.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_39.ImageRectOffset = Vector2.new(0, 12)
- Border_39.ImageRectSize = Vector2.new(12, 12)
- Border_40.Name = "Border"
- Border_40.Parent = Borders_5
- Border_40.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_40.BackgroundTransparency = 1
- Border_40.BorderSizePixel = 0
- Border_40.Position = UDim2.new(1, 0, 0, 0)
- Border_40.Size = UDim2.new(0, 12, 1, 0)
- Border_40.ZIndex = 110
- Border_40.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_40.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_40.ImageRectOffset = Vector2.new(24, 12)
- Border_40.ImageRectSize = Vector2.new(12, 12)
- CCmdsTitle_2.Name = "CCmdsTitle"
- CCmdsTitle_2.Parent = ExtrasFrame
- CCmdsTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
- CCmdsTitle_2.BackgroundTransparency = 1
- CCmdsTitle_2.BorderSizePixel = 0
- CCmdsTitle_2.Position = UDim2.new(0.510516226, 0, 0, 0)
- CCmdsTitle_2.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CCmdsTitle_2.ZIndex = 120
- CCmdsTitle_2.Font = Enum.Font.Highway
- CCmdsTitle_2.Text = "Switches : "
- CCmdsTitle_2.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CCmdsTitle_2.TextScaled = true
- CCmdsTitle_2.TextSize = 14
- CCmdsTitle_2.TextWrapped = true
- CCmdsTitle_2.TextXAlignment = Enum.TextXAlignment.Left
- CAimbotLabel.Name = "CAimbotLabel"
- CAimbotLabel.Parent = ExtrasFrame
- CAimbotLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CAimbotLabel.BackgroundTransparency = 1
- CAimbotLabel.BorderSizePixel = 0
- CAimbotLabel.Position = UDim2.new(0.510516226, 0, 0.430555522, 0)
- CAimbotLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- CAimbotLabel.ZIndex = 120
- CAimbotLabel.Font = Enum.Font.Highway
- CAimbotLabel.Text = "Coins Aimbot : "
- CAimbotLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CAimbotLabel.TextScaled = true
- CAimbotLabel.TextSize = 14
- CAimbotLabel.TextWrapped = true
- CAimbotLabel.TextXAlignment = Enum.TextXAlignment.Left
- CAimbotSwitch.Name = "CAimbotSwitch"
- CAimbotSwitch.Parent = ExtrasFrame
- CAimbotSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CAimbotSwitch.BorderSizePixel = 0
- CAimbotSwitch.Position = UDim2.new(0.923518181, 0, 0.460317552, 0)
- CAimbotSwitch.Size = UDim2.new(0, 20, 0, 20)
- CAimbotSwitch.ZIndex = 120
- CAimbotSwitch.Font = Enum.Font.Highway
- CAimbotSwitch.Text = ""
- CAimbotSwitch.TextColor3 = Color3.new(1, 1, 1)
- CAimbotSwitch.TextScaled = true
- CAimbotSwitch.TextSize = 14
- CAimbotSwitch.TextWrapped = true
- Borders_6.Name = "Borders"
- Borders_6.Parent = CAimbotSwitch
- Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_6.BackgroundTransparency = 1
- Borders_6.BorderSizePixel = 0
- Borders_6.Size = UDim2.new(1, 0, 1, 0)
- Borders_6.ZIndex = 120
- Border_41.Name = "Border"
- Border_41.Parent = Borders_6
- Border_41.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_41.BackgroundTransparency = 1
- Border_41.BorderSizePixel = 0
- Border_41.Position = UDim2.new(0, -12, 0, -12)
- Border_41.Size = UDim2.new(0, 12, 0, 12)
- Border_41.ZIndex = 110
- Border_41.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_41.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_41.ImageRectSize = Vector2.new(12, 12)
- Border_42.Name = "Border"
- Border_42.Parent = Borders_6
- Border_42.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_42.BackgroundTransparency = 1
- Border_42.BorderSizePixel = 0
- Border_42.Position = UDim2.new(1, 0, 0, -12)
- Border_42.Size = UDim2.new(0, 12, 0, 12)
- Border_42.ZIndex = 110
- Border_42.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_42.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_42.ImageRectOffset = Vector2.new(24, 0)
- Border_42.ImageRectSize = Vector2.new(12, 12)
- Border_43.Name = "Border"
- Border_43.Parent = Borders_6
- Border_43.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_43.BackgroundTransparency = 1
- Border_43.BorderSizePixel = 0
- Border_43.Position = UDim2.new(0, -12, 1, 0)
- Border_43.Size = UDim2.new(0, 12, 0, 12)
- Border_43.ZIndex = 110
- Border_43.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_43.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_43.ImageRectOffset = Vector2.new(0, 24)
- Border_43.ImageRectSize = Vector2.new(12, 12)
- Border_44.Name = "Border"
- Border_44.Parent = Borders_6
- Border_44.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_44.BackgroundTransparency = 1
- Border_44.BorderSizePixel = 0
- Border_44.Position = UDim2.new(1, 0, 1, 0)
- Border_44.Size = UDim2.new(0, 12, 0, 12)
- Border_44.ZIndex = 110
- Border_44.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_44.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_44.ImageRectOffset = Vector2.new(24, 24)
- Border_44.ImageRectSize = Vector2.new(12, 12)
- Border_45.Name = "Border"
- Border_45.Parent = Borders_6
- Border_45.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_45.BackgroundTransparency = 1
- Border_45.BorderSizePixel = 0
- Border_45.Position = UDim2.new(0, 0, 1, 0)
- Border_45.Size = UDim2.new(1, 0, 0, 12)
- Border_45.ZIndex = 110
- Border_45.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_45.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_45.ImageRectOffset = Vector2.new(12, 24)
- Border_45.ImageRectSize = Vector2.new(12, 12)
- Border_46.Name = "Border"
- Border_46.Parent = Borders_6
- Border_46.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_46.BackgroundTransparency = 1
- Border_46.BorderSizePixel = 0
- Border_46.Position = UDim2.new(0, 0, 0, -12)
- Border_46.Size = UDim2.new(1, 0, 0, 12)
- Border_46.ZIndex = 110
- Border_46.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_46.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_46.ImageRectOffset = Vector2.new(12, 0)
- Border_46.ImageRectSize = Vector2.new(12, 12)
- Border_47.Name = "Border"
- Border_47.Parent = Borders_6
- Border_47.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_47.BackgroundTransparency = 1
- Border_47.BorderSizePixel = 0
- Border_47.Position = UDim2.new(0, -12, 0, 0)
- Border_47.Size = UDim2.new(0, 12, 1, 0)
- Border_47.ZIndex = 110
- Border_47.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_47.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_47.ImageRectOffset = Vector2.new(0, 12)
- Border_47.ImageRectSize = Vector2.new(12, 12)
- Border_48.Name = "Border"
- Border_48.Parent = Borders_6
- Border_48.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_48.BackgroundTransparency = 1
- Border_48.BorderSizePixel = 0
- Border_48.Position = UDim2.new(1, 0, 0, 0)
- Border_48.Size = UDim2.new(0, 12, 1, 0)
- Border_48.ZIndex = 110
- Border_48.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_48.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_48.ImageRectOffset = Vector2.new(24, 12)
- Border_48.ImageRectSize = Vector2.new(12, 12)
- ChathookLabel.Name = "ChathookLabel"
- ChathookLabel.Parent = ExtrasFrame
- ChathookLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ChathookLabel.BackgroundTransparency = 1
- ChathookLabel.BorderSizePixel = 0
- ChathookLabel.Position = UDim2.new(0.510516226, 0, 0.628968239, 0)
- ChathookLabel.Size = UDim2.new(0.313575536, 0, 0.134920642, 0)
- ChathookLabel.ZIndex = 120
- ChathookLabel.Font = Enum.Font.Highway
- ChathookLabel.Text = "Chathook : "
- ChathookLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChathookLabel.TextScaled = true
- ChathookLabel.TextSize = 14
- ChathookLabel.TextWrapped = true
- ChathookLabel.TextXAlignment = Enum.TextXAlignment.Left
- ChathookSwitch.Name = "ChathookSwitch"
- ChathookSwitch.Parent = ExtrasFrame
- ChathookSwitch.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ChathookSwitch.BorderSizePixel = 0
- ChathookSwitch.Position = UDim2.new(0.923518181, 0, 0.658730268, 0)
- ChathookSwitch.Size = UDim2.new(0, 20, 0, 20)
- ChathookSwitch.ZIndex = 120
- ChathookSwitch.Font = Enum.Font.Highway
- ChathookSwitch.Text = ""
- ChathookSwitch.TextColor3 = Color3.new(1, 1, 1)
- ChathookSwitch.TextScaled = true
- ChathookSwitch.TextSize = 14
- ChathookSwitch.TextWrapped = true
- Borders_7.Name = "Borders"
- Borders_7.Parent = ChathookSwitch
- Borders_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_7.BackgroundTransparency = 1
- Borders_7.BorderSizePixel = 0
- Borders_7.Size = UDim2.new(1, 0, 1, 0)
- Borders_7.ZIndex = 120
- Border_49.Name = "Border"
- Border_49.Parent = Borders_7
- Border_49.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_49.BackgroundTransparency = 1
- Border_49.BorderSizePixel = 0
- Border_49.Position = UDim2.new(0, -12, 0, -12)
- Border_49.Size = UDim2.new(0, 12, 0, 12)
- Border_49.ZIndex = 110
- Border_49.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_49.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_49.ImageRectSize = Vector2.new(12, 12)
- Border_50.Name = "Border"
- Border_50.Parent = Borders_7
- Border_50.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_50.BackgroundTransparency = 1
- Border_50.BorderSizePixel = 0
- Border_50.Position = UDim2.new(1, 0, 0, -12)
- Border_50.Size = UDim2.new(0, 12, 0, 12)
- Border_50.ZIndex = 110
- Border_50.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_50.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_50.ImageRectOffset = Vector2.new(24, 0)
- Border_50.ImageRectSize = Vector2.new(12, 12)
- Border_51.Name = "Border"
- Border_51.Parent = Borders_7
- Border_51.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_51.BackgroundTransparency = 1
- Border_51.BorderSizePixel = 0
- Border_51.Position = UDim2.new(0, -12, 1, 0)
- Border_51.Size = UDim2.new(0, 12, 0, 12)
- Border_51.ZIndex = 110
- Border_51.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_51.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_51.ImageRectOffset = Vector2.new(0, 24)
- Border_51.ImageRectSize = Vector2.new(12, 12)
- Border_52.Name = "Border"
- Border_52.Parent = Borders_7
- Border_52.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_52.BackgroundTransparency = 1
- Border_52.BorderSizePixel = 0
- Border_52.Position = UDim2.new(1, 0, 1, 0)
- Border_52.Size = UDim2.new(0, 12, 0, 12)
- Border_52.ZIndex = 110
- Border_52.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_52.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_52.ImageRectOffset = Vector2.new(24, 24)
- Border_52.ImageRectSize = Vector2.new(12, 12)
- Border_53.Name = "Border"
- Border_53.Parent = Borders_7
- Border_53.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_53.BackgroundTransparency = 1
- Border_53.BorderSizePixel = 0
- Border_53.Position = UDim2.new(0, 0, 1, 0)
- Border_53.Size = UDim2.new(1, 0, 0, 12)
- Border_53.ZIndex = 110
- Border_53.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_53.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_53.ImageRectOffset = Vector2.new(12, 24)
- Border_53.ImageRectSize = Vector2.new(12, 12)
- Border_54.Name = "Border"
- Border_54.Parent = Borders_7
- Border_54.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_54.BackgroundTransparency = 1
- Border_54.BorderSizePixel = 0
- Border_54.Position = UDim2.new(0, 0, 0, -12)
- Border_54.Size = UDim2.new(1, 0, 0, 12)
- Border_54.ZIndex = 110
- Border_54.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_54.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_54.ImageRectOffset = Vector2.new(12, 0)
- Border_54.ImageRectSize = Vector2.new(12, 12)
- Border_55.Name = "Border"
- Border_55.Parent = Borders_7
- Border_55.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_55.BackgroundTransparency = 1
- Border_55.BorderSizePixel = 0
- Border_55.Position = UDim2.new(0, -12, 0, 0)
- Border_55.Size = UDim2.new(0, 12, 1, 0)
- Border_55.ZIndex = 110
- Border_55.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_55.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_55.ImageRectOffset = Vector2.new(0, 12)
- Border_55.ImageRectSize = Vector2.new(12, 12)
- Border_56.Name = "Border"
- Border_56.Parent = Borders_7
- Border_56.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_56.BackgroundTransparency = 1
- Border_56.BorderSizePixel = 0
- Border_56.Position = UDim2.new(1, 0, 0, 0)
- Border_56.Size = UDim2.new(0, 12, 1, 0)
- Border_56.ZIndex = 110
- Border_56.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_56.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Border_56.ImageRectOffset = Vector2.new(24, 12)
- Border_56.ImageRectSize = Vector2.new(12, 12)
- Goto.Name = "Goto"
- Goto.Parent = ExtrasFrame
- Goto.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Goto.BorderSizePixel = 0
- Goto.Position = UDim2.new(0.525812626, 0, 0.865079343, 0)
- Goto.Size = UDim2.new(0, 228, 0, 17)
- Goto.ZIndex = 120
- Goto.Font = Enum.Font.Highway
- Goto.Text = "Credits"
- Goto.TextColor3 = Color3.new(1, 1, 1)
- Goto.TextScaled = true
- Goto.TextSize = 14
- Goto.TextWrapped = true
- Borders_8.Name = "Borders"
- Borders_8.Parent = Goto
- Borders_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_8.BackgroundTransparency = 1
- Borders_8.BorderSizePixel = 0
- Borders_8.Size = UDim2.new(1, 0, 1, 0)
- Borders_8.ZIndex = 120
- Border_57.Name = "Border"
- Border_57.Parent = Borders_8
- Border_57.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_57.BackgroundTransparency = 1
- Border_57.BorderSizePixel = 0
- Border_57.Position = UDim2.new(0, -12, 0, -12)
- Border_57.Size = UDim2.new(0, 12, 0, 12)
- Border_57.ZIndex = 110
- Border_57.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_57.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_57.ImageRectSize = Vector2.new(12, 12)
- Border_58.Name = "Border"
- Border_58.Parent = Borders_8
- Border_58.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_58.BackgroundTransparency = 1
- Border_58.BorderSizePixel = 0
- Border_58.Position = UDim2.new(1, 0, 0, -12)
- Border_58.Size = UDim2.new(0, 12, 0, 12)
- Border_58.ZIndex = 110
- Border_58.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_58.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_58.ImageRectOffset = Vector2.new(24, 0)
- Border_58.ImageRectSize = Vector2.new(12, 12)
- Border_59.Name = "Border"
- Border_59.Parent = Borders_8
- Border_59.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_59.BackgroundTransparency = 1
- Border_59.BorderSizePixel = 0
- Border_59.Position = UDim2.new(0, -12, 1, 0)
- Border_59.Size = UDim2.new(0, 12, 0, 12)
- Border_59.ZIndex = 110
- Border_59.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_59.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_59.ImageRectOffset = Vector2.new(0, 24)
- Border_59.ImageRectSize = Vector2.new(12, 12)
- Border_60.Name = "Border"
- Border_60.Parent = Borders_8
- Border_60.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_60.BackgroundTransparency = 1
- Border_60.BorderSizePixel = 0
- Border_60.Position = UDim2.new(1, 0, 1, 0)
- Border_60.Size = UDim2.new(0, 12, 0, 12)
- Border_60.ZIndex = 110
- Border_60.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_60.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_60.ImageRectOffset = Vector2.new(24, 24)
- Border_60.ImageRectSize = Vector2.new(12, 12)
- Border_61.Name = "Border"
- Border_61.Parent = Borders_8
- Border_61.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_61.BackgroundTransparency = 1
- Border_61.BorderSizePixel = 0
- Border_61.Position = UDim2.new(0, 0, 1, 0)
- Border_61.Size = UDim2.new(1, 0, 0, 12)
- Border_61.ZIndex = 110
- Border_61.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_61.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_61.ImageRectOffset = Vector2.new(12, 24)
- Border_61.ImageRectSize = Vector2.new(12, 12)
- Border_62.Name = "Border"
- Border_62.Parent = Borders_8
- Border_62.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_62.BackgroundTransparency = 1
- Border_62.BorderSizePixel = 0
- Border_62.Position = UDim2.new(0, 0, 0, -12)
- Border_62.Size = UDim2.new(1, 0, 0, 12)
- Border_62.ZIndex = 110
- Border_62.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_62.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_62.ImageRectOffset = Vector2.new(12, 0)
- Border_62.ImageRectSize = Vector2.new(12, 12)
- Border_63.Name = "Border"
- Border_63.Parent = Borders_8
- Border_63.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_63.BackgroundTransparency = 1
- Border_63.BorderSizePixel = 0
- Border_63.Position = UDim2.new(0, -12, 0, 0)
- Border_63.Size = UDim2.new(0, 12, 1, 0)
- Border_63.ZIndex = 110
- Border_63.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_63.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_63.ImageRectOffset = Vector2.new(0, 12)
- Border_63.ImageRectSize = Vector2.new(12, 12)
- Border_64.Name = "Border"
- Border_64.Parent = Borders_8
- Border_64.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_64.BackgroundTransparency = 1
- Border_64.BorderSizePixel = 0
- Border_64.Position = UDim2.new(1, 0, 0, 0)
- Border_64.Size = UDim2.new(0, 12, 1, 0)
- Border_64.ZIndex = 110
- Border_64.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_64.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_64.ImageRectOffset = Vector2.new(24, 12)
- Border_64.ImageRectSize = Vector2.new(12, 12)
- -- Objects
- MainCommandsFrame = Instance.new("Frame")
- Playername = Instance.new("TextBox")
- Borders = Instance.new("Frame")
- Border = Instance.new("ImageLabel")
- Border_2 = Instance.new("ImageLabel")
- Border_3 = Instance.new("ImageLabel")
- Border_4 = Instance.new("ImageLabel")
- Border_5 = Instance.new("ImageLabel")
- Border_6 = Instance.new("ImageLabel")
- Border_7 = Instance.new("ImageLabel")
- Border_8 = Instance.new("ImageLabel")
- Pickups = Instance.new("TextButton")
- Borders_2 = Instance.new("Frame")
- Border_9 = Instance.new("ImageLabel")
- Border_10 = Instance.new("ImageLabel")
- Border_11 = Instance.new("ImageLabel")
- Border_12 = Instance.new("ImageLabel")
- Border_13 = Instance.new("ImageLabel")
- Border_14 = Instance.new("ImageLabel")
- Border_15 = Instance.new("ImageLabel")
- Border_16 = Instance.new("ImageLabel")
- LeaderVote = Instance.new("TextButton")
- Borders_3 = Instance.new("Frame")
- Border_17 = Instance.new("ImageLabel")
- Border_18 = Instance.new("ImageLabel")
- Border_19 = Instance.new("ImageLabel")
- Border_20 = Instance.new("ImageLabel")
- Border_21 = Instance.new("ImageLabel")
- Border_22 = Instance.new("ImageLabel")
- Border_23 = Instance.new("ImageLabel")
- Border_24 = Instance.new("ImageLabel")
- VerifyProfile = Instance.new("TextButton")
- Borders_4 = Instance.new("Frame")
- Border_25 = Instance.new("ImageLabel")
- Border_26 = Instance.new("ImageLabel")
- Border_27 = Instance.new("ImageLabel")
- Border_28 = Instance.new("ImageLabel")
- Border_29 = Instance.new("ImageLabel")
- Border_30 = Instance.new("ImageLabel")
- Border_31 = Instance.new("ImageLabel")
- Border_32 = Instance.new("ImageLabel")
- KickVote = Instance.new("TextButton")
- Borders_5 = Instance.new("Frame")
- Border_33 = Instance.new("ImageLabel")
- Border_34 = Instance.new("ImageLabel")
- Border_35 = Instance.new("ImageLabel")
- Border_36 = Instance.new("ImageLabel")
- Border_37 = Instance.new("ImageLabel")
- Border_38 = Instance.new("ImageLabel")
- Border_39 = Instance.new("ImageLabel")
- Border_40 = Instance.new("ImageLabel")
- ShowInventory = Instance.new("TextButton")
- Borders_6 = Instance.new("Frame")
- Border_41 = Instance.new("ImageLabel")
- Border_42 = Instance.new("ImageLabel")
- Border_43 = Instance.new("ImageLabel")
- Border_44 = Instance.new("ImageLabel")
- Border_45 = Instance.new("ImageLabel")
- Border_46 = Instance.new("ImageLabel")
- Border_47 = Instance.new("ImageLabel")
- Border_48 = Instance.new("ImageLabel")
- JuryVote = Instance.new("TextButton")
- Borders_7 = Instance.new("Frame")
- Border_49 = Instance.new("ImageLabel")
- Border_50 = Instance.new("ImageLabel")
- Border_51 = Instance.new("ImageLabel")
- Border_52 = Instance.new("ImageLabel")
- Border_53 = Instance.new("ImageLabel")
- Border_54 = Instance.new("ImageLabel")
- Border_55 = Instance.new("ImageLabel")
- Border_56 = Instance.new("ImageLabel")
- Goto = Instance.new("TextButton")
- Borders_8 = Instance.new("Frame")
- Border_57 = Instance.new("ImageLabel")
- Border_58 = Instance.new("ImageLabel")
- Border_59 = Instance.new("ImageLabel")
- Border_60 = Instance.new("ImageLabel")
- Border_61 = Instance.new("ImageLabel")
- Border_62 = Instance.new("ImageLabel")
- Border_63 = Instance.new("ImageLabel")
- Border_64 = Instance.new("ImageLabel")
- ViewProfile = Instance.new("TextButton")
- Borders_9 = Instance.new("Frame")
- Border_65 = Instance.new("ImageLabel")
- Border_66 = Instance.new("ImageLabel")
- Border_67 = Instance.new("ImageLabel")
- Border_68 = Instance.new("ImageLabel")
- Border_69 = Instance.new("ImageLabel")
- Border_70 = Instance.new("ImageLabel")
- Border_71 = Instance.new("ImageLabel")
- Border_72 = Instance.new("ImageLabel")
- PlayerIcon = Instance.new("ImageLabel")
- Borders_10 = Instance.new("Frame")
- Border_73 = Instance.new("ImageLabel")
- Border_74 = Instance.new("ImageLabel")
- Border_75 = Instance.new("ImageLabel")
- Border_76 = Instance.new("ImageLabel")
- Border_77 = Instance.new("ImageLabel")
- Border_78 = Instance.new("ImageLabel")
- Border_79 = Instance.new("ImageLabel")
- Border_80 = Instance.new("ImageLabel")
- PlayerNameLabel = Instance.new("TextLabel")
- -- Properties
- MainCommandsFrame.Name = "MainCommandsFrame"
- MainCommandsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainCommandsFrame.BackgroundTransparency = 1
- MainCommandsFrame.BorderSizePixel = 0
- MainCommandsFrame.Size = UDim2.new(1, 0, 1, 0)
- Playername.Name = "Playername"
- Playername.Parent = MainCommandsFrame
- Playername.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Playername.BorderSizePixel = 0
- Playername.Position = UDim2.new(0.0210325047, 0, 0.027777778, 0)
- Playername.Size = UDim2.new(0.957934976, 0, 0.0714285746, 0)
- Playername.ZIndex = 120
- Playername.Font = Enum.Font.Highway
- Playername.PlaceholderColor3 = Color3.new(1, 1, 1)
- Playername.Text = "Player Name"
- Playername.TextColor3 = Color3.new(1, 1, 1)
- Playername.TextScaled = true
- Playername.TextSize = 14
- Playername.TextWrapped = true
- Playername.TextXAlignment = Enum.TextXAlignment.Left
- Borders.Name = "Borders"
- Borders.Parent = Playername
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 110
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 110
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 110
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 110
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 110
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- Pickups.Name = "Pickups"
- Pickups.Parent = MainCommandsFrame
- Pickups.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Pickups.BorderSizePixel = 0
- Pickups.Position = UDim2.new(0.0210325047, 0, 0.888888896, 0)
- Pickups.Size = UDim2.new(0, 501, 0, 17)
- Pickups.ZIndex = 120
- Pickups.Font = Enum.Font.Highway
- Pickups.Text = "Get Pickups"
- Pickups.TextColor3 = Color3.new(1, 1, 1)
- Pickups.TextScaled = true
- Pickups.TextSize = 14
- Pickups.TextWrapped = true
- Borders_2.Name = "Borders"
- Borders_2.Parent = Pickups
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(0, -12, 0, -12)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 110
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(1, 0, 0, -12)
- Border_10.Size = UDim2.new(0, 12, 0, 12)
- Border_10.ZIndex = 110
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_10.ImageRectOffset = Vector2.new(24, 0)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, -12, 1, 0)
- Border_11.Size = UDim2.new(0, 12, 0, 12)
- Border_11.ZIndex = 110
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_11.ImageRectOffset = Vector2.new(0, 24)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(1, 0, 1, 0)
- Border_12.Size = UDim2.new(0, 12, 0, 12)
- Border_12.ZIndex = 110
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_12.ImageRectOffset = Vector2.new(24, 24)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(0, 0, 1, 0)
- Border_13.Size = UDim2.new(1, 0, 0, 12)
- Border_13.ZIndex = 110
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_13.ImageRectOffset = Vector2.new(12, 24)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- Border_14.Name = "Border"
- Border_14.Parent = Borders_2
- Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, 0, 0, -12)
- Border_14.Size = UDim2.new(1, 0, 0, 12)
- Border_14.ZIndex = 110
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_14.ImageRectOffset = Vector2.new(12, 0)
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_2
- Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(0, -12, 0, 0)
- Border_15.Size = UDim2.new(0, 12, 1, 0)
- Border_15.ZIndex = 110
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_15.ImageRectOffset = Vector2.new(0, 12)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_2
- Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(1, 0, 0, 0)
- Border_16.Size = UDim2.new(0, 12, 1, 0)
- Border_16.ZIndex = 110
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_16.ImageRectOffset = Vector2.new(24, 12)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- LeaderVote.Name = "LeaderVote"
- LeaderVote.Parent = MainCommandsFrame
- LeaderVote.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- LeaderVote.BorderSizePixel = 0
- LeaderVote.Position = UDim2.new(0.36328873, 0, 0.706349194, 0)
- LeaderVote.Size = UDim2.new(0, 144, 0, 17)
- LeaderVote.ZIndex = 120
- LeaderVote.Font = Enum.Font.Highway
- LeaderVote.Text = "Leader Vote"
- LeaderVote.TextColor3 = Color3.new(1, 1, 1)
- LeaderVote.TextScaled = true
- LeaderVote.TextSize = 14
- LeaderVote.TextWrapped = true
- Borders_3.Name = "Borders"
- Borders_3.Parent = LeaderVote
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(0, -12, 0, -12)
- Border_17.Size = UDim2.new(0, 12, 0, 12)
- Border_17.ZIndex = 110
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(1, 0, 0, -12)
- Border_18.Size = UDim2.new(0, 12, 0, 12)
- Border_18.ZIndex = 110
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_18.ImageRectOffset = Vector2.new(24, 0)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Border_19.Name = "Border"
- Border_19.Parent = Borders_3
- Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, -12, 1, 0)
- Border_19.Size = UDim2.new(0, 12, 0, 12)
- Border_19.ZIndex = 110
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_19.ImageRectOffset = Vector2.new(0, 24)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_3
- Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(1, 0, 1, 0)
- Border_20.Size = UDim2.new(0, 12, 0, 12)
- Border_20.ZIndex = 110
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_20.ImageRectOffset = Vector2.new(24, 24)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_3
- Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(0, 0, 1, 0)
- Border_21.Size = UDim2.new(1, 0, 0, 12)
- Border_21.ZIndex = 110
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_21.ImageRectOffset = Vector2.new(12, 24)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- local function ReFly()
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not Data.SwitchData.Flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "Deez" then
- if Data.SwitchData.Flying then Data.SwitchData.Flying = false
- else
- Data.SwitchData.Flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- end
- Border_22.Name = "Border"
- Border_22.Parent = Borders_3
- Border_22.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_22.BackgroundTransparency = 1
- Border_22.BorderSizePixel = 0
- Border_22.Position = UDim2.new(0, 0, 0, -12)
- Border_22.Size = UDim2.new(1, 0, 0, 12)
- Border_22.ZIndex = 110
- Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_22.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_22.ImageRectOffset = Vector2.new(12, 0)
- Border_22.ImageRectSize = Vector2.new(12, 12)
- Border_23.Name = "Border"
- Border_23.Parent = Borders_3
- Border_23.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_23.BackgroundTransparency = 1
- Border_23.BorderSizePixel = 0
- Border_23.Position = UDim2.new(0, -12, 0, 0)
- Border_23.Size = UDim2.new(0, 12, 1, 0)
- Border_23.ZIndex = 110
- Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_23.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_23.ImageRectOffset = Vector2.new(0, 12)
- Border_23.ImageRectSize = Vector2.new(12, 12)
- Border_24.Name = "Border"
- Border_24.Parent = Borders_3
- Border_24.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_24.BackgroundTransparency = 1
- Border_24.BorderSizePixel = 0
- Border_24.Position = UDim2.new(1, 0, 0, 0)
- Border_24.Size = UDim2.new(0, 12, 1, 0)
- Border_24.ZIndex = 110
- Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_24.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_24.ImageRectOffset = Vector2.new(24, 12)
- Border_24.ImageRectSize = Vector2.new(12, 12)
- VerifyProfile.Name = "VerifyProfile"
- VerifyProfile.Parent = MainCommandsFrame
- VerifyProfile.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- VerifyProfile.BorderSizePixel = 0
- VerifyProfile.Position = UDim2.new(0.703632891, 0, 0.53174603, 0)
- VerifyProfile.Size = UDim2.new(0, 144, 0, 17)
- VerifyProfile.ZIndex = 120
- VerifyProfile.Font = Enum.Font.Highway
- VerifyProfile.Text = "Verify Profile"
- VerifyProfile.TextColor3 = Color3.new(1, 1, 1)
- VerifyProfile.TextScaled = true
- VerifyProfile.TextSize = 14
- VerifyProfile.TextWrapped = true
- Borders_4.Name = "Borders"
- Borders_4.Parent = VerifyProfile
- Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_4.BackgroundTransparency = 1
- Borders_4.BorderSizePixel = 0
- Borders_4.Size = UDim2.new(1, 0, 1, 0)
- Borders_4.ZIndex = 120
- Border_25.Name = "Border"
- Border_25.Parent = Borders_4
- Border_25.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_25.BackgroundTransparency = 1
- Border_25.BorderSizePixel = 0
- Border_25.Position = UDim2.new(0, -12, 0, -12)
- Border_25.Size = UDim2.new(0, 12, 0, 12)
- Border_25.ZIndex = 110
- Border_25.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_25.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_25.ImageRectSize = Vector2.new(12, 12)
- Border_26.Name = "Border"
- Border_26.Parent = Borders_4
- Border_26.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_26.BackgroundTransparency = 1
- Border_26.BorderSizePixel = 0
- Border_26.Position = UDim2.new(1, 0, 0, -12)
- Border_26.Size = UDim2.new(0, 12, 0, 12)
- Border_26.ZIndex = 110
- Border_26.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_26.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_26.ImageRectOffset = Vector2.new(24, 0)
- Border_26.ImageRectSize = Vector2.new(12, 12)
- Border_27.Name = "Border"
- Border_27.Parent = Borders_4
- Border_27.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_27.BackgroundTransparency = 1
- Border_27.BorderSizePixel = 0
- Border_27.Position = UDim2.new(0, -12, 1, 0)
- Border_27.Size = UDim2.new(0, 12, 0, 12)
- Border_27.ZIndex = 110
- Border_27.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_27.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_27.ImageRectOffset = Vector2.new(0, 24)
- Border_27.ImageRectSize = Vector2.new(12, 12)
- Border_28.Name = "Border"
- Border_28.Parent = Borders_4
- Border_28.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_28.BackgroundTransparency = 1
- Border_28.BorderSizePixel = 0
- Border_28.Position = UDim2.new(1, 0, 1, 0)
- Border_28.Size = UDim2.new(0, 12, 0, 12)
- Border_28.ZIndex = 110
- Border_28.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_28.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_28.ImageRectOffset = Vector2.new(24, 24)
- Border_28.ImageRectSize = Vector2.new(12, 12)
- Border_29.Name = "Border"
- Border_29.Parent = Borders_4
- Border_29.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_29.BackgroundTransparency = 1
- Border_29.BorderSizePixel = 0
- Border_29.Position = UDim2.new(0, 0, 1, 0)
- Border_29.Size = UDim2.new(1, 0, 0, 12)
- Border_29.ZIndex = 110
- Border_29.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_29.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_29.ImageRectOffset = Vector2.new(12, 24)
- Border_29.ImageRectSize = Vector2.new(12, 12)
- Border_30.Name = "Border"
- Border_30.Parent = Borders_4
- Border_30.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_30.BackgroundTransparency = 1
- Border_30.BorderSizePixel = 0
- Border_30.Position = UDim2.new(0, 0, 0, -12)
- Border_30.Size = UDim2.new(1, 0, 0, 12)
- Border_30.ZIndex = 110
- Border_30.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_30.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_30.ImageRectOffset = Vector2.new(12, 0)
- Border_30.ImageRectSize = Vector2.new(12, 12)
- Border_31.Name = "Border"
- Border_31.Parent = Borders_4
- Border_31.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_31.BackgroundTransparency = 1
- Border_31.BorderSizePixel = 0
- Border_31.Position = UDim2.new(0, -12, 0, 0)
- Border_31.Size = UDim2.new(0, 12, 1, 0)
- Border_31.ZIndex = 110
- Border_31.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_31.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_31.ImageRectOffset = Vector2.new(0, 12)
- Border_31.ImageRectSize = Vector2.new(12, 12)
- Border_32.Name = "Border"
- Border_32.Parent = Borders_4
- Border_32.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_32.BackgroundTransparency = 1
- Border_32.BorderSizePixel = 0
- Border_32.Position = UDim2.new(1, 0, 0, 0)
- Border_32.Size = UDim2.new(0, 12, 1, 0)
- Border_32.ZIndex = 110
- Border_32.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_32.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_32.ImageRectOffset = Vector2.new(24, 12)
- Border_32.ImageRectSize = Vector2.new(12, 12)
- KickVote.Name = "KickVote"
- KickVote.Parent = MainCommandsFrame
- KickVote.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- KickVote.BorderSizePixel = 0
- KickVote.Position = UDim2.new(0.0210325047, 0, 0.53174603, 0)
- KickVote.Size = UDim2.new(0, 144, 0, 17)
- KickVote.ZIndex = 120
- KickVote.Font = Enum.Font.Highway
- KickVote.Text = "Kick Vote"
- KickVote.TextColor3 = Color3.new(1, 1, 1)
- KickVote.TextScaled = true
- KickVote.TextSize = 14
- KickVote.TextWrapped = true
- Borders_5.Name = "Borders"
- Borders_5.Parent = KickVote
- Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_5.BackgroundTransparency = 1
- Borders_5.BorderSizePixel = 0
- Borders_5.Size = UDim2.new(1, 0, 1, 0)
- Borders_5.ZIndex = 120
- Border_33.Name = "Border"
- Border_33.Parent = Borders_5
- Border_33.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_33.BackgroundTransparency = 1
- Border_33.BorderSizePixel = 0
- Border_33.Position = UDim2.new(0, -12, 0, -12)
- Border_33.Size = UDim2.new(0, 12, 0, 12)
- Border_33.ZIndex = 110
- Border_33.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_33.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_33.ImageRectSize = Vector2.new(12, 12)
- Border_34.Name = "Border"
- Border_34.Parent = Borders_5
- Border_34.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_34.BackgroundTransparency = 1
- Border_34.BorderSizePixel = 0
- Border_34.Position = UDim2.new(1, 0, 0, -12)
- Border_34.Size = UDim2.new(0, 12, 0, 12)
- Border_34.ZIndex = 110
- Border_34.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_34.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_34.ImageRectOffset = Vector2.new(24, 0)
- Border_34.ImageRectSize = Vector2.new(12, 12)
- Border_35.Name = "Border"
- Border_35.Parent = Borders_5
- Border_35.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_35.BackgroundTransparency = 1
- Border_35.BorderSizePixel = 0
- Border_35.Position = UDim2.new(0, -12, 1, 0)
- Border_35.Size = UDim2.new(0, 12, 0, 12)
- Border_35.ZIndex = 110
- Border_35.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_35.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_35.ImageRectOffset = Vector2.new(0, 24)
- Border_35.ImageRectSize = Vector2.new(12, 12)
- Border_36.Name = "Border"
- Border_36.Parent = Borders_5
- Border_36.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_36.BackgroundTransparency = 1
- Border_36.BorderSizePixel = 0
- Border_36.Position = UDim2.new(1, 0, 1, 0)
- Border_36.Size = UDim2.new(0, 12, 0, 12)
- Border_36.ZIndex = 110
- Border_36.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_36.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_36.ImageRectOffset = Vector2.new(24, 24)
- Border_36.ImageRectSize = Vector2.new(12, 12)
- Border_37.Name = "Border"
- Border_37.Parent = Borders_5
- Border_37.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_37.BackgroundTransparency = 1
- Border_37.BorderSizePixel = 0
- Border_37.Position = UDim2.new(0, 0, 1, 0)
- Border_37.Size = UDim2.new(1, 0, 0, 12)
- Border_37.ZIndex = 110
- Border_37.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_37.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_37.ImageRectOffset = Vector2.new(12, 24)
- Border_37.ImageRectSize = Vector2.new(12, 12)
- Border_38.Name = "Border"
- Border_38.Parent = Borders_5
- Border_38.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_38.BackgroundTransparency = 1
- Border_38.BorderSizePixel = 0
- Border_38.Position = UDim2.new(0, 0, 0, -12)
- Border_38.Size = UDim2.new(1, 0, 0, 12)
- Border_38.ZIndex = 110
- Border_38.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_38.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_38.ImageRectOffset = Vector2.new(12, 0)
- Border_38.ImageRectSize = Vector2.new(12, 12)
- Border_39.Name = "Border"
- Border_39.Parent = Borders_5
- Border_39.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_39.BackgroundTransparency = 1
- Border_39.BorderSizePixel = 0
- Border_39.Position = UDim2.new(0, -12, 0, 0)
- Border_39.Size = UDim2.new(0, 12, 1, 0)
- Border_39.ZIndex = 110
- Border_39.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_39.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_39.ImageRectOffset = Vector2.new(0, 12)
- Border_39.ImageRectSize = Vector2.new(12, 12)
- Border_40.Name = "Border"
- Border_40.Parent = Borders_5
- Border_40.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_40.BackgroundTransparency = 1
- Border_40.BorderSizePixel = 0
- Border_40.Position = UDim2.new(1, 0, 0, 0)
- Border_40.Size = UDim2.new(0, 12, 1, 0)
- Border_40.ZIndex = 110
- Border_40.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_40.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_40.ImageRectOffset = Vector2.new(24, 12)
- Border_40.ImageRectSize = Vector2.new(12, 12)
- ShowInventory.Name = "ShowInventory"
- ShowInventory.Parent = MainCommandsFrame
- ShowInventory.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- ShowInventory.BorderSizePixel = 0
- ShowInventory.Position = UDim2.new(0.0210325047, 0, 0.706349194, 0)
- ShowInventory.Size = UDim2.new(0, 144, 0, 17)
- ShowInventory.ZIndex = 120
- ShowInventory.Font = Enum.Font.Highway
- ShowInventory.Text = "Show Inventory"
- ShowInventory.TextColor3 = Color3.new(1, 1, 1)
- ShowInventory.TextScaled = true
- ShowInventory.TextSize = 14
- ShowInventory.TextWrapped = true
- Borders_6.Name = "Borders"
- Borders_6.Parent = ShowInventory
- Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_6.BackgroundTransparency = 1
- Borders_6.BorderSizePixel = 0
- Borders_6.Size = UDim2.new(1, 0, 1, 0)
- Borders_6.ZIndex = 120
- Border_41.Name = "Border"
- Border_41.Parent = Borders_6
- Border_41.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_41.BackgroundTransparency = 1
- Border_41.BorderSizePixel = 0
- Border_41.Position = UDim2.new(0, -12, 0, -12)
- Border_41.Size = UDim2.new(0, 12, 0, 12)
- Border_41.ZIndex = 110
- Border_41.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_41.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_41.ImageRectSize = Vector2.new(12, 12)
- Border_42.Name = "Border"
- Border_42.Parent = Borders_6
- Border_42.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_42.BackgroundTransparency = 1
- Border_42.BorderSizePixel = 0
- Border_42.Position = UDim2.new(1, 0, 0, -12)
- Border_42.Size = UDim2.new(0, 12, 0, 12)
- Border_42.ZIndex = 110
- Border_42.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_42.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_42.ImageRectOffset = Vector2.new(24, 0)
- Border_42.ImageRectSize = Vector2.new(12, 12)
- Border_43.Name = "Border"
- Border_43.Parent = Borders_6
- Border_43.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_43.BackgroundTransparency = 1
- Border_43.BorderSizePixel = 0
- Border_43.Position = UDim2.new(0, -12, 1, 0)
- Border_43.Size = UDim2.new(0, 12, 0, 12)
- Border_43.ZIndex = 110
- Border_43.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_43.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_43.ImageRectOffset = Vector2.new(0, 24)
- Border_43.ImageRectSize = Vector2.new(12, 12)
- Border_44.Name = "Border"
- Border_44.Parent = Borders_6
- Border_44.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_44.BackgroundTransparency = 1
- Border_44.BorderSizePixel = 0
- Border_44.Position = UDim2.new(1, 0, 1, 0)
- Border_44.Size = UDim2.new(0, 12, 0, 12)
- Border_44.ZIndex = 110
- Border_44.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_44.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_44.ImageRectOffset = Vector2.new(24, 24)
- Border_44.ImageRectSize = Vector2.new(12, 12)
- Border_45.Name = "Border"
- Border_45.Parent = Borders_6
- Border_45.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_45.BackgroundTransparency = 1
- Border_45.BorderSizePixel = 0
- Border_45.Position = UDim2.new(0, 0, 1, 0)
- Border_45.Size = UDim2.new(1, 0, 0, 12)
- Border_45.ZIndex = 110
- Border_45.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_45.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_45.ImageRectOffset = Vector2.new(12, 24)
- Border_45.ImageRectSize = Vector2.new(12, 12)
- Border_46.Name = "Border"
- Border_46.Parent = Borders_6
- Border_46.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_46.BackgroundTransparency = 1
- Border_46.BorderSizePixel = 0
- Border_46.Position = UDim2.new(0, 0, 0, -12)
- Border_46.Size = UDim2.new(1, 0, 0, 12)
- Border_46.ZIndex = 110
- Border_46.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_46.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_46.ImageRectOffset = Vector2.new(12, 0)
- Border_46.ImageRectSize = Vector2.new(12, 12)
- Border_47.Name = "Border"
- Border_47.Parent = Borders_6
- Border_47.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_47.BackgroundTransparency = 1
- Border_47.BorderSizePixel = 0
- Border_47.Position = UDim2.new(0, -12, 0, 0)
- Border_47.Size = UDim2.new(0, 12, 1, 0)
- Border_47.ZIndex = 110
- Border_47.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_47.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_47.ImageRectOffset = Vector2.new(0, 12)
- Border_47.ImageRectSize = Vector2.new(12, 12)
- Border_48.Name = "Border"
- Border_48.Parent = Borders_6
- Border_48.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_48.BackgroundTransparency = 1
- Border_48.BorderSizePixel = 0
- Border_48.Position = UDim2.new(1, 0, 0, 0)
- Border_48.Size = UDim2.new(0, 12, 1, 0)
- Border_48.ZIndex = 110
- Border_48.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_48.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_48.ImageRectOffset = Vector2.new(24, 12)
- Border_48.ImageRectSize = Vector2.new(12, 12)
- JuryVote.Name = "JuryVote"
- JuryVote.Parent = MainCommandsFrame
- JuryVote.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- JuryVote.BorderSizePixel = 0
- JuryVote.Position = UDim2.new(0.703632891, 0, 0.706349194, 0)
- JuryVote.Size = UDim2.new(0, 144, 0, 17)
- JuryVote.ZIndex = 120
- JuryVote.Font = Enum.Font.Highway
- JuryVote.Text = "Jury Vote"
- JuryVote.TextColor3 = Color3.new(1, 1, 1)
- JuryVote.TextScaled = true
- JuryVote.TextSize = 14
- JuryVote.TextWrapped = true
- Borders_7.Name = "Borders"
- Borders_7.Parent = JuryVote
- Borders_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_7.BackgroundTransparency = 1
- Borders_7.BorderSizePixel = 0
- Borders_7.Size = UDim2.new(1, 0, 1, 0)
- Borders_7.ZIndex = 120
- Border_49.Name = "Border"
- Border_49.Parent = Borders_7
- Border_49.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_49.BackgroundTransparency = 1
- Border_49.BorderSizePixel = 0
- Border_49.Position = UDim2.new(0, -12, 0, -12)
- Border_49.Size = UDim2.new(0, 12, 0, 12)
- Border_49.ZIndex = 110
- Border_49.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_49.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_49.ImageRectSize = Vector2.new(12, 12)
- Border_50.Name = "Border"
- Border_50.Parent = Borders_7
- Border_50.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_50.BackgroundTransparency = 1
- Border_50.BorderSizePixel = 0
- Border_50.Position = UDim2.new(1, 0, 0, -12)
- Border_50.Size = UDim2.new(0, 12, 0, 12)
- Border_50.ZIndex = 110
- Border_50.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_50.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_50.ImageRectOffset = Vector2.new(24, 0)
- Border_50.ImageRectSize = Vector2.new(12, 12)
- Border_51.Name = "Border"
- Border_51.Parent = Borders_7
- Border_51.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_51.BackgroundTransparency = 1
- Border_51.BorderSizePixel = 0
- Border_51.Position = UDim2.new(0, -12, 1, 0)
- Border_51.Size = UDim2.new(0, 12, 0, 12)
- Border_51.ZIndex = 110
- Border_51.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_51.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_51.ImageRectOffset = Vector2.new(0, 24)
- Border_51.ImageRectSize = Vector2.new(12, 12)
- Border_52.Name = "Border"
- Border_52.Parent = Borders_7
- Border_52.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_52.BackgroundTransparency = 1
- Border_52.BorderSizePixel = 0
- Border_52.Position = UDim2.new(1, 0, 1, 0)
- Border_52.Size = UDim2.new(0, 12, 0, 12)
- Border_52.ZIndex = 110
- Border_52.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_52.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_52.ImageRectOffset = Vector2.new(24, 24)
- Border_52.ImageRectSize = Vector2.new(12, 12)
- Border_53.Name = "Border"
- Border_53.Parent = Borders_7
- Border_53.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_53.BackgroundTransparency = 1
- Border_53.BorderSizePixel = 0
- Border_53.Position = UDim2.new(0, 0, 1, 0)
- Border_53.Size = UDim2.new(1, 0, 0, 12)
- Border_53.ZIndex = 110
- Border_53.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_53.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_53.ImageRectOffset = Vector2.new(12, 24)
- Border_53.ImageRectSize = Vector2.new(12, 12)
- Border_54.Name = "Border"
- Border_54.Parent = Borders_7
- Border_54.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_54.BackgroundTransparency = 1
- Border_54.BorderSizePixel = 0
- Border_54.Position = UDim2.new(0, 0, 0, -12)
- Border_54.Size = UDim2.new(1, 0, 0, 12)
- Border_54.ZIndex = 110
- Border_54.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_54.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_54.ImageRectOffset = Vector2.new(12, 0)
- Border_54.ImageRectSize = Vector2.new(12, 12)
- Border_55.Name = "Border"
- Border_55.Parent = Borders_7
- Border_55.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_55.BackgroundTransparency = 1
- Border_55.BorderSizePixel = 0
- Border_55.Position = UDim2.new(0, -12, 0, 0)
- Border_55.Size = UDim2.new(0, 12, 1, 0)
- Border_55.ZIndex = 110
- Border_55.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_55.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_55.ImageRectOffset = Vector2.new(0, 12)
- Border_55.ImageRectSize = Vector2.new(12, 12)
- Border_56.Name = "Border"
- Border_56.Parent = Borders_7
- Border_56.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_56.BackgroundTransparency = 1
- Border_56.BorderSizePixel = 0
- Border_56.Position = UDim2.new(1, 0, 0, 0)
- Border_56.Size = UDim2.new(0, 12, 1, 0)
- Border_56.ZIndex = 110
- Border_56.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_56.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_56.ImageRectOffset = Vector2.new(24, 12)
- Border_56.ImageRectSize = Vector2.new(12, 12)
- Goto.Name = "Goto"
- Goto.Parent = MainCommandsFrame
- Goto.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Goto.BorderSizePixel = 0
- Goto.Position = UDim2.new(0.36328873, 0, 0.53174603, 0)
- Goto.Size = UDim2.new(0, 144, 0, 17)
- Goto.ZIndex = 120
- Goto.Font = Enum.Font.Highway
- Goto.Text = "Goto"
- Goto.TextColor3 = Color3.new(1, 1, 1)
- Goto.TextScaled = true
- Goto.TextSize = 14
- Goto.TextWrapped = true
- Borders_8.Name = "Borders"
- Borders_8.Parent = Goto
- Borders_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_8.BackgroundTransparency = 1
- Borders_8.BorderSizePixel = 0
- Borders_8.Size = UDim2.new(1, 0, 1, 0)
- Borders_8.ZIndex = 120
- Border_57.Name = "Border"
- Border_57.Parent = Borders_8
- Border_57.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_57.BackgroundTransparency = 1
- Border_57.BorderSizePixel = 0
- Border_57.Position = UDim2.new(0, -12, 0, -12)
- Border_57.Size = UDim2.new(0, 12, 0, 12)
- Border_57.ZIndex = 110
- Border_57.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_57.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_57.ImageRectSize = Vector2.new(12, 12)
- Border_58.Name = "Border"
- Border_58.Parent = Borders_8
- Border_58.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_58.BackgroundTransparency = 1
- Border_58.BorderSizePixel = 0
- Border_58.Position = UDim2.new(1, 0, 0, -12)
- Border_58.Size = UDim2.new(0, 12, 0, 12)
- Border_58.ZIndex = 110
- Border_58.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_58.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_58.ImageRectOffset = Vector2.new(24, 0)
- Border_58.ImageRectSize = Vector2.new(12, 12)
- Border_59.Name = "Border"
- Border_59.Parent = Borders_8
- Border_59.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_59.BackgroundTransparency = 1
- Border_59.BorderSizePixel = 0
- Border_59.Position = UDim2.new(0, -12, 1, 0)
- Border_59.Size = UDim2.new(0, 12, 0, 12)
- Border_59.ZIndex = 110
- Border_59.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_59.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_59.ImageRectOffset = Vector2.new(0, 24)
- Border_59.ImageRectSize = Vector2.new(12, 12)
- Border_60.Name = "Border"
- Border_60.Parent = Borders_8
- Border_60.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_60.BackgroundTransparency = 1
- Border_60.BorderSizePixel = 0
- Border_60.Position = UDim2.new(1, 0, 1, 0)
- Border_60.Size = UDim2.new(0, 12, 0, 12)
- Border_60.ZIndex = 110
- Border_60.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_60.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_60.ImageRectOffset = Vector2.new(24, 24)
- Border_60.ImageRectSize = Vector2.new(12, 12)
- Border_61.Name = "Border"
- Border_61.Parent = Borders_8
- Border_61.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_61.BackgroundTransparency = 1
- Border_61.BorderSizePixel = 0
- Border_61.Position = UDim2.new(0, 0, 1, 0)
- Border_61.Size = UDim2.new(1, 0, 0, 12)
- Border_61.ZIndex = 110
- Border_61.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_61.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_61.ImageRectOffset = Vector2.new(12, 24)
- Border_61.ImageRectSize = Vector2.new(12, 12)
- Border_62.Name = "Border"
- Border_62.Parent = Borders_8
- Border_62.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_62.BackgroundTransparency = 1
- Border_62.BorderSizePixel = 0
- Border_62.Position = UDim2.new(0, 0, 0, -12)
- Border_62.Size = UDim2.new(1, 0, 0, 12)
- Border_62.ZIndex = 110
- Border_62.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_62.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_62.ImageRectOffset = Vector2.new(12, 0)
- Border_62.ImageRectSize = Vector2.new(12, 12)
- Border_63.Name = "Border"
- Border_63.Parent = Borders_8
- Border_63.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_63.BackgroundTransparency = 1
- Border_63.BorderSizePixel = 0
- Border_63.Position = UDim2.new(0, -12, 0, 0)
- Border_63.Size = UDim2.new(0, 12, 1, 0)
- Border_63.ZIndex = 110
- Border_63.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_63.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_63.ImageRectOffset = Vector2.new(0, 12)
- Border_63.ImageRectSize = Vector2.new(12, 12)
- Border_64.Name = "Border"
- Border_64.Parent = Borders_8
- Border_64.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_64.BackgroundTransparency = 1
- Border_64.BorderSizePixel = 0
- Border_64.Position = UDim2.new(1, 0, 0, 0)
- Border_64.Size = UDim2.new(0, 12, 1, 0)
- Border_64.ZIndex = 110
- Border_64.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_64.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_64.ImageRectOffset = Vector2.new(24, 12)
- Border_64.ImageRectSize = Vector2.new(12, 12)
- ViewProfile.Name = "ViewProfile"
- ViewProfile.Parent = MainCommandsFrame
- ViewProfile.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- ViewProfile.BorderSizePixel = 0
- ViewProfile.Position = UDim2.new(0.703632891, 0, 0.275793672, 0)
- ViewProfile.Size = UDim2.new(0, 144, 0, 17)
- ViewProfile.ZIndex = 120
- ViewProfile.Font = Enum.Font.Highway
- ViewProfile.Text = "View Profile"
- ViewProfile.TextColor3 = Color3.new(1, 1, 1)
- ViewProfile.TextScaled = true
- ViewProfile.TextSize = 14
- ViewProfile.TextWrapped = true
- Borders_9.Name = "Borders"
- Borders_9.Parent = ViewProfile
- Borders_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_9.BackgroundTransparency = 1
- Borders_9.BorderSizePixel = 0
- Borders_9.Size = UDim2.new(1, 0, 1, 0)
- Borders_9.ZIndex = 120
- Border_65.Name = "Border"
- Border_65.Parent = Borders_9
- Border_65.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_65.BackgroundTransparency = 1
- Border_65.BorderSizePixel = 0
- Border_65.Position = UDim2.new(0, -12, 0, -12)
- Border_65.Size = UDim2.new(0, 12, 0, 12)
- Border_65.ZIndex = 110
- Border_65.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_65.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_65.ImageRectSize = Vector2.new(12, 12)
- Border_66.Name = "Border"
- Border_66.Parent = Borders_9
- Border_66.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_66.BackgroundTransparency = 1
- Border_66.BorderSizePixel = 0
- Border_66.Position = UDim2.new(1, 0, 0, -12)
- Border_66.Size = UDim2.new(0, 12, 0, 12)
- Border_66.ZIndex = 110
- Border_66.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_66.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_66.ImageRectOffset = Vector2.new(24, 0)
- Border_66.ImageRectSize = Vector2.new(12, 12)
- Border_67.Name = "Border"
- Border_67.Parent = Borders_9
- Border_67.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_67.BackgroundTransparency = 1
- Border_67.BorderSizePixel = 0
- Border_67.Position = UDim2.new(0, -12, 1, 0)
- Border_67.Size = UDim2.new(0, 12, 0, 12)
- Border_67.ZIndex = 110
- Border_67.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_67.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_67.ImageRectOffset = Vector2.new(0, 24)
- Border_67.ImageRectSize = Vector2.new(12, 12)
- Border_68.Name = "Border"
- Border_68.Parent = Borders_9
- Border_68.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_68.BackgroundTransparency = 1
- Border_68.BorderSizePixel = 0
- Border_68.Position = UDim2.new(1, 0, 1, 0)
- Border_68.Size = UDim2.new(0, 12, 0, 12)
- Border_68.ZIndex = 110
- Border_68.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_68.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_68.ImageRectOffset = Vector2.new(24, 24)
- Border_68.ImageRectSize = Vector2.new(12, 12)
- Border_69.Name = "Border"
- Border_69.Parent = Borders_9
- Border_69.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_69.BackgroundTransparency = 1
- Border_69.BorderSizePixel = 0
- Border_69.Position = UDim2.new(0, 0, 1, 0)
- Border_69.Size = UDim2.new(1, 0, 0, 12)
- Border_69.ZIndex = 110
- Border_69.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_69.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_69.ImageRectOffset = Vector2.new(12, 24)
- Border_69.ImageRectSize = Vector2.new(12, 12)
- Border_70.Name = "Border"
- Border_70.Parent = Borders_9
- Border_70.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_70.BackgroundTransparency = 1
- Border_70.BorderSizePixel = 0
- Border_70.Position = UDim2.new(0, 0, 0, -12)
- Border_70.Size = UDim2.new(1, 0, 0, 12)
- Border_70.ZIndex = 110
- Border_70.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_70.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_70.ImageRectOffset = Vector2.new(12, 0)
- Border_70.ImageRectSize = Vector2.new(12, 12)
- Border_71.Name = "Border"
- Border_71.Parent = Borders_9
- Border_71.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_71.BackgroundTransparency = 1
- Border_71.BorderSizePixel = 0
- Border_71.Position = UDim2.new(0, -12, 0, 0)
- Border_71.Size = UDim2.new(0, 12, 1, 0)
- Border_71.ZIndex = 110
- Border_71.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_71.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_71.ImageRectOffset = Vector2.new(0, 12)
- Border_71.ImageRectSize = Vector2.new(12, 12)
- Border_72.Name = "Border"
- Border_72.Parent = Borders_9
- Border_72.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_72.BackgroundTransparency = 1
- Border_72.BorderSizePixel = 0
- Border_72.Position = UDim2.new(1, 0, 0, 0)
- Border_72.Size = UDim2.new(0, 12, 1, 0)
- Border_72.ZIndex = 110
- Border_72.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_72.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_72.ImageRectOffset = Vector2.new(24, 12)
- Border_72.ImageRectSize = Vector2.new(12, 12)
- PlayerIcon.Name = "PlayerIcon"
- PlayerIcon.Parent = MainCommandsFrame
- PlayerIcon.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- PlayerIcon.BorderSizePixel = 0
- PlayerIcon.Position = UDim2.new(0, 11, 0, 53)
- PlayerIcon.Size = UDim2.new(0, 50, 0, 50)
- PlayerIcon.ZIndex = 110
- PlayerIcon.Image = "rbxassetid://1677963821"
- Borders_10.Name = "Borders"
- Borders_10.Parent = PlayerIcon
- Borders_10.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_10.BackgroundTransparency = 1
- Borders_10.BorderSizePixel = 0
- Borders_10.Size = UDim2.new(1, 0, 1, 0)
- Borders_10.ZIndex = 120
- Border_73.Name = "Border"
- Border_73.Parent = Borders_10
- Border_73.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_73.BackgroundTransparency = 1
- Border_73.BorderSizePixel = 0
- Border_73.Position = UDim2.new(0, -12, 0, -12)
- Border_73.Size = UDim2.new(0, 12, 0, 12)
- Border_73.ZIndex = 110
- Border_73.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_73.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_73.ImageRectSize = Vector2.new(12, 12)
- Border_74.Name = "Border"
- Border_74.Parent = Borders_10
- Border_74.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_74.BackgroundTransparency = 1
- Border_74.BorderSizePixel = 0
- Border_74.Position = UDim2.new(1, 0, 0, -12)
- Border_74.Size = UDim2.new(0, 12, 0, 12)
- Border_74.ZIndex = 110
- Border_74.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_74.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_74.ImageRectOffset = Vector2.new(24, 0)
- Border_74.ImageRectSize = Vector2.new(12, 12)
- Border_75.Name = "Border"
- Border_75.Parent = Borders_10
- Border_75.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_75.BackgroundTransparency = 1
- Border_75.BorderSizePixel = 0
- Border_75.Position = UDim2.new(0, -12, 1, 0)
- Border_75.Size = UDim2.new(0, 12, 0, 12)
- Border_75.ZIndex = 110
- Border_75.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_75.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_75.ImageRectOffset = Vector2.new(0, 24)
- Border_75.ImageRectSize = Vector2.new(12, 12)
- Border_76.Name = "Border"
- Border_76.Parent = Borders_10
- Border_76.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_76.BackgroundTransparency = 1
- Border_76.BorderSizePixel = 0
- Border_76.Position = UDim2.new(1, 0, 1, 0)
- Border_76.Size = UDim2.new(0, 12, 0, 12)
- Border_76.ZIndex = 110
- Border_76.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_76.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_76.ImageRectOffset = Vector2.new(24, 24)
- Border_76.ImageRectSize = Vector2.new(12, 12)
- Border_77.Name = "Border"
- Border_77.Parent = Borders_10
- Border_77.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_77.BackgroundTransparency = 1
- Border_77.BorderSizePixel = 0
- Border_77.Position = UDim2.new(0, 0, 1, 0)
- Border_77.Size = UDim2.new(1, 0, 0, 12)
- Border_77.ZIndex = 110
- Border_77.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_77.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_77.ImageRectOffset = Vector2.new(12, 24)
- Border_77.ImageRectSize = Vector2.new(12, 12)
- Border_78.Name = "Border"
- Border_78.Parent = Borders_10
- Border_78.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_78.BackgroundTransparency = 1
- Border_78.BorderSizePixel = 0
- Border_78.Position = UDim2.new(0, 0, 0, -12)
- Border_78.Size = UDim2.new(1, 0, 0, 12)
- Border_78.ZIndex = 110
- Border_78.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_78.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_78.ImageRectOffset = Vector2.new(12, 0)
- Border_78.ImageRectSize = Vector2.new(12, 12)
- Border_79.Name = "Border"
- Border_79.Parent = Borders_10
- Border_79.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_79.BackgroundTransparency = 1
- Border_79.BorderSizePixel = 0
- Border_79.Position = UDim2.new(0, -12, 0, 0)
- Border_79.Size = UDim2.new(0, 12, 1, 0)
- Border_79.ZIndex = 110
- Border_79.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_79.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_79.ImageRectOffset = Vector2.new(0, 12)
- Border_79.ImageRectSize = Vector2.new(12, 12)
- Border_80.Name = "Border"
- Border_80.Parent = Borders_10
- Border_80.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_80.BackgroundTransparency = 1
- Border_80.BorderSizePixel = 0
- Border_80.Position = UDim2.new(1, 0, 0, 0)
- Border_80.Size = UDim2.new(0, 12, 1, 0)
- Border_80.ZIndex = 110
- Border_80.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_80.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_80.ImageRectOffset = Vector2.new(24, 12)
- Border_80.ImageRectSize = Vector2.new(12, 12)
- PlayerNameLabel.Name = "PlayerNameLabel"
- PlayerNameLabel.Parent = MainCommandsFrame
- PlayerNameLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- PlayerNameLabel.BackgroundTransparency = 1
- PlayerNameLabel.BorderSizePixel = 0
- PlayerNameLabel.Position = UDim2.new(0.139579356, 0, 0.242063493, 0)
- PlayerNameLabel.Size = UDim2.new(0.541108966, 0, 0.134920642, 0)
- PlayerNameLabel.ZIndex = 120
- PlayerNameLabel.Font = Enum.Font.Highway
- PlayerNameLabel.Text = "PlayerName"
- PlayerNameLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- PlayerNameLabel.TextScaled = true
- PlayerNameLabel.TextSize = 14
- PlayerNameLabel.TextWrapped = true
- PlayerNameLabel.TextXAlignment = Enum.TextXAlignment.Left
- Notify = Instance.new("BindableEvent",NotificationFrame)
- Notify.Name = "Notify"
- Notify.Event:Connect(function(Txt,Col,TxtCol)
- NotificationFrame.MainText.Text = Txt
- for i, v in pairs(NotificationFrame:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Col or Color3.fromRGB(255, 85, 0)
- end)
- pcall(function()
- v.BackgroundColor3 = Col or Color3.fromRGB(255, 85, 0)
- end)
- pcall(function()
- v.TextColor3 = TxtCol or Color3.fromRGB(255,255,255)
- end)
- end
- NotificationFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,1)
- wait(5)
- NotificationFrame:TweenPosition(UDim2.new(0,0,0.2),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,1)
- wait(1)
- end)
- -- Scripts
- Survivor.Parent = Data.Player.PlayerGui
- MainFrame.Parent = Survivor
- ChallengesFrame.Parent = PageFrame
- ExtrasFrame.Parent = PageFrame
- MainCommandsFrame.Parent = PageFrame
- CreditsFrame.Parent = Survivor
- for i, v in pairs(Survivor:GetDescendants())do
- if v:IsA("TextButton") or v:IsA("ImageButton") then
- v.AutoButtonColor = false
- end
- end
- --Startup
- wait(3)
- CircleStart:TweenPosition(UDim2.new(0.427, 0,0.343, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,1)
- wait(1)
- wait(2)
- CircleStart.LoadNotify.Visible = false
- CircleStart.VersionNotify.Visible = false
- CircleStart.Vicon.Visible = false
- CircleStart:TweenSizeAndPosition(UDim2.new(0,6000,0,6000),UDim2.new(0,-1500,0,-1500),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,3)
- wait(3)
- wait(1)
- CircleStart.Visible = false
- AuthFrame.Visible = true
- AuthFrame.DiscordTag:CaptureFocus()
- AuthFrame.CancelButton.MouseButton1Click:Connect(function()
- Survivor:Destroy()
- end)
- AuthFrame.QuitButton.MouseButton1Click:Connect(function()
- Survivor:Destroy()
- end)
- HTBBtn.MouseButton1Click:Connect(function()
- DiscordTag.Text = "Contact VeteranAnime#7468 To Purchase This."
- end)
- RefreshButton.MouseButton1Click:Connect(function()
- local Id = 1690972288
- local Asset = game:GetService("MarketplaceService")
- local HasAsset = true --Asset:PlayerOwnsAsset(Data.Player,Id)
- if HasAsset == true then
- Notify:Fire("Confirmed.",Color3.fromRGB(255, 255, 255),Color3.fromRGB(100,200,100))
- wait(3)
- AuthFrame.Visible = false
- MainButton.Visible = true
- else
- Notify:Fire("Incorrect.")
- end
- end)
- AuthFrame.ProceedButton.MouseButton1Click:Connect(function()
- local wl = {}
- local LinkData = tostring(Data.GetLink(Data.WlLink))
- local rd = Data.StringToArray(LinkData,"\n")
- for i, v in pairs(rd) do
- local Elements = Data.StringToArray(tostring(v),"|")
- wl[tostring(Elements[1])] = {
- Nick = tostring(Elements[2]),
- WIDs = Data.StringToArray(tostring(Elements[3]),"/"),
- Type = tostring(Elements[4]),
- Time = tonumber(Elements[5])
- }
- end
- local Proc = wl
- local Conf = false
- for i, v in pairs(Proc) do
- if tostring(i) == DiscordTag.Text or tostring(v.Nick) == DiscordTag.Text then
- local UserId = Data.Player.UserId
- local wl = false
- for i, c in pairs(v.WIDs) do
- if tonumber(c) == Data.Player.UserId then
- wl = true
- end
- end
- if v.Type == "Permenant" then
- else
- spawn(function()
- while true do
- wait(1)
- if elapsedTime() >= v.Time then
- Notify:Fire("Trial Time Over!")
- wait(5)
- Survivor:Destroy()
- end
- end
- end)
- end
- if wl == true then
- Notify:Fire("Confirmed.",Color3.fromRGB(255, 255, 255),Color3.fromRGB(100,200,100))
- Conf = true
- wait(3)
- AuthFrame.Visible = false
- MainButton.Visible = true
- else
- Notify:Fire("Incorrect.")
- end
- end
- end
- if Conf == false then
- Notify:Fire("Incorrect.")
- end
- end)
- MainButton.MouseButton1Click:Connect(function()
- if MainFrame.Visible == false then
- MainFrame.Visible = true
- else
- MainFrame.Visible = false
- end
- end)
- MainCmds.MouseButton1Click:Connect(function()
- ChallengesFrame.Visible = false
- ExtrasFrame.Visible = false
- MainCommandsFrame.Visible = true
- local Btns = {MainCmds,Extras,Challenges}
- for i, v in pairs(Btns) do
- for e, c in pairs(v:GetDescendants())do
- pcall(function()
- c.BackgroundColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- c.ImageColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- c.TextColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- pcall(function()
- v.BackgroundColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- v.TextColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- pcall(function()
- MainCmds.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- MainCmds.ImageColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- MainCmds.TextColor3 = Color3.fromRGB(255,255,255)
- end)
- for i, v in pairs(MainCmds:GetDescendants()) do
- pcall(function()
- v.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- v.TextColor3 = Color3.fromRGB(255,255,255)
- end)
- end
- end)
- Extras.MouseButton1Click:Connect(function()
- ChallengesFrame.Visible = false
- ExtrasFrame.Visible = true
- MainCommandsFrame.Visible = false
- local Btns = {MainCmds,Extras,Challenges}
- for i, v in pairs(Btns) do
- for e, c in pairs(v:GetDescendants())do
- pcall(function()
- c.BackgroundColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- c.ImageColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- c.TextColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- pcall(function()
- v.BackgroundColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- v.TextColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- pcall(function()
- Extras.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- Extras.ImageColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- Extras.TextColor3 = Color3.fromRGB(255,255,255)
- end)
- for i, v in pairs(Extras:GetDescendants()) do
- pcall(function()
- v.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- v.TextColor3 = Color3.fromRGB(255,255,255)
- end)
- end
- end)
- Challenges.MouseButton1Click:Connect(function()
- ChallengesFrame.Visible = true
- ExtrasFrame.Visible = false
- MainCommandsFrame.Visible = false
- local Btns = {MainCmds,Extras,Challenges}
- for i, v in pairs(Btns) do
- for e, c in pairs(v:GetDescendants())do
- pcall(function()
- c.BackgroundColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- c.ImageColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- c.TextColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- pcall(function()
- v.BackgroundColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(255,255,255)
- end)
- pcall(function()
- v.TextColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- pcall(function()
- Challenges.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- Challenges.ImageColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- Challenges.TextColor3 = Color3.fromRGB(255,255,255)
- end)
- for i, v in pairs(Challenges:GetDescendants()) do
- pcall(function()
- v.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(0, 170, 255)
- end)
- pcall(function()
- v.TextColor3 = Color3.fromRGB(255,255,255)
- end)
- end
- end)
- ExtrasFrame.Goto.MouseButton1Click:Connect(function()
- if CreditsFrame.Visible == true then
- CreditsFrame.Visible = false
- else
- CreditsFrame.Visible = true
- end
- end)
- CreditsFrame.QuitButton.MouseButton1Click:Connect(function()
- CreditsFrame.Visible = false
- end)
- CreditsFrame.CloseBtn.MouseButton1Click:Connect(function()
- CreditsFrame.Visible = false
- end)
- MainFrame.QuitButton.MouseButton1Click:Connect(function()
- MainFrame.Visible = false
- end)
- BeatToThePunchFrame.BotWin.MouseButton1Click:Connect(function()
- Data.Challenges.BeatToThePuch()
- end)
- BywayBustleFrame.BotWin.MouseButton1Click:Connect(function()
- Data.Challenges.BywayBustel()
- end)
- CrypticComboFrame.BotWin.MouseButton1Click:Connect(function()
- end)
- DiveDwellingFrame.BotWin.MouseButton1Click:Connect(function()
- Data.Challenges.DiveDwelling()
- end)
- GetAGripFrame.Immunity.MouseButton1Click:Connect(function()
- Data.Challenges.GetAGrip()
- end)
- GetAGripFrame.ForceLose.MouseButton1Click:Connect(function()
- Notify:Fire("This Command Isn't Implemented Yet!")
- end)
- KeysToVictoryFrame.BotWin.MouseButton1Click:Connect(function()
- end)
- TidepoolFrame.InsWin.MouseButton1Click:Connect(function()
- Data.Challenges.Tidepool()
- end)
- Goto.MouseButton1Click:Connect(function()
- local Target = Data.GetPlayerFromShortName(MainCommandsFrame.Playername.Text)
- if Target ~= nil then
- Data.Player.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
- end
- end)
- MainCommandsFrame.Playername.Changed:Connect(function()
- local Target = Data.GetPlayerFromShortName(MainCommandsFrame.Playername.Text)
- if Target ~= nil then
- PlayerIcon.Image = game.Players:GetUserThumbnailAsync(Target.UserId,Enum.ThumbnailType.HeadShot,Enum.ThumbnailSize.Size100x100)
- PlayerNameLabel.Text = Target.Name
- end
- end)
- Pickups.MouseButton1Click:Connect(function()
- Data.Funcs.GetPickups()
- end)
- ViewProfile.MouseButton1Click:Connect(function()
- -- Objects
- local Profile = Instance.new("Frame")
- local Borders = Instance.new("Frame")
- local Border = Instance.new("ImageLabel")
- local Border_2 = Instance.new("ImageLabel")
- local Border_3 = Instance.new("ImageLabel")
- local Border_4 = Instance.new("ImageLabel")
- local Border_5 = Instance.new("ImageLabel")
- local Border_6 = Instance.new("ImageLabel")
- local Border_7 = Instance.new("ImageLabel")
- local Border_8 = Instance.new("ImageLabel")
- local Coins = Instance.new("TextLabel")
- local Wins = Instance.new("TextLabel")
- local Idolsfound = Instance.new("TextLabel")
- local Idolsused = Instance.new("TextLabel")
- local Tribalwins = Instance.new("TextLabel")
- local Individualwins = Instance.new("TextLabel")
- local TimesinJury = Instance.new("TextLabel")
- local Torchessnuffed = Instance.new("TextLabel")
- local Rockedout = Instance.new("TextLabel")
- local Nullifiedvotes = Instance.new("TextLabel")
- local pqb = Instance.new("ImageButton")
- -- Properties
- pqb.Name = "pqb"
- pqb.Parent = Profile
- pqb.BackgroundColor3 = Color3.new(1, 1, 1)
- pqb.BorderSizePixel = 0
- pqb.Position = UDim2.new(0.985358715, 0, 0, 0)
- pqb.Size = UDim2.new(0, 20, 0, 20)
- pqb.ZIndex = 1001
- pqb.Image = "rbxassetid://1828839274"
- pqb.MouseButton1Click:Connect(function()
- Profile:Destroy()
- end)
- Profile.Name = "Profile"
- Profile.Parent = Survivor
- Profile.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Profile.BorderSizePixel = 0
- Profile.Position = UDim2.new(0.0571010225, 0, 0.188216045, 0)
- Profile.Size = UDim2.new(0, 242, 0, 363)
- Profile.ZIndex = 1000
- Borders.Name = "Borders"
- Borders.Parent = Profile
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 110
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 110
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 110
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 110
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 110
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- Coins.Name = "Coins"
- Coins.Parent = Profile
- Coins.BackgroundColor3 = Color3.new(1, 1, 1)
- Coins.BackgroundTransparency = 1
- Coins.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Coins.ZIndex = 1001
- Coins.Font = Enum.Font.Highway
- Coins.Text = "Coins : 0"
- Coins.TextColor3 = Color3.new(1, 1, 1)
- Coins.TextScaled = true
- Coins.TextSize = 14
- Coins.TextWrapped = true
- Coins.TextXAlignment = Enum.TextXAlignment.Left
- Wins.Name = "Wins"
- Wins.Parent = Profile
- Wins.BackgroundColor3 = Color3.new(1, 1, 1)
- Wins.BackgroundTransparency = 1
- Wins.Position = UDim2.new(0, 0, 0.0991735533, 0)
- Wins.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Wins.ZIndex = 1001
- Wins.Font = Enum.Font.Highway
- Wins.Text = "Wins : "
- Wins.TextColor3 = Color3.new(1, 1, 1)
- Wins.TextScaled = true
- Wins.TextSize = 14
- Wins.TextWrapped = true
- Wins.TextXAlignment = Enum.TextXAlignment.Left
- Idolsfound.Name = "Idols found"
- Idolsfound.Parent = Profile
- Idolsfound.BackgroundColor3 = Color3.new(1, 1, 1)
- Idolsfound.BackgroundTransparency = 1
- Idolsfound.Position = UDim2.new(0, 0, 0.198347107, 0)
- Idolsfound.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Idolsfound.ZIndex = 1001
- Idolsfound.Font = Enum.Font.Highway
- Idolsfound.Text = "Idols Found : "
- Idolsfound.TextColor3 = Color3.new(1, 1, 1)
- Idolsfound.TextScaled = true
- Idolsfound.TextSize = 14
- Idolsfound.TextWrapped = true
- Idolsfound.TextXAlignment = Enum.TextXAlignment.Left
- Idolsused.Name = "Idols used"
- Idolsused.Parent = Profile
- Idolsused.BackgroundColor3 = Color3.new(1, 1, 1)
- Idolsused.BackgroundTransparency = 1
- Idolsused.Position = UDim2.new(0, 0, 0.297520667, 0)
- Idolsused.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Idolsused.ZIndex = 1001
- Idolsused.Font = Enum.Font.Highway
- Idolsused.Text = "Idols Used"
- Idolsused.TextColor3 = Color3.new(1, 1, 1)
- Idolsused.TextScaled = true
- Idolsused.TextSize = 14
- Idolsused.TextWrapped = true
- Idolsused.TextXAlignment = Enum.TextXAlignment.Left
- Tribalwins.Name = "Tribal wins"
- Tribalwins.Parent = Profile
- Tribalwins.BackgroundColor3 = Color3.new(1, 1, 1)
- Tribalwins.BackgroundTransparency = 1
- Tribalwins.Position = UDim2.new(0, 0, 0.396694213, 0)
- Tribalwins.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Tribalwins.ZIndex = 1001
- Tribalwins.Font = Enum.Font.Highway
- Tribalwins.Text = "Tribal Wins : "
- Tribalwins.TextColor3 = Color3.new(1, 1, 1)
- Tribalwins.TextScaled = true
- Tribalwins.TextSize = 14
- Tribalwins.TextWrapped = true
- Tribalwins.TextXAlignment = Enum.TextXAlignment.Left
- Individualwins.Name = "Individual wins"
- Individualwins.Parent = Profile
- Individualwins.BackgroundColor3 = Color3.new(1, 1, 1)
- Individualwins.BackgroundTransparency = 1
- Individualwins.Position = UDim2.new(0, 0, 0.495867759, 0)
- Individualwins.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Individualwins.ZIndex = 1001
- Individualwins.Font = Enum.Font.Highway
- Individualwins.Text = "Individual Wins : "
- Individualwins.TextColor3 = Color3.new(1, 1, 1)
- Individualwins.TextScaled = true
- Individualwins.TextSize = 14
- Individualwins.TextWrapped = true
- Individualwins.TextXAlignment = Enum.TextXAlignment.Left
- TimesinJury.Name = "Times in Jury"
- TimesinJury.Parent = Profile
- TimesinJury.BackgroundColor3 = Color3.new(1, 1, 1)
- TimesinJury.BackgroundTransparency = 1
- TimesinJury.Position = UDim2.new(0, 0, 0.595041335, 0)
- TimesinJury.Size = UDim2.new(1, 0, 0.0991735533, 0)
- TimesinJury.ZIndex = 1001
- TimesinJury.Font = Enum.Font.Highway
- TimesinJury.Text = "Times In Jury : "
- TimesinJury.TextColor3 = Color3.new(1, 1, 1)
- TimesinJury.TextScaled = true
- TimesinJury.TextSize = 14
- TimesinJury.TextWrapped = true
- TimesinJury.TextXAlignment = Enum.TextXAlignment.Left
- Torchessnuffed.Name = "Torches snuffed"
- Torchessnuffed.Parent = Profile
- Torchessnuffed.BackgroundColor3 = Color3.new(1, 1, 1)
- Torchessnuffed.BackgroundTransparency = 1
- Torchessnuffed.Position = UDim2.new(0, 0, 0.69421488, 0)
- Torchessnuffed.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Torchessnuffed.ZIndex = 1001
- Torchessnuffed.Font = Enum.Font.Highway
- Torchessnuffed.Text = "Torches Snuffed : "
- Torchessnuffed.TextColor3 = Color3.new(1, 1, 1)
- Torchessnuffed.TextScaled = true
- Torchessnuffed.TextSize = 14
- Torchessnuffed.TextWrapped = true
- Torchessnuffed.TextXAlignment = Enum.TextXAlignment.Left
- Rockedout.Name = "Rocked out"
- Rockedout.Parent = Profile
- Rockedout.BackgroundColor3 = Color3.new(1, 1, 1)
- Rockedout.BackgroundTransparency = 1
- Rockedout.Position = UDim2.new(0, 0, 0.793388426, 0)
- Rockedout.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Rockedout.ZIndex = 1001
- Rockedout.Font = Enum.Font.Highway
- Rockedout.Text = "Rocked Out : "
- Rockedout.TextColor3 = Color3.new(1, 1, 1)
- Rockedout.TextScaled = true
- Rockedout.TextSize = 14
- Rockedout.TextWrapped = true
- Rockedout.TextXAlignment = Enum.TextXAlignment.Left
- Nullifiedvotes.Name = "Nullified votes"
- Nullifiedvotes.Parent = Profile
- Nullifiedvotes.BackgroundColor3 = Color3.new(1, 1, 1)
- Nullifiedvotes.BackgroundTransparency = 1
- Nullifiedvotes.Position = UDim2.new(0, 0, 0.892561972, 0)
- Nullifiedvotes.Size = UDim2.new(1, 0, 0.0991735533, 0)
- Nullifiedvotes.ZIndex = 1001
- Nullifiedvotes.Font = Enum.Font.Highway
- Nullifiedvotes.Text = "Nullified Votes : "
- Nullifiedvotes.TextColor3 = Color3.new(1, 1, 1)
- Nullifiedvotes.TextScaled = true
- Nullifiedvotes.TextSize = 14
- Nullifiedvotes.TextWrapped = true
- Nullifiedvotes.TextXAlignment = Enum.TextXAlignment.Left
- local Target = Data.GetPlayerFromShortName(Playername.Text)
- -- Scripts
- for i, v in pairs(Data.ProfileData.Values) do
- local MyLabel = Profile:FindFirstChild(v)
- local MyStat = Target.Stats:FindFirstChild(v)
- if MyLabel ~= nil and MyStat ~= nil and MyLabel:IsA("TextLabel") then
- MyLabel.Text = v.." : "..tostring(MyStat.Value)
- end
- end
- end)
- VerifyProfile.MouseButton1Click:Connect(function()
- wait(1)
- Notify:Fire("Unverified.")
- end)
- Data.Mouse.KeyDown:Connect(function(Key)
- Data.SwitchData.KeysDown[Key] = true
- if Key == "p" then
- -- Objects
- local CmdBar = Instance.new("TextBox")
- local Borders = Instance.new("Frame")
- local Border = Instance.new("ImageLabel")
- local Border_2 = Instance.new("ImageLabel")
- local Border_3 = Instance.new("ImageLabel")
- local Border_4 = Instance.new("ImageLabel")
- local Border_5 = Instance.new("ImageLabel")
- local Border_6 = Instance.new("ImageLabel")
- local Border_7 = Instance.new("ImageLabel")
- local Border_8 = Instance.new("ImageLabel")
- -- Properties
- CmdBar.Name = "CmdBar"
- CmdBar.Parent = Survivor
- CmdBar.BackgroundColor3 = Color3.new(1, 1, 1)
- CmdBar.BorderSizePixel = 0
- CmdBar.Position = UDim2.new(0.22709924, 0, 0.909313679, 0)
- CmdBar.Size = UDim2.new(0.54580152, 0, 0.0490196086, 0)
- CmdBar.ZIndex = 99e99-1
- CmdBar.Font = Enum.Font.Highway
- CmdBar.PlaceholderColor3 = Color3.new(1, 1, 1)
- CmdBar.Text = "Insert Command"
- CmdBar.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- CmdBar.TextScaled = true
- CmdBar.TextSize = 14
- CmdBar.TextWrapped = true
- CmdBar.TextXAlignment = Enum.TextXAlignment.Left
- Borders.Name = "Borders"
- Borders.Parent = CmdBar
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 99e99-1
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 99e99
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 99e99
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 99e99
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 99e99
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 99e99
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 99e99
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 99e99
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 99e99
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- -- Scripts
- CmdBar:CaptureFocus()
- CmdBar.FocusLost:Connect(function()
- local txt = CmdBar.Text
- CmdBar:Destroy()
- txt = string.lower(txt)
- local args = Data.StringToArray(txt," ")
- if txt == "noclip" then
- Data.SwitchData.Noclipping = true
- elseif txt == "ccoins" then
- local Coins = {}
- for i, v in pairs(Data.Misc.Coins:GetDescendants())do
- if v.Name == "Coin" and v.Transparency < 0.9 then
- table.insert(Coins,v)
- end
- end
- for i, v in pairs(Coins) do
- v.CFrame = Coins[1].CFrame
- end
- elseif args[1] == "caim" then
- Data.Funcs.GetCoins(tonumber(args[2]))
- elseif args[1] == "goto" then
- local tar = Data.GetPlayerFromShortName(args[2])
- if tar ~= nil then
- Data.Player.Character.HumanoidRootPart.CFrame = tar.Character.HumanoidRootPart.CFrame
- end
- elseif txt == "pickups" then
- Data.Funcs.GetPickups()
- elseif txt == "spec" then
- Data.Player.PlayerGui.GUIs.Left.Spectate.Visible = true
- elseif txt == "chall" then
- print("Challenge")
- for i, v in pairs(Data.ChallengesData) do
- local Ch = nil
- for e, c in pairs(game.Workspace:GetChildren()) do
- if string.lower(c.Name) == string.lower(v.Name) then
- Ch = c
- end
- end
- if Ch ~= nil then
- local func = Data.Challenges[v.FuncName]
- if func ~= nil then
- func()
- end
- end
- end
- elseif txt == "move" then
- local Movement = Data.Player.CanMove
- if Movement.Value == true then
- Movement.Value = false
- else
- Movement.Value = true
- end
- Data.Player.Character.Humanoid.WalkSpeed = 16
- Data.Player.Character.Humanoid.JumpPower = 50
- elseif txt == "chat" then
- local Chat = Data.Player.Muted
- if Chat.Value == true then
- Chat.Value = false
- else
- Chat.Value = true
- end
- elseif txt == "xplr" then
- Explore()
- elseif args[1] == "save" then
- local ins = game.Workspace
- local Obj = Instance.new("ObjectValue",game.Workspace)
- Obj.Name = "TheSaveinsObj"
- loadstring("game.Workspace.TheSaveinsObj.Value = "..args[2])
- SaveInstance(Obj.Value)
- elseif args[1] == "loadstring" then
- local Script = ""
- for i, v in pairs(args) do
- if i == 1 then
- else
- Script = Script.." "..tostring(v)
- end
- end
- loadstring(Script)
- end
- end)
- end
- end)
- Data.Mouse.KeyUp:Connect(function(Key)
- Data.SwitchData.KeysDown[Key] = false
- end)
- Data.Mouse.Button1Down:Connect(function()
- if Data.SwitchData.KeysDown["e"] == true then
- if Data.SwitchData.ClickMethods.Teleport == true then
- Data.Player.Character.HumanoidRootPart.CFrame = Data.Mouse.Hit + Vector3.new(0,3,0)
- end
- if Data.SwitchData.ClickMethods.Destroy == true then
- pcall(function()
- Data.Mouse.Target:Destroy()
- end)
- end
- if Data.SwitchData.ClickMethods.Debug == true then
- local Tar = Data.Mouse.Target
- print("----------------------Debug No : ".. Data.SwitchData.TotalDebugs..".------------------------------------------")
- print("Debug Location : ".. tostring(Data.Mouse.Hit.p))
- if Tar ~= nil then
- print("Target Data : \n Name : ".. Tar.Name.."\nFull Name : ".. Tar:GetFullName().."\nClass Name : "..Tar.ClassName.."\nPointer ".. tostring(Tar:GetChildren()))
- else
- print("There Was No Target.")
- end
- Data.SwitchData.TotalDebugs = Data.SwitchData.TotalDebugs + 1
- end
- if Data.SwitchData.ClickMethods.Toggle == true then
- local Tar = Data.Mouse.Target
- if Tar ~= nil then
- local TglData = Tar:FindFirstChild("TglData")
- if TglData ~= nil then
- Tar.Transparency = TglData.Trans.Value
- Tar.CanCollide = TglData.Collision.Value
- TglData:Destroy()
- else
- local Tgl = Instance.new("Folder",Tar)
- Tgl.Name = "TglData"
- local Trans = Instance.new("NumberValue",Tgl)
- local Collision = Instance.new("BoolValue",Tgl)
- Trans.Value = Tar.Transparency
- Collision.Value = Tar.CanCollide
- Trans.Name = "Trans"
- Collision.Name = "Collision"
- Tar.Transparency = 0.5
- Tar.CanCollide = false
- end
- end
- end
- end
- end)
- CDbgSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData.ClickMethods
- if CMeth.Debug == true then
- CMeth.Debug = false
- for i, v in pairs(CDbgSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- CDbgSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.Debug = true
- for i, v in pairs(CDbgSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- CDbgSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- end
- end)
- CDstSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData.ClickMethods
- if CMeth.Destroy == true then
- CMeth.Destroy = false
- for i, v in pairs(CDstSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- CDstSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.Destroy = true
- for i, v in pairs(CDstSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- CDstSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- end
- end)
- CTpSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData.ClickMethods
- if CMeth.Teleport == true then
- CMeth.Teleport = false
- for i, v in pairs(CTpSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- CTpSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.Teleport = true
- for i, v in pairs(CTpSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- CTpSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- end
- end)
- CTglSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData.ClickMethods
- if CMeth.Toggle == true then
- CMeth.Toggle = false
- for i, v in pairs(CTglSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- CTglSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.Toggle = true
- for i, v in pairs(CTglSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- CTglSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- end
- end)
- FlyingSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData
- if CMeth.Flying == true then
- CMeth.Flying = false
- for i, v in pairs(FlyingSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- FlyingSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.Flying = true
- for i, v in pairs(FlyingSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- FlyingSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- ReFly()
- Fly()
- end
- end)
- ChathookSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData
- if CMeth.Chathook == true then
- CMeth.Chathook = false
- for i, v in pairs(ChathookSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- ChathookSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.Chathook = true
- for i, v in pairs(ChathookSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- ChathookSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- end
- end)
- CAimbotSwitch.MouseButton1Click:Connect(function()
- local CMeth = Data.SwitchData
- if CMeth.CAim == true then
- CMeth.CAim = false
- for i, v in pairs(CAimbotSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(200,200,200)
- end)
- end
- CAimbotSwitch.BackgroundColor3 = Color3.fromRGB(200,200,200)
- else
- CMeth.CAim = true
- for i, v in pairs(CAimbotSwitch:GetDescendants()) do
- pcall(function()
- v.ImageColor3 = Color3.fromRGB(100,200,100)
- end)
- end
- CAimbotSwitch.BackgroundColor3 = Color3.fromRGB(100,200,100)
- repeat
- wait()
- Data.Funcs.GetCoins(1)
- wait()
- until CMeth.CAim == false
- end
- end)
- game.Workspace.ChildAdded:Connect(function(Child)
- wait()
- if Child.Name == "Beat to the Punch" then
- NoChallengeFrame.Visible = false
- BeatToThePunchFrame.Visible = true
- elseif Child.Name == "Tidepool" then
- NoChallengeFrame.Visible = false
- TidepoolFrame.Visible = true
- elseif string.lower(Child.Name )== "keys to victory" then
- NoChallengeFrame.Visible = false
- KeysToVictoryFrame.Visible = true
- elseif Child.Name == "Byway Bustle" then
- NoChallengeFrame.Visible = false
- BywayBustleFrame.Visible = true
- elseif Child.Name == "Cryptic Combo" then
- NoChallengeFrame.Visible = false
- CrypticComboFrame.Visible = true
- elseif Child.Name == "Dive Dwelling" then
- NoChallengeFrame.Visible = false
- DiveDwellingFrame.Visible = true
- elseif string.lower(Child.Name) == "get a grip" then
- NoChallengeFrame.Visible = false
- GetAGripFrame.Visible = true
- end
- end)
- game.Workspace.ChildRemoved:Connect(function(Child)
- local Challenges = {"tidepool","beat to the puch","byway bustle","cryptic combo","dive dwelling","get a grip","kys to victory"}
- local Found = false
- wait(1)
- for i, v in pairs(game.Workspace:GetChildren()) do
- for e, c in pairs(Challenges) do
- if v.Name == c then
- Found = true
- end
- end
- end
- if Found == false then
- for i, v in pairs(ChallengesFrame:GetChildren()) do
- v.Visible = false
- end
- NoChallengeFrame.Visible = true
- end
- end)
- ShowInventory.MouseButton1Click:Connect(function()
- Notify:Fire("This Command Is Still Not Done, Don't Belive The Results.")
- -- Objects
- local Inventory = Instance.new("Frame")
- local SFrame = Instance.new("ScrollingFrame")
- local Borders = Instance.new("Frame")
- local Border = Instance.new("ImageLabel")
- local Border_2 = Instance.new("ImageLabel")
- local Border_3 = Instance.new("ImageLabel")
- local Border_4 = Instance.new("ImageLabel")
- local Border_5 = Instance.new("ImageLabel")
- local Border_6 = Instance.new("ImageLabel")
- local Border_7 = Instance.new("ImageLabel")
- local Border_8 = Instance.new("ImageLabel")
- local Background = Instance.new("Frame")
- local Down = Instance.new("TextButton")
- local Borders_2 = Instance.new("Frame")
- local Border_9 = Instance.new("ImageLabel")
- local Border_10 = Instance.new("ImageLabel")
- local Border_11 = Instance.new("ImageLabel")
- local Border_12 = Instance.new("ImageLabel")
- local Border_13 = Instance.new("ImageLabel")
- local Border_14 = Instance.new("ImageLabel")
- local Border_15 = Instance.new("ImageLabel")
- local Border_16 = Instance.new("ImageLabel")
- local Up = Instance.new("TextButton")
- local Borders_3 = Instance.new("Frame")
- local Border_17 = Instance.new("ImageLabel")
- local Border_18 = Instance.new("ImageLabel")
- local Border_19 = Instance.new("ImageLabel")
- local Border_20 = Instance.new("ImageLabel")
- local Border_21 = Instance.new("ImageLabel")
- local Border_22 = Instance.new("ImageLabel")
- local Border_23 = Instance.new("ImageLabel")
- local Border_24 = Instance.new("ImageLabel")
- local pqb = Instance.new("ImageButton")
- -- Properties
- pqb.Name = "pqb"
- pqb.Parent = Inventory
- pqb.BackgroundColor3 = Color3.new(1, 1, 1)
- pqb.BorderSizePixel = 0
- pqb.Position = UDim2.new(0.0146412887, 425, 0.254500836, 0)
- pqb.Size = UDim2.new(0, 20, 0, 20)
- pqb.ZIndex = 1001
- pqb.Image = "rbxassetid://1828839274"
- pqb.MouseButton1Click:Connect(function()
- Inventory:Destroy()
- end)
- Inventory.Name = "Inventory"
- Inventory.Parent = Survivor
- Inventory.BackgroundColor3 = Color3.new(1, 1, 1)
- Inventory.BackgroundTransparency = 1
- Inventory.BorderSizePixel = 0
- Inventory.Size = UDim2.new(1, 0, 1, 0)
- SFrame.Name = "SFrame"
- SFrame.Parent = Inventory
- SFrame.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- SFrame.BackgroundTransparency = 1
- SFrame.BorderSizePixel = 0
- SFrame.Position = UDim2.new(0.0146412887, 0, 0.254500836, 0)
- SFrame.Size = UDim2.new(0, 400, 0, 300)
- SFrame.CanvasSize = UDim2.new(0, 0, 0, 1200)
- SFrame.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
- Borders.Name = "Borders"
- Borders.Parent = SFrame
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Position = UDim2.new(0, 12, 0, 12)
- Borders.Size = UDim2.new(0, 364, 0, 276)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 110
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 110
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 110
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 110
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 110
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- Background.Name = "Background"
- Background.Parent = Borders
- Background.BackgroundColor3 = Color3.new(0.392157, 0.784314, 0.392157)
- Background.Size = UDim2.new(1, 0, 1, 0)
- Down.Name = "Down"
- Down.Parent = Inventory
- Down.BackgroundColor3 = Color3.new(1, 1, 1)
- Down.BorderSizePixel = 0
- Down.Position = UDim2.new(0.308931172, 0, 0.693944335, 0)
- Down.Size = UDim2.new(0, 20, 0, 20)
- Down.Font = Enum.Font.SourceSans
- Down.Text = "V"
- Down.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Down.TextScaled = true
- Down.TextSize = 14
- Down.TextWrapped = true
- Borders_2.Name = "Borders"
- Borders_2.Parent = Down
- Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_2.BackgroundTransparency = 1
- Borders_2.BorderSizePixel = 0
- Borders_2.Size = UDim2.new(1, 0, 1, 0)
- Borders_2.ZIndex = 120
- Border_9.Name = "Border"
- Border_9.Parent = Borders_2
- Border_9.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_9.BackgroundTransparency = 1
- Border_9.BorderSizePixel = 0
- Border_9.Position = UDim2.new(0, -12, 0, -12)
- Border_9.Size = UDim2.new(0, 12, 0, 12)
- Border_9.ZIndex = 110
- Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_9.ImageRectSize = Vector2.new(12, 12)
- Border_10.Name = "Border"
- Border_10.Parent = Borders_2
- Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_10.BackgroundTransparency = 1
- Border_10.BorderSizePixel = 0
- Border_10.Position = UDim2.new(1, 0, 0, -12)
- Border_10.Size = UDim2.new(0, 12, 0, 12)
- Border_10.ZIndex = 110
- Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_10.ImageRectOffset = Vector2.new(24, 0)
- Border_10.ImageRectSize = Vector2.new(12, 12)
- Border_11.Name = "Border"
- Border_11.Parent = Borders_2
- Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_11.BackgroundTransparency = 1
- Border_11.BorderSizePixel = 0
- Border_11.Position = UDim2.new(0, -12, 1, 0)
- Border_11.Size = UDim2.new(0, 12, 0, 12)
- Border_11.ZIndex = 110
- Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_11.ImageRectOffset = Vector2.new(0, 24)
- Border_11.ImageRectSize = Vector2.new(12, 12)
- Border_12.Name = "Border"
- Border_12.Parent = Borders_2
- Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_12.BackgroundTransparency = 1
- Border_12.BorderSizePixel = 0
- Border_12.Position = UDim2.new(1, 0, 1, 0)
- Border_12.Size = UDim2.new(0, 12, 0, 12)
- Border_12.ZIndex = 110
- Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_12.ImageRectOffset = Vector2.new(24, 24)
- Border_12.ImageRectSize = Vector2.new(12, 12)
- Border_13.Name = "Border"
- Border_13.Parent = Borders_2
- Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_13.BackgroundTransparency = 1
- Border_13.BorderSizePixel = 0
- Border_13.Position = UDim2.new(0, 0, 1, 0)
- Border_13.Size = UDim2.new(1, 0, 0, 12)
- Border_13.ZIndex = 110
- Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_13.ImageRectOffset = Vector2.new(12, 24)
- Border_13.ImageRectSize = Vector2.new(12, 12)
- Border_14.Name = "Border"
- Border_14.Parent = Borders_2
- Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_14.BackgroundTransparency = 1
- Border_14.BorderSizePixel = 0
- Border_14.Position = UDim2.new(0, 0, 0, -12)
- Border_14.Size = UDim2.new(1, 0, 0, 12)
- Border_14.ZIndex = 110
- Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_14.ImageRectOffset = Vector2.new(12, 0)
- Border_14.ImageRectSize = Vector2.new(12, 12)
- Border_15.Name = "Border"
- Border_15.Parent = Borders_2
- Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_15.BackgroundTransparency = 1
- Border_15.BorderSizePixel = 0
- Border_15.Position = UDim2.new(0, -12, 0, 0)
- Border_15.Size = UDim2.new(0, 12, 1, 0)
- Border_15.ZIndex = 110
- Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_15.ImageRectOffset = Vector2.new(0, 12)
- Border_15.ImageRectSize = Vector2.new(12, 12)
- Border_16.Name = "Border"
- Border_16.Parent = Borders_2
- Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_16.BackgroundTransparency = 1
- Border_16.BorderSizePixel = 0
- Border_16.Position = UDim2.new(1, 0, 0, 0)
- Border_16.Size = UDim2.new(0, 12, 1, 0)
- Border_16.ZIndex = 110
- Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_16.ImageRectOffset = Vector2.new(24, 12)
- Border_16.ImageRectSize = Vector2.new(12, 12)
- Up.Name = "Up"
- Up.Parent = Inventory
- Up.BackgroundColor3 = Color3.new(1, 1, 1)
- Up.BorderSizePixel = 0
- Up.Position = UDim2.new(0.308931172, 0, 0.274959058, 0)
- Up.Size = UDim2.new(0, 20, 0, 20)
- Up.Font = Enum.Font.SourceSans
- Up.Text = "^"
- Up.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Up.TextScaled = true
- Up.TextSize = 14
- Up.TextWrapped = true
- Borders_3.Name = "Borders"
- Borders_3.Parent = Up
- Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders_3.BackgroundTransparency = 1
- Borders_3.BorderSizePixel = 0
- Borders_3.Size = UDim2.new(1, 0, 1, 0)
- Borders_3.ZIndex = 120
- Border_17.Name = "Border"
- Border_17.Parent = Borders_3
- Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_17.BackgroundTransparency = 1
- Border_17.BorderSizePixel = 0
- Border_17.Position = UDim2.new(0, -12, 0, -12)
- Border_17.Size = UDim2.new(0, 12, 0, 12)
- Border_17.ZIndex = 110
- Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_17.ImageRectSize = Vector2.new(12, 12)
- Border_18.Name = "Border"
- Border_18.Parent = Borders_3
- Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_18.BackgroundTransparency = 1
- Border_18.BorderSizePixel = 0
- Border_18.Position = UDim2.new(1, 0, 0, -12)
- Border_18.Size = UDim2.new(0, 12, 0, 12)
- Border_18.ZIndex = 110
- Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_18.ImageRectOffset = Vector2.new(24, 0)
- Border_18.ImageRectSize = Vector2.new(12, 12)
- Border_19.Name = "Border"
- Border_19.Parent = Borders_3
- Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_19.BackgroundTransparency = 1
- Border_19.BorderSizePixel = 0
- Border_19.Position = UDim2.new(0, -12, 1, 0)
- Border_19.Size = UDim2.new(0, 12, 0, 12)
- Border_19.ZIndex = 110
- Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_19.ImageRectOffset = Vector2.new(0, 24)
- Border_19.ImageRectSize = Vector2.new(12, 12)
- Border_20.Name = "Border"
- Border_20.Parent = Borders_3
- Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_20.BackgroundTransparency = 1
- Border_20.BorderSizePixel = 0
- Border_20.Position = UDim2.new(1, 0, 1, 0)
- Border_20.Size = UDim2.new(0, 12, 0, 12)
- Border_20.ZIndex = 110
- Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_20.ImageRectOffset = Vector2.new(24, 24)
- Border_20.ImageRectSize = Vector2.new(12, 12)
- Border_21.Name = "Border"
- Border_21.Parent = Borders_3
- Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_21.BackgroundTransparency = 1
- Border_21.BorderSizePixel = 0
- Border_21.Position = UDim2.new(0, 0, 1, 0)
- Border_21.Size = UDim2.new(1, 0, 0, 12)
- Border_21.ZIndex = 110
- Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_21.ImageRectOffset = Vector2.new(12, 24)
- Border_21.ImageRectSize = Vector2.new(12, 12)
- Border_22.Name = "Border"
- Border_22.Parent = Borders_3
- Border_22.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_22.BackgroundTransparency = 1
- Border_22.BorderSizePixel = 0
- Border_22.Position = UDim2.new(0, 0, 0, -12)
- Border_22.Size = UDim2.new(1, 0, 0, 12)
- Border_22.ZIndex = 110
- Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_22.ImageRectOffset = Vector2.new(12, 0)
- Border_22.ImageRectSize = Vector2.new(12, 12)
- Border_23.Name = "Border"
- Border_23.Parent = Borders_3
- Border_23.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_23.BackgroundTransparency = 1
- Border_23.BorderSizePixel = 0
- Border_23.Position = UDim2.new(0, -12, 0, 0)
- Border_23.Size = UDim2.new(0, 12, 1, 0)
- Border_23.ZIndex = 110
- Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_23.ImageRectOffset = Vector2.new(0, 12)
- Border_23.ImageRectSize = Vector2.new(12, 12)
- Border_24.Name = "Border"
- Border_24.Parent = Borders_3
- Border_24.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_24.BackgroundTransparency = 1
- Border_24.BorderSizePixel = 0
- Border_24.Position = UDim2.new(1, 0, 0, 0)
- Border_24.Size = UDim2.new(0, 12, 1, 0)
- Border_24.ZIndex = 110
- Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_24.ImageRectOffset = Vector2.new(24, 12)
- Border_24.ImageRectSize = Vector2.new(12, 12)
- -- Scripts
- local Target = Data.GetPlayerFromShortName(Playername.Text)
- local Pos = Vector2.new(12, 12)
- if Target ~= nil then
- local Stats = Target.Stats
- for i, v in pairs(Stats:GetChildren())do
- local bl = false
- for e, c in pairs(Data.ProfileData.Values) do
- if v.Name == c.Name then
- bl = true
- end
- end
- if bl == false then
- -- Objects
- local Item = Instance.new("ImageLabel")
- local Borders = Instance.new("Frame")
- local Border = Instance.new("ImageLabel")
- local Border_2 = Instance.new("ImageLabel")
- local Border_3 = Instance.new("ImageLabel")
- local Border_4 = Instance.new("ImageLabel")
- local Border_5 = Instance.new("ImageLabel")
- local Border_6 = Instance.new("ImageLabel")
- local Border_7 = Instance.new("ImageLabel")
- local Border_8 = Instance.new("ImageLabel")
- -- Properties
- Item.Name = "Item"
- Item.Parent = SFrame
- Item.BackgroundColor3 = Color3.new(1, 1, 1)
- Item.BorderSizePixel = 0
- Item.Position = UDim2.new(0.142752558, 0, 0.489361703, 0)
- Item.Size = UDim2.new(0, 50, 0, 50)
- Item.ZIndex = 101
- Borders.Name = "Borders"
- Borders.Parent = Item
- Borders.BackgroundColor3 = Color3.new(1, 1, 1)
- Borders.BackgroundTransparency = 1
- Borders.BorderSizePixel = 0
- Borders.Size = UDim2.new(1, 0, 1, 0)
- Borders.ZIndex = 120
- Border.Name = "Border"
- Border.Parent = Borders
- Border.BackgroundColor3 = Color3.new(1, 1, 1)
- Border.BackgroundTransparency = 1
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0, -12, 0, -12)
- Border.Size = UDim2.new(0, 12, 0, 12)
- Border.ZIndex = 110
- Border.Image = "http://www.roblox.com/asset/?id=238725003"
- Border.ImageRectSize = Vector2.new(12, 12)
- Border_2.Name = "Border"
- Border_2.Parent = Borders
- Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_2.BackgroundTransparency = 1
- Border_2.BorderSizePixel = 0
- Border_2.Position = UDim2.new(1, 0, 0, -12)
- Border_2.Size = UDim2.new(0, 12, 0, 12)
- Border_2.ZIndex = 110
- Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_2.ImageRectOffset = Vector2.new(24, 0)
- Border_2.ImageRectSize = Vector2.new(12, 12)
- Border_3.Name = "Border"
- Border_3.Parent = Borders
- Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_3.BackgroundTransparency = 1
- Border_3.BorderSizePixel = 0
- Border_3.Position = UDim2.new(0, -12, 1, 0)
- Border_3.Size = UDim2.new(0, 12, 0, 12)
- Border_3.ZIndex = 110
- Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_3.ImageRectOffset = Vector2.new(0, 24)
- Border_3.ImageRectSize = Vector2.new(12, 12)
- Border_4.Name = "Border"
- Border_4.Parent = Borders
- Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_4.BackgroundTransparency = 1
- Border_4.BorderSizePixel = 0
- Border_4.Position = UDim2.new(1, 0, 1, 0)
- Border_4.Size = UDim2.new(0, 12, 0, 12)
- Border_4.ZIndex = 110
- Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_4.ImageRectOffset = Vector2.new(24, 24)
- Border_4.ImageRectSize = Vector2.new(12, 12)
- Border_5.Name = "Border"
- Border_5.Parent = Borders
- Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_5.BackgroundTransparency = 1
- Border_5.BorderSizePixel = 0
- Border_5.Position = UDim2.new(0, 0, 1, 0)
- Border_5.Size = UDim2.new(1, 0, 0, 12)
- Border_5.ZIndex = 110
- Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_5.ImageRectOffset = Vector2.new(12, 24)
- Border_5.ImageRectSize = Vector2.new(12, 12)
- Border_6.Name = "Border"
- Border_6.Parent = Borders
- Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_6.BackgroundTransparency = 1
- Border_6.BorderSizePixel = 0
- Border_6.Position = UDim2.new(0, 0, 0, -12)
- Border_6.Size = UDim2.new(1, 0, 0, 12)
- Border_6.ZIndex = 110
- Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_6.ImageRectOffset = Vector2.new(12, 0)
- Border_6.ImageRectSize = Vector2.new(12, 12)
- Border_7.Name = "Border"
- Border_7.Parent = Borders
- Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_7.BackgroundTransparency = 1
- Border_7.BorderSizePixel = 0
- Border_7.Position = UDim2.new(0, -12, 0, 0)
- Border_7.Size = UDim2.new(0, 12, 1, 0)
- Border_7.ZIndex = 110
- Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_7.ImageRectOffset = Vector2.new(0, 12)
- Border_7.ImageRectSize = Vector2.new(12, 12)
- Border_8.Name = "Border"
- Border_8.Parent = Borders
- Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
- Border_8.BackgroundTransparency = 1
- Border_8.BorderSizePixel = 0
- Border_8.Position = UDim2.new(1, 0, 0, 0)
- Border_8.Size = UDim2.new(0, 12, 1, 0)
- Border_8.ZIndex = 110
- Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
- Border_8.ImageRectOffset = Vector2.new(24, 12)
- Border_8.ImageRectSize = Vector2.new(12, 12)
- -- Scripts
- local IImage = nil
- for e, c in pairs(game.ReplicatedStorage.ShopData:GetDescendants())do
- if c.Name == v.Name then
- IImage = "rbxassetid://"..c.Value
- end
- end
- if IImage == nil and v.Value == 0 then
- Item:Destroy()
- else
- Item.Image = IImage
- Item.Position = UDim2.new(0,Pos.X,0,Pos.Y)
- if Pos.X >= 350 then
- Pos = Pos + Vector2.new(0,75)
- Pos = Vector2.new(0,Pos.Y)
- else
- Pos = Pos + Vector2.new(75,0)
- end
- end
- end
- Up.MouseButton1Click:Connect(function()
- SFrame.CanvasPosition = SFrame.CanvasPosition + Vector2.new(0,10)
- end)
- Down.MouseButton1Click:Connect(function()
- SFrame.CanvasPosition = SFrame.CanvasPosition - Vector2.new(0,10)
- end)
- end
- end
- end)
- Data.Player.Chatted:Connect(function(Msg)
- if Data.SwitchData.Chathook == true then
- local Args = Data.StringToArray(Msg," ")
- if string.lower(Args[1]) == "/noclip" then
- print("Noclip")
- if Data.SwitchData.Noclipping == true then
- Data.SwitchData.Noclipping = false
- else
- Data.SwitchData.Noclipping = true
- end
- elseif string.lower(Args[1]) == "/goto" then
- local Target = Data.GetPlayerFromShortName(Args[2])
- if Target ~= nil then
- Data.Player.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
- end
- elseif string.lower(Args[1]) == "/mute" then
- local muted = Data.Player.Muted
- if muted.Value == true then
- muted.Value = false
- else
- muted.Value = true
- end
- elseif string.lower(Args[1]) == "/move" then
- local muted = Data.Player.CanMove
- if muted.Value == true then
- muted.Value = false
- else
- muted.Value = true
- end
- elseif string.lower(Args[1]) == "/caim" then
- Data.Funcs.GetCoins(tonumber(Args[2]))
- end
- end
- end)
- local RS = game:GetService("RunService")
- RS.Heartbeat:Connect(function(Step)
- if Data.SwitchData.Noclipping == true then
- while true do
- if Data.SwitchData.Noclipping == true then
- for _,v in pairs(Data.Player.Character:children()) do
- pcall(function()
- if v.className == "Part" then
- v.CanCollide = false
- elseif v.ClassName == "Model" then
- v.Head.CanCollide = false
- end
- end)
- end
- end
- game:service("RunService").Stepped:wait()
- end
- end
- end)
- --[[
- local Players = game.Players
- local Player = Players.LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:Connect(function(Key)
- if Key == "t" then
- for i, v in pairs(Players:GetChildren())do
- print(v.Name)
- v.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame
- print("Done")
- end
- end
- end)
- --]]
Add Comment
Please, Sign In to add comment