Search results

  1. xHype

    0.3.DL Admin checker

    Just update memory addresses. Really people.
  2. xHype

    CLEO Help How to know which dialog button was pressed?

    Well, when pressing buttons that information which did u press will be sent to server so there shouldn't be pointer but, I think you should hook function that sends it and read the data.
  3. xHype

    need 0.3.dl SAMP_INFO_SETTINGS_OFFSET

    You have to reverse engineer it using Cheat Engine for example.
  4. xHype

    PUBG CHINA HACK

    Lmao. Doesn't sound like scam. Totally legit 100%.
  5. xHype

    CLEO Help Question

    It's programmed in game right? This is bunch of code happening besides what you see.
  6. xHype

    [SNIPPET] Get LocalPlayer Name / ID

    Thank you dude.
  7. xHype

    [SNIPPET] Get LocalPlayer Name / ID

    for what sz and st or s stands? btw. thanks for sharing.
  8. xHype

    Anti spec

    I thought this forum has smarter persons lmao
  9. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Well, I managed when you hit a ped it stores its base in EBP+8, I traced it to the start of function when there are push instruction. One of them was something like: mov esi, [EBP+8]. And it was at the start of the function, value stored in EBP+8 is dynamic too and I have no idea what to do now...
  10. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Thank you for such useful information, funny because I'm LiveOverflow subscriber so I saw video above. Well, you gave me info containing pointers already found by someone, my question is now how do I find it by myself? Don't get me bad, I just want learn how do I find pointer to pedPool. If I...
  11. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Whole thread in one text: How did u find pointer pointing to entity base of vehicles, players or objects.
  12. xHype

    CLEO Help How to close a code?

    You can't "close" cleo code.
  13. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Btw. By saying "object" I didn't mean object in gta sa or samp, I mean object... from the side of programming.
  14. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Okay, first of all, reverse engineering learning purposes, second is that samp version changes and has new addresses every update, and if I'll learn how to find entity list for vehicles, peds for singleplayer then I can find whatever I want in gta sa whatever exists. Like, u showed the pointers...
  15. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    I posted it in C++ section for a reason. You can't use cleo to go trought players list on samp server. My question is how to find entity list for players (samp.dll), peds/vehicles (gta_sa.exe). Edit: My bad, you probably can use cleo to do that, but it's not what I'm looking for.
  16. xHype

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Hey guys, I would be really appreciated if somebody really help me with that. I know how to find list of players in Assault Cube, we bassicaly looking for a pointer that points to the first player, then we add +0x4 to the pointer and we have pointer to next player, etc, etc. But in GTA: SA? I...
Top