--KEYLESS-- game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("--thank you for script--") local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("FTAP KEPSON Keyless", "RJTheme4") local Tab = Window:NewTab("Home") local Section = Tab:NewSection("Player") Section:NewSlider("Speed Walk", "Walk", 200, 0, function(s) -- 500 (Макс. значение) | 0 (Мин. значение) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end) Section:NewSlider("Jump power", "Power", 400, 0, function(s) -- 500 (Макс. значение) | 0 (Мин. значение) game.Players.LocalPlayer.Character.Humanoid.JumpPower = s end) Section:NewButton("Anti grab", "Anti player grab", function() loadstring(game:HttpGet(("https://pastebin.com/raw/Skn3Aa1Q"), true))() end) Section:NewButton("Super sternght", "super", function() local StrenghtMultiplier = 1000000 local UserInputService = game:GetService("UserInputService") local Workspace = game:GetService("Workspace") local Debris = game:GetService("Debris") Workspace.ChildAdded:Connect(function(NewModel) if NewModel.Name == "GrabParts" then local PartToImpulse = NewModel["GrabPart"]["WeldConstraint"].Part1 if PartToImpulse then --//Part found local VelocityObject = Instance.new("BodyVelocity", PartToImpulse) NewModel:GetPropertyChangedSignal("Parent"):Connect(function() if not NewModel.Parent then if UserInputService:GetLastInputType() == Enum.UserInputType.MouseButton2 then --//Launched VelocityObject.MaxForce = Vector3.new(math.huge, math.huge, math.huge) VelocityObject.Velocity = workspace.CurrentCamera.CFrame.lookVector * StrenghtMultiplier Debris:AddItem(VelocityObject, 1) elseif UserInputService:GetLastInputType() == Enum.UserInputType.MouseButton1 then VelocityObject:Destroy() --//Cancel Launch else VelocityObject:Destroy() --//No keys pressed end end end) end end end) end) local Tab = Window:NewTab("More script") local Section = Tab:NewSection("More") Section:NewButton("Blitz hub", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BlizTBr/scripts/main/FTAP.lua"))() end) Section:NewButton("Posral", "", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Brovaky/Friendly/refs/heads/main/Friendly'))() end) Section:NewButton("Venom x", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fratelevostru9999/src/refs/heads/main/VenomX%20Fling%20Things%20And%20People",true))() end) Section:NewButton("Verbal hub", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/VerbalHubz/Verbal-Hub/refs/heads/main/Verbal%20Hub%20V3",true))() end)