Recent content by Dalrae

  1. Dalrae

    Unsync player and car!

    Hi, I decided to make 2 separate scripts a while ago, and now I am uploading them here. Enjoy! To use:  type "BG" like a cheatcode to unsync your player type "CAR" like a cheatcode to spawn an unsynced car This is my first cool cleo project. Cannot say that this can bypass anti cheat, but...
  2. Dalrae

    CLEO Help Opcode 0C65 caching problem (download_url to file)

    Hi, I've been encountering a very odd problem. I'm downloading a file from my server which changes every few seconds, but the problem is that the cleo script retrieves the same file every time, even though the file is different. The url is the same though. Is there any way to clear the cache...
  3. Dalrae

    [CLOSED][CLEO] Accepting request

    RE: [CLEO] I accepting request Here is the video: https://youtu.be/aNfjBdkrtds
  4. Dalrae

    [CLOSED][CLEO] Accepting request

    RE: [CLEO] I accepting request Name of mod: It would be new Where you saw it: I never saw it, this is just an idea What it does: I would like it to be some sort of job hack, that automatically does jobs. This server has an extremely good anti-cheat, so it detects teleporting. I don't care it...
  5. Dalrae

    CLEO Release Unsync player and car!

    It doesn't work on 0.3.8, only 0.3.7 [hr] They see you as AFK
  6. Dalrae

    CLEO Release Unsync player and car!

    Hi, I decided to make 2 separate scripts a while ago, and now I am uploading them here. Enjoy! To use:  type "BG" like a cheatcode to unsync your player type "CAR" like a cheatcode to spawn an unsynced car This is my first cool cleo project. Cannot say that this can bypass anti cheat, but...
  7. Dalrae

    CLEO Help Getting car model ID crashes game?

    There IS a way to get it without that ID. All that I did was loop through the numbers from the vehicles ID (400 - 600 or something) and check to see if that is the ID.
  8. Dalrae

    CLEO Help Getting car model ID crashes game?

    I'm thinking that you can't scan it, but it IS a integer. I used this code: :Loop wait 0 0@ += 1 0AD1: show_formatted_text "Car model is on %d" time 10 0@ if     0137:   car 10@ model == 0@ 004D: jump_if_false @Loop 0AF8: samp add_message_to_chat "Vehicle ID: %d" color 0x5ff441 0@ and it...
  9. Dalrae

    CLEO Help Getting car model ID crashes game?

    hmm, that is still crashing.
  10. Dalrae

    CLEO Help Getting car model ID crashes game?

    here is the script:  03C0: 10@ = actor $PLAYER_ACTOR car 0137: 3@ = car 10@ model 0AD4: 2@ = scan_string 3@ format "%d" 0AF8: samp add_message_to_chat "%d" color 0x5ff441  It doesn't error or anything, it just says it has stopped unexpectedly.  I am sure there is something obvious, would...
Top