Looking for AFK bot

12/18/2019 19:21 Waynebacsi#1
Hi, im looking for an AFK bot for PUBG getting some play time. It could be a mouse macro or smtg else, i havent used any yet. Just cheating on a new account and i think its pretty obvious if i have any kills with 0 playtime.
12/19/2019 00:51 monkeyboyxxx#2
Quote:
Originally Posted by Waynebacsi View Post
Hi, im looking for an AFK bot for PUBG getting some play time. It could be a mouse macro or smtg else, i havent used any yet. Just cheating on a new account and i think its pretty obvious if i have any kills with 0 playtime.
a friend of mine made one . im not expert at all in these things but he made it to lower his kd and thing worked great. he would leave it during night. ill let him know maxbe you guys can work something out
12/19/2019 03:31 TMHacks22#3
Hey. Write me :)
12/19/2019 07:24 Waynebacsi#4
Quote:
Originally Posted by monkeyboyxxx View Post
a friend of mine made one . im not expert at all in these things but he made it to lower his kd and thing worked great. he would leave it during night. ill let him know maxbe you guys can work something out
hi, this is what im looking for :D would u or ur friend share it?
12/19/2019 07:32 Singleplayer™#5
so if u just need an bot which presses an key after some seconds , here little autoit example
Code:
HotKeySet("1",_sendkey)
HotKeySet("2"_stop)

while 1
   sleep(50)
   WEnd
Func _sendkey()
while 1
   Sleep(100)
   ControlSend("window name dont now the name bc dont have pubg","","","1");~send every 100 milliseconds the key 1
wend
   EndFunc

Func _stop()

EndFunc
12/19/2019 07:39 Waynebacsi#6
Quote:
Originally Posted by Singleplayer™ View Post
so if u just need an bot which presses an key after some seconds , here little autoit example
Code:
HotKeySet("1",_sendkey)
HotKeySet("2"_stop)

while 1
   sleep(50)
   WEnd
Func _sendkey()
while 1
   Sleep(100)
   ControlSend("window name dont now the name bc dont have pubg","","","1");~send every 100 milliseconds the key 1
wend
   EndFunc

Func _stop()

EndFunc
Hi, thx for sharing this! :handsdown:I need smtg that auto starts the game, when i die it keeps trying to start the next one. So as just monkeyboyxxx wrote, i could let my pc running whole night and reduce my kd, and increase my playtime / matches.
12/19/2019 07:47 Singleplayer™#7
its easy too , u can easy add stuff like this

Code:
If ProcessExists("pubg.exe") then
while 1
   Sleep(100)
   ControlSend("window name dont now the name bc dont have pubg","","","1");~send every 100 milliseconds the key 1
wend
else
Run("pubg.exe", "", at symbol+SW_SHOWMINIMIZED)
EndIf

#edit
or du u mean auto match starter ?
12/19/2019 08:30 Waynebacsi#8
Quote:
Originally Posted by Singleplayer™ View Post
its easy too , u can easy add stuff like this

Code:
If ProcessExists("pubg.exe") then
while 1
   Sleep(100)
   ControlSend("window name dont now the name bc dont have pubg","","","1");~send every 100 milliseconds the key 1
wend
else
Run("pubg.exe", "", at symbol+SW_SHOWMINIMIZED)
EndIf

#edit
or du u mean auto match starter ?
yes, and if its finished, it starts a new match.. and so on...
12/19/2019 08:35 Singleplayer™#9
then u could use "imagesearch" from autoit (so using the image of the "play" button and if it "exists" -> mousemove+click
12/19/2019 09:30 Waynebacsi#10
just checked this tool. Im too lame for this ::lul: And unfortunatelly havent found any premade images for PUBG