Автор скрипта: DarkP1xel
Установка - закинуть в папку cleo.
Активация - автоматическая.
Проверка на стиллеры:
Исходный код:
Код
{$CLEO}
0B6D: render 0@ = create_font "Arial" height 18 flags 13
:MainLoop
0001: wait 0 ms
00DF: actor $PLAYER_ACTOR driving
004D: jump_if_false @Reloader
03C0: 1@ = actor $PLAYER_ACTOR car
02E3: 2@ = car 1@ speed
0013: 2@ *= 4.0
0AC6: 3@ = label @VehSpeed offset
0AD3: 3@ = format "Скорость: %.1f" 2@
0B6F: render font 0@ draw_text 3@ pos 50 400 color 0xFFFFFFFF
:Reloader
0ADC: test_cheat "0"
004D: jump_if_false @MainLoop
0A92: create_custom_thread "MyTestScript.CS"
0A93: end_custom_thread
:VehSpeed
hex
00 00 00 00 00 00 00 00 00 00 00 00 00 00 0
end