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 › Other First Person Shooter Hacks › Dirty Bomb Hacks & Cheats › Anti afk script

Anti afk script

Posts 1–5 of 5 · Page 1 of 1
awabaskri
awabaskri
Anti afk script
Does anyone know a good anti afk script that works with dirty bomb because i can just earn credits by leaving my pc on at night for example and getting around 30 to 50k credits
#1 · 10y ago
JO
johntheawe2
Yeah, I was thinking of doing that too. I'm gonna try making an AHK script that just moves the player around, but if the team were to kick you, game over :P. If you decide to make an AHK script, don't run it overnight, just watch netflix while it runs on your other monitor, etc.

- - - Updated - - -

SOmething I made in like 5 minutes:

Code:
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section

INS::
var := !var
Loop
{
if !var
break
Send, {W}
Send, {A}
Send, {S}
Send, {D}
Send, {Click}
Send, {Space}
Send, {Return}
Send, {E}
Send, {Q}
Sleep, 10000
}
return
- - - Updated - - -

^ make sure you go into the game first, spawn as skyhammer and then press insert. Boom just leave it running. I've actually been doing this for the past 30 minutes and no one kicks me, and I DID get 1 vote kick but it didn't succeed only because 1/5 people don't give a fuck. It will throw ammo and throw airstrikes every 10 seconds and move and shoot and jump. So you get XP for airstrikes and ammo throwing AND people will pick up your ammo usually too. Double win.

- - - Updated - - -

Be sure to mute the game if you gonna watch netflix or whatever on the same pc m8. R.I.P if you don't have 2 monitors. I'm sure you could figure something out.

EDIT: Better version that doesn't make the player go right too much which sucks on some maps. Also, it throws more ammo. And if you want it to make you kill yourself (so you respawn at the new spawn locations for people to pick your ammo up) just aim at the ground before you activate the script.

Code:
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section

INS::
var := !var
Loop
{
if !var
break
Send, {W}
Send, {A}
Send, {S}
Send, {D}
Sleep, 1000
Send, {Click Sleep 50}
Send, {Space}
Send, {Return}
Send, {E}
Sleep, 800
Send, {E}
Sleep, 800
Send, {E}
Sleep, 800
Send, {E}
Sleep, 800
Send, {Q}
Sleep, 10000
}
return
#2 · edited 10y ago · 10y ago
ZE
zeroimortality
could you tell me where to put this script?/ how you go about "installing" this
#3 · 10y ago
awabaskri
awabaskri
Quote Originally Posted by johntheawe2 View Post
Yeah, I was thinking of doing that too. I'm gonna try making an AHK script that just moves the player around, but if the team were to kick you, game over :P. If you decide to make an AHK script, don't run it overnight, just watch netflix while it runs on your other monitor, etc.

- - - Updated - - -

SOmething I made in like 5 minutes:

Code:
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section

INS::
var := !var
Loop
{
if !var
break
Send, {W}
Send, {A}
Send, {S}
Send, {D}
Send, {Click}
Send, {Space}
Send, {Return}
Send, {E}
Send, {Q}
Sleep, 10000
}
return
- - - Updated - - -

^ make sure you go into the game first, spawn as skyhammer and then press insert. Boom just leave it running. I've actually been doing this for the past 30 minutes and no one kicks me, and I DID get 1 vote kick but it didn't succeed only because 1/5 people don't give a fuck. It will throw ammo and throw airstrikes every 10 seconds and move and shoot and jump. So you get XP for airstrikes and ammo throwing AND people will pick up your ammo usually too. Double win.

- - - Updated - - -

Be sure to mute the game if you gonna watch netflix or whatever on the same pc m8. R.I.P if you don't have 2 monitors. I'm sure you could figure something out.

EDIT: Better version that doesn't make the player go right too much which sucks on some maps. Also, it throws more ammo. And if you want it to make you kill yourself (so you respawn at the new spawn locations for people to pick your ammo up) just aim at the ground before you activate the script.

Code:
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section

INS::
var := !var
Loop
{
if !var
break
Send, {W}
Send, {A}
Send, {S}
Send, {D}
Sleep, 1000
Send, {Click Sleep 50}
Send, {Space}
Send, {Return}
Send, {E}
Sleep, 800
Send, {E}
Sleep, 800
Send, {E}
Sleep, 800
Send, {E}
Sleep, 800
Send, {Q}
Sleep, 10000
}
return
Thanx i do have 2 monitors ive been looking for a good afk script for a long time you should sepratlly post this its really good
#4 · 10y ago
JO
johntheawe2
Will do and thanks
#5 · 10y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Endless Charge Anti-Afk ScriptBy dirtyzerg in Dragon Nest Hacks & Cheats
    58Last post 14y ago
  • Anti AFK Working In Background ScriptBy die254 in Trove Hacks & Cheats
    7Last post 11y ago
  • LF Anti AFK AKH scriptBy davidx90 in Trove Discussions & Help
    4Last post 10y ago
  • Inactive Window Anti-AFK script.By mrkiller222 in Dragon Nest Selling / Trading / Buying
    0Last post 14y ago
  • Inactive Window Anti-AFK scriptBy mrkiller222 in Dragon Nest Hacks & Cheats
    23Last post 14y ago

Tags for this Thread

None