hex
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
end
{$CLEO}
0000: NOP
wait 8500
thread "Autoprobiv"
chatmsg "{FF6347}[Information] {FFFFFF}Auto-probiv succesfully loaded" 0xFFFFFF
chatmsg "{FF6347}[Information] {FFFFFF}Author: sekiro salieri" 0xFFFFFF
chatmsg "{FF6347}[Information] {FFFFFF}Другие скрипты можно получить тут - https://vk.com/ssalieri" 0xFFFFFF
:huita
wait 0
if
0AFA: is_samp_available
jf @end
jump @ini
:ini
wait 0
if
0AAB: file_exists "CLEO\AutoProbiv.ini"
jf @write
0AF0: 3@ = get_int_from_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Задержка tab, stats, donate"
0AF0: 4@ = get_int_from_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Задержка показа f5"
0AF0: 5@ = get_int_from_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Первая кнопка активации"
0AF0: 6@ = get_int_from_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Вторая кнопка активации"
jump @activation1
:activation1
wait 0
if and
8B21: not samp is_chat_opened
0AB0: key_pressed 5@
0AB0: key_pressed 6@
jf @ini
Chatmsg "{FF6347}[Auto-probiv by sekiro] {FFFFFF}Пробив начат." 0xFFFFFF
jump @probitie
:probitie
wait 65
0AF9: samp say_msg "/time"
wait 3@
0C72: set_virtual_key 116 down 1
wait 4@
0C72: set_virtual_key 116 down 0
wait 3@
0AF9: samp say_msg "/stats"
wait 3@
0AF9: samp say_msg "/donate"
wait 3@
0B2B: samp 1@ = get_player_id_by_actor_handle $PLAYER_ACTOR
0AF9: samp say_msg "/id %d" 1@
wait 3@
0C72: set_virtual_key 9 down 1
wait 3@
0C72: set_virtual_key 9 down 0
wait 3@
0C72: set_virtual_key 27 down 1
wait 3@
0C72: set_virtual_key 27 down 0
wait 65
0C72: set_virtual_key 27 down 1
wait 65
0C72: set_virtual_key 27 down 0
Chatmsg "{FF6347}[Auto-probiv by sekiro] {FFFFFF}Пробив окончен." 0xFFFFFF
jump @ini
:end
wait 0
0A93: end_custom_thread
jump @end
:write
wait 0
0AF1: write_int 1 to_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Активация нажатием двух клавиш (1/0)"
0AF1: write_int 82 to_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Первая кнопка активации"
0AF1: write_int 80 to_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Вторая кнопка активации"
0AF1: write_int 350 to_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Задержка tab, stats, donate"
0AF1: write_int 5000 to_ini_file "cleo\AutoProbiv.ini" section "Auto-probiv" key "Задержка показа f5"
jump @ini