Scripts Games Try Our Executor
Login Sign Up
Inf stamina open src
Free
Game #94101948530988

Inf stamina open src

#Open source#Uma Racing
Feb 5, 2026 257 14 lines 438 B
admin 126 scripts
Lab
script.lua 14 lines
Raw
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local sprintRemote = ReplicatedStorage.remotes.RequestSprintAction

local old
old = hookmetamethod(game, "__namecall", function(self, ...)
    local method = getnamecallmethod()
    if method == "FireServer"
        and self == sprintRemote
        and select(1, ...) == "SpeedTarget"
    then
        return old(self, "SpeedTarget", 0)
    end
    return old(self, ...)
end)
Description
Imported from ScriptBlox https://scriptblox.com/

does not work with ass executors
Comments 0
Loading comments...
Stats
257Views
0Likes
0Favorites
0Comments
Details
Status Working
Key System None
Mobile PC Only
TypeGeneral
CreatedFeb 5, 2026
Updated4d ago
How to Use
1 Copy the script above
2 Open your executor
3 Paste and execute
Need an executor?
Report

Found an issue? Let us know.

Copied!

Share Script

Report Script