function main()
while true do wait(0)
writeMemory(0x716642, 4, 100000.0, true)
writeMemory(0x716655, 4, 100000.0, true)
writeMemory(0xBA679A, 4, 13, true)
if isKeyDown(0x5A)
then
if not sampIsChatVisible()
then
if isCharInAnyCar(playerPed)
then
local iCar = storeCarCharIsInNoSave(playerPed)
local fSpeed = getCarSpeed(iCar)
if not fSpeed >= 100.0
then
fSpeed *= 4.0
wait(50)
end
setCarForwardSpeed(iCar, 20.0)
end
end
end
end
end