Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 23:38

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

Advertisement



Bit of help with a pixel search red dot shotbot

Discussion on Bit of help with a pixel search red dot shotbot within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2010
Posts: 5
Received Thanks: 0
Bit of help with a pixel search red dot shotbot

Hey all! I've been using Autoit for quite some time now and I figured that this program would be perfect for something like this so I made a forum acc to ask for some help.

I know some basic programming in java, turing and assembly language. However Im not quite familiar with this program so I have no clue where to start :S


Firefall Shotbot
-A script that sends a left click when the dot crosshair turns 'red', sleep, searches for the red pixels again.
-On/Off Toggle (On the bottom of the priority list).

Is anyone able to throw together a script to do this?

Here's an example of the crosshair turning red when detecting an enemy:

No enemy detected.



Enemy Detected within the dot (turns red).



I tried to search around for some existing crosshair shotbot scripts so I can throw one together but I can't seem to find any.
Any help is appreciated Thanks in advanced!

For those if you curious, the game is called Firefall

I know there are a few players that are looking for AutoIt aimbots but this is almost as good! All support will be acknowledged
>


This is what I have so far.
wantedColor = 000000
crossX = 721
crossY = 451
Loop
{
PixelGetColor, crosshairColor, %crossX%, %crossY%
if %ErrorLevel% = 1
click
sleep 200
}



My screen resolution is 1440x900

wantedColor = 000000
crossX = 721
crossY = 451
Loop
{
PixelGetColor, crosshairColor, %crossX%, %crossY%
if %ErrorLevel% = 1
click
sleep 200
}



My screen resolution is 1440x900
fire99966 is offline  
Reply


Similar Threads Similar Threads
Search pixel bot
04/16/2013 - DarkOrbit - 4 Replies
Hi i search a pixel bot who can collect palla and kill alien plz or just collect
Pixel Search
05/07/2012 - AutoIt - 1 Replies
Hey, mit welchen Programm bekomme ich nochmal diese Werte her? PixelSearch(12, 174, 1028, 700, 0x59571A, 10) Danke
help with pixel search
08/08/2011 - AutoIt - 3 Replies
I need to implement in my autoit bot some changes and i am gonna use pixel search. What i exactly want is a script that start pressing a buton then compare a pixel if this pixel is grey make script 1 until pixel is not grey , when the pixel became not grey make script 2 till its finished, and when script 2 finish has to go to the compare pixel spot for starting again with script 1 till is not grey to make script 2 ...... and so on indefinitly it would be something like this?
Aoc Bot with Pixel search or how
07/20/2008 - General Gaming Releases - 0 Replies
Hi there sorry for my poor english I tryed a aoc bot , but i got several problems the enemys are fare away so i need to walk to them and then hit. i cannot get the next target cause first the bot need to look for 50m to see is there a enemy
Pixel search
02/23/2008 - Guild Wars - 18 Replies
hallihallo bin immoment dabei einen meiner eigenen bots zu optimieren und wollte ne Pixelsearchfunktion einbauen. Leider weiß ich nicht genau wie man das macht vorallem mit den farben. mein ziel: 3 verschiedene punkte im gw fenster(mit: x1;y1;;x2;y2;;x3;y3) sollen geprüft werden ob sie in GRÜN sind. falls x1;y1 grün ist -> (dollerzeichen)folge = 1 falls x2;y2 grün ist -> (dollerzeichen)folge = 2 falls x3;y3 grün ist -> (dollerzeichen)folge = 3



All times are GMT +2. The time now is 23:38.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.