TriggerBot Source

Posts 18 of 8 · Page 1 of 1
TriggerBot Source
Can anyone give me the triggerbot source (for 32bit that uses addies) because I need to test If I have the correct addie(found by me). If it works, I will release the source here Thanks to whoever helps
i think triggerbot is patched but i am not sure..
Code:
		if(Trigger==1)
		{
			lpTriggerBot.StartPatch();
		}
		else
		{
			lpTriggerBot.RestorePatch();
		}
#define ADR_TRIGGERBOT 520429 //Nop
Here's the Source of TriggerBot

Code:
bool triggerstop;

void TrigerBot()
{
DWORD ActivePL = *(DWORD*)Addy_Trigger;
if( ActivePL == 0x2){
mouse_event( MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );
triggerstop=true;
}
else
{
if (triggerstop){
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
triggerstop=false;
}
if (GetAsyncKeyState(VK_LBUTTON)&0x8000)
{
if (triggerstop){
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
triggerstop=false;
}
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );
}else{
if (triggerstop){
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
triggerstop=false;
}
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
}
}
}
Quote Originally Posted by [W]eb[C]ombat View Post
Here's the Source of TriggerBot

Code:
bool triggerstop;

void TrigerBot()
{
DWORD ActivePL = *(DWORD*)Addy_Trigger;
if( ActivePL == 0x2){
mouse_event( MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );
triggerstop=true;
}
else
{
if (triggerstop){
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
triggerstop=false;
}
if (GetAsyncKeyState(VK_LBUTTON)&0x8000)
{
if (triggerstop){
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
triggerstop=false;
}
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );
}else{
if (triggerstop){
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
triggerstop=false;
}
mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
}
}
}
That way will never work anymore
Quote Originally Posted by R3dLine View Post
That way will never work anymore
But it works at WR-PH !
Quote Originally Posted by [W]eb[C]ombat View Post
But it works at WR-PH !
didn't know that :O
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?