Back to Scripts

FTAP KEPSON KEYLESS
ScriptBlox
Universal
Free
Game: Universal Script 📌
150
Views
0
Likes
0
Dislikes

kickboxing267
offline
Features
sl
Script Code
--KEYLESS--
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", "SliderInfo", 200, 0, function(s) -- 500 (Макс. значение) | 0 (Мин. значение)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)
Section:NewSlider("Jump power", "SliderInfo", 400, 0, function(s) -- 500 (Макс. значение) | 0 (Мин. значение)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)
Section:NewButton("Anti grab", "ButtonInfo", function()
loadstring(game:HttpGet(("https://pastebin.com/raw/Skn3Aa1Q"), true))()
end)
Section:NewButton("Super sternght", "ButtonInfo", 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)
Comments (0)
Please login to comment
Login with Discord
Loading comments...