Search results

  1. B

    Any SA-MP samp.saa - Custom SAA2 tool

    Hi, This tool I made allows you to modify files hardcoded in samp.saa. Usage: CustomSAA2 folder contains unpacked files from samp.saa and Custom SAA2 tool will load these files instead of loading them from samp.saa. Any modifications on files located in CustomSAA2 (except the BACKUP folder...
  2. B

    Do you guys still need MapRecorder/Stealer for sa-mp 0.3.7?

    Do you guys still need MapRecorder/Stealer for sa-mp 0.3.7? I just logged in and saw that I had many PMs requesting an update to 0.3.7. I have some time right now and I think I can make it. If there is any alternative project or this feature was included in maybe some of the available s0beit...
  3. B

    [C++] Stuck on calling a function from samp.dll

    You don't exactly need to be in target process to call the function. You can do this via remote process by injecting asm code - VirtualAllocEx, WriteProcessMemory and setting up some hooks. The other way is by calling SetThreadContext and changing EIP of main thread (for example) to start...
  4. B

    Get text/message from chat

    It's so simple and straightforward: g_Chat->chatEntry[index]->szText If you want to get prefix: g_Chat->chatEntry[index]->szPrefix index = 0..99
  5. B

    GTA:SA Multiprocess (Updated)

    What is your operating system? Does sa-mp throw exception window with crash address? If so you guys can post crash log here, it should help finding what the issue is. You should try and run samp without samp functions and see if crash still occurs. Also try to run gta only, without sa-mp...
  6. B

    [INFO NEWS] RIP OPCODE.EXE :'(

    Right before death he was talking about God on ts. He teached us how to believe. Such a good man.
  7. B

    Where are you from ??

    POLAND
  8. B

    Untagged Release MapRecorder - objects stealer

    It should not, BUT WHO KNOWS?
  9. B

    Untagged Release MapRecorder - objects stealer

    THIS IS THE OBJECTS STEALER I MADE  :fuck_yea: THE FUNCTIONS : pChatWindow->AddClientMessage( -0, "===============================" ); pChatWindow->AddClientMessage( -1, " MapRecorder by Noob Retard." ); pChatWindow->AddClientMessage( -0, "=================================================="...
  10. B

    Untagged Release samp.saa - Custom SAA2 tool

    Just added a source code. Download in the first post.
  11. B

    NGRP Gamemode

    PAWN is very powerful language. Due to very often updates of it to the newest possible version in samp server we can totally focus on design instead of patching bugs existing for decades. What is more, there is no commonly used library that single update can break its functionality, because it...
  12. B

    Untagged Release samp.saa - Custom SAA2 tool

    First of all this is not cleo and I didn't steal anything. I made that for 0.3x and posted this again on ugbase, cause a lot of people didn't know about it here and it's still working on 0.3z. I'm from Poland, so that is why I posted it on polish forums first.
  13. B

    Untagged Release samp.saa - Custom SAA2 tool

    Hi, This tool I made allows you to modify files hardcoded in samp.saa. Usage: CustomSAA2 folder contains unpacked files from samp.saa and Custom SAA2 tool will load these files instead of loading them from samp.saa. Any modifications on files located in CustomSAA2 (except the BACKUP folder...
  14. B

    GTA:SA Multiprocess (Updated)

    If you still can't get this working you may try to do following steps: 1. Make sure you have installed CLEO or any ASI loader. 2. Rename devobj.dll to devobj.asi 3. Start the game.
  15. B

    GTA:SA Multiprocess (Updated)

    I've tested it with mod_sa by FYP and I didn't see any issues. It should work on samp 0.3z, it works for most of the people, but I can't guarantee that it will work with any other mods and on any system configuration.
  16. B

    GTA:SA Multiprocess (Updated)

    This tool I made allows you to run multiple instances of GTA San Andreas. Available options in configuration file (fixes.ini): [APPLICATION] ALLOW_MULTIPROCESS=TRUE NO_FREEZE=TRUE [VIDEO] WINDOWED=TRUE [INPUT] HD_MOUSE=TRUE ALLOW_MULTIPROCESS - sets multiprocess mode NO_FREEZE - sets no...
  17. B

    Untagged Release RakSAMP 0.3x R1-2

    I didn't want to release it this time, so good to know (for those who asked me about it) you guys made it.
  18. B

    Untagged Release RakSAMP 0.3x R1-2

    Is anyone out there that can update this dangerous tool to 0.3z? Is somebody working on it? Just curious.
  19. B

    [ COLLECTION 0.3z OFFSETS ]

    SAMP_INFO::UpdateNetwork - samp.dll + 9FD0
  20. B

    how does an aimbot works??

    Basically you need coordinates of you (camera) and the target (some player). Then you need to do some math: http://en.wikipedia.org/wiki/Spherical_coordinate_system r - distance between you and the target θ - vertical angle φ - horizontal angle x,y,z - difference between target and camera...
  21. B

    External Cleo injector

    Actually cleo files are loaded by cleo .asi library and that library is loaded by asi loader which basically is vorbisHooked.dll, vorbisHooked.dll is required by modified vorbisfile.dll module. There are many ways to change the default directory of cleo files and there is also many ways to make...
Top