Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Universal Normal GUI",
- LoadingTitle = "Universal Ghost GUI",
- LoadingSubtitle = "by Ghost",
- ConfigurationSaving = {
- Enabled = false,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "universalGUI"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = false, -- Set this to true to use our key system
- KeySettings = {
- Title = "Universal Ghost GUI",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
- }
- })
- local MainTab = Window:CreateTab("Cheats", nil) -- Title, Image
- local MainSection = MainTab:CreateSection("Main")
- Rayfield:Notify({
- Title = "GUI Executed",
- Content = "This gui works for every game, it's mainly made for starter exploiters",
- Duration = 5.5,
- Image = nil,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- local Button = MainTab:CreateButton({
- Name = "Admin (Infinite Yield)",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Universal Aimbot (BY EXECUTING THIS YOU WILL CLOSE THE GUI)",
- Callback = function()
- local loadstring, getgenv, setclipboard, tablefind, UserInputService = loadstring, getgenv, setclipboard, table.find, game:GetService("UserInputService")
- --// Loaded check
- if getgenv().AirHub then return end
- --// Environment
- getgenv().AirHub = {}
- --// Load Modules
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Exunys/AirHub/main/Modules/Aimbot.lua"))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Exunys/AirHub/main/Modules/Wall%20Hack.lua"))()
- --// Variables
- local Library = loadstring(game:GetObjects("rbxassetid://7657867786")[1].Source)() -- Pepsi's UI Library
- local Aimbot, WallHack = getgenv().AirHub.Aimbot, getgenv().AirHub.WallHack
- local Parts, Fonts, TracersType = {"Head", "HumanoidRootPart", "Torso", "Left Arm", "Right Arm", "Left Leg", "Right Leg", "LeftHand", "RightHand", "LeftLowerArm", "RightLowerArm", "LeftUpperArm", "RightUpperArm", "LeftFoot", "LeftLowerLeg", "UpperTorso", "LeftUpperLeg", "RightFoot", "RightLowerLeg", "LowerTorso", "RightUpperLeg"}, {"UI", "System", "Plex", "Monospace"}, {"Bottom", "Center", "Mouse"}
- --// Frame
- Library.UnloadCallback = function()
- Aimbot.Functions:Exit()
- WallHack.Functions:Exit()
- getgenv().AirHub = nil
- end
- local MainFrame = Library:CreateWindow({
- Name = "AirHub",
- Themeable = {
- Image = "7059346386",
- Info = "Made by Exunys\nPowered by Pepsi's UI Library",
- Credit = false
- },
- Background = "",
- Theme = [[{"__Designer.Colors.topGradient":"3F0C64","__Designer.Colors.section":"C259FB","__Designer.Colors.hoveredOptionBottom":"4819B4","__Designer.Background.ImageAssetID":"rbxassetid://4427304036","__Designer.Colors.selectedOption":"4E149C","__Designer.Colors.unselectedOption":"482271","__Designer.Files.WorkspaceFile":"AirHub","__Designer.Colors.unhoveredOptionTop":"310269","__Designer.Colors.outerBorder":"391D57","__Designer.Background.ImageColor":"69009C","__Designer.Colors.tabText":"B9B9B9","__Designer.Colors.elementBorder":"160B24","__Designer.Background.ImageTransparency":100,"__Designer.Colors.background":"1E1237","__Designer.Colors.innerBorder":"531E79","__Designer.Colors.bottomGradient":"361A60","__Designer.Colors.sectionBackground":"21002C","__Designer.Colors.hoveredOptionTop":"6B10F9","__Designer.Colors.otherElementText":"7B44A8","__Designer.Colors.main":"AB26FF","__Designer.Colors.elementText":"9F7DB5","__Designer.Colors.unhoveredOptionBottom":"3E0088","__Designer.Background.UseBackgroundImage":false}]]
- })
- --// Tabs
- local AimbotTab = MainFrame:CreateTab({
- Name = "Aimbot"
- })
- local VisualsTab = MainFrame:CreateTab({
- Name = "Visuals"
- })
- local CrosshairTab = MainFrame:CreateTab({
- Name = "Crosshair"
- })
- local FunctionsTab = MainFrame:CreateTab({
- Name = "Functions"
- })
- --// Aimbot Sections
- local Values = AimbotTab:CreateSection({
- Name = "Values"
- })
- local Checks = AimbotTab:CreateSection({
- Name = "Checks"
- })
- local ThirdPerson = AimbotTab:CreateSection({
- Name = "Third Person"
- })
- local FOV_Values = AimbotTab:CreateSection({
- Name = "Field Of View",
- Side = "Right"
- })
- local FOV_Appearance = AimbotTab:CreateSection({
- Name = "FOV Circle Appearance",
- Side = "Right"
- })
- --// Visuals Sections
- local WallHackChecks = VisualsTab:CreateSection({
- Name = "Checks"
- })
- local ESPSettings = VisualsTab:CreateSection({
- Name = "ESP Settings"
- })
- local BoxesSettings = VisualsTab:CreateSection({
- Name = "Boxes Settings"
- })
- local ChamsSettings = VisualsTab:CreateSection({
- Name = "Chams Settings"
- })
- local TracersSettings = VisualsTab:CreateSection({
- Name = "Tracers Settings",
- Side = "Right"
- })
- local HeadDotsSettings = VisualsTab:CreateSection({
- Name = "Head Dots Settings",
- Side = "Right"
- })
- local HealthBarSettings = VisualsTab:CreateSection({
- Name = "Health Bar Settings",
- Side = "Right"
- })
- --// Crosshair Sections
- local CrosshairSettings = CrosshairTab:CreateSection({
- Name = "Settings"
- })
- local CrosshairSettings_CenterDot = CrosshairTab:CreateSection({
- Name = "Center Dot Settings",
- Side = "Right"
- })
- --// Functions Sections
- local FunctionsSection = FunctionsTab:CreateSection({
- Name = "Functions"
- })
- --// Aimbot Values
- Values:AddToggle({
- Name = "Enabled",
- Value = Aimbot.Settings.Enabled,
- Callback = function(New, Old)
- Aimbot.Settings.Enabled = New
- end
- }).Default = Aimbot.Settings.Enabled
- Values:AddToggle({
- Name = "Toggle",
- Value = Aimbot.Settings.Toggle,
- Callback = function(New, Old)
- Aimbot.Settings.Toggle = New
- end
- }).Default = Aimbot.Settings.Toggle
- Aimbot.Settings.LockPart = Parts[1]; Values:AddDropdown({
- Name = "Lock Part",
- Value = Parts[1],
- Callback = function(New, Old)
- Aimbot.Settings.LockPart = New
- end,
- List = Parts,
- Nothing = "Head"
- }).Default = Parts[1]
- Values:AddTextbox({ -- Using a Textbox instead of a Keybind because the UI Library doesn't support Mouse inputs like Left Click / Right Click...
- Name = "Hotkey",
- Value = Aimbot.Settings.TriggerKey,
- Callback = function(New, Old)
- Aimbot.Settings.TriggerKey = New
- end
- }).Default = Aimbot.Settings.TriggerKey
- --[[
- Values:AddKeybind({
- Name = "Hotkey",
- Value = Aimbot.Settings.TriggerKey,
- Callback = function(New, Old)
- Aimbot.Settings.TriggerKey = stringmatch(tostring(New), "Enum%.[UserInputType]*[KeyCode]*%.(.+)")
- end,
- }).Default = Aimbot.Settings.TriggerKey
- ]]
- Values:AddSlider({
- Name = "Sensitivity",
- Value = Aimbot.Settings.Sensitivity,
- Callback = function(New, Old)
- Aimbot.Settings.Sensitivity = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = Aimbot.Settings.Sensitivity
- --// Aimbot Checks
- Checks:AddToggle({
- Name = "Team Check",
- Value = Aimbot.Settings.TeamCheck,
- Callback = function(New, Old)
- Aimbot.Settings.TeamCheck = New
- end
- }).Default = Aimbot.Settings.TeamCheck
- Checks:AddToggle({
- Name = "Wall Check",
- Value = Aimbot.Settings.WallCheck,
- Callback = function(New, Old)
- Aimbot.Settings.WallCheck = New
- end
- }).Default = Aimbot.Settings.WallCheck
- Checks:AddToggle({
- Name = "Alive Check",
- Value = Aimbot.Settings.AliveCheck,
- Callback = function(New, Old)
- Aimbot.Settings.AliveCheck = New
- end
- }).Default = Aimbot.Settings.AliveCheck
- --// Aimbot ThirdPerson
- ThirdPerson:AddToggle({
- Name = "Enable Third Person",
- Value = Aimbot.Settings.ThirdPerson,
- Callback = function(New, Old)
- Aimbot.Settings.ThirdPerson = New
- end
- }).Default = Aimbot.Settings.ThirdPerson
- ThirdPerson:AddSlider({
- Name = "Sensitivity",
- Value = Aimbot.Settings.ThirdPersonSensitivity,
- Callback = function(New, Old)
- Aimbot.Settings.ThirdPersonSensitivity = New
- end,
- Min = 0.1,
- Max = 5,
- Decimals = 1
- }).Default = Aimbot.Settings.ThirdPersonSensitivity
- --// FOV Settings Values
- FOV_Values:AddToggle({
- Name = "Enabled",
- Value = Aimbot.FOVSettings.Enabled,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Enabled = New
- end
- }).Default = Aimbot.FOVSettings.Enabled
- FOV_Values:AddToggle({
- Name = "Visible",
- Value = Aimbot.FOVSettings.Visible,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Visible = New
- end
- }).Default = Aimbot.FOVSettings.Visible
- FOV_Values:AddSlider({
- Name = "Amount",
- Value = Aimbot.FOVSettings.Amount,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Amount = New
- end,
- Min = 10,
- Max = 300
- }).Default = Aimbot.FOVSettings.Amount
- --// FOV Settings Appearance
- FOV_Appearance:AddToggle({
- Name = "Filled",
- Value = Aimbot.FOVSettings.Filled,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Filled = New
- end
- }).Default = Aimbot.FOVSettings.Filled
- FOV_Appearance:AddSlider({
- Name = "Transparency",
- Value = Aimbot.FOVSettings.Transparency,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimal = 1
- }).Default = Aimbot.FOVSettings.Transparency
- FOV_Appearance:AddSlider({
- Name = "Sides",
- Value = Aimbot.FOVSettings.Sides,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Sides = New
- end,
- Min = 3,
- Max = 60
- }).Default = Aimbot.FOVSettings.Sides
- FOV_Appearance:AddSlider({
- Name = "Thickness",
- Value = Aimbot.FOVSettings.Thickness,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Thickness = New
- end,
- Min = 1,
- Max = 50
- }).Default = Aimbot.FOVSettings.Thickness
- FOV_Appearance:AddColorpicker({
- Name = "Color",
- Value = Aimbot.FOVSettings.Color,
- Callback = function(New, Old)
- Aimbot.FOVSettings.Color = New
- end
- }).Default = Aimbot.FOVSettings.Color
- FOV_Appearance:AddColorpicker({
- Name = "Locked Color",
- Value = Aimbot.FOVSettings.LockedColor,
- Callback = function(New, Old)
- Aimbot.FOVSettings.LockedColor = New
- end
- }).Default = Aimbot.FOVSettings.LockedColor
- --// Wall Hack Settings
- WallHackChecks:AddToggle({
- Name = "Enabled",
- Value = WallHack.Settings.Enabled,
- Callback = function(New, Old)
- WallHack.Settings.Enabled = New
- end
- }).Default = WallHack.Settings.Enabled
- WallHackChecks:AddToggle({
- Name = "Team Check",
- Value = WallHack.Settings.TeamCheck,
- Callback = function(New, Old)
- WallHack.Settings.TeamCheck = New
- end
- }).Default = WallHack.Settings.TeamCheck
- WallHackChecks:AddToggle({
- Name = "Alive Check",
- Value = WallHack.Settings.AliveCheck,
- Callback = function(New, Old)
- WallHack.Settings.AliveCheck = New
- end
- }).Default = WallHack.Settings.AliveCheck
- --// Visuals Settings
- ESPSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Visuals.ESPSettings.Enabled,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.Enabled = New
- end
- }).Default = WallHack.Visuals.ESPSettings.Enabled
- ESPSettings:AddToggle({
- Name = "Outline",
- Value = WallHack.Visuals.ESPSettings.Outline,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.Outline = New
- end
- }).Default = WallHack.Visuals.ESPSettings.Outline
- ESPSettings:AddToggle({
- Name = "Display Distance",
- Value = WallHack.Visuals.ESPSettings.DisplayDistance,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.DisplayDistance = New
- end
- }).Default = WallHack.Visuals.ESPSettings.DisplayDistance
- ESPSettings:AddToggle({
- Name = "Display Health",
- Value = WallHack.Visuals.ESPSettings.DisplayHealth,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.DisplayHealth = New
- end
- }).Default = WallHack.Visuals.ESPSettings.DisplayHealth
- ESPSettings:AddToggle({
- Name = "Display Name",
- Value = WallHack.Visuals.ESPSettings.DisplayName,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.DisplayName = New
- end
- }).Default = WallHack.Visuals.ESPSettings.DisplayName
- ESPSettings:AddSlider({
- Name = "Offset",
- Value = WallHack.Visuals.ESPSettings.Offset,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.Offset = New
- end,
- Min = -30,
- Max = 30
- }).Default = WallHack.Visuals.ESPSettings.Offset
- ESPSettings:AddColorpicker({
- Name = "Text Color",
- Value = WallHack.Visuals.ESPSettings.TextColor,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.TextColor = New
- end
- }).Default = WallHack.Visuals.ESPSettings.TextColor
- ESPSettings:AddColorpicker({
- Name = "Outline Color",
- Value = WallHack.Visuals.ESPSettings.OutlineColor,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.OutlineColor = New
- end
- }).Default = WallHack.Visuals.ESPSettings.OutlineColor
- ESPSettings:AddSlider({
- Name = "Text Transparency",
- Value = WallHack.Visuals.ESPSettings.TextTransparency,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.TextTransparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Visuals.ESPSettings.TextTransparency
- ESPSettings:AddSlider({
- Name = "Text Size",
- Value = WallHack.Visuals.ESPSettings.TextSize,
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.TextSize = New
- end,
- Min = 8,
- Max = 24
- }).Default = WallHack.Visuals.ESPSettings.TextSize
- ESPSettings:AddDropdown({
- Name = "Text Font",
- Value = Fonts[WallHack.Visuals.ESPSettings.TextFont + 1],
- Callback = function(New, Old)
- WallHack.Visuals.ESPSettings.TextFont = Drawing.Fonts[New]
- end,
- List = Fonts,
- Nothing = "UI"
- }).Default = Fonts[WallHack.Visuals.ESPSettings.TextFont + 1]
- BoxesSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Visuals.BoxSettings.Enabled,
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Enabled = New
- end
- }).Default = WallHack.Visuals.BoxSettings.Enabled
- BoxesSettings:AddSlider({
- Name = "Transparency",
- Value = WallHack.Visuals.BoxSettings.Transparency,
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Visuals.BoxSettings.Transparency
- BoxesSettings:AddSlider({
- Name = "Thickness",
- Value = WallHack.Visuals.BoxSettings.Thickness,
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Thickness = New
- end,
- Min = 1,
- Max = 5
- }).Default = WallHack.Visuals.BoxSettings.Thickness
- BoxesSettings:AddSlider({
- Name = "Scale Increase (For 3D)",
- Value = WallHack.Visuals.BoxSettings.Increase,
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Increase = New
- end,
- Min = 1,
- Max = 5
- }).Default = WallHack.Visuals.BoxSettings.Increase
- BoxesSettings:AddColorpicker({
- Name = "Color",
- Value = WallHack.Visuals.BoxSettings.Color,
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Color = New
- end
- }).Default = WallHack.Visuals.BoxSettings.Color
- BoxesSettings:AddDropdown({
- Name = "Type",
- Value = WallHack.Visuals.BoxSettings.Type == 1 and "3D" or "2D",
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Type = New == "3D" and 1 or 2
- end,
- List = {"3D", "2D"},
- Nothing = "3D"
- }).Default = WallHack.Visuals.BoxSettings.Type == 1 and "3D" or "2D"
- BoxesSettings:AddToggle({
- Name = "Filled (2D Square)",
- Value = WallHack.Visuals.BoxSettings.Filled,
- Callback = function(New, Old)
- WallHack.Visuals.BoxSettings.Filled = New
- end
- }).Default = WallHack.Visuals.BoxSettings.Filled
- ChamsSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Visuals.ChamsSettings.Enabled,
- Callback = function(New, Old)
- WallHack.Visuals.ChamsSettings.Enabled = New
- end
- }).Default = WallHack.Visuals.ChamsSettings.Enabled
- ChamsSettings:AddToggle({
- Name = "Filled",
- Value = WallHack.Visuals.ChamsSettings.Filled,
- Callback = function(New, Old)
- WallHack.Visuals.ChamsSettings.Filled = New
- end
- }).Default = WallHack.Visuals.ChamsSettings.Filled
- ChamsSettings:AddToggle({
- Name = "Entire Body (For R15 Rigs)",
- Value = WallHack.Visuals.ChamsSettings.EntireBody,
- Callback = function(New, Old)
- WallHack.Visuals.ChamsSettings.EntireBody = New
- end
- }).Default = WallHack.Visuals.ChamsSettings.EntireBody
- ChamsSettings:AddSlider({
- Name = "Transparency",
- Value = WallHack.Visuals.ChamsSettings.Transparency,
- Callback = function(New, Old)
- WallHack.Visuals.ChamsSettings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Visuals.ChamsSettings.Transparency
- ChamsSettings:AddSlider({
- Name = "Thickness",
- Value = WallHack.Visuals.ChamsSettings.Thickness,
- Callback = function(New, Old)
- WallHack.Visuals.ChamsSettings.Thickness = New
- end,
- Min = 0,
- Max = 3
- }).Default = WallHack.Visuals.ChamsSettings.Thickness
- ChamsSettings:AddColorpicker({
- Name = "Color",
- Value = WallHack.Visuals.ChamsSettings.Color,
- Callback = function(New, Old)
- WallHack.Visuals.ChamsSettings.Color = New
- end
- }).Default = WallHack.Visuals.ChamsSettings.Color
- TracersSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Visuals.TracersSettings.Enabled,
- Callback = function(New, Old)
- WallHack.Visuals.TracersSettings.Enabled = New
- end
- }).Default = WallHack.Visuals.TracersSettings.Enabled
- TracersSettings:AddSlider({
- Name = "Transparency",
- Value = WallHack.Visuals.TracersSettings.Transparency,
- Callback = function(New, Old)
- WallHack.Visuals.TracersSettings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Visuals.TracersSettings.Transparency
- TracersSettings:AddSlider({
- Name = "Thickness",
- Value = WallHack.Visuals.TracersSettings.Thickness,
- Callback = function(New, Old)
- WallHack.Visuals.TracersSettings.Thickness = New
- end,
- Min = 1,
- Max = 5
- }).Default = WallHack.Visuals.TracersSettings.Thickness
- TracersSettings:AddColorpicker({
- Name = "Color",
- Value = WallHack.Visuals.TracersSettings.Color,
- Callback = function(New, Old)
- WallHack.Visuals.TracersSettings.Color = New
- end
- }).Default = WallHack.Visuals.TracersSettings.Color
- TracersSettings:AddDropdown({
- Name = "Start From",
- Value = TracersType[WallHack.Visuals.TracersSettings.Type],
- Callback = function(New, Old)
- WallHack.Visuals.TracersSettings.Type = tablefind(TracersType, New)
- end,
- List = TracersType,
- Nothing = "Bottom"
- }).Default = Fonts[WallHack.Visuals.TracersSettings.Type + 1]
- HeadDotsSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Visuals.HeadDotSettings.Enabled,
- Callback = function(New, Old)
- WallHack.Visuals.HeadDotSettings.Enabled = New
- end
- }).Default = WallHack.Visuals.HeadDotSettings.Enabled
- HeadDotsSettings:AddToggle({
- Name = "Filled",
- Value = WallHack.Visuals.HeadDotSettings.Filled,
- Callback = function(New, Old)
- WallHack.Visuals.HeadDotSettings.Filled = New
- end
- }).Default = WallHack.Visuals.HeadDotSettings.Filled
- HeadDotsSettings:AddSlider({
- Name = "Transparency",
- Value = WallHack.Visuals.HeadDotSettings.Transparency,
- Callback = function(New, Old)
- WallHack.Visuals.HeadDotSettings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Visuals.HeadDotSettings.Transparency
- HeadDotsSettings:AddSlider({
- Name = "Thickness",
- Value = WallHack.Visuals.HeadDotSettings.Thickness,
- Callback = function(New, Old)
- WallHack.Visuals.HeadDotSettings.Thickness = New
- end,
- Min = 1,
- Max = 5
- }).Default = WallHack.Visuals.HeadDotSettings.Thickness
- HeadDotsSettings:AddSlider({
- Name = "Sides",
- Value = WallHack.Visuals.HeadDotSettings.Sides,
- Callback = function(New, Old)
- WallHack.Visuals.HeadDotSettings.Sides = New
- end,
- Min = 3,
- Max = 60
- }).Default = WallHack.Visuals.HeadDotSettings.Sides
- HeadDotsSettings:AddColorpicker({
- Name = "Color",
- Value = WallHack.Visuals.HeadDotSettings.Color,
- Callback = function(New, Old)
- WallHack.Visuals.HeadDotSettings.Color = New
- end
- }).Default = WallHack.Visuals.HeadDotSettings.Color
- HealthBarSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Visuals.HealthBarSettings.Enabled,
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.Enabled = New
- end
- }).Default = WallHack.Visuals.HealthBarSettings.Enabled
- HealthBarSettings:AddDropdown({
- Name = "Position",
- Value = WallHack.Visuals.HealthBarSettings.Type == 1 and "Top" or WallHack.Visuals.HealthBarSettings.Type == 2 and "Bottom" or WallHack.Visuals.HealthBarSettings.Type == 3 and "Left" or "Right",
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.Type = New == "Top" and 1 or New == "Bottom" and 2 or New == "Left" and 3 or 4
- end,
- List = {"Top", "Bottom", "Left", "Right"},
- Nothing = "Left"
- }).Default = WallHack.Visuals.HealthBarSettings.Type == 1 and "Top" or WallHack.Visuals.HealthBarSettings.Type == 2 and "Bottom" or WallHack.Visuals.HealthBarSettings.Type == 3 and "Left" or "Right"
- HealthBarSettings:AddSlider({
- Name = "Transparency",
- Value = WallHack.Visuals.HealthBarSettings.Transparency,
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Visuals.HealthBarSettings.Transparency
- HealthBarSettings:AddSlider({
- Name = "Size",
- Value = WallHack.Visuals.HealthBarSettings.Size,
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.Size = New
- end,
- Min = 2,
- Max = 10
- }).Default = WallHack.Visuals.HealthBarSettings.Size
- HealthBarSettings:AddSlider({
- Name = "Blue",
- Value = WallHack.Visuals.HealthBarSettings.Blue,
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.Blue = New
- end,
- Min = 0,
- Max = 255
- }).Default = WallHack.Visuals.HealthBarSettings.Blue
- HealthBarSettings:AddSlider({
- Name = "Offset",
- Value = WallHack.Visuals.HealthBarSettings.Offset,
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.Offset = New
- end,
- Min = -30,
- Max = 30
- }).Default = WallHack.Visuals.HealthBarSettings.Offset
- HealthBarSettings:AddColorpicker({
- Name = "Outline Color",
- Value = WallHack.Visuals.HealthBarSettings.OutlineColor,
- Callback = function(New, Old)
- WallHack.Visuals.HealthBarSettings.OutlineColor = New
- end
- }).Default = WallHack.Visuals.HealthBarSettings.OutlineColor
- --// Crosshair Settings
- CrosshairSettings:AddToggle({
- Name = "Mouse Cursor",
- Value = UserInputService.MouseIconEnabled,
- Callback = function(New, Old)
- UserInputService.MouseIconEnabled = New
- end
- }).Default = UserInputService.MouseIconEnabled
- CrosshairSettings:AddToggle({
- Name = "Enabled",
- Value = WallHack.Crosshair.Settings.Enabled,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Enabled = New
- end
- }).Default = WallHack.Crosshair.Settings.Enabled
- CrosshairSettings:AddColorpicker({
- Name = "Color",
- Value = WallHack.Crosshair.Settings.Color,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Color = New
- end
- }).Default = WallHack.Crosshair.Settings.Color
- CrosshairSettings:AddSlider({
- Name = "Transparency",
- Value = WallHack.Crosshair.Settings.Transparency,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Transparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Crosshair.Settings.Transparency
- CrosshairSettings:AddSlider({
- Name = "Size",
- Value = WallHack.Crosshair.Settings.Size,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Size = New
- end,
- Min = 8,
- Max = 24
- }).Default = WallHack.Crosshair.Settings.Size
- CrosshairSettings:AddSlider({
- Name = "Thickness",
- Value = WallHack.Crosshair.Settings.Thickness,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Thickness = New
- end,
- Min = 1,
- Max = 5
- }).Default = WallHack.Crosshair.Settings.Thickness
- CrosshairSettings:AddSlider({
- Name = "Gap Size",
- Value = WallHack.Crosshair.Settings.GapSize,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.GapSize = New
- end,
- Min = 0,
- Max = 20
- }).Default = WallHack.Crosshair.Settings.GapSize
- CrosshairSettings:AddSlider({
- Name = "Rotation (Degrees)",
- Value = WallHack.Crosshair.Settings.Rotation,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Rotation = New
- end,
- Min = -180,
- Max = 180
- }).Default = WallHack.Crosshair.Settings.Rotation
- CrosshairSettings:AddDropdown({
- Name = "Position",
- Value = WallHack.Crosshair.Settings.Type == 1 and "Mouse" or "Center",
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.Type = New == "Mouse" and 1 or 2
- end,
- List = {"Mouse", "Center"},
- Nothing = "Mouse"
- }).Default = WallHack.Crosshair.Settings.Type == 1 and "Mouse" or "Center"
- CrosshairSettings_CenterDot:AddToggle({
- Name = "Center Dot",
- Value = WallHack.Crosshair.Settings.CenterDot,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.CenterDot = New
- end
- }).Default = WallHack.Crosshair.Settings.CenterDot
- CrosshairSettings_CenterDot:AddColorpicker({
- Name = "Center Dot Color",
- Value = WallHack.Crosshair.Settings.CenterDotColor,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.CenterDotColor = New
- end
- }).Default = WallHack.Crosshair.Settings.CenterDotColor
- CrosshairSettings_CenterDot:AddSlider({
- Name = "Center Dot Size",
- Value = WallHack.Crosshair.Settings.CenterDotSize,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.CenterDotSize = New
- end,
- Min = 1,
- Max = 6
- }).Default = WallHack.Crosshair.Settings.CenterDotSize
- CrosshairSettings_CenterDot:AddSlider({
- Name = "Center Dot Transparency",
- Value = WallHack.Crosshair.Settings.CenterDotTransparency,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.CenterDotTransparency = New
- end,
- Min = 0,
- Max = 1,
- Decimals = 2
- }).Default = WallHack.Crosshair.Settings.CenterDotTransparency
- CrosshairSettings_CenterDot:AddToggle({
- Name = "Center Dot Filled",
- Value = WallHack.Crosshair.Settings.CenterDotFilled,
- Callback = function(New, Old)
- WallHack.Crosshair.Settings.CenterDotFilled = New
- end
- }).Default = WallHack.Crosshair.Settings.CenterDotFilled
- --// Functions / Functions
- FunctionsSection:AddButton({
- Name = "Reset Settings",
- Callback = function()
- Aimbot.Functions:ResetSettings()
- WallHack.Functions:ResetSettings()
- Library.ResetAll()
- end
- })
- FunctionsSection:AddButton({
- Name = "Restart",
- Callback = function()
- Aimbot.Functions:Restart()
- WallHack.Functions:Restart()
- end
- })
- FunctionsSection:AddButton({
- Name = "Exit",
- Callback = Library.Unload,
- })
- FunctionsSection:AddButton({
- Name = "Copy Script Page",
- Callback = function()
- setclipboard("https://github.com/Exunys/AirHub")
- end
- })
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Fly",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Infinite Jump",
- Callback = function()
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local INFJUMP = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.119258665, 0, 0, 0)
- main.Size = UDim2.new(0, 146, 0, 28)
- main.Active = true
- main.Draggable = false
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 146, 0, 28)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Misc"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 17.000
- TextLabel.TextWrapped = true
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 1, 0)
- Frame.Size = UDim2.new(0, 146, 0, 61)
- INFJUMP.Name = "INFJUMP"
- INFJUMP.Parent = main
- INFJUMP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- INFJUMP.BorderSizePixel = 0
- INFJUMP.Position = UDim2.new(0.794520497, 0, 1.6785717, 0)
- INFJUMP.Size = UDim2.new(0, 21, 0, 21)
- INFJUMP.Font = Enum.Font.SourceSans
- INFJUMP.Text = ""
- INFJUMP.TextColor3 = Color3.fromRGB(0, 0, 0)
- INFJUMP.TextSize = 14.000
- INFJUMP.MouseButton1Down:connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 50;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0547945201, 0, 1.57142854, 0)
- TextLabel_2.Size = UDim2.new(0, 94, 0, 28)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "Inf jump"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 17.000
- TextLabel_2.TextWrapped = true
- -- Scripts:
- local function TKDWQ_fake_script() -- INFJUMP.LocalScript
- local script = Instance.new('LocalScript', INFJUMP)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(TKDWQ_fake_script)()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Chat Bypasser",
- Callback = function()
- _G.Keybind = 'Q' -- This is usually defaulted to Q. However, you can change to whatever you want.
- _G.Method = 1 -- 1 for the new method, 2 for the emoji method. If not defined, it will be defaulted to 1.
- loadstring(game:HttpGet("https://raw.githubusercontent.com/synnyyy/synergy/additional/betterbypasser",true))()
- end,
- })
- local Slider = MainTab:CreateSlider({
- Name = "Walkspeed",
- Range = {0, 255},
- Increment = 1,
- Suffix = "Speed",
- CurrentValue = 16,
- Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
- end,
- })
- local Slider = MainTab:CreateSlider({
- Name = "JumpPower",
- Range = {0, 255},
- Increment = 1,
- Suffix = "Jump",
- CurrentValue = 100,
- Flag = "Slider2", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Fake Animation (IT MAY CLOSE THE GUI)",
- Callback = function()
- local AnimationChanger = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TopBar = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local NormalTab = Instance.new("Frame")
- local A_Astronaut = Instance.new("TextButton")
- local A_Bubbly = Instance.new("TextButton")
- local A_Cartoony = Instance.new("TextButton")
- local A_Elder = Instance.new("TextButton")
- local A_Knight = Instance.new("TextButton")
- local A_Levitation = Instance.new("TextButton")
- local A_Mage = Instance.new("TextButton")
- local A_Ninja = Instance.new("TextButton")
- local A_Pirate = Instance.new("TextButton")
- local A_Robot = Instance.new("TextButton")
- local A_Stylish = Instance.new("TextButton")
- local A_SuperHero = Instance.new("TextButton")
- local A_Toy = Instance.new("TextButton")
- local A_Vampire = Instance.new("TextButton")
- local A_Werewolf = Instance.new("TextButton")
- local A_Zombie = Instance.new("TextButton")
- local Category = Instance.new("TextLabel")
- local SpecialTab = Instance.new("Frame")
- local A_Patrol = Instance.new("TextButton")
- local A_Confident = Instance.new("TextButton")
- local A_Popstar = Instance.new("TextButton")
- local A_Cowboy = Instance.new("TextButton")
- local A_Ghost = Instance.new("TextButton")
- local A_Sneaky = Instance.new("TextButton")
- local A_Princess = Instance.new("TextButton")
- local Category_2 = Instance.new("TextLabel")
- local OtherTab = Instance.new("Frame")
- local Category_3 = Instance.new("TextLabel")
- local A_None = Instance.new("TextButton")
- local A_Anthro = Instance.new("TextButton")
- local Animate = game.Players.LocalPlayer.Character.Animate
- AnimationChanger.Name = "AnimationChanger"
- AnimationChanger.Parent = game:WaitForChild("CoreGui")
- AnimationChanger.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = AnimationChanger
- Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.421999991, 0, -1, 0)
- Main.Size = UDim2.new(0, 300, 0, 250)
- Main.Active = true
- Main.Draggable = true
- TopBar.Name = "TopBar"
- TopBar.Parent = Main
- TopBar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TopBar.BorderSizePixel = 0
- TopBar.Size = UDim2.new(0, 300, 0, 30)
- Close.Name = "Close"
- Close.Parent = TopBar
- Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.899999976, 0, 0, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SciFi
- Close.Text = "x"
- Close.TextColor3 = Color3.new(1, 0, 0.0156863)
- Close.TextSize = 20
- Close.MouseButton1Click:Connect(function()
- wait(0.3)
- Main:TweenPosition(UDim2.new(0.421999991, 0, -1.28400004, 0))
- wait(3)
- AnimationChanger:Destroy()
- end)
- TextLabel.Parent = TopBar
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0.600000024, 0)
- TextLabel.Size = UDim2.new(0, 270, 0, 10)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by Nyser#4623"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 15
- TextLabel_2.Parent = TopBar
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, -0.0266667679, 0)
- TextLabel_2.Size = UDim2.new(0, 270, 0, 20)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Animation Changer"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 20
- NormalTab.Name = "NormalTab"
- NormalTab.Parent = Main
- NormalTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
- NormalTab.BackgroundTransparency = 1
- NormalTab.BorderSizePixel = 0
- NormalTab.Position = UDim2.new(0.5, 0, 0.119999997, 0)
- NormalTab.Size = UDim2.new(0, 150, 0, 500)
- A_Astronaut.Name = "A_Astronaut"
- A_Astronaut.Parent = NormalTab
- A_Astronaut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Astronaut.BorderSizePixel = 0
- A_Astronaut.Position = UDim2.new(0, 0, 0.815764725, 0)
- A_Astronaut.Size = UDim2.new(0, 150, 0, 30)
- A_Astronaut.Font = Enum.Font.SciFi
- A_Astronaut.Text = "Astronaut"
- A_Astronaut.TextColor3 = Color3.new(1, 1, 1)
- A_Astronaut.TextSize = 20
- A_Astronaut.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=891621366"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=891633237"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=891667138"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=891636393"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=891627522"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=891609353"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=891617961"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Bubbly.Name = "A_Bubbly"
- A_Bubbly.Parent = NormalTab
- A_Bubbly.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Bubbly.BorderSizePixel = 0
- A_Bubbly.Position = UDim2.new(0, 0, 0.349019617, 0)
- A_Bubbly.Size = UDim2.new(0, 150, 0, 30)
- A_Bubbly.Font = Enum.Font.SciFi
- A_Bubbly.Text = "Bubbly"
- A_Bubbly.TextColor3 = Color3.new(1, 1, 1)
- A_Bubbly.TextSize = 20
- A_Bubbly.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=910004836"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=910009958"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=910034870"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=910025107"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=910016857"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=910001910"
- Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=910030921"
- Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=910028158"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Cartoony.Name = "A_Cartoony"
- A_Cartoony.Parent = NormalTab
- A_Cartoony.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Cartoony.BorderSizePixel = 0
- A_Cartoony.Position = UDim2.new(0, 0, 0.407272667, 0)
- A_Cartoony.Size = UDim2.new(0, 150, 0, 30)
- A_Cartoony.Font = Enum.Font.SciFi
- A_Cartoony.Text = "Cartoony"
- A_Cartoony.TextColor3 = Color3.new(1, 1, 1)
- A_Cartoony.TextSize = 20
- A_Cartoony.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=742637544"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=742638445"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=742640026"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=742637942"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=742636889"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=742637151"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Elder.Name = "A_Elder"
- A_Elder.Parent = NormalTab
- A_Elder.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Elder.BorderSizePixel = 0
- A_Elder.Position = UDim2.new(6.51925802e-09, 0, 0.636310041, 0)
- A_Elder.Size = UDim2.new(0, 150, 0, 30)
- A_Elder.Font = Enum.Font.SciFi
- A_Elder.Text = "Elder"
- A_Elder.TextColor3 = Color3.new(1, 1, 1)
- A_Elder.TextSize = 20
- A_Elder.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=845397899"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=845400520"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=845403856"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=845386501"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=845398858"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=845392038"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=845396048"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Knight.Name = "A_Knight"
- A_Knight.Parent = NormalTab
- A_Knight.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Knight.BorderSizePixel = 0
- A_Knight.Position = UDim2.new(0, 0, 0.52352941, 0)
- A_Knight.Size = UDim2.new(0, 150, 0, 30)
- A_Knight.Font = Enum.Font.SciFi
- A_Knight.Text = "Knight"
- A_Knight.TextColor3 = Color3.new(1, 1, 1)
- A_Knight.TextSize = 20
- A_Knight.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=657595757"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=657568135"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=657552124"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=657564596"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=658409194"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=658360781"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=657600338"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Levitation.Name = "A_Levitation"
- A_Levitation.Parent = NormalTab
- A_Levitation.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Levitation.BorderSizePixel = 0
- A_Levitation.Position = UDim2.new(0, 0, 0.115472436, 0)
- A_Levitation.Size = UDim2.new(0, 150, 0, 30)
- A_Levitation.Font = Enum.Font.SciFi
- A_Levitation.Text = "Levitation"
- A_Levitation.TextColor3 = Color3.new(1, 1, 1)
- A_Levitation.TextSize = 20
- A_Levitation.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616010382"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616003713"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Mage.Name = "A_Mage"
- A_Mage.Parent = NormalTab
- A_Mage.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Mage.BorderSizePixel = 0
- A_Mage.Position = UDim2.new(0, 0, 0.696203232, 0)
- A_Mage.Size = UDim2.new(0, 150, 0, 30)
- A_Mage.Font = Enum.Font.SciFi
- A_Mage.Text = "Mage"
- A_Mage.TextColor3 = Color3.new(1, 1, 1)
- A_Mage.TextSize = 20
- A_Mage.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=707742142"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=707855907"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=707897309"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=707861613"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=707853694"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=707826056"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Ninja.Name = "A_Ninja"
- A_Ninja.Parent = NormalTab
- A_Ninja.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Ninja.BorderSizePixel = 0
- A_Ninja.Position = UDim2.new(0, 0, 0.0597896464, 0)
- A_Ninja.Size = UDim2.new(0, 150, 0, 30)
- A_Ninja.Font = Enum.Font.SciFi
- A_Ninja.Text = "Ninja"
- A_Ninja.TextColor3 = Color3.new(1, 1, 1)
- A_Ninja.TextSize = 20
- A_Ninja.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=656117400"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=656118341"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=656121766"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=656114359"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Pirate.Name = "A_Pirate"
- A_Pirate.Parent = NormalTab
- A_Pirate.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Pirate.BorderSizePixel = 0
- A_Pirate.Position = UDim2.new(-0.000333309174, 0, 0.874588311, 0)
- A_Pirate.Size = UDim2.new(0, 150, 0, 30)
- A_Pirate.Font = Enum.Font.SciFi
- A_Pirate.Text = "Pirate"
- A_Pirate.TextColor3 = Color3.new(1, 1, 1)
- A_Pirate.TextSize = 20
- A_Pirate.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=750781874"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=750782770"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=750785693"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=750783738"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=750782230"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=750779899"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=750780242"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Robot.Name = "A_Robot"
- A_Robot.Parent = NormalTab
- A_Robot.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Robot.BorderSizePixel = 0
- A_Robot.Position = UDim2.new(0, 0, 0.291479498, 0)
- A_Robot.Size = UDim2.new(0, 150, 0, 30)
- A_Robot.Font = Enum.Font.SciFi
- A_Robot.Text = "Robot"
- A_Robot.TextColor3 = Color3.new(1, 1, 1)
- A_Robot.TextSize = 20
- A_Robot.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616088211"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616089559"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616095330"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616091570"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616090535"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616086039"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616087089"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Stylish.Name = "A_Stylish"
- A_Stylish.Parent = NormalTab
- A_Stylish.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Stylish.BorderSizePixel = 0
- A_Stylish.Position = UDim2.new(0, 0, 0.232816339, 0)
- A_Stylish.Size = UDim2.new(0, 150, 0, 30)
- A_Stylish.Font = Enum.Font.SciFi
- A_Stylish.Text = "Stylish"
- A_Stylish.TextColor3 = Color3.new(1, 1, 1)
- A_Stylish.TextSize = 20
- A_Stylish.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616136790"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616138447"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616146177"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616140816"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616139451"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616133594"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616134815"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_SuperHero.Name = "A_SuperHero"
- A_SuperHero.Parent = NormalTab
- A_SuperHero.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_SuperHero.BorderSizePixel = 0
- A_SuperHero.Position = UDim2.new(0, 0, 0.464919746, 0)
- A_SuperHero.Size = UDim2.new(0, 150, 0, 30)
- A_SuperHero.Font = Enum.Font.SciFi
- A_SuperHero.Text = "SuperHero"
- A_SuperHero.TextColor3 = Color3.new(1, 1, 1)
- A_SuperHero.TextSize = 20
- A_SuperHero.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616111295"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616113536"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616122287"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616117076"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616115533"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616104706"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616108001"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Toy.Name = "A_Toy"
- A_Toy.Parent = NormalTab
- A_Toy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Toy.BorderSizePixel = 0
- A_Toy.Position = UDim2.new(6.51925802e-09, 0, 0.756028414, 0)
- A_Toy.Size = UDim2.new(0, 150, 0, 30)
- A_Toy.Font = Enum.Font.SciFi
- A_Toy.Text = "Toy"
- A_Toy.TextColor3 = Color3.new(1, 1, 1)
- A_Toy.TextSize = 20
- A_Toy.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782841498"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782845736"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=782843345"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=782847020"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=782843869"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Vampire.Name = "A_Vampire"
- A_Vampire.Parent = NormalTab
- A_Vampire.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Vampire.BorderSizePixel = 0
- A_Vampire.Position = UDim2.new(0, 0, 0.934021354, 0)
- A_Vampire.Size = UDim2.new(0, 150, 0, 30)
- A_Vampire.Font = Enum.Font.SciFi
- A_Vampire.Text = "Vampire"
- A_Vampire.TextColor3 = Color3.new(1, 1, 1)
- A_Vampire.TextSize = 20
- A_Vampire.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083445855"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083450166"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083473930"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083462077"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083455352"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083443587"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Werewolf.Name = "A_Werewolf"
- A_Werewolf.Parent = NormalTab
- A_Werewolf.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Werewolf.BorderSizePixel = 0
- A_Werewolf.Position = UDim2.new(-0.000333368778, 0, 0.174509808, 0)
- A_Werewolf.Size = UDim2.new(0, 150, 0, 30)
- A_Werewolf.Font = Enum.Font.SciFi
- A_Werewolf.Text = "Werewolf"
- A_Werewolf.TextColor3 = Color3.new(1, 1, 1)
- A_Werewolf.TextSize = 20
- A_Werewolf.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083195517"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083214717"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083178339"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083216690"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083182000"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083189019"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Zombie.Name = "A_Zombie"
- A_Zombie.Parent = NormalTab
- A_Zombie.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Zombie.BorderSizePixel = 0
- A_Zombie.Position = UDim2.new(-1.1920929e-07, 0, 0.582352936, 0)
- A_Zombie.Size = UDim2.new(0, 150, 0, 30)
- A_Zombie.Font = Enum.Font.SciFi
- A_Zombie.Text = "Zombie"
- A_Zombie.TextColor3 = Color3.new(1, 1, 1)
- A_Zombie.TextSize = 20
- A_Zombie.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616158929"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616160636"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616161997"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616156119"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616157476"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- Category.Name = "Category"
- Category.Parent = NormalTab
- Category.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Category.BorderSizePixel = 0
- Category.Size = UDim2.new(0, 150, 0, 30)
- Category.Text = "Normal"
- Category.TextColor3 = Color3.new(0, 0.835294, 1)
- Category.TextSize = 14
- SpecialTab.Name = "SpecialTab"
- SpecialTab.Parent = Main
- SpecialTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
- SpecialTab.BackgroundTransparency = 1
- SpecialTab.BorderSizePixel = 0
- SpecialTab.Position = UDim2.new(0, 0, 0.119999997, 0)
- SpecialTab.Size = UDim2.new(0, 150, 0, 230)
- A_Patrol.Name = "A_Patrol"
- A_Patrol.Parent = SpecialTab
- A_Patrol.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Patrol.BorderSizePixel = 0
- A_Patrol.Position = UDim2.new(0, 0, 0.259960413, 0)
- A_Patrol.Size = UDim2.new(0, 150, 0, 30)
- A_Patrol.Font = Enum.Font.SciFi
- A_Patrol.Text = "Patrol"
- A_Patrol.TextColor3 = Color3.new(1, 1, 1)
- A_Patrol.TextSize = 20
- A_Patrol.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1149612882"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1151231493"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1150967949"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1148811837"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1148811837"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1148863382"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Confident.Name = "A_Confident"
- A_Confident.Parent = SpecialTab
- A_Confident.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Confident.BorderSizePixel = 0
- A_Confident.Position = UDim2.new(0, 0, 0.389248967, 0)
- A_Confident.Size = UDim2.new(0, 150, 0, 30)
- A_Confident.Font = Enum.Font.SciFi
- A_Confident.Text = "Confident"
- A_Confident.TextColor3 = Color3.new(1, 1, 1)
- A_Confident.TextSize = 20
- A_Confident.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1069977950"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1069987858"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1070017263"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1070001516"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1069984524"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1069946257"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1069973677"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Popstar.Name = "A_Popstar"
- A_Popstar.Parent = SpecialTab
- A_Popstar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Popstar.BorderSizePixel = 0
- A_Popstar.Position = UDim2.new(0, 0, 0.130671918, 0)
- A_Popstar.Size = UDim2.new(0, 150, 0, 30)
- A_Popstar.Font = Enum.Font.SciFi
- A_Popstar.Text = "Popstar"
- A_Popstar.TextColor3 = Color3.new(1, 1, 1)
- A_Popstar.TextSize = 20
- A_Popstar.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1212900985"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1212980338"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1212980348"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1212954642"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1213044953"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1212900995"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Cowboy.Name = "A_Cowboy"
- A_Cowboy.Parent = SpecialTab
- A_Cowboy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Cowboy.BorderSizePixel = 0
- A_Cowboy.Position = UDim2.new(0, 0, 0.772964239, 0)
- A_Cowboy.Size = UDim2.new(0, 150, 0, 30)
- A_Cowboy.Font = Enum.Font.SciFi
- A_Cowboy.Text = "Cowboy"
- A_Cowboy.TextColor3 = Color3.new(1, 1, 1)
- A_Cowboy.TextSize = 20
- A_Cowboy.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1014390418"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1014398616"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1014421541"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1014401683"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1014394726"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1014380606"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1014384571"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Ghost.Name = "A_Ghost"
- A_Ghost.Parent = SpecialTab
- A_Ghost.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Ghost.BorderSizePixel = 0
- A_Ghost.Position = UDim2.new(0, 0, 0.900632322, 0)
- A_Ghost.Size = UDim2.new(0, 150, 0, 30)
- A_Ghost.Font = Enum.Font.SciFi
- A_Ghost.Text = "Ghost"
- A_Ghost.TextColor3 = Color3.new(1, 1, 1)
- A_Ghost.TextSize = 20
- A_Ghost.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
- Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=616012453"
- Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=616011509"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Sneaky.Name = "A_Sneaky"
- A_Sneaky.Parent = SpecialTab
- A_Sneaky.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Sneaky.BorderSizePixel = 0
- A_Sneaky.Position = UDim2.new(0, 0, 0.517628431, 0)
- A_Sneaky.Size = UDim2.new(0, 150, 0, 30)
- A_Sneaky.Font = Enum.Font.SciFi
- A_Sneaky.Text = "Sneaky"
- A_Sneaky.TextColor3 = Color3.new(1, 1, 1)
- A_Sneaky.TextSize = 20
- A_Sneaky.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1132473842"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1132477671"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1132510133"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1132494274"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1132489853"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1132461372"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1132469004"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Princess.Name = "A_Princess"
- A_Princess.Parent = SpecialTab
- A_Princess.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Princess.BorderSizePixel = 0
- A_Princess.Position = UDim2.new(0, 0, 0.645296335, 0)
- A_Princess.Size = UDim2.new(0, 150, 0, 30)
- A_Princess.Font = Enum.Font.SciFi
- A_Princess.Text = "Princess"
- A_Princess.TextColor3 = Color3.new(1, 1, 1)
- A_Princess.TextSize = 20
- A_Princess.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=941003647"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=941013098"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=941028902"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=941015281"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=941008832"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=940996062"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=941000007"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- Category_2.Name = "Category"
- Category_2.Parent = SpecialTab
- Category_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Category_2.BorderSizePixel = 0
- Category_2.Size = UDim2.new(0, 150, 0, 30)
- Category_2.Text = "Special"
- Category_2.TextColor3 = Color3.new(0, 0.835294, 1)
- Category_2.TextSize = 14
- OtherTab.Name = "OtherTab"
- OtherTab.Parent = Main
- OtherTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
- OtherTab.BackgroundTransparency = 1
- OtherTab.BorderSizePixel = 0
- OtherTab.Position = UDim2.new(0, 0, 1.06800008, 0)
- OtherTab.Size = UDim2.new(0, 150, 0, 220)
- Category_3.Name = "Category"
- Category_3.Parent = OtherTab
- Category_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Category_3.BorderSizePixel = 0
- Category_3.Size = UDim2.new(0, 150, 0, 30)
- Category_3.Text = "Other"
- Category_3.TextColor3 = Color3.new(0, 0.835294, 1)
- Category_3.TextSize = 14
- A_None.Name = "A_None"
- A_None.Parent = OtherTab
- A_None.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_None.BorderSizePixel = 0
- A_None.Position = UDim2.new(0, 0, 0.134545445, 0)
- A_None.Size = UDim2.new(0, 150, 0, 30)
- A_None.Font = Enum.Font.SciFi
- A_None.Text = "None"
- A_None.TextColor3 = Color3.new(1, 1, 1)
- A_None.TextSize = 20
- A_None.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=0"
- Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=0"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- A_Anthro.Name = "A_Anthro"
- A_Anthro.Parent = OtherTab
- A_Anthro.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- A_Anthro.BorderSizePixel = 0
- A_Anthro.Position = UDim2.new(0, 0, 0.269090891, 0)
- A_Anthro.Size = UDim2.new(0, 150, 0, 30)
- A_Anthro.Font = Enum.Font.SciFi
- A_Anthro.Text = "Anthro (Default)"
- A_Anthro.TextColor3 = Color3.new(1, 1, 1)
- A_Anthro.TextSize = 20
- A_Anthro.MouseButton1Click:Connect(function()
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=2510196951"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=2510197257"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=2510202577"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=2510198475"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=2510197830"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=2510192778"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=2510195892"
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- wait(1)
- Main:TweenPosition(UDim2.new(0.421999991, 0, 0.28400004, 0))
- end,
- })
Add Comment
Please, Sign In to add comment