
1.9k Views
Jailbraik Speed cHEAT (READ DEC)
Script hubUploaded by 6 months ago
Please login to perform these actions:
Description
its very new so may not work all exs work on it speed cap is 550000 BYE!
Comments
3

Offline
AA_BmixGT 4 months ago
cool Original message deleted

Offline
AA_BmixGT 4 months ago
@neoonnpiixelpu thank you
Offline
Jhongpogikaiden 4 months ago
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
dir = 0
gs = game.GetService
gs(game,"RunService").RenderStepped:connect(function()
for i,v in next,workspace.Vehicles:children() do
if v.Name ~= "Heli" then
if v:FindFirstChild("Engine") then
local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
if not bf then
bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
if bf then
bf = bf:Clone()
bf.Parent = v.Engine
bf.Name = "NewForce"
end
end
if bf then
local fa = 1
if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
end
end
end
end
end)
val = {
{Enum.KeyCode.W,1};
{Enum.KeyCode.S,-1};
}
uis = gs(game,"UserInputService")
chk = function(k)
for i,v in next,val do
if v[1]==k.KeyCode then
return v[2]
end
end
end
uis.InputBegan:connect(function(k)
dir = chk(k) or dir
end)
uis.InputEnded:connect(function(k)
if chk(k) == dir then
dir = 0
end
end)
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
