- 211
- 39
- Версия MoonLoader
- .027.0-preview
Код:
while true do
wait(100)
if isKeyJustPressed(VK_P) then
printStringNow("AimBot ~g~ON ~y~by Uchina", 2000)
end
if isKeyJustPressed(VK_O) then
printStringNow("AimBot ~r~OFF ~y~by Uchina", 2000)
end
end
end