Register for your free account! | Forgot your password?

You last visited: Today at 19:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



nice triggerbot php

Discussion on nice triggerbot php within the WarRock Guides, Tutorials & Modifications forum part of the WarRock category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2009
Posts: 70
Received Thanks: 29
nice triggerbot php

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 );
}
}
}
jakob307 is offline  
Old 01/12/2011, 21:21   #2
 
elite*gold: 0
Join Date: Dec 2010
Posts: 9
Received Thanks: 0
this isn't php, its c++ lmao
NoWay123321 is offline  
Old 01/13/2011, 06:34   #3
 
elite*gold: 0
Join Date: Sep 2010
Posts: 10,215
Received Thanks: 5,781
Quote:
Originally Posted by NoWay123321 View Post
this isn't php, its c++ lmao
And in addiction to that, it just doesn't work
theitfan1337 is offline  
Reply


Similar Threads Similar Threads
Triggerbot
05/29/2012 - WarRock Hacks, Bots, Cheats & Exploits - 9 Replies
Sorry wenn das schonmal gefragt wurde, aber was macht eigl. dieser Triggerbot?
nice triggerbot php
01/12/2011 - WarRock - 12 Replies
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 );
[LUA] Triggerbot
11/08/2010 - Counter-Strike Hacks, Bots, Cheats & Exploits - 8 Replies
2 Triggerbot - Varianten Credits goes to Supericy LINK!] a) Variante 1 : Triggerbot wird mit einer Taste aktiviert, und schießt automatisch. Hier: P Kann nach belieben geändert werden, einfach in der ersten Zeile "P" mit eurer Taste austauschen.
Triggerbot?
09/04/2010 - Counter-Strike - 2 Replies
hallo liebe community gibt es den GARKEIN css hack oder script mit triggerbot? brauche sehr dringend einen würde dafür sogar einen server sponsern!
Triggerbot ?
06/13/2010 - WarRock - 3 Replies
Was heißt Aimbot, Triggerbot und die restlichen Bots die es so als Hacks gibt? Mir wird das immer vorgeworfen ... -.-



All times are GMT +1. The time now is 19:06.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.