Autoshoot adress

Статус
В этой теме нельзя размещать новые ответы.

Arviando

Новичок
Автор темы
17
0
Hello Guys,

Im searching for the Memory Adress for Autoshoot (exactly aiming on enemy skin !NOT TRIANGLE!)
like in this video


help pls :D
 

NarutoUA

NarutoUA
BH Team
692
1,538
There are no special memory address for autoshoot. I think you should calculate angle between your camera view and enemy position, then simulate fire button if angle is <X
 

SR_team

like pancake
BH Team
4,720
6,369
You need the address to emulate key shot, or you want to get the address to find the player under the gun?
 

Arviando

Новичок
Автор темы
17
0
i have the address to emulate key shot.
whats the address to find the player under the gun? (not green triangle)
 

PoccoJI

Новичок
135
10
Код:
DWORD target;
        DWORD pTarget = *(DWORD*)0xB6F3B8 + 0x79C;
        memcpy(&target, (void*)pTarget, sizeof(target));
        if (target != 0 && SF->getGame()->getCurrentState() != CHEAT_STATE_VEHICLE)
        {
             SF->getSAMP()->getChat()->AddChatMessage(-1,"0x%X", target);
            *code*
        }
 
Последнее редактирование:
  • Нравится
Реакции: Dimoz и XyJluraH_J

NarutoUA

NarutoUA
BH Team
692
1,538
Статус
В этой теме нельзя размещать новые ответы.