Recent content by Rough

  1. Rough

    Official Ongoing updates

    Hello guys, I have a question. How about you add a GTA V (FiveM) section for codding & cheating?
  2. Rough

    CLEO Help NRG-500 Jump like BMX

    hello, Is there a way to create a cleo mod where when you press a KEY, let's say for example the ALT key, the nrg will do a little jump like the mountain bike does? Thanks!
  3. Rough

    CLEO Help Get other players car's headlights state (turned off/on)

    You sir, are a golden person. Thank you very much!
  4. Rough

    CLEO Help Get other players car's headlights state (turned off/on)

    Is there a way to check if streamed players have their headlights turned off/on? Thank you!
  5. Rough

    CLEO Help Get txd info

    That isn't detected as a "3dtext"... I guess it's an option for in-game chat or something, do you have any other ideas?
  6. Rough

    CLEO Help Get txd info

    thanks.
  7. Rough

    CLEO Help Get txd info

    Hello! I need your help please. Is there a way to determine the "Wanted 1"text as available. https://prnt.sc/ssmjex I need a way to determine the existance of that text " Wanted 1" to use it further. I tried with 0C5D: samp textdraw 0@ is_exists but actually that's not a textdraw.. so.. do...
  8. Rough

    CLEO Help Scan players in front of my car in a range of 100-200 meters

    I modified the script, thank you very much! I'll post it here just in case somebody else needs it. while true wait 0 0AB1: call_scm_func @autofind 1 5 end :autofind if and 0AB0: 0@ 8B21: samp is_chat_opened 8BAB: dialog -1 is_exists THEN 20@ = 9999.0 // max distance on map...
  9. Rough

    CLEO Help Scan players in front of my car in a range of 100-200 meters

    And what about, getting the player's ID in front of me(or at least the closest one)? I wanted to use sphere but Idk how, Thank you!
  10. Rough

    CLEO Help Scan players in front of my car in a range of 100-200 meters

    if and 0AB0: 0@ 8B21: samp is_chat_opened 8BAB: dialog -1 is_exists then FOR 12@ = 0 to 999 IF SAMP.IsPlayerConnected(12@) THEN 26@ = SAMP.GetActorHandleByPlayerID(12@) IF AND 056D: actor 26@ defined 00DF: actor 26@ driving 0101...
  11. Rough

    CLEO Help ANTI-FALL BIKE but for CAR

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): anti-fall bike but for cars * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Didn't saw it. * What do you want (the most important part, explain this carefully): Whenever I...
  12. Rough

    ANTI-FALL BIKE but for CAR

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): anti-fall bike but for cars * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Didn't saw it. * What do you want (the most important part, explain this carefully): Whenever I...
  13. Rough

    CLEO Help Aimbot for ID

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): Aimbot for a specific player. * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): I didn't saw it anywhere, I just got it in my mind. * What do you want (the most important part...
  14. Rough

    CLEO Help String help

    I think I know what you want to do, be carefull because I think it's ilegall.. meh.. about getting string, I used to scan string with 0C18: 2@ = strstr string1 0@ string2 1@ springfield once said you can scan a string in string with it... god luck tho
Top