CLEO Reloader - best&simple for dev

PHP:
IF 0ADC: test_cheat "RO"
THEN
    0A92: create_custom_thread "MyScriptName.cs"
    0AD1: show_formatted_text_highpriority "Reloading..." time 9999
    0A93: end_custom_thread
END
Example
PHP:
{$CLEO .cs}
{$USE bitwise}
0000:

WHILE TRUE
WAIT 0

IF 0ADC: test_cheat "RO"
THEN
    0A92: create_custom_thread "Test.cs"
    0AD1: show_formatted_text_highpriority "Reloading..." time 9999
    0A93: end_custom_thread
END

IF 0AB0:   is_key_pressed 81 {Q}
THEN                         
    0B12: 30@ = 30@ XOR 1
    IF 30@ == 1
    THEN 0AD1: show_formatted_text_highpriority "~y~Enable" time 1337
    ELSE 0AD1: show_formatted_text_highpriority "~p~Disable" time 137
    END
   WAIT 137
END

END
0A93: terminate_this_custom_script
 
Top