Search results

  1. A

    [0.3DL] My game crashes when resolving RPC_ShowDialog

    I guess having some logs would be useful.
  2. A

    Untagged Release MOD S0BEIT FOR SAMP 0.3.DL R1 + SOURCE CODE

    if you think that it's a virus then compile it by yourself https://github.com/BlastHackNet/mod_s0beit_sa/compare/samp-dl
  3. A

    Reading CPed pool

    (way way better to read cped pool structure instead of samps one tho)
  4. A

    CLEO Help Help is it even possible?

    yup it is
  5. A

    [TUTORIAL] Add AntTweakBar into your sobeit

    tbh who would use atb in 2018?
  6. A

    how to inject imgui on samp?

    what it has to do with being "noob" in visual studio?
  7. A

    Untagged Release NameTagHack 0.3.7-R2

    make sure you have an asi loader
  8. A

    Untagged Release NameTagHack 0.3.7-R2

    drag the asi file into your gta sa's folder
  9. A

    Untagged Release Simple ACv2 Aimbot (SRC INCLUDED)

    it's the typical c+p aimbot that you can find everywhere
  10. A

    [Help] Create ASI file with just ImGUI

    what about posting what you did so far?
  11. A

    imgui and sampfuncs problems

    You definitely need to take a look here: https://github.com/ocornut/imgui/tree/master/examples https://github.com/ocornut/imgui/wiki also, make sure your include paths are correct.
  12. A

    CLEO Help Raksamp help

    have you tried with a server that is using 0.3.7 R2?
  13. A

    CLEO Help Raksamp help

    0.3.7 should work as shown here https://github.com/P3ti/RakSAMP/releases
  14. A

    CLEO Help Raksamp help

    make sure the server is using SA-MP 0.3.7 R2
  15. A

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    0.3.7 R2 CChatWindowPtr: dwSAMPAddr + 0x21A0EC (SampBaseAddr + CNetGameAddr) + 0x3C1 = SettingsPtr
  16. A

    Untagged Release NameTagHack 0.3.7-R2

    well, you can't directly change it but you can change the activation key by editing the source
  17. A

    Untagged Release NameTagHack 0.3.7-R2

    does it have to be approved (?)
  18. A

    Untagged Release NameTagHack 0.3.7-R2

    Description: Simple nametag hack that makes you able to see players through walls. Requirements: SA-MP 0.3.7 R2 and an asi loader. Activation key:  F2 src included
  19. A

    Get number of cleo(*.cs) injected into a process

    what do you mean?
  20. A

    modloader menu hide

    take a look here https://github.com/thelink2012/modloader
  21. A

    Get number of cleo(*.cs) injected into a process

    CLEO 4.1 dwCleoEntry + 0x043154 = number of custom scripts loaded
  22. A

    c++ standard functions

    most probably because you are using 'Sleep' on endscene or present
  23. A

    SA:MP bot

    https://www.winehq.org/docs/wineusr-guide/what-is-wine https://www.winehq.org/download
  24. A

    CLEO Help Blocking a function in SAMP Client side

    CPlayerPed::SetArmedWeapon should be at 0xA6920
  25. A

    How to start in C++?

    learn the basics of C++ and assembly
  26. A

    CLEO Help Auto-select the rock

    you have to get td rock's id and then send fake clicktextdraw rpc with rock's td id
  27. A

    Finding Animation Pointer/call

    (actor base + 0x47C) +0x0 ptr to actor base +0x8 ptr to falling/enter car/etc. animations +0xC ptr to swim/wasted/etc. animations +0x10 ptr to jump/jetpack animations +0x14 ptr to various onfoot/in car animations +0x18 ptr to fighting animations +0x1C ptr to crouching animations +0x2C ptr to aim...
  28. A

    Help Where can I find RakNetFactory?

    https://github.com/P3ti/RakSAMP/tree/master/raknet
  29. A

    How to add AntTweakBar to mod_sa?

    http://anttweakbar.sourceforge.net/doc/tools:anttweakbar:howto init atb add your variables draw atb you also need to handle keyboard events
  30. A

    Untagged Release Obstler cheat menu [Public Version]

    useless source, all of what he did is quite easy
  31. A

    Lagshot Trigger

    0xB6F3B8 + 0x79C = 0 after sendinput will make it disappear
  32. A

    whats this strange problem with rpc

    bool bGiveOrTake; short int iPlayerID; float fAmmount; int iWeaponID, iBodyPart; parameters->ResetReadPointer(); parameters->Read(bGiveOrTake); parameters->Read(iPlayerID); parameters->Read(fAmmount); parameters->Read(iWeaponID); parameters->Read(iBodyPart); worked for me
  33. A

    add activation to this

    here you go
  34. A

    The best way To caugh aimbot user[help]

    maybe he's just using silent aimbot, try to log packets near him
  35. A

    The best way To caugh aimbot user[help]

    ask him to record his gameplay
Top