Help with code dll
Posts 1–7 of 7 · Page 1 of 1
Help with code dll
I wish someone posted a code just to inject the dll in combat arms thanks!

Originally Posted by
whit
I wish you would STFU
That would be a flood?
Code:
#include <stdio.h>
int main()
{
printf( "Enter here-> www.google.com" );
return 0;
}
E não é pra falar português nessa área.
Don't talk portuguese in this area.
Code:
#include <Windows.h>
class enemy
{
int pitch, yaw, crosshairx, crosshairy;
};
class player
{
int pitch, yaw, xpos,ypos;
};
void aimbot(void)
{
player.pitch=enemy.pitch;
player.yaw=enemy.yaw;
player.crosshairx=enemy.posx;
player.crosshairy=enemy.posy;
}
int main()
{
aimbot();
}
Very simple but working aimbot

-.-

Originally Posted by
_Fk127_
Code:
#include <Windows.h>
class enemy
{
int pitch, yaw, crosshairx, crosshairy;
};
class player
{
int pitch, yaw, xpos,ypos;
};
void aimbot(void)
{
player.pitch=enemy.pitch;
player.yaw=enemy.yaw;
player.crosshairx=enemy.posx;
player.crosshairy=enemy.posy;
}
int main()
{
aimbot();
}
Very simple but working aimbot

Man no longer fool if you do not know the code is not put shit here!this thread fails
/closed
Posts 1–7 of 7 · Page 1 of 1
This thread is closed for replies.