AFK Bot - Auto requeue, random drop points

Posts 1630 of 30 · Page 2 of 2
Can you make it clock elsewhere and select Na Squad fpp? its Gives most points and it has fast queu cause its NA
- - - Updated - - -

Quote Originally Posted by labros45 View Post
Can you make it clock elsewhere and select Na Squad fpp? its Gives most points and it has fast queu cause its NA
There you go

CoordMode, Pixel, Screen

WinActivate, PLAYERUNKNOWN
loop {
MouseMove, 134, 55
MouseMove, 81, 202
Sleep 300
Click 81, 202
Sleep 300
Click 80, 675
Click 134, 55
sleep 30000
Random, rand, 30000, 70000
sleep rand
Send F
loop, 50{
sleep 50
ImageSearch, OVX, OVY, 0, 0, A_ScreenWidth, A_ScreenHeight, bp.png
if ErrorLevel = 2
MsgBox Could not conduct the second search.
else if ErrorLevel = 1
{
Send {Z down}
sleep 1000
Send {Z Up}
}
else
{
Click 1660, 980
sleep 1000
Click 878,560
sleep 20000
break
}


}
}

F10::
Pause
Suspend
return
Does it work on any resolution?
Quote Originally Posted by Willowridge View Post
I have done that, and it doesn't leave games after the player's death.
He is correct.
I have also made a folder on Desktop with my AHK script and the exit picture saved in there as "bp.png" exactly and once it does it just seems to idle on the "exit to lobby" screen.
for those who have the script not clicking, add a new image with the exit button black.
And change your click coordonate. Needed to change mine for :
CoordMode, Pixel, Screen

WinActivate, PLAYERUNKNOWN
loop {
Click 134, 55
sleep 70000
Random, rand, 30000, 70000
sleep rand
Send F
loop, 50{
sleep 5000
ImageSearch, OVX, OVY, 0, 0, A_ScreenWidth, A_ScreenHeight, bp.png
if ErrorLevel = 2
MsgBox Could not conduct the second search.
else if ErrorLevel = 1
ImageSearch, OVX, OVY, 0, 0, A_ScreenWidth, A_ScreenHeight, bp2.png
if ErrorLevel = 2
MsgBox Could not conduct the second search.
else if ErrorLevel = 1
{
Send {Z down}
sleep 650
Send {Z Up}
}
else
{
Click 1660, 980
sleep 1000
Click 878,600
sleep 20000
break
}


}
}

F10::
Pause
Suspend
return
AHK is blacklisted by BE
- - - Updated - - -

Quote Originally Posted by Zombie View Post
AHK is blacklisted by BE
modify the code and use something different/ But atm this one still work
Just a detail Guide:
1. Download AutoHotKey
2. Create a new AutoHotkey script and copy paste the code in it
2.2 Compile the script (no need just easier)
3. Safe the Exit picture in a Folder with the name "bp.png" with the AutoHotkey script.
4. Set PUBG on English.
5. Start PUBG
6. Start Script
Which Mode does it use? NA Firstperson Solo? Or what?
And by the way it doesnt leave the game and redirect again...
like all of these bots this unfortunately doesn't exit out of the death screen for me. I've tried all of the ones I could find.
Quote Originally Posted by ayylamo24 View Post
like all of these bots this unfortunately doesn't exit out of the death screen for me. I've tried all of the ones I could find.
the bot work, you just need to change the coordonate
Yeah, it seems that when it goes to exit game it just clicks in the wrong places, how do I change the coordinates appropriately so that they line onto the exit button.
Quote Originally Posted by gimmiedemhacks123 View Post
Yeah, it seems that when it goes to exit game it just clicks in the wrong places, how do I change the coordinates appropriately so that they line onto the exit button.
That depend on your monitor resolution.
Use this script :
CoordMode, Mouse, Screen
SetTimer, Check, 20
return

Check:
MouseGetPos, xx, yy
Tooltip %xx%`, %yy%
return

Esc::ExitApp


That show you for coordonates on your mouse.

With that modify the script posted on the first page. ( for me i need to add +8 i don't know why )
After the latest patch the bot needs to pick up some kind of useful equipment (not clothes) so rip
Posts 1630 of 30 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?