Recent content by Fr0z3n

  1. Fr0z3n

    Help New exploit, I need help.

    Try using VPN, they need your IP address to inject this exploit to your side
  2. Fr0z3n

    @Zin Why am I noob lol!

    @Zin Why am I noob lol!
  3. Fr0z3n

    Help need help i will pay $

    $$
  4. Fr0z3n

    Help Memory Address

    We are talking about streamer include, when pickup for example, is created dynamically, you have to set render distance. When you are in that radius, streamer shows pickup and creates dynamic memory address. Now, I'm trying to catch memory address that is calculating how close I am to that...
  5. Fr0z3n

    Help Memory Address

    If it gets created when you are close, that means that he is constantly calculating distance between, I'm trying to find memory address for specific pickup, with that I can get to the memory pointer, and catch global memory for stream distance, then hopefully expand it
  6. Fr0z3n

    Help FPSUnlock / Max 165 FPS

    Check if that FPS unlock is limited, if yes, switch to different one
  7. Fr0z3n

    Help FPSUnlock / Max 165 FPS

    Why would you want to go higher than 165fps, if you have 165hz monitor?
  8. Fr0z3n

    Help Memory Address

    Hello guys! Does someone have memory address for streaming radius for pickups, and objects?
  9. Fr0z3n

    Help check if there is any object within 15 meters, if any, it will be marked on the map through an icon, but after being activated my game crashes

    {$CLEO .csi} thread 'Marc' // Initialize variables 0@ = 0 // Object ID 9@ = 0 // Marker ID 10@ = 0 // Object Model ID 14@ = 0.0 // Player X 15@ = 0.0 // Player Y 16@ = 0.0 // Player Z marker_created = 0 // Flag to check if marker is already created :Marc wait 100 // Wait 100...
  10. Fr0z3n

    [CLEO]CarStealer by .CS TEAM

    .CS TEAM Hello UG-BASE, this is our first hack for gta sa / samp I think you'll like DESCRIPTION: this cleo script allows you to enter any vehicles in the game that are off or have no key this is useful on rp servers because you can drive even vehicles that are from an organization VIRUS...
  11. Fr0z3n

    CLEO Help Read multiple chat lines?

    here is an optimized version with on/off: {$CLEO.cs} 0000: // On/off flag 0A8D: 5@ = read_memory 0xBAA428 size 4 virtual_protect 0 // Score0 :MAIN_LOOP wait 0 0AFA: if SAMP_IS_READY then // Toggle script with score0 if 5@ == 0 then wait 1000 jump @MAIN_LOOP...
  12. Fr0z3n

    Mouse MOVE EVENT

    I've made some changes, removing unnecessary checks, explaining what it does, and optimizing as much as it can... I hope this helps someone that wanna learn :) :MouseMOVE_RIGHT // Load the "user32.dll" library and get the address of the "mouse_event" function load_library "user32.dll"...
  13. Fr0z3n

    Change keybind on .cs file

    You edit code, and put multiple keys to activate... SIMPLE!
  14. Fr0z3n

    Anti Teleport

    Spectation sync
  15. Fr0z3n

    [CLEO] Some snippets

    I am pretty sure that you can do like this IF 29@ != 0 then ret 0
Top