Скрипт для тех кого часто банят на samp-rp или есть другие причины постоянно регистрировать там аккаунты. Нужно вписать в конфигурационный файл пароль, email, ник пригласившего игрока и пол. Менее чем через 4 секунды после появления диалога с вводом пароля, вы уже будете на респе. Активация автоматическая, работает только на серверах SAMP-RP.
В архиве скомпилированный скрипт, исходный код и конфигурационный файл.
Исходный код:
			
				PHP:
			
		
		
		{$CLEO .cs}
0662: NOP "CLEO : SAMP-RP fast registration"
0662: NOP "Blasthack.net : gcode : 2013"
thread "srpfr"
 
if
    8AF7: get_samp_base_to 33@
then
    0A93: end_custom_thread
end
repeat
    wait 400
until 0AFA: is_samp_structures_available
    while true
        wait 0
        0B4E: samp 30@ = get_current_dialog_id
        if
            30@ == 1
        then
            0ABA: end_custom_thread_named 'srpfr'
        end
        if
            30@ == 2
        then
            Break
        end 
    end
    0AC8: 29@ = allocate_memory_size 128
    0AF4: 29@ = read_string_from_ini_file "cleo\fastreg.ini" section "Settings" key "Password"
    0B4B: samp set_current_dialog_editbox_text 29@
    0AC9: free_allocated_memory 29@
    0B47: samp close_current_dialog_with_button 1
    repeat
        wait 0
        0B4E: samp 30@ = get_current_dialog_id
    until 30@ == 3
    0B47: samp close_current_dialog_with_button 1
    wait 1000
    0B47: samp close_current_dialog_with_button 1
    repeat
        wait 0
        0B4E: samp 30@ = get_current_dialog_id
    until 30@ == 21
    0AC8: 29@ = allocate_memory_size 128
    0AF4: 29@ = read_string_from_ini_file "cleo\fastreg.ini" section "Settings" key "Mail"
    0B4B: samp set_current_dialog_editbox_text 29@
    0AC9: free_allocated_memory 29@
    0B47: samp close_current_dialog_with_button 1
    repeat
        wait 0
        0B4E: samp 30@ = get_current_dialog_id
    until 30@ == 109
    0AC8: 29@ = allocate_memory_size 128
    0AF4: 29@ = read_string_from_ini_file "cleo\fastreg.ini" section "Settings" key "Invite"
    0B4B: samp set_current_dialog_editbox_text 29@
    0AC9: free_allocated_memory 29@
    0B47: samp close_current_dialog_with_button 1
    repeat
        wait 0
        0B4E: samp 30@ = get_current_dialog_id
    until 30@ == 4
    0AF0: 29@ = read_int_from_ini_file "cleo\fastreg.ini" section "Settings" key "Male"
    if
        29@ == 1
    then
        0B47: samp close_current_dialog_with_button 1
    else
        0B47: samp close_current_dialog_with_button 0
    end
    wait 1000
    0B56: set_game_key 1 state -255
    wait 10
    0B56: set_game_key 1 state 0
    wait 10
    0B56: set_game_key 16 state 0xFF
    wait 10
    0B56: set_game_key 16 state 0
0ABA: end_custom_thread_named 'srpfr'
	Проверь(те):
- SAMP R1 (не R1-2). Скачать можно отсюда: http://blasthack.net/data/samp/sa-mp-0.3x-R1-install.exe
 - CLEO 4.1. Скачать можно отсюда:http://cleo.sannybuilder.com/cleo4/CLEO4_setup.exe
 - SAMPFUNCS 2.5 или новее. Скачать можно отсюда:http://blasthack.net/threads/cleo-plugin-sampfuncs.17/