|
You last visited: Today at 17:47
Advertisement
A simple AHK to auto join queue and back on death?
Discussion on A simple AHK to auto join queue and back on death? within the Fortnite forum part of the Popular Games category.
02/08/2018, 02:02
|
#1
|
elite*gold: 0
Join Date: Sep 2007
Posts: 129
Received Thanks: 10
|
A simple AHK to auto join queue and back on death?
Im not good on AHK or imagesearch, im looking for a ahk script that joins queue when its on waiting room and backs when it dies. Ive tried copying many (google) imagesearch codes changing screen resolution to mine and editing the image but im not able to make it work.
Basically, it searchs for the READY button and click it then search for the return to lobby button!
Thanks!
|
|
|
02/11/2018, 13:33
|
#2
|
elite*gold: 170
Join Date: Sep 2013
Posts: 3,036
Received Thanks: 984
|
Since these are things which never change postion u could do it like read if Color on x destination change.
Heres a little snippet of my Pixel bot, i changed it a bit to fit on what u need and added some explaination, not sure if work like this you gotta test urself a bit.
Take it as Example. You have to figure urself how u want to add the Delays between reading if dead or not.
Code:
#NoEnv
; #Warn.
SendMode Input
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetControlDelay -1
test = off
XPos = 0
YPos = 0
PixelColor = 0
settitlematchmode, 2
id := WinExist("") // fortnite window name.
F1:: // When u press F1 you have to hold it over the place where it should read pos and color.
If test = off
{
test = on
MouseGetPos, XPos, YPos
PixelGetColor, PixelColor, %XPos%, %YPos%
SetTimer, test, 100
SoundPlay, %A_WinDir%\Media\Windows Ding.wav
} else If test = on
{
test = off
SetTimer, test, Off
SoundPlay, %A_WinDir%\Media\Windows Ding.wav
sleep 100
SoundPlay, %A_WinDir%\Media\Windows Ding.wav
}
return
test:
PixelGetColor, PixelColor2, %XPos%, %YPos%
If (PixelColor == PixelColor2)
{
;ToolTipDisplay("Matched" . PixelColor . " x" . PixelColor2)
} Else {
if WinExist("ahk_exe test.exe") // Here u insert fortnite
{
ControlSend,,{},ahk_id %id% // Here You insert click function in your case.
sleep 400
ToolTipDisplay("joining next game example text...") // Not necessary but i like it with a tooltip :D
}
}
return
ToolTipDisplay(Message) {
ToolTip, %Message%
SetTimer, RemoveToolTip, 500
return
}
RemoveToolTip:
SetTimer, RemoveToolTip, Off
ToolTip
return
|
|
|
06/30/2018, 00:26
|
#3
|
elite*gold: 0
Join Date: Mar 2012
Posts: 298
Received Thanks: 28
|
Ferris did you made it?
|
|
|
06/30/2018, 02:26
|
#4
|
elite*gold: 0
Join Date: Sep 2014
Posts: 6
Received Thanks: 2
|
that is the auto-que program I use. It's like 7 dollars. Haven't had a problem with it yet.
|
|
|
07/01/2018, 18:07
|
#5
|
elite*gold: 0
Join Date: Sep 2017
Posts: 35
Received Thanks: 4
|
Quote:
Originally Posted by changen4125
that is the auto-que program I use. It's like 7 dollars. Haven't had a problem with it yet.
|
the invite has expired can you invite again if possible ?
|
|
|
07/01/2018, 18:34
|
#6
|
elite*gold: 0
Join Date: Mar 2009
Posts: 74
Received Thanks: 6
|
It's a dollar a month. has been working flawlessly.
|
|
|
 |
Similar Threads
|
[RELEASE] Dragon City Simple AHK Script for Gem Hack
01/10/2017 - Facebook - 66 Replies
1. Extract File.
2. Edit Config.txt
3. Run DCGemHack.exe
4. Tick boxes of completed pages in Dragon Book.
5. Submit then Watch in Youjizz
Note: For Google Chrome users only.
Delay is set to 10 seconds to avoid traffic on those URLs hosting the script.
Slow internet connection/ Slow hosting site might affect the script.
|
Simple "hold to spam attacks" AHK script
01/09/2012 - SWTOR Hacks, Bots, Cheats & Exploits - 7 Replies
I have allways used this in mmos to get rid of the button mashing, it's a really simple script that allows you to hold any hotkey (1-9) and it will spam that key until you release it.
You toggle it on and off with numlock.
; Simple key spam script by Winsane.
; Toggle on and off with numlock.
~NumLock::Suspend, Toggle
*1::
Loop
|
Death Metal, Melodic Death, Brutal Death etc.
09/24/2011 - Music - 31 Replies
Ahoi,
wollt mal sehen, ob es noch ein paar andere hier gibt, die solche Musik hören. Alles in Richtung Death, MeloDeath, von mir aus auch Deathcore kann hier gepostet werden.
Gerne würde ich auch ein paar Underground Bands von euch hören.
Ich favorisiere:
Be'lakor
Fractal Gates
Vader
|
All times are GMT +2. The time now is 17:47.
|
|