Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › PLAYERUNKNOWN'S BATTLEGROUNDS (PUBG) Hacks & Cheats › Temp Fix script For AFK Farming bot

Temp Fix script For AFK Farming bot

Posts 1–15 of 57 · Page 1 of 4
theclinton
theclinton
Temp Fix script For AFK Farming bot
I tried adding an attachment but it kept saying AHK is invalid so whatever.

Code:
;This script auto jumps you out the plane at a random point  after the plane spawns. It will also make you walk forward and fly forward.
;No this isnt a stand alone bot, you can use it with the pythonbot on these forums. No its not the updated python bot i made.
;make sure to edit the config in that python bot otherwise it will exit the game 10 seconds after you enter the "plain" (lol thats how he spell the plane var)

loop {
	sleep 85000
	Random, rand, 46000, 60000
	sleep rand
	Send F
	loop, 5{
		sleep 1000
				{ 
				Send {W down}
				sleep 15000
				Send {W Up}
				}
 
	}
    sleep 34000
}
 
 
Home::
Suspend,Toggle
return
This uses AHK. Start it once you start the other bot. I originally made this when i was feeling lazy and didnt feel like updating the python code in the other bot. This will hold you over until I or someone else releases the updated version of the bot.

You can use the timing info in this script to update the other.

Its possible this could eventually get outta sync with the bot depending on the random jump points and how long you run it.

It is possible to make the other bot to start and stop this script but if you can do that you might as well just write all this in python and save the hassle.

If you get this running you can add in the ability to lay down/run or whatever you want.

No don't ask me how to do it, im not here for tutorials.

Home is how you pause it
#1 · 8y ago
peachhihi
peachhihi
Thanks for sharing, I am going to test your script with old python bot xD But can I ask a question where to paste these code in the config.jason file?
#2 · edited 8y ago · 8y ago
JE
jebentip
It would be cool if you made tutorial how to use, you know this forum is for " free game hacks etc.. " 99% this hack got tutorial how to use it.. not anyone is here a programer or so smart to use this scripts. people are comming here for hacks and " mode menus and more " ... i got bot from other russian forums ( i will not post this here, google it ) already saw 10+ people in every fpp squad match going afk in air for 3-4 min. But I'm just saying..
I respect your hard work
#3 · 8y ago
theclinton
theclinton
Quote Originally Posted by jebentip View Post
It would be cool if you made tutorial how to use, you know this forum is for " free game hacks etc.. " 99% this hack got tutorial how to use it.. not anyone is here a programer or so smart to use this scripts. people are comming here for hacks and " mode menus and more " ... i got bot from other russian forums ( i will not post this here, google it ) already saw 10+ people in every fpp squad match going afk in air for 3-4 min. But I'm just saying..
I respect your hard work
I did tell you how to use it. install AutoHokey, paste the code in a txt file .AHK and run it with which ever bot you use.
#4 · 8y ago
SC
screwl1fe
Quote Originally Posted by jebentip View Post
i got bot from other russian forums ( i will not post this here, google it )
Can you give me a hint cant find it
#5 · 8y ago
theclinton
theclinton
Quote Originally Posted by screwl1fe View Post
Can you give me a hint cant find it
Just use the python bot and update the leave game time
#6 · 8y ago
peachhihi
peachhihi
It works fine for the first round but the second it gotta out of sync, I updated the leave game time to "290", anyway to fix that or make the python bot to start and stop this script, thank for your script
#7 · edited 8y ago · 8y ago
theclinton
theclinton
Quote Originally Posted by peachhihi View Post
It works fine for the first round but the second it gotta out of sync, I updated the leave game time to "290", anyway to fix that or make the python bot to start and stop this script, thank for your script
You can reduce the amount of randomness in the jump to no more than 5 seconds. I.e 60-65 seconds. That should stop most of the sync issues on the next game

As for starting this with python etc, that is why I abandoned the script and just coded in the python bot

You will also want to adjust the sleep timer at the end so the total time the bot is run matches up with whatever you have set inside the python bot.
#8 · edited 8y ago · 8y ago
peachhihi
peachhihi
Quote Originally Posted by theclinton View Post
You can reduce the amount of randomness in the jump to no more than 5 seconds. I.e 60-65 seconds. That should stop most of the sync issues on the next game

As for starting this with python etc, that is why I abandoned the script and just coded in the python bot

You will also want to adjust the sleep timer at the end so the total time the bot is run matches up with whatever you have set inside the python bot.
Thank for your reply, I tried but it's hard because I don't know anything about coding and programing, I don't know those number 85000, 46000, 60000, 1000, 15000, 34000 stand for? Can you let me test your python bot?
#9 · 8y ago
theclinton
theclinton
Quote Originally Posted by peachhihi View Post
Thank for your reply, I tried but it's hard because I don't know anything about coding and programing, I don't know those number 85000, 46000, 60000, 1000, 15000, 34000 stand for? Can you let me test your python bot?
All those are milliseconds, so 85000=85 seconds.

Only thing you need to change would be the 46-60 seconds to like 50-55

And 34 seconds to like 30.

You also need to change the time in the config file of the python bot. "plain_time" or something like that.
#10 · 8y ago
peachhihi
peachhihi
Quote Originally Posted by theclinton View Post
All those are milliseconds, so 85000=85 seconds.

Only thing you need to change would be the 46-60 seconds to like 50-55

And 34 seconds to like 30.

You also need to change the time in the config file of the python bot. "plain_time" or something like that.
I changed those setting like you but still don't know how to change the leave time in the python bot to sync with those setting time, my current settings are "wait_for_players": 290, "wait_for_plain": 20. So what do I do now?
#11 · 8y ago
theclinton
theclinton
Quote Originally Posted by peachhihi View Post
I changed those setting like you but still don't know how to change the leave time in the python bot to sync with those setting time, my current settings are "wait_for_players": 290, "wait_for_plain": 20. So what do I do now?
Change wait for players back to whatever it was and make wait for plain 300 and run both the bot and the script and you should be good
#12 · 8y ago
peachhihi
peachhihi
Quote Originally Posted by theclinton View Post
Change wait for players back to whatever it was and make wait for plain 300 and run both the bot and the script and you should be good
Still not work for me Anyway thank for your help
#13 · 8y ago
theclinton
theclinton
Quote Originally Posted by peachhihi View Post
Still not work for me Anyway thank for your help
What part isn't working
#14 · 8y ago
DI
diestroNyk
I put the code in AHK and modify "wait_for_players": 40, "wait_for_plain": 300, worth for me and im taking 60 per game x) TY for that fix
#15 · 8y ago
Posts 1–15 of 57 · Page 1 of 4

Post a Reply

Similar Threads

  • RS3 AHK Anti-Log Script (For AFK skilling/Combat) WITH SOURCE 2017By BlazedCreations in Runescape Hacks / Bots
    15Last post 6y ago
  • Blade And Soul Looking For EXP farm BotBy jubjublkm in Blade & Soul Cheats & Hacks
    1Last post 10y ago
  • A script for afking in 24mans?By crashsite in Vindictus Help
    0Last post 13y ago
  • Looking for a farm botBy COOLERTHANCOOL in CrossFire Discussions
    4Last post 13y ago
  • Where do I find MultiClient/farming bot/afk for CFNA?By somaizeu in CrossFire Help
    2Last post 14y ago

Tags for this Thread

None