Search results

  1. M

    CLEO Help Help with Object finding

    Hey, i want to make a cleo, which allow me to search an object in my streamed area. (No Teleporting, just searchin for Streamed in Objects) But i don't know how i can search for them. I found no specific opcode... Thx for your help
  2. M

    CLEO Help Help with format

    Why is this not workin? 1@ = 1 0AD3: 0@v = format "Number: %d" 1@ My output is "Number: D"
  3. M

    CLEO Help Checkpoint Adress

    Hello, does someone have the memory adress of the current checkpoint. (SAMP) I tried to find it with cheatengine but I failed :( :(:(
  4. M

    CLEO Release 1

    Hello with my cleo mod you can choose a (un)occupied car and put it on fire or force it to spin around. Keys: mb to activate and deactivate. Aim with right mouse button. Q to Spin it around. E to put it on fire. If you hold CTRL while pressing this keys you can watch :troll: :troll::troll...
  5. M

    CLEO Help Cleo - Health memory hack

    Hey :) :):) I try to change my health with memory hacking. But I failed :( :(:( Whats wrong? (Noob attack :D :D:D ) 0A96: 3@ = actor $PLAYER_ACTOR struct 3@ += 540 0A8C: write_memory 3@ size 4 value 1000 virtual_protect 0 I tried it with the actor struct and the CPED base adress but...
  6. M

    CLEO Help Port to Player, doesnt work

    Why this doesnt work ? I try to port to a player in my range. __ :CHECK_1 if and 11@ == 1 0AB0: key_pressed 80 jf @MAIN Actor.StorePos($PLAYER_ACTOR,0@,1@,2@) 0AE1: $actor = random_actor_near_point 0@ 1@ 2@ in_radius 30.0 find_next 1 pass_deads 1 Actor.StorePos($actor,3@,4@,5@)...
  7. M

    CLEO Help Get Car Position

    Hello :) :):) Is it possible to get the car, where I aim at. I found out how to get the aiming coordinates, now i need a function to search vehicles in a specific range.
Top