Search results

  1. N

    need 0.3.dl SAMP_INFO_SETTINGS_OFFSET

    0x3c5 as of 0.3.7. curious about the offset address of SAMP_INFO_SETTINGS_OFFSET 0.3.dl.
  2. N

    0.3 DL samp function memory address

    GivePlayerWeapon samp.dll 0x016C90 ResetPlayerWeapons samp.dll + 0x014790 TogglePlayerControllable samp.dll + 0x0168E0 SetPlayerPos samp.dll + 0x015970 SetPlayerHealth samp.dll + 0x015BA0 ApplyAnimation samp.dll + 0x016FA0 TogglePlayerSpectating samp.dll + 0x018990 SetPlayerAmmo samp.dll +...
  3. N

    Change the starting camera position

    When we connect to the server, we see the coast of LS. First, I tried to change the position of the camera first. As i can see, the x coordinate of the camera is 0xB6F258. Even if i change the value of this coordinate to the value i want with float, i can not change the camera screen to the...
  4. N

    CLEO Help modifying a simple Lua script

    If the current health value is 123080, only the hundred digits are recognized and I hope the graph is displayed correctly. That is, it should recognize 80, not 123 (123100> 100). The compressed file contains the original file and the decompiled script.
  5. N

    Sniper Triggerbot

    It's easy to create trigger bot for other guns (green box) The sniper can not see the green box, so you need another way. Is not there a good way?
  6. N

    characters immunities

    CLEO can apply an immune effect with the following code: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 I want to this at the cheat engine or memory address. Can someone give me information?
  7. N

    What is this function?

    What is the samp function that prints the text aimbot enabled?
  8. N

    ak m4 fast zoom

    Unlike mp5, ak and m4 are slow to zoom. I want to know how to change it like mp5. m4 zoom: mp5 zoom: mp5 finishes in 1st step zoom, but m4 zooms one more time after 1st step.
  9. N

    Get closest target in my mouse position

    How do I get the x, y, z or player id of the nearest target from my mouse position? I want to make more advanced code in the skin aimbot.
  10. N

    CLEO Help Get closest target in my mouse position

    How do I get the x, y, z or player id of the nearest target from my mouse position? I want to make more advanced code in the skin aimbot.
  11. N

    modloader menu hide

    I want to prevent the MOD CONFIGURATION menu from appearing. In the config.ini, I try to modify in memory, not by setting EnableMenu to False. Does anyone know the memory address? I need help T_T
  12. N

    What is the latest version of NGRP?

    What is the latest version of NGRP?
  13. N

    CLEO Help IsPlayerShoot

    I want to know if I'm shooting a gun now. I just want to know if you are shooting a gun instead of just aiming with the right button.
  14. N

    CLEO Help 0.3.7 texture loading

    Does the 0.3.7 version also use the texture loading patch (StreamMemFix) ASI?
  15. N

    CLEO Help Component ignore

    Modding a vehicle will cause a warning when tuning the vehicle from the server. So I am looking for CLEO to eliminate the server tuning effect. In other words, I want to know if there is a cleo that ignores the AddVehicleComponent function.
  16. N

    CLEO Help samp rpc question

    I have a question about rpc. For example, the address to NOP the SetPlayerArmedWeapon is samp.dll+0x015530 We can disable SetPlayerArmedWeapon by changing the value of this address. And I found the following part of mod_sa.ini: netPatch[] = "SetPlayerArmedWeapon" "incoming RPC" 67 &0 0 Yes...
  17. N

    CLEO Help Cheat Engine SetEngineState

    I want to manually apply SetEngineState. SetEngineState = samp.dll+B2510  Is my method wrong? It will not work as it crashes.
Top