Search results

  1. W

    How can i get the attributes from a weapon

    Hello, how can i get the attributes of the weapon that the local player is holding in his hands? I want to get the id, ammo, slot and so on.. this is what i've got, i know its wrong: uint8_t localPlayer::getWeaponId() { return g_Players->pLocalPlayer->byteCurrentWeapon; }
  2. W

    where to start with c/c++?

    hi, as i failed several times to create just a simple directX menu i just thought to start at the wrong end. But there are just too many ways to get rolling without failing in c/c++. For me atleast. What way would you recommend to somebody who's getting started with all these game hacking stuff?
  3. W

    Searching for a simple C++ DirectX Menu-Base

    Hi, i am searching for a simple C++ DirectX Menu-Base. Basicly a .dll -> inject it and a sample text shows ingame. Can anyone provide me with something like that?
  4. W

    [CPP][HELP] DirectX SDK usage

    Hello, does somebody have a simple project for the usage of the directX SDK, for a samp overlay? Just a little "How To Create A Text"in cpp.
  5. W

    TeamSpeak channel viewer

    Hi guys, i had this brilliant idea, to give out all the names of the ppl. which are in my channel. Does somebody have a snippet for me? Don't find much on google or elsewhere about that.
  6. W

    memory adress for vehicle color 1 and 2

    Does anyone got the memory adress for the vehicle color 1 and 2?
  7. W

    Write with ReadProcessMemory to samp.dll

    Hi, i want to read out the server name, when i am on a samp. This is what i found in CE: There are so many tutorials out there for reading memory from a window, but not from a .dll. Also i got a pointer to mange, not that easy for me getting started with c++. This is what i got in c++: int...
  8. W

    Camera lock while driving backwards

    Hi, is there any memory address which locks the camera while driving backwards? so just that the camera don't moves. thx.
  9. W

    Camera Angle Address

    Yo like the title says am i searching for the Camera Angle Address (For the Value, when i move my mouse.)
  10. W

    Help [Request] Vehicle ID address

    I'm searching in the /DL the Id, for the Car Pool. Does someone have the address?
  11. W

    Help [AHK][C++] Call a function in ahk

    Hi, i created a dll in C++ and i wanted to use it in ahk. I can call this function, by injecting it in CE and it works. (http://fs1.directupload.net/images/150729/l2gp9l3a.png) Now i want to try it in ahk. Anyone can give me a snippet?
  12. W

    Help [AHK] addMessageToChatWindow

    Hello, i wanted to create a function, to color the timestamp. every time i try to recreate this function i get a crash.. :bawww: you may got a solution? :yesyes: addMessageToChatWindow(ccolor, wText) {     wText := "" wText     if(!checkHandles())         return false         dwFunc :=...
  13. W

    [REQ] [AHK] addChatMessage

    * Name of the mod (if the mod does not exist, you do not have to tell one): in some s0beit projects, but not for ahk * Where you saw it (not the server, we mean if you saw any videos / screenshots about it or not): In this forum (http://ugbase.eu/help-27/(c)-addchatmessage/) * What do you want...
  14. W

    [REQ] [C++] Basic Memory Read/Write Script

    Hello, i request a C++ Console-Project, to start coding in C++. It should includes the Basic Read/Write Memory functions. :urtheman:
  15. W

    [AHK] Control Vehicle Engine

    Does anyone have a working Fuction for ahk which controls the Vehicle Engine State? Or just a memory adress. The Adresses, that i use are not working  :angry:
  16. W

    [C++] addChatMessage

    This code is defently not working pls help me!: bool addChatMessage(DWORD textColor, char *text) { if (m_dwSAMPBase) { DWORD chatinfo = m_dwSAMPBase + 0x212A6C; DWORD func = m_dwSAMPBase + 0x7A4F0; __asm mov eax, dword ptr[chatinfo] __asm mov ecx, dword ptr[eax]...
Top