Recent content by 1337

  1. 1

    Ped Pool

    help pls..
  2. 1

    Ped Pool

    its possible :D how you got cPedPoolMaximumNumber ?
  3. 1

    Ped Pool

    here the function(PedPool) + debug info... the position is always the same T3K mrT101
  4. 1

    CLEO Release [RELEASE] Lag Godmode for 0.3z (lagcomp off)

    i have one with weapon ranges check. for all weapons configurable best way to be legit  :urtheman:
  5. 1

    Ped Pool

    :me_gusta: i pressed numpad9 and i died after that the game crashs
  6. 1

    Ped Pool

    yes
  7. 1

    Ped Pool

    doesnt work only i die
  8. 1

    Ped Pool

    push push help please i dont understand the structure
  9. 1

    Ped Pool

    :bawww: i used your example void SetPlayerhealth(unsigned short cPedPoolID, float health) { *(float*)(*(DWORD*)(cPedpPoolStart + cPedPoolID * 4) + OFFSET_HEALTH) = health; } and called it like this for (int i = 0; i < 200; i++) SetPlayerhealth(i, 0); all peds must die but it dont work...
  10. 1

    Ped Pool

    thx, but it does not work i have tried your code and called a function.. im getting a crash (tested in mp&sp) i think an address is wrong?
  11. 1

    Ped Pool

    hey, i wanna read the ped pool with c++.. i already have the sample code for cleo but i dont know how i can translate it i hope someone can help me..
  12. 1

    Untagged Release werner.exe [100% working]

    i made a werner for 0.3z names schummelmodul :D waiting for approval
  13. 1

    [ COLLECTION 0.3z OFFSETS ]

    have one guy the offset for player.id from samp.dll? please not of the scoreboard
  14. 1

    Help EntityBase of Players

    to get the CPeds to all Players. but first i need the correct EntityBase Address. and i am not sure where i have to search ... in samp.dll or gta_sa.exe
  15. 1

    Help EntityBase of Players

    Hay i need help to find the Entity base of Players. I only found this pointer with a pointerscan of my Health Scan. "samp.dll"+00120DF0 "samp.dll"+001FB680 // I think that is the right one. Here the Struct: I dont find any Player Information -.- can anyone help me? If here some german...
Top