Functions: INF stamina, Fast cannon reload

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
local LocalPlayer = game:GetService("Players").LocalPlayer
local InventoryScript = getsenv(LocalPlayer.PlayerGui.GameGui.InventoryScript)
local Stamina = getsenv(LocalPlayer.PlayerGui.GameGui.Stamina)
local CannonControl = getsenv(LocalPlayer.PlayerGui.GameGui.CannonControl)
local VendorScript = getsenv(LocalPlayer.PlayerGui.GameGui.VendorScript)
local Swim = getsenv(LocalPlayer.PlayerGui.GameGui.Swim)
_G.active = true
while _G.active do
InventoryScript.weight = 10
CannonControl.Gunnery = 25
Stamina.stamina = 100
Swim.walkspeedModifier = 2;
VendorScript.StorePos = LocalPlayer.Character.Head.Position;
wait()
end

Leave a Comment