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 MMORPG Hacks › MapleStory Hacks, Cheats & Trainers › MapleStory Private Server Hacks › Amherst MS v155 hacks (Cheat engine table trainer)

WinkAmherst MS v155 hacks (Cheat engine table trainer)

Posts 1–15 of 36 · Page 1 of 3
AR
armanistar
Amherst MS v155 hacks (Cheat engine table trainer)


I have made a new trainer for maplestory version 155
This is a beginning, i want to find more hacks but this can already help people out
It is made with cheat engine's trainer generator.

I have tested these hacks myself for several hours. They dont ban or disconnect



new hacks now listed


UI is generated pretty badly by cheat engine. But all these hacks work from F1 -> F10 in order from top to bottom.


F1 No Player Knockback (also has some funny side effects to skills performed in combo's/air)
F2 Physical godmode (perfect with mob disarm)
F3 No Breath (activate when you're in rest. so breath is 0)
F4 Unlimited attack
F5 Mob Lag
F6 Instant drop
F7 Respawn mobs at mouse location (vac-ish) (Activate this when you point to a place in maplestory. this will be the respawn point for monsters and they cant move from that position)
F8 No map boundaries (If you have any use for this, share it )
F9 Imitate position (Activate this and your character will be at the position your cursor is at. Not physically, but now u can attack from anywhere in the map on the position where your cursor is located. Be careful with the distance to your real character position because i dont know if any anti-cheat system will detect it.)
F10 Mob disarm

Amherst POWNED_mpgh.net.rar Amherst Trainer_mpgh.net.rar
#1 · edited 4y ago · 4y ago
AR
armanistar
i found such a cool new hack. A position imitating hack. you can stand in a safespot while maple thinks you're on a different X/Y. so you can attack from there and then just be safe at all times
#2 · 4y ago
AR
armanistar
omg guys this is so amazing. I got it working. Its my very first own made pointer based assembly script.

It currently sets the X/Y of my character client sided to my mouse position.

This causes several things, like:
You can direct your pets to go wherever you want them to go [ lol ]
You can direct monsters to where you want them to be, they will walk to that X/Y to 'attack' you, but they cant hit you
You can kill monsters where you point your mouse at, skills will cast from that X/Y. so its also like a half-fly-hack.

Cuz i tried to go into portals where my mouse was, and that didnt work.
But i finally made my own custom code with multiple pointers and it works big yay

Oh yeah, others will see your pets going all directions, not following your actual char xd
they also see the monsters trying to follow your mouse


growing list

Also, no clue what is detectable! i used it while making the hacks and i didnt got banned so far.
#3 · edited 4y ago · 4y ago
killingspree888
killingspree888
Those are really good finds. Any thoughts on documenting how you came to discover it? If not, that is okay. Really cool to see how much dedication people (especially you) have for cheat engine cheats for MapleStory.
#4 · 4y ago
AR
armanistar
Quote Originally Posted by killingspree888 View Post
Those are really good finds. Any thoughts on documenting how you came to discover it? If not, that is okay. Really cool to see how much dedication people (especially you) have for cheat engine cheats for MapleStory.
I started investigating AoB's, never worked with them. Then i found several old cheat tables (even Ct's that are for newer versions of maple) and then looked for the AoB's and then rediscover them in the amherst client.

The one where my pets/monsters follow my mouse i discovered on accident. i was playing around with changing bytes in the memory after finding some godmode AoB, but this AoB was used in like 10 places, the 5th place or something i changed some bytes and i suddenly saw my character on a different place on the minimap. then i went into more investigation to find out why and thats a question i dont have the answer yet, but it did work lol
So after some thinking i was like, if i cn enter coords for the pets/monsters to go to, ican probably listen to my mouse pointer and then input that as a value. After 3 days of figuring out how to get a value from a multi level pointer, i got it working
#5 · 4y ago
killingspree888
killingspree888
Quote Originally Posted by armanistar View Post
I started investigating AoB's, never worked with them. Then i found several old cheat tables (even Ct's that are for newer versions of maple) and then looked for the AoB's and then rediscover them in the amherst client.

The one where my pets/monsters follow my mouse i discovered on accident. i was playing around with changing bytes in the memory after finding some godmode AoB, but this AoB was used in like 10 places, the 5th place or something i changed some bytes and i suddenly saw my character on a different place on the minimap. then i went into more investigation to find out why and thats a question i dont have the answer yet, but it did work lol
So after some thinking i was like, if i cn enter coords for the pets/monsters to go to, ican probably listen to my mouse pointer and then input that as a value. After 3 days of figuring out how to get a value from a multi level pointer, i got it working
That's pretty amazing! Thank you for sharing this. I have not done any reverse engineering for MapleStory private servers in awhile. Hopefully, I can get started again once I finish school around the Winter.

