Lua [ARZ] Auto Bhop

VRush

https://t.me/vrushscript
Проверенный
2,343
1,095
Lua:
require "lib.moonloader"

function main()
    while true do
        wait(0)
        if not sampIsChatInputActive() and not isCharInAnyCar(PLAYER_PED) and not sampIsDialogActive() then
            if isKeyDown(VK_SPACE) then
                setVirtualKeyDown(VK_SPACE, true)
                wait(0)
                setVirtualKeyDown(VK_SPACE, false)
            end
        end
    end
end
 

hanzohasani

Известный
Автор темы
124
38
Lua:
require "lib.moonloader"

function main()
    while true do
        wait(0)
        if not sampIsChatInputActive() and not isCharInAnyCar(PLAYER_PED) and not sampIsDialogActive() then
            if isKeyDown(VK_SPACE) then
                setVirtualKeyDown(VK_SPACE, true)
                wait(0)
                setVirtualKeyDown(VK_SPACE, false)
            end
        end
    end
end
а в чем разница между моим и твоим творением?
 

VRush

https://t.me/vrushscript
Проверенный
2,343
1,095
для тех у кого прыжок на LSHIFT
 

Вложения

  • AutoBHop.lua
    419 байт · Просмотры: 22
  • Bug
  • Нравится
Реакции: chapo и SpeN

_raz0r

t.me/sssecretway | ТГК: t.me/razor_code
Модератор
1,893
3,052
юзайте
Lua:
int state = getPadState(Player player, int key)
чтобы не подгонять каждый раз под разные клавиши