AFK Bot - Auto requeue, random drop points

Posts 115 of 30 · Page 1 of 2
AFK Bot - Auto requeue, random drop points
Hey, just a little AHK Bot i wrote in a jiffy,
features auto requeue and random drop points (so you won't be stuck with all the other afkers - no one likes to be reported)

 
Sourcecode
Code:
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
				{ 
				Send {W down}
				sleep 1000
				Send {W Up}
				}
				else
				{
					Click 1700, 950
					sleep 1000
					Click 850,575
					sleep 20000
					break
				}


	}
}

F10::
Pause
Suspend
return


Create a new AHK Script, put in the Code and place it in the same folder as bp.png (the picture below, make sure to call it bp.png otherwise the bot wont requeue)
Start PUBG and launch the script afterwards, it'll automaticly queue you up


F10 pauses the script

If enough demand is given i'll upload an executable
Just didn't realy want to wait for approval
Hey thank you ! I am new to this where can i find the BP.png folder ?
An exe would be nice, but thanks for this! Seen any bans as a result of using this so far?
Quote Originally Posted by Fent12 View Post
Hey thank you ! I am new to this where can i find the BP.png folder ?
I mean you put the ahk script into the same folder as bp.png, which should be the Exit image in my first post

Quote Originally Posted by Icebear View Post
An exe would be nice, but thanks for this! Seen any bans as a result of using this so far?
Well that's debatable..
seeing as i had to tweak and test pretty much constantly throughout writing the bot i've never encountered any problem with BE, although there have been complaints of being kicked in R6 Siege and ARK for using AHK
No confirmed bans on those games iirc
it doesn't exit the game it ejects me from the plane and then it keeps pressing w and thats it, can't exit the game.
Where do i put the exit image
Quote Originally Posted by hmaditi View Post
it doesn't exit the game it ejects me from the plane and then it keeps pressing w and thats it, can't exit the game.
That's exactly whats supposed to happen, you wait until you die and the game immediatly queues you back up
If you just exit the game you won't get any BP out of it

Quote Originally Posted by Demolis View Post
Where do i put the exit image
Same folder as the script itself
nvm, worked great for me but it would take a lot of time to make some bp.

Nice work
The AHK program doesnt actually leave games, any fix?
Quote Originally Posted by hmaditi View Post
nvm, worked great for me but it would take a lot of time to make some bp.

Nice work
Well, making it more efficient by killing yourself somehow faster then randomly dropping in water/fog would be a pain lmao
but still, you could have it run overnight/when at work and it'll get some BP for you when you're gone

Quote Originally Posted by Willowridge View Post
The AHK program doesnt actually leave games, any fix?
You mean on the death screen?
Make sure to include the picture on my first post, name it bp.png and put it in the same folder as the script itself
Quote Originally Posted by Disturbed1991 View Post
You mean on the death screen?
Make sure to include the picture on my first post, name it bp.png and put it in the same folder as the script itself
I have done that, and it doesn't leave games after the player's death.
This might be looking up to be interesting.
Is there any chance to get banned because of this or is it safe?
Yes the AHK script don't leave with bp.png and scrpt maybe its the resolution ?
Posts 115 of 30 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?