loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/resources/main/main"))() local SolarisLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/simplity/main/main"))() local win = SolarisLib:New({ Name = "simplity", FolderToSave = "SolarisLibStuff" }) local main = win:Tab("Local") SolarisLib:Notification("Welcome", "Thanks for using simplity") local sec = main:Section("Player") local slider = sec:Slider("Walkspeed", 1,500,16,1,"Slider", function(v) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v end) local slider = sec:Slider("Jumppower", 1,1000,50,1,"Slider", function(v) game.Players.LocalPlayer.Character.Humanoid.JumpPower = v end) local slider = sec:Slider("Gravity", 1,1000,196.2,1,"Slider", function(v) game.Workspace.Gravity = v end) local slider = sec:Slider("Time", 1,24,12,1,"Slider", function(v) game.Lighting.TimeOfDay = v end) sec:Button("Respawn", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/respawn/main/main"))() end) sec:Button("Rejoin", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rejoin/main/main"))() end) local scripts = main:Section("Utility") scripts:Button("BTools", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/btools/main/main"))() end) scripts:Button("X-Ray", function() SolarisLib:Notification("Enabled", "Press E to active/disable") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xray/main/main"))() end) scripts:Button("AntiAFK", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/antiafk/main/main"))() end) scripts:Button("Anti Fling", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/antifling/main/main"))() end) scripts:Button("Explorer", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/dex/main/main"))() end) scripts:Button("ClickTP", function() SolarisLib:Notification("Enabled", "Hold CTRL and click anywhere to teleport") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/clicktp/main/main"))() end) scripts:Button("Remote Spy", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/simplespy/main/main"))() end) scripts:Button("Hitbox Expander", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/hitboxexpand/main/main"))() end) scripts:Button("Infinite Jump", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/infjump/main/main"))() end) scripts:Button("Display Name Remover", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/displaynameremover/main/main"))() end) scripts:Button("Chat Translator", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/HeyGyt/chattranslator/main/main"))() end) scripts:Button("Netless", function() SolarisLib:Notification("Enabled", "When you reset make sure to re-execute") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/netless/main/main"))() end) scripts:Button("Chat Logger", function() SolarisLib:Notification("Enabled", "Press F4 to view the messages") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/chatlogger/main/main"))() end) scripts:Button("Anti Chat Logger", function() SolarisLib:Notification("Enabled", "Prevents Roblox from logging your messages") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/antichatlogger/main/main"))() end) scripts:Button("Audio Logger", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/audiologger/main/main"))() end) scripts:Button("Unlock Camera Rotation", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/camerarotation/main/main"))() end) scripts:Button("Airswim", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/airswim/main/main"))() end) scripts:Button("Invisibility", function() SolarisLib:Notification("Enabled", "Press E to go visible/invisible") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/invi/main/main"))() end) scripts:Button("Godmode", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/godmode/main/main"))() end) local fps = main:Section("Graphics") fps:Button("FPS Booster", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fpsbooster/main/main"))() end) fps:Button("Graphics Enhancer", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/enhancer/main/main"))() end) local fe = win:Tab("Filtering Enabled") local utility = fe:Section("Utility") utility:Button("Winged Master", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fewingled/main/main"))() end) utility:Button("Spiderman", function() SolarisLib:Notification("Loaded", "E/Q to webswing") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/spiderman/main/main"))() end) utility:Button("Human Car", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/humancar/main/main"))() end) utility:Button("Telekiness", function() SolarisLib:Notification("Enabled", "Works only with unachored objects") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/telekiness/main/main"))() end) utility:Button("Walk on Walls", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walk/main/main"))() end) utility:Button("Joy", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/joy/main/main"))() end) utility:Button("Sturdy", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit here, have fun (R15)") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sturdy/main/main"))() end) utility:Button("Da Feet", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/dafeet/main/main"))() end) utility:Button("Parkour Man", function() SolarisLib:Notification("Loaded", "C to crouch and slide, X to do a complete 360, Double Jump to wallclimb") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/parkour/main/main"))() end) utility:Button("Mannequin", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/mannequin/main/main"))() end) utility:Button("Creepy Crawler", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/crawler/main/main"))() end) utility:Button("Car Man", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/carman/main/main"))() end) utility:Button("Jerk Off", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/jerkoff/main/main"))() end) utility:Button("Human Dick", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pens/main/main"))() end) utility:Button("Human Chair", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/chair/main/main"))() end) utility:Button("Human Table", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/table/main/main"))() end) utility:Button("Human Helicopter", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/humanhelicopter/main/main"))() end) utility:Button("Human Cube", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/cube/main/main"))() end) utility:Button("Blockhead", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/blockhead/main/main"))() end) utility:Button("Penis", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/penis/main/main"))() end) utility:Button("Calamity", function() SolarisLib:Notification("Loaded", "Press F,L,Z,Y,X,C,V,N for modes, click to attack") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/calamity/main/main"))() end) utility:Button("Flipper", function() SolarisLib:Notification("Loaded", "Press Z to frontflip, X to backflip, C to airjump") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/flipper/main/main"))() end) utility:Button("Long Legs", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/longlegs/main/main"))() end) utility:Button("Star Glitcher", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/star/main/main"))() end) utility:Button("Trashformer", function() SolarisLib:Notification("Loaded", "CTRL to hide, Z,X,C to pop up, Shift to run, Click to shoot while hiding") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/trashformer/main/main"))() end) utility:Button("Earrape", function() SolarisLib:Notification("Loaded", "Doesn't work if RespectFilteringEnabled is true, press F4") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/earrape/main/main"))() end) utility:Button("Fake VR", function() SolarisLib:Notification("Loaded", "Recommended to use a netless") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fefakevr/main/main"))() end) utility:Button("Fake Kick", function() SolarisLib:Notification("Loaded", "Will make you type once someone leaves") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fakekick/main/main"))() end) utility:Button("Pyramid", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pyramid/main/main"))() end) utility:Button("Critical Mass", function() SolarisLib:Notification("Loaded", "Q for Total Outburst, H for Barrage, Z to throw, C to pickup, M for supernova") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/critical/main/main"))() end) utility:Button("Memeus", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/memeus/main/main"))() end) utility:Button("Helicopter", function() SolarisLib:Notification("Loaded", "Q/E to fly down/up") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/helicopter/main/main"))() end) utility:Button("Sans Curse", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sanscurse/main/main"))() end) utility:Button("Nameless", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nameless/main/main"))() end) utility:Button("Ragdoll Suicide", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ragdollsuicide/main/main"))() end) utility:Button("Hats Orbital", function() SolarisLib:Notification("Loaded", "Type .mode (1-11) for cool hat animations") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/hatsv2/main/main"))() end) utility:Button("Walkable Hats", function() SolarisLib:Notification("Loaded", "You need any hat to be equipped, the more the better") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkablehats/main/main"))() end) utility:Button("Walkable Tools", function() SolarisLib:Notification("Loaded", "You need any tool your inventory, the more the better") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkabletools/main/main"))() end) utility:Button("Holy Spirit", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ang/main/main"))() end) utility:Button("Hold Hats", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/holdhats/main/main"))() end) utility:Button("Ink Monster", function() SolarisLib:Notification("Loaded", "R to run, Z,E to hide, Q to get up") loadstring(game:HttpGet(('https://raw.githubusercontent.com/HeyGyt/inkmonster/main/main'),true))() end) utility:Button("Ball Spin", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ball/main/main"))() end) utility:Button("Asriel", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/asrial/main/mainf"))() end) utility:Button("Xester", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xester/main/main"))() end) utility:Button("Chips", function() SolarisLib:Notification("Loaded", "Click to attack, X to suicide, C to laugh, T to taunt, V,B,M,F to change the bag") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/chips/main/main"))() end) utility:Button("Neck Snap", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/necksnap/main/main"))() end) utility:Button("Furry Talk", function() SolarisLib:Notification("Loaded", "Every chat message you sent turns into a furry one") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/furrytalk/main/main"))() end) utility:Button("Nerd Quote", function() SolarisLib:Notification("Loaded", "Makes you quote any chat message with a nerd emoji") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nerdquote/main/main"))() end) utility:Button("Sad", function() SolarisLib:Notification("Loaded", "Press F to fly") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sad/main/main"))() end) utility:Button("Scout", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/scout/main/main"))() end) utility:Button("Remove Chairs", function() SolarisLib:Notification("Loaded", "Press F on a chair to remove it") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/removechairs/main/main"))() end) utility:Button("Ravager", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ravager/main/main"))() end) utility:Button("Spidey", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/spidey/main/main"))() end) utility:Button("Titanlify", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/febigpeople/main/main"))() end) utility:Button("Smallify", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fesmallpeople/main/main"))() end) utility:Button("Nightmare Sans", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nightmare/main/main"))() end) utility:Button("Thor", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/thor/main/main"))() end) utility:Button("Classic Animations", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/classicanimations/main/main"))() end) utility:Button("Holiday Feels", function() SolarisLib:Notification("Loaded", "Q to throw snowball, F to place a gift, C to tp, Z to sit") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/holidayfeels/main/main"))() end) utility:Button("Headless", function() SolarisLib:Notification("Loaded", "Wait a few seconds, works on R6/R15") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/headless/main/main"))() end) utility:Button("Neko Maid", function() SolarisLib:Notification("Loaded", "Click to attack, R to lay, Z to flip, T to Taunt") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nekomaid/main/home"))() end) utility:Button("Sunpower", function() SolarisLib:Notification("Loaded", "Press K to get sun's power, click to attack") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sunpower/main/main"))() end) utility:Button("Krumper", function() SolarisLib:Notification("Loaded", "Click to attack, Z to dash") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/krumper/main/main"))() end) utility:Button("Crimson Sonata", function() SolarisLib:Notification("Loaded", "Click to attack, E to slash, Q to slash-spin") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/crimson/main/main"))() end) loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/cubemonster/main/main"))() utility:Button("Upside Down", function() SolarisLib:Notification("Loaded", "You can't see it but others can") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/upsidedown/main/main"))() end) utility:Button("Fake Lag", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fakelag/main/main"))() end) utility:Button("Rainbow King", function() SolarisLib:Notification("Loaded", "T/R/E to Shoot, G for Idle, Y for Chaos, H to go Insane, J to go on your Knee, Q to Teleport") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rainbow/main/main"))() end) utility:Button("San Goku", function() SolarisLib:Notification("Loaded", "R for Holy Light, Y for Lighting of Absolution, U for Holy Wrath, E for Blades of Judgement, T to Taunt") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/goku/main/main"))() end) utility:Button("Gravity Gun", function() SolarisLib:Notification("Loaded", "Works only on unanchored objects") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/gravitygun/main/main"))() end) utility:Button("Pandora", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pandora/main/main"))() end) utility:Button("Cursed Spider", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/cursedspider/main/main"))() end) utility:Button("Pacifist", function() SolarisLib:Notification("Loaded", "Z for the first pose, X for the second pose, C for the last pose") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pacifist/main/main"))() end) utility:Button("Sonic", function() SolarisLib:Notification("Loaded", "Q/E to lean over, Shift to go faster, CTRL to go way faster") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sonic/main/main"))() end) utility:Button("Imposter", function() SolarisLib:Notification("Loaded", "Press C to sit, Click to lean backwards, F to fly, Q to look dead") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/amogus/main/main"))() end) local fling = fe:Section("Flinging Utility") fling:Button("Deathnote", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/deathnote/main/main"))() end) fling:Button("Meditator", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/meditation/main/main"))() end) fling:Button("Magician", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/levitator/main/main"))() end) fling:Button("Steve", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/steve/main/main"))() end) fling:Button("Human Stick", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/humanstick/main/main"))() end) fling:Button("Long Neck", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/longneck/main/main"))() end) fling:Button("Yoga Master", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/yogamaster/main/main"))() end) fling:Button("Moon Monster", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/moonmonster/main/main"))() end) fling:Button("Leg Fighter", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ae/main/main"))() end) fling:Button("Crazy", function() SolarisLib:Notification("Loaded", "Passive fling on touch") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/crazy/main/main"))() end) fling:Button("Rush", function() SolarisLib:Notification("Loaded", "Passive fling on touch") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rush/main/main"))() end) fling:Button("Ambush", function() SolarisLib:Notification("Loaded", "Passive fling on touch") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ambush/main/main"))() end) fling:Button("Swat Banisher", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/swatbanisher/main/main"))() end) fling:Button("Batman", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/bat/main/main"))() end) fling:Button("Winged Human", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/wingedhuman/main/main"))() end) fling:Button("Exotic Lighting", function() SolarisLib:Notification("Loaded", "This script has so many keybinds that I couldn't fit them in here, have fun") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/Exotic/main/main"))() end) fling:Button("Idiot", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/idiote/main/main"))() end) fling:Button("Fearful", function() SolarisLib:Notification("Loaded", "Press 1, 2, 3 for modes") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fearful/main/main"))() end) fling:Button("Freddy", function() SolarisLib:Notification("Loaded", "Press 1 to show up and 2 to become invisible") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fred/main/main"))() end) fling:Button("Gale Fighter", function() SolarisLib:Notification("Loaded", "Click to attack, X for ultimate, R for kick barrage") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/galefigher/main/main"))() end) fling:Button("Saitama", function() SolarisLib:Notification("Loaded", "Click to punch, R for main idle") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/work/main/main"))() end) fling:Button("John Doe", function() SolarisLib:Notification("Loaded", "Click to fling") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/johndoe/main/main"))() end) fling:Button("Head Dancer", function() SolarisLib:Notification("Reanimating...", "Please wait 6 seconds") wait(8) SolarisLib:Notification("Loaded", "Press T to dance on your head, R to stop dancing") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/headdancer/main/head"))() end) fling:Button("Mouse Fling", function() SolarisLib:Notification("Loaded", "Press E to use") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fling/main/main"))() end) local dance = fe:Section("Dances") dance:Button("Ultimate Meme Dance", function() SolarisLib:Notification("Loaded", "Press T for ultimate dance, F to slap, B to shoot, jump to stop the slap") loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ultimatememedance/main/main"))() end) dance:Button("Smug Dancer", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/smug/main/main"))() end) dance:Button("Goopie Dance", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/goopiedance/main/main"))() end) dance:Button("Rickroll Dance", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rickroll/main/main"))() end) dance:Button("California Girls", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/californiagirls/main/main"))() end) dance:Button("Retard Dance", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/retarddance/main/main"))() end) dance:Button("Take the L", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/takethel/main/main"))() end) dance:Button("Default Dance", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/erefgew/main/main"))() end) dance:Button("Pog Dance", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pogdance/main/main"))() end) local aimbot = win:Tab("Combat") local aim = aimbot:Section("Aimbot") local FOV = aimbot:Section("FOVRing") aim:Button("Aimbot", function() SolarisLib:Notification("Loaded", "Press P to destroy the aimbot") --draw fov ring _G.FOVring = Drawing.new("Circle") --loop fov ring properties game:GetService"RunService".RenderStepped:Connect(function() _G.FOVring.Visible = true _G.FOVring.Thickness = 2 _G.FOVring.Radius = _G.fovringslider _G.FOVring.Transparency = 1 _G.FOVring.Color = _G.fovColorPicker _G.FOVring.Position = workspace.CurrentCamera.ViewportSize/2 end) local RunService = game:GetService("RunService") local function getClosest(cframe) local ray = Ray.new(cframe.Position, cframe.LookVector).Unit local target = nil local mag = math.huge for i,v in pairs(game.Players:GetPlayers()) do if v.Character and v.Character:FindFirstChild("Head") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("HumanoidRootPart") and v ~= game.Players.LocalPlayer and (v.Team ~= game.Players.LocalPlayer.Team or (not _G.tcToggle)) then local magBuf = (v.Character.Head.Position - ray:ClosestPoint(v.Character.Head.Position)).Magnitude if magBuf < mag then mag = magBuf target = v end end end return target end loop = RunService.RenderStepped:Connect(function() local UserInputService = game:GetService("UserInputService") local pressed = --[[UserInputService:IsKeyDown(Enum.KeyCode.E)]] UserInputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton2) local localPlay = game.Players.localPlayer.Character local cam = workspace.CurrentCamera local zz = workspace.CurrentCamera.ViewportSize/2 if pressed then local Line = Drawing.new("Line") local curTar = getClosest(cam.CFrame) local ssHeadPoint = cam:WorldToScreenPoint(curTar.Character.Head.Position) ssHeadPoint = Vector2.new(ssHeadPoint.X, ssHeadPoint.Y) if (ssHeadPoint - zz).Magnitude < _G.fovringslider then workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame:Lerp(CFrame.new(cam.CFrame.Position, curTar.Character.Head.Position), _G.smoothingslider) end end if UserInputService:IsKeyDown(Enum.KeyCode.P) then loop:Disconnect() _G.FOVring:Remove() end end) end) local toggle = aim:Toggle("Team Check", false,"tcToggle", function(t) _G.tcToggle = t end) local aimsmooth = aim:Slider("Smoothing", 0.1,1,0.5,0.1,"aimSlider", function(smoothingslider) _G.smoothingslider = smoothingslider end) local fovslider = FOV:Slider("FOV Ring", 10,1000,150,1,"fovSlider", function(fovringslider) _G.fovringslider = fovringslider end) --sec:Colorpicker(title , default , flag , callback ) FOV:Colorpicker("FOVring Color", Color3.fromRGB(255, 128, 128),"fovColorpicker", function(t) _G.fovColorPicker = t end) local visuals = win:Tab("Visuals") local espsec = visuals:Section("Utility") local team = visuals:Section("Team Color") _G.Reantheajfdfjdgse = nil function esp() _G.FriendColor = Color3.fromRGB(0, 0, 255) local coregui = game:GetService("CoreGui") local players = game:GetService("Players") local plr = players.LocalPlayer local highlights = {} function esp(target, color) pcall(function() if target.Character then if not highlights[target] then local highlight = Instance.new("Highlight", coregui) highlight.Name = target.Name highlight.Adornee = target.Character highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop highlight.FillColor = color highlights[target] = highlight else highlights[target].FillColor = color end end end) end players.PlayerAdded:Connect(function(v) v.CharacterAdded:Connect(function() esp(v, _G.UseTeamColor and v.TeamColor.Color or ((plr.TeamColor == v.TeamColor) and _G.FriendColor or _G.EnemyColor)) end) end) players.PlayerRemoving:Connect(function(v) if highlights[v] then highlights[v]:Destroy() highlights[v] = nil end end) for i, v in pairs(players:GetPlayers()) do if v ~= plr then local color = _G.UseTeamColor and v.TeamColor.Color or ((plr.TeamColor == v.TeamColor) and _G.FriendColor or _G.EnemyColor) v.CharacterAdded:Connect(function() local color = _G.UseTeamColor and v.TeamColor.Color or ((plr.TeamColor == v.TeamColor) and _G.FriendColor or _G.EnemyColor) esp(v, color) end) esp(v, color) end end while task.wait() do for i, v in pairs(highlights) do local color = _G.UseTeamColor and i.TeamColor.Color or ((plr.TeamColor == i.TeamColor) and _G.FriendColor or _G.EnemyColor) v.FillColor = color end end end local toggle = espsec:Toggle("ESP", false,"espToggle", function(togglebool) if togglebool then esp() for i,v in pairs(game.CoreGui:GetChildren()) do if v.ClassName == "Highlight" then v.Enabled = true end end end if togglebool == false then for i,v in pairs(game.CoreGui:GetChildren()) do if v.ClassName == "Highlight" then v.Enabled = false end end end end) local toggle = team:Toggle("Use Current Team Colors", false,"esptcToggle", function(togglebool) _G.UseTeamColor = togglebool end) local enemyColorpicker = team:Colorpicker("Enemy Color", Color3.fromRGB(255, 0, 0),"enemyColorPicker", function(v) _G.EnemyColor = v end) local proc = win:Tab("Protection") local protect = proc:Section("Utility") protect:Button("Remove Face", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/clothes/main/noface"))() end) protect:Button("Remove Clothes", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/noclothes/main/main"))() end) protect:Button("Remove Accessories", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/noaccessories/main/main"))() end) local universal = win:Tab("Universal") local util = universal:Section("Utility") util:Button("VG Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/vghub/main/main"))() end) util:Button("Domain X", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/HeyGyt/domainx/main/main',true))() end) util:Button("Infinite Yield", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() end) util:Button("Universal FE Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script"))() end) util:Button("Proxima Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))() end) util:Button("xxHub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xxhub/main/main"))() end) util:Button("Darkware", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/Yarik312/DarkWare/main/MainLoader"), true))() end) util:Button("OP Finality", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/finality/main/main"))() end) game:GetService'Players'.PlayerAdded:Connect(function(player) if player.Name == "jekaom" then game.StarterGui:SetCore("SendNotification", { Title = "a hottie joined"; Text = "simple the simplity creator has joined your server, be proud"; Icon = "rbxassetid://57254792"; Duration = 5; }) end end)