[ad_1]
Created by LeechDiamond483
Features:
put in auto exec folder. or just execute before the game loads. change stats to w/e. also change “shipName” to your ship.
if u wanted u can do v.Speed.Base.Value = 1000 to set the maxspeed the ship can go. though it will just kick u for anti cheat
repeat wait() until game:IsLoaded()
local shipName = "Stratos" --whatever ship you are using. capitalize first letter.
local shipspath = game:GetService("ReplicatedStorage").Stats.Ships
for i,v in next, shipspath:GetChildren() do
for i,v in next, v:GetChildren() do
if v.Name == shipName then
while true do
v.Speed.Charge.Value = .1
v.Speed.Warp.Value = 5000
v.Speed.Accel.Value = 5000
v.Speed.Agility.Value = 5000
wait()
end
end
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]