I do not know any moderators who can approve this, but hope this works: @meme
#6 · 4y ago
meme
[MPGH]meme
//approved
#7 · 4y ago
AR
armanistar
Quote Originally Posted by meme View Post
//approved
Thank you very much. Also im very sorry but the verified version has got a bug in it which causes maplestory to d/c every 5 or 10 minutes. im going to make a new trainer..
#8 · edited 4y ago · 4y ago
WE
wenjun155
possible to add exist amherst cheat engine table to your trainer
Quote Originally Posted by armanistar View Post
Could you please replace the file with this one.
with 1 addition to the thread:

UI is generated pretty badly by cheat engine. But all these hacks work from F1 -> F10 in order from top to bottom.


F1 No Player Knockback (also has some funny side effects to skills performed in combo's/air)
F2 Physical godmode (perfect with mob disarm)
F3 No Breath (activate when you're in rest. so breath is 0)
F4 Unlimited attack
F5 Mob Lag
F6 Instant drop
F7 Respawn mobs at mouse location (vac-ish) (Activate this when you point to a place in maplestory. this will be the respawn point for monsters and they cant move from that position)
F8 No map boundaries (If you have any use for this, share it )
F9 Imitate position (Activate this and your character will be at the position your cursor is at. Not physically, but now u can attack from anywhere in the map on the position where your cursor is located. Be careful with the distance to your real character position because i dont know if any anti-cheat system will detect it.)
F10 Mob disarm

hello hi, i have amherest previous cheat engine table
but the only problem is it will auto dc when enable the cheat in it after 5min

would you like to merge then together ?
#9 · 4y ago
AR
armanistar
Quote Originally Posted by wenjun155 View Post
hello hi, i have amherest previous cheat engine table
but the only problem is it will auto dc when enable the cheat in it after 5min

would you like to merge then together ?
Would love to see what you have.
The dc happens because it detects the presence of CE
#10 · 4y ago
WE
wenjun155
Quote Originally Posted by armanistar View Post
Would love to see what you have.
The dc happens because it detects the presence of CE
Sure do u know also like to how to update cheats ?

for example i have a version of v229.3 god mode where now gms is v231.2 i try to update but i don't know what to do after the array search as i try to search for it but there was none intrusions appear also can add me on ******* so i can sent u the file ? here i try to upload rar or zip but i keep couldn't upload it
#11 · edited 4y ago · 4y ago
20
200serial
tutorial
I would love to learn how you start initial and find those functions on private server, now I'm playing on private server that created for small group of ppl so it would be good if you can share the method you did thanks a lot for your effort.
#12 · edited 4y ago · 4y ago
WE
weilun
Quote Originally Posted by armanistar View Post
Would love to see what you have.
The dc happens because it detects the presence of CE
but why do this? this will kill the game
#13 · edited 4y ago · 4y ago
meme
[MPGH]meme
if you want to update the thread to be more readable, just report it with a pastebin of what you want it edited to, but for now I have just merged it

//approved
#14 · 4y ago
AR
armanistar
Quote Originally Posted by meme View Post
if you want to update the thread to be more readable, just report it with a pastebin of what you want it edited to, but for now I have just merged it

//approved
Thank you very much.
I will upload something, someday.
There are already new hacks discovered. I found a no delay attack (only against single-monster-maps (a.k.a. bosses) , against mobs it will D/C)

Currently I'm busy for a pet vac. Im gonna find some ways. You can already loot stuff far beyond what pets are normally capable of but that's only when you move your pets with your mouse to that place. If someone has some donation points left to donate to me, I can TRY TO discover a pet item vac.
#15 · 4y ago
Posts 1–15 of 36 · Page 1 of 3

Post a Reply

Similar Threads

  • Cheat Engine table to give MoneyBy SirTennant in Grand Theft Auto 5 (GTA V) Hacks & Cheats
    3Last post 4y ago
  • Game Offset/Address/Cheat Engine Table Mega-ThreadBy Silent in Call of Duty 14 - WWII
    20Last post 4y ago
  • IW5SP Cheat Engine Table 1.9.461By Geometrical in Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    9Last post 13y ago
  • Cheat Engine Trainer.By fatbox187 in Hack Requests
    0Last post 16y ago
  • Cheat engine trainer helpBy shadowsecret in WarRock - International Hacks
    1Last post 19y ago

Tags for this Thread

None