I wrote a very simple Triggerbot for Paladins, basically all it does is it gets pixel color from the center of the screen (where crosshair is) and if its red it shoots. It works as intended the only problem is when you move mouse moderately fast around target it misses some shots. So what I would like to do is, when the crosshair gets red disable mouse movement, shoot and when it gets white (So its off target) enable mouse movement again. In C++ I tried using BlockInput(true)->BlockInput(false) but it blocks keyboard too, which is pretty bad. Is there any way to block mouse movement only? I have written this code both in AutoIt and in C++ so if you can help me in either language . Here are my codes:
[C++] Need some help with my Triggerbot... 02/25/2016 - C/C++ - 1 Replies Nach dem neusten Patch spinnt mein Triggerbot:
void triggerbot() {
if (tON && eInCH) {
if (GetAsyncKeyState(VK_MENU) & Pressed) {
Sleep(triggerdelay);
mouse_event(MOUSEEVENTF_LEFTDOWN, NULL, NULL, NULL, NULL);
Sleep(2);
mouse_event(MOUSEEVENTF_LEFTUP, NULL, NULL, NULL, NULL);
Sleep(2);
Need help for making triggerbot 11/18/2014 - S4 League - 6 Replies Hi, i plan to make triggerbot / sniperbot with autoit
i just make it for learning, i tried the pixel search method, but whenever it try to fire, the aim goes above.
So i want to know if there's any method other than pixel search?
or is there any thread that provide the tutorial ?
search for a while and seems can't find what i need :confused:
[Help]Triggerbot when word/name appears 08/13/2013 - AutoIt - 3 Replies Hey,
I need help with my AUTO IT script for a trigger bot for the game called Gunz
To explain, i'm using a picture
http://i44.tinypic.com/314a2yh.jpg
As you can see the name above the x-hair, and I would just like to make it so that with pixel search when it finds words above the x-hair, you shoots (or left click)
While True
help help help help help help 06/28/2009 - Say Hello - 0 Replies how i can dowmload Mangos 6385 ???????????????????????????????????
please give me the limk i can't see that
i know it is in www.elitepvpers.com/.../153716-release-mangos-relea ses-blackscorpian-win32-2-4-3-a.html -
but give me link sent it to my email plz