1. Ваш ник: Duskie
2. Вопрос: Как изменить задержку? Как не менял значение wait, оно становилось не таким, как в координатах. Как сделать строго 8 секунд и 1 миллисекунда? В данный момент задержка в игре 12 секунд, а в коде стоит 8.
Код
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
hex
62 06 0E 0B 5F 64 65 63 72 79 70 74 65 64 5F
end
thread 'PROG4MER'
:PROG4MER_34
wait 0
if
0ADC: test_cheat "ON"
else_jump @PROG4MER_415
0ACD: show_text_highpriority "BOT BY SWAGGY ZONE 13:~G~ ON" time 1000
:PROG4MER_91
wait 0
if
0AB0: key_pressed 57
else_jump @PROG4MER_367
:PROG4MER_110
wait 0
0A8D: $XCOOR = read_memory 13099016 size 4 virtual_protect 0
0A8D: $YCOOR = read_memory 13099020 size 4 virtual_protect 0
0A8D: $ZCOOR = read_memory 13099024 size 4 virtual_protect 0
if and
not $XCOOR == 0.0
not $YCOOR == 0.0
not $ZCOOR == 0.0
else_jump @PROG4MER_367
Actor.PutAt($PLAYER_ACTOR, $XCOOR, $YCOOR, $ZCOOR)
wait 0
Actor.PutAt($PLAYER_ACTOR, 2192.99, -2229.69, 15.17)
wait 8000
Actor.PutAt($PLAYER_ACTOR, 2231.49, -2284.76, 14.38)
wait 0
Actor.PutAt($PLAYER_ACTOR, $XCOOR, $YCOOR, $ZCOOR)
Actor.Dead($PLAYER_ACTOR)
else_jump @PROG4MER_110
:PROG4MER_367
0ADC: test_cheat "OFF"
else_jump @PROG4MER_91
0ACD: show_text_highpriority "CHECKPOINT TELEPORT:~R~ OFF" time 1000
:PROG4MER_415
jump @PROG4MER_34