Jump Clicker INFINITE JUMPS / TAPS SCRIPT

Created by LEETcyanide

Features:

  • INFINITE JUMPS/TAPS
--You can use this to get coins to increase shit, which in return can generate more jumps using the script

--SETTINGS
local generate_key = "g" --set to whatever key you want, this is the toggle for the script
local interval = 0.00001 --Interval between jumps, set to 0 if you really feel like spamming it.
--Make sure game saves before leaving!

generate = false
m = game.Players.LocalPlayer:GetMouse()
m.KeyDown:connect(function(key)
if key == generate_key then
if generate == true then generate = false
elseif
generate == false then generate = true

while generate == true do
wait(interval)
game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("sleitnick_knit@1.4.7").knit.Services.JumpService.RE.Tap:FireServer()
end
end
end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!