- Версия MoonLoader
- .026-beta
Lua:
fuel = lua_thread.create_suspended(fuelthread)
if isAutoRefueling == false then
isAutoRefueling = true
fuel:run()
end
function fuelthread()
while true do wait(0)
if isAutoRefueling == true then
lua_thread.create(function()
setGameKeyState(11, 64)
wait(5000)
wait(6700)
end)
end
end
end
Нажимает один раз клавишу Y далее когда wait проходит оно не хочет снова нажимать Y