nice triggerbot php

01/11/2011 20:57 jakob307#1
This Can be done a better way and may be a little redundant but it allows you to fire normally while still having triggerbot like effects

PHP Code:
bool triggerstop;

void TriggerBot()
{
DWORD ActivePL = *(DWORD*)ADR_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 );
}
}
}
01/11/2011 20:59 Elitezocker™#2
Ok....wozu soll das gut sein?
01/11/2011 21:00 _HouseMusicx3#3
Quote:
Originally Posted by jakob307 View Post
This Can be done a better way and may be a little redundant but it allows you to fire normally while still having triggerbot like effects

PHP Code:
bool triggerstop;

void TriggerBot()
{
DWORD ActivePL = *(DWORD*)ADR_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 );
}
}
}
tell us more about it
01/11/2011 21:03 theitfan1337#4
Dunno exactly, but wasn't there something like "Oh my god, G1 blocked all mouse-events"? ;)
01/11/2011 21:06 _HouseMusicx3#5
Quote:
Originally Posted by unknownzvp View Post
also ich kann damit nix anfangen ;D



Ps. Signatur
Reported
#spam
#porn link
01/11/2011 21:17 Deda94#6
Quote:
Originally Posted by °Awake View Post
Dunno exactly, but wasn't there something like "Oh my god, G1 blocked all mouse-events"? ;)
Nur auf 32Bit.
01/11/2011 22:03 theitfan1337#7
Quote:
Originally Posted by ToxicLibrary™ View Post
Nur auf 32Bit.
Afaik not. But there are other possibilities to approach sthm like a mouse click on 64 Bit, aren't there?
01/11/2011 22:08 Deda94#8
Afaik?
01/11/2011 22:26 _Rieth_#9
So nennen die dich jetzt Afaik xD
b2t:
gehört in den sticky^^
#closerequest
01/12/2011 07:02 theitfan1337#10
Quote:
Originally Posted by ToxicLibrary™ View Post
Afaik?
As far as I know ;)
01/12/2011 08:06 .Rage™#11
triggerbot drückt automatisch ab, wenn er im fadenkreuz ist.

mit aim to nearest by und triggerbot kannst in ecke afk gehen ^^
01/12/2011 18:39 jakob307#12
Push
01/12/2011 19:43 Angel-Piece#13
das triggerbot ist schon seit mehreren monaten patched xD

und nicht wegen den keyevent