ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   С/С++, C#, Rust, Swift, Go, Java, Perl, Ruby (https://forum.antichat.xyz/forumdisplay.php?f=24)
-   -   Autoshoot adress (https://forum.antichat.xyz/showthread.php?t=1307083)

Arviando 19.01.2015 23:17

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 22.01.2015 04:41

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

Arviando 24.01.2015 12:34

how to calculate this angle?

btw which functions needed?

SR_team 24.01.2015 18:31

You need the address to emulate key shot, or you want to get the address to find the player under the gun?

Arviando 24.01.2015 20:59

i have the address to emulate key shot.

whats the address to find the player under the gun? (not green triangle)

PoccoJI 08.02.2015 11:56

Код:





Код:

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*
        }


Arviando 11.02.2015 00:45

NOT THE GREEN TRIANGLE ;)

NarutoUA 15.02.2015 18:05

[QUOTE="NarutoUA"]

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


Время: 19:14