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 › Realm of the Mad God Hacks & Cheats › Realm of the Mad God Help & Requests › AHK Script For Auto Deposit

AHK Script For Auto Deposit

Posts 1–3 of 3 · Page 1 of 1
AN
ANewBlis
AHK Script For Auto Deposit
As the title says, I'm looking for a AHK Script that ONLY does auto deposit. Should be on an 800x600 window(which I think is the default...).
Also, can anyone tell me how to change a window size to EXACTLY 800x600?
#1 · 12y ago
CrazyJani
CrazyJani
Quote Originally Posted by ANewBlis View Post
Also, can anyone tell me how to change a window size to EXACTLY 800x600?
Flash projector
#2 · 12y ago
Luborus
Luborus
Deposit all & resize :)
If you're using Windows 7 (I don't know if it works on any other OS) this should work:
Code:
;Deposit all Items by pressing l
S = 16 ;Speed of the mouse cursor
l::
X1 = 645
Y1 = 450
X2 = 645
Y2 = 575
MouseGetPos, mX, mY
Loop, 4{
MouseClickDrag, L, X1, Y1, X2, Y2, S
X1 := X1+45
X2 := X2+45
}
X1 = 645
Y1 = 490
X2 = 645
Y2 = 620
Loop, 4{
MouseClickDrag, L, X1, Y1, X2, Y2, S
X1 := X1+45
X2 := X2+45
}
MouseMove, mX, mY
return
Create a new AHK file and copy&paste this code in, you might want to change the speed of the mouse cursor (0 is instant and 100 is the slowest), as (depending on your PC) the items won't get moved if the cursor moves to fast! If you wan't to change the Hotkey change "l::" to whatever you want (for example "k::")

This only works if the size of the Flash Player-window is 816x658 so here's a little sript to center and resize the window:
Code:
;Center & resize the window by pressing Shift+0
+0::
WinMove, Adobe Flash Player 11,, (A_ScreenWidth-816)/2, (A_ScreenHeight-658)/2, 816, 658
return
You'll have to change "Adobe Flash Player 11" to the title of your Flash Player-window (If you're using a different FP version or sth like that).

Btw: I made this myself so please give credit to me if you're going to post this somewhere else!
#3 · 12y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Updating AHK Script for v1.0By MateyB in Realm of the Mad God Help & Requests
    9Last post 13y ago
  • Any hack or script for auto air blast?By rusty_dark_killer in Team Fortress 2 Hacks
    10Last post 13y ago
  • Auto open client + autologin (AHK SCRIPT)By dg123 in Realm of the Mad God Selling / Trading / Buying
    0Last post 13y ago
  • Auto run script for alienware tact x keyboardBy Robosky in DayZ Help & Requests
    0Last post 12y ago
  • [AHK] Quick teleport, trade spam, auto-select, auto-deposit/withdraw, customizable!By dwdude in Realm of the Mad God Hacks & Cheats
    45Last post 13y ago

Tags for this Thread

#19.3#ahk#auto deposit#auto hot key#autohotkey#realmofthemadgod#rotmg