Недавнее содержимое от Loku

  1. L

    Другое С/С++ Вопрос - Ответ

    as noob as it sounds how can i get health/armor of an enemy player using samp-api, because i get invalid info everytime: samp::CPlayerInfo* pPlayer = playerPool->GetAt(i); auto hp = remote_player->m_onfootData.m_nHealth; //does work sometimes i think people from that comes to your streamzone...
  2. L

    Исходник RakHook 1.0-beta

    I noticed that no matter what, you never receive RPC 115 (GiveTakeDamage), does anyone know why?
  3. L

    Game quits when I alt+tab (Reset hook)

    I was changing everything from my project to your template and I noticed why it happened fast, it's basically here: void CTimer__Update(const decltype(CTimerHook)& hook) { static bool init{}; if (!init) { setD3D9Hooks(); init = { true }; }...
  4. L

    Game quits when I alt+tab (Reset hook)

    I'm using @AnWu template which is amazing, well it's not really a template but you can use it as is as you have imgui, sampapi and some other plugins so it's nice, thing is to hook Present and Reset it does it like this ...
  5. L

    ASI SAMP 0.3.7 MultiRCE Fix (Menu, GameText & Animation)

    06/29/2024 XXXXXXX - Posted PoC of the exploit 07/03/2024 7:21 PM - Disclosure of the exploit to the OpenMP guy 07/10/2024 00:13 AM - SAMPAddon guy tells Evgen that OpenMP guy messaged him about the exploit (Without any permission) - 07/12/2024 18:13 PM - SAMPAddon guy releases a fix, at...
  6. L

    ASI SAMP 0.3.7 MultiRCE Fix (Menu, GameText & Animation)

    It's lame that the guy that created this exploit reported it to OpenMP team so they can make a fix, Amyr then gives it to SampAddon creator and you suddenly make a fix like 5 days after. To the SAME exploit we reported. Coincidence? I think not. Next time just a "thanks" would be nice for it...
  7. L

    OpenMP, are sync cheats patched?

    I was testing some kickers and even made my own and I tested it in different servers, one was Ugbase cheating server which seems to be using OpenMP because when I use it just doesn't work, but when moving the HackMySoftware cheating server the very SAME cheat seems to work perfectly, does...
  8. L

    Enable collisions?

    Is it possible to enable collisions? The server I play does disable collisions for low level players to effectively stop kickers/rvankas, this does mean that if you are a low level player, if you go by car you will just go though people an do nothing to them (moving them, ram them etc). Is it...
  9. L

    House Checker / Pickups doubt

    Oh, answer was pretty obvious but I had to confirm it anyway haha, ty!
  10. L

    House Checker / Pickups doubt

    As I'm obviously not russian I don't play any russian servers so I'm not sure if this is something specific to DRP but I saw this topic and it's interesting how it does check for houses in literally all the map, in the server i play i just render house pickups so it does only work in the...
  11. L

    Чит Among Us

    https://www.unknowncheats.me/forum/other-games/414385-project.html https://github.com/shlifedev/AmongUsMemory
  12. L

    How am I supposed to use SAMP-API?

    Got to test it and yep, linking the .lib works perfectly, ty a lot dude <3
  13. L

    How am I supposed to use SAMP-API?

    https://github.com/BlastHackNet/SAMP-API I compiled it and got a .lib but I guess I shouldn't use it that way? I just included all files from sampapi to my own project and didn't manage to use it, so I just included the project to my solution and referenced my project to sampap and I guess I'm...
  14. L

    Другая игра ZoomHack LoL

    Server? Should be easy to do but it's detected and since their new anticheat shit is fucked
  15. L

    Другое SAMPFUNCS | API C++

    Hey, I would like to know how it is possible to write a chat message in the input but without sending it to server, until you press enter (to send it obviously). I mean, like pressing t manually and writing something in the chat, but in code basically. Also I would like to clear the input if...