- Версия MoonLoader
- .026-beta
Lua:
function main()
bimp = lua_thread.create_suspended(function()
wait(5000)
setVirtualKeyDown(vkeys.VK_H, true)
wait(200)
setVirtualKeyDown(vkeys.VK_H, false)
end)
wait(-1)
end
function sampev.onServerMessage(color, msg)
if activate == true then
if msg:find('[Ошибка]', 1, true) then
print('Нашел')
bimp.run()
end
end
end