Search results

  1. N

    CLEO Help Need help with cleo for auto feed pet

    Hey, I have some code for auto feeding pets and it won't work, any ideas why? {$USE CLEO} {$USE ini} {$USE file} {$USE newOpcodes} {$USE bitwise} {$USE clipboard} {$USE CLEO+} {$CLEO .cs} 0000: "Hello world" REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF AND 31@ == FALSE 0B61: samp...
  2. N

    CLEO Help Auto Fish

    Hey I have some code for auto fish job but I want to do /fish at specific coords without making that messy spam chat with the command /fish more like 19.5 seconds delay. {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN FOR 0@...
  3. N

    CLEO Help AutoSpec for stuck

    Hello gang, for hours I've been trying to find a way to fix my issue. So, my issue is that when someone does report for being DM the script cleo will spec the player who reported not the one who got reported, this problem is because this script is based on a string that it seems won't stop just...
Top