www.roblox-scripter.com

Roblox codes

Tradelands script – (INF Stamina, Fast cannon reload)

Functions: INF stamina, Fast cannon reload

Script developer: Streelian
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy 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