- Версия MoonLoader
- .026-beta
Lua:
fuel = lua_thread.create_suspended(fuelthread)
function fuelthread()
while true do wait(0)
if isAutoRefueling == true then
lua_thread.create(function()
setGameKeyState(11, 64)
wait(5700)
wait(6000)
end)
end
end
end
Если я уберу поток то тут клавиша Y не с первого раза срабатывает.