ollydbg
Active member
- Joined
- Jun 3, 2017
- Messages
- 39
- Reaction score
- 23
Help
This does not work because I think for the anti cheat or there is an error in the cleo
After the / gps command appears a dialog menu I want to select option 7
Someone tells me if there is an error in this script or some other method that to select option 7 in the current dialog
This does not work because I think for the anti cheat or there is an error in the cleo
Code:
{$CLEO .cs}
0000: NOP
thread "FASTGPS"
:FASTGPS
wait 0
if
Samp.Available()
else_jump @FASTGPS
:FASTGPS_1782
wait 0
if
0AB0: key_pressed 78
jf @FASTGPS_1782
wait 1000
0C8F: samp process_chat_input "/gps"
wait 1000
0B4C: samp is_dialog_active -1
wait 1000
0B49: samp set_current_dialog_list_item 7
jump @FASTGPS_1782
Someone tells me if there is an error in this script or some other method that to select option 7 in the current dialog