ahk скрипты для gta 5 rp
Ahk скрипты для gta 5 rp
v6:
Все эти операции происходят за доли секунды.
Удачных ограблений, адекватные напарники уже ждут тебя.
IntMenuDelay := 120 ; Sets value(ms) for additional delay after opening interaction menu.
KeySendDelay := 25 ; Sets value(ms) for delay between send key commands.
KeyPressDuration := 5 ; Sets value(ms) for duration each key press is held down.
IntPhoneDelay := 510 ; Задаем задержку при вытаскивании телефона.
KeyPhoneDelay := 170 ; Задаем задержку при переходе по меню телефона.
Для скрипта с версии v6:
; при включенном NumLock!
ToggleVIPKey := «NumpadAdd» ; Переключить режим VIP (если вы стали Боссом/CEO/Мотоклубом).
ToggleCPHKey := «^NumpadAdd» ; Переключить режим Ограбление Кайо-Перика
Passive := «Numpad1» ; Пассивный режим вкл/выкл (если не Босс)
HealthKey := «Numpad2» ; Съесть снэк из 4 слота
HealthKey2 := «^Numpad2» ; Открыть меню еды
ArmorKey := «Numpad3» ; Надеть сверхтяжёлый бронижелет
ArmorKey2 := «^Numpad3» ; Открыть меню брони
RetCarKey := «Numpad4» ; Запросить транспорт
BuzzardKey := «F9» ; Вызвать буззард (если Босс)
Call2LesterKey := «Numpad5» ; np5 Позвонить Лестеру
Call2MorsMKey := «Numpad6» ; np6 Позвонить в Морс Мючел
Call2PegKey := «Numpad7» ; np7 Позвонить в Пегасус
Call2MechKey := «Numpad8» ; np8 Позвонить Механику
Call2MerrKey := «Numpad9» ; np9 Позвонить Мерриуэзер
HealthKey := «+sc002» ; Sift+1 Открывает меню с едой
AutoHealthKey := «+sc003» ; Sift+2 Сжираем снэк из второго слота
ArmorKey := «+sc004» ; Sift+3 Надевает самый сверхтяжелый броник
RetCarKey := «+sc005» ; Shift+4 Запросить транспорт
Call2LesterKey := «+sc006» ; Shift+5 Позвонить Лестеру
Call2MorsMKey := «+sc007» ; Shift+6 Позвонить Морс Мючл
PassiveKey := «+sc00B» ; Shift+0 Пассивный режим
AutoHealthKey := «CapsLock» ; Set keybinding for macro here. Automatic snacking. Eats 2 snacks from second snack slot.
HealthKey := «,» ; Set keybinding for macro here. Open Snack menu.
ArmorKey := «F1» ; Set keybinding for macro here.
PassiveKey := «F4» ; Set keybinding for macro here.
RetCarKey := «F3» ; Set keybinding for macro here.
Менять то, что в кавычках.
Нужно соблюдать синтаксис.
Посмотреть названия клавиш можно здесь [www.autohotkey.com]
* В папке «исходники. » есть картинки в фотошопе, которые можно исправить под себя.
[Help me] Auto Hot Key
Администрация никогда не пришлет Вам ссылку на авторизацию и не запросит Ваши данные для входа в игру.
RicHenn
Новичок
Доброго времени суток!
Раньше играл в SAMP, проблем с AHK не было, сейчас в GTA V просто не понимаю, как уже изворотиться, чтобы простейшие скрипты для отыгровок в чат работали корректно. Русские буквы не видит, хотя стоит автопереключение в скрипте языка, некоторые команды не отбивает, я даже попытался костыли сделать, чтобы он в холостую пробил команду и потом не пытался чат мне автоматом переключить. Гении скриптов помогите, мне не надо какие-то замудренные штуки, чтобы из инвентаря какие-то действия были, мне только отыгровки в чат и не более.
Вот пример моего кода до костылей:
!1::
SendMessage, 0x50,, 0x4190419,,
Sendinput,
sleep 700
Sendinput,
Return
Вот уже пример, где через миллиард попыток я добавил костылей:
!1::
SendMessage, 0x50,, 0x4190419,,
Sendinput,
sleep 700
Sendinput,
sleep 700
Sendinput,
sleep 700
Sendinput,
Return
Добро пожаловать на GTA5-Mods.com
Выберите одну из следующих категорий, чтобы начать просматривать последние моды для GTA 5 на ПК:
[AHK] GTA Online Hotkeys 1.50.1
More mods by EnvoMods:
More mods in scripts category:
GTA Online AHK Script by EnvoMods
This file is a script for AutoHotkey, an automation scripting language you can find on this website:
https://www.autohotkey.com
This won’t get you banned in GTA Online as it’s just a script playing a sequence of keys on a particular hotkey.
I included a pdf file with all hotkeys and its descriptions, so you can even print and put them on your desk. You can also check them on this website:
https://gtaonlinehotkeys.netlify.com
I updated the whole script once again after the release of the Casino Heist DLC and made the whole scripts run faster. For some people browsing contacts might feel a little slow, but it’s the perfect delay that should run on any PC or laptop without any flaws. Previously I experienced some lags on the phone and after all, it might end up on a different contact. Still, for any unwanted calling, the script just hovers on the contact so you can accept it by yourself.
I also tried to prevent getting your keys stuck. Sometimes it kept pushing the key after use, so I added some lines to pull the hotkey up every time it finishes running the sequence.
Note that these keys were programmed on an account with all properties and contacts and it might not work properly if you don’t have them (Yung Ancestor for example).
After installing AHK remember to run the script as an administrator after the game launch.
18 комментариев
More mods by EnvoMods:
GTA Online AHK Script by EnvoMods
This file is a script for AutoHotkey, an automation scripting language you can find on this website:
https://www.autohotkey.com
This won’t get you banned in GTA Online as it’s just a script playing a sequence of keys on a particular hotkey.
I included a pdf file with all hotkeys and its descriptions, so you can even print and put them on your desk. You can also check them on this website:
https://gtaonlinehotkeys.netlify.com
I updated the whole script once again after the release of the Casino Heist DLC and made the whole scripts run faster. For some people browsing contacts might feel a little slow, but it’s the perfect delay that should run on any PC or laptop without any flaws. Previously I experienced some lags on the phone and after all, it might end up on a different contact. Still, for any unwanted calling, the script just hovers on the contact so you can accept it by yourself.
I also tried to prevent getting your keys stuck. Sometimes it kept pushing the key after use, so I added some lines to pull the hotkey up every time it finishes running the sequence.
Note that these keys were programmed on an account with all properties and contacts and it might not work properly if you don’t have them (Yung Ancestor for example).
After installing AHK remember to run the script as an administrator after the game launch.
GTA5 Не проверено [AHK] Бот на начальные работы GTA 5 RP
dasik
Новичок
Бот для работы на стройке
Бот для работы в порте
Бот для работы на шахте
ЭТО НЕ КЛИКЕР и БОТ НЕ БЕГАЕТ ЗА ВАС
От Вас требуется только запустить бота и бегать по чекпоинтам и бот сам будет распознавать какую кнопку ему нажимать.
ВСЕ РАЗРЕШЕНИЯ ЭКРАНА
Демонстрация работы скрипта:
ZEDGE
Участник
Котовский.
Известный
Продавать скрипт, который по сути, можно написать, ну максимум, за сутки, такое себе
Ты же явно ничего нового не придумал и используешь либо PixelGetColor, либо ImageSearch, я прав ведь? =)
Update:
при этом ты продаешь софт только под одно разрешение стоимость почти 100 рублей))
Совесть вышла из чата?)
dasik
Новичок
Продавать скрипт, который по сути, можно написать, ну максимум, за сутки, такое себе
Ты же явно ничего нового не придумал и используешь либо PixelGetColor, либо ImageSearch, я прав ведь? =)
Update:
при этом ты продаешь софт только под одно разрешение стоимость почти 100 рублей))
Совесть вышла из чата?)
AHK: Бот на рыбалку GTA 5 Rp (Част 2)
Чтобы отправить ответ, вы должны войти или зарегистрироваться
Сообщения 7
1 Тема от OlZhi 2021-05-13 08:43:07
Тема: AHK: Бот на рыбалку GTA 5 Rp (Част 2)
Выходит ошибка при запуске
Error: A Goto/Gosub must not jump into a block that doesn’t enclose it.
Ошибка происходит в Goto, Label2.
Моя задумка была такая, что смотрит два цвета, и при появлении одного из них, переходит на действие.
2 Ответ от teadrinker 2021-05-13 16:31:30
Re: AHK: Бот на рыбалку GTA 5 Rp (Част 2)
OlZhi, использование фигурных скобок здесь во всех случаях бессмысленно (кроме как в определении клавиш), они не делают ничего, кроме того, что приводят к появлению ошибки. Просто удалите их.