help me fix this
Its a TelePort hack conditioned with a text, when this text appears (You bought 20 material package for $550) it should wait 120secounds then teleport to the cords Actor.PutAt($PLAYER_ACTOR, -1061.90 -217.83 -0.17) then when this appears
( The factory gave you 500 materials for your delivery) waits 120seconds again before teleporting back to a different cords Actor.PutAt($PLAYER_ACTOR, -1543.92 2627.95 55.42)
and eventually should be a loop of tp hack bot
Код:
{$CLEO.cs}
0000:NOP
:Init
wait 100
if
SAMP.Available
jf @Init
0AC8: 0@ = allocate_memory_size 250
0AC8: 1@ = allocate_memory_size 250
jump @MF @MP
:MF
0ACD: show_text_highpriority "tp on" time 2000
wait 0
for 30@ = 99 downto 94
0B75: samp get_chat_string 30@ text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@
0C26: strupr in 0@ out 1@
if or
0C18: 2@ = strstr string1 1@ string2 "You bought 20 material package for $550"
0C18: 2@ = strstr string1 1@ string2 "You bought 20 material package for $550"
0C18: 2@ = strstr string1 1@ string2 "You bought 20 material package for $550"
0C18: 2@ = strstr string1 1@ string2 "You bought 20 material package for $550"
wait 120000
then
Actor.PutAt($PLAYER_ACTOR, -1061.90 -217.83 -0.17)
wait 1500
Break
end
end
jump @MP
0ACD: show_text_highpriority "tp on" time 2000
wait 0
for 30@ = 99 downto 94
0B75: samp get_chat_string 30@ text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@
0C26: strupr in 0@ out 1@
if or
0C18: 2@ = strstr string1 1@ string2 "The factory gave you 500 materials for your delivery"
0C18: 2@ = strstr string1 1@ string2 "The factory gave you 500 materials for your delivery"
0C18: 2@ = strstr string1 1@ string2 "The factory gave you 500 materials for your delivery"
0C18: 2@ = strstr string1 1@ string2 "The factory gave you 500 materials for your delivery"
wait 120000
then
Actor.PutAt($PLAYER_ACTOR, -1543.92 2627.95 55.42)
wait 1500
Break
end
end
Jump @MF
Its a TelePort hack conditioned with a text, when this text appears (You bought 20 material package for $550) it should wait 120secounds then teleport to the cords Actor.PutAt($PLAYER_ACTOR, -1061.90 -217.83 -0.17) then when this appears
( The factory gave you 500 materials for your delivery) waits 120seconds again before teleporting back to a different cords Actor.PutAt($PLAYER_ACTOR, -1543.92 2627.95 55.42)
and eventually should be a loop of tp hack bot