Search results

  1. K

    Cheat Engine

    Which one can be for sending a message or typing in a command?
  2. K

    Cheat Engine

    I can not find this offset for an hour ...
  3. K

    Cheat Engine

    How do you find the SendMessage SAMP offset in Cheat Engine? 0.3.7 R3
  4. K

    CLEO Help Click

    How to do it with a button on the keyboard? Start the script by clicking the X button. Stop the script by clicking the Z button. Or activation/deactivation with one button X {$CLEO .cs} thread 'TP' repeat wait 0 until 0AB0: key_pressed 88 :TP_11 wait 0 0972: put_actor $PLAYER_ACTOR at...
  5. K

    CLEO Help Click

    Yes, but the server uses version 0.3.7-R3 or 0.3.DL-R1.
  6. K

    CLEO Help Click

    Thank you very much. Only there is one problem that crashes me with SAMP.
  7. K

    CLEO Help Click

    SAMP is crashing through opcodes 0C72: set_virtual_key 89 down true
  8. K

    CLEO Help Click

    Why is the bot not clicking the Y key? {$CLEO .cs} THREAD 'TELEPORT' repeat wait 0 until 0AB0: key_pressed 88 // Click Start Script Key = X :TELEPORT_11 WAIT 0 0972: put_actor $PLAYER_ACTOR at 597.2166 -1248.985 18.2856 WAIT 56500 0972: put_actor $PLAYER_ACTOR at 2239.727 -2258.781...
  9. K

    CLEO Help Click

    Why is the SAMP crash? {$CLEO .cs} 0AB0: key_pressed 88 // Click Start Script Key = X THREAD 'TELEPORT' :TELEPORT_11 WAIT 0 0972: put_actor $PLAYER_ACTOR at 597.2166 -1248.985 18.2856 WAIT 56500 0972: put_actor $PLAYER_ACTOR at 2239.727 -2258.781 14.7647 WAIT 500 JUMP @keyPress WAIT 1200...
  10. K

    CLEO Help Click

    What opcodes?
  11. K

    CLEO Help Click

    How to make a bot click on a button for example (Y, 1, TAB)
  12. K

    CLEO Help Teleport problem

    Why does SAMP crash when charging? {$CLEO .cs} 0AB0: key_pressed 88 // Click start script KEY = X thread 'TESTCLEO' :TESTCLEO_01 wait 0 0972: $PLAYER_ACTOR 597.2166 -1248.9846 18.2856 radius 203.3657 // TP if and 0AB0: key_pressed 101 0AFA: is_samp_structures_available else_jump...
Top