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 › TERA Hacks › EU Patch 81 - Cheat Table

EU Patch 81 - Cheat Table

Posts 1–15 of 55 · Page 1 of 4
BH
bhfff
EU Patch 81 - Cheat Table
Table preview: https://i.imgur.com/eaa4gQD.png


This table has been created for the EU official client (that means steam will probably not work)
If you want to make your own bypass, here's how: www.youtube.com/watch?v=tda8K6Xl1Po


If you have questions about hotkeys and how scripts work, there's a guide inside the table called "Known Issues / Help. Double click <script> to read." at the bottom.


About AutoKeys, it uses Javascript key codes, so if you want to use a custom one check this link. Anti-afk, bunnyhop and custom are the only options available atm.
You can enable it with numpad8 and disable with numpad5

Changelog:
Code:
//Main changes
+Added AutoKeys
+Fixed Fly Anywhere, now you can fly really high in the sky
+Added some teleport locations

//Minor changes
Some scripts now use less memory
Table is now sorted by name
Jotti .zip scan: https://virusscan.jotti.org/it-IT/fi...job/ynch2jwbwv
VirusTotal .zip scan: https://www.virustotal.com/it/file/6...is/1556646712/
TERA_mpgh.net.zip
#1 · edited 7y ago · 7y ago
T-800
[MPGH]T-800
//Approved
#2 · 7y ago
PR
ProtoEycee
Hey guys i am a newbi and do all the followings. I stop my process when it Comes to the Point "find out what Access this address" then the Client Closing instantly.
Do u know the reason?


EDIT 30 Minutes later: I didnt use the cheat enginge without detection.

Next Question: How can i put the Table into the field of Cheat Engine... when i press to load it he says it doesnt load...
#3 · edited 7y ago · 7y ago
BH
bhfff
Quote Originally Posted by ProtoEycee View Post
Hey guys i am a newbi and do all the followings. I stop my process when it Comes to the Point "find out what Access this address" then the Client Closing instantly.
Do u know the reason?


EDIT 30 Minutes later: I didnt use the cheat enginge without detection.

Next Question: How can i put the Table into the field of Cheat Engine... when i press to load it he says it doesnt load...
Double click the .ct file or open it via ce
#4 · 7y ago
BA
bajed15
Thanks for this but would there be any chance that you can make one for TERA SEA?
tera.playwithse*****m
#5 · 7y ago
BillisKbs
BillisKbs
Can you make a tutorial video...i can only use fly hack and semi god...idk how to use mob hitbox modifier so please if you can help me!
#6 · 7y ago
BH
bhfff
Quote Originally Posted by BillisKbs View Post
Can you make a tutorial video...i can only use fly hack and semi god...idk how to use mob hitbox modifier so please if you can help me!
Enable the script and use the button "Page Up" to enable/disable the exploit in game
Just like memeslash you need to use a projectile skill
#7 · 7y ago
BillisKbs
BillisKbs
what characters use Projectile skills?
#8 · 7y ago
BH
bhfff
Quote Originally Posted by BillisKbs View Post
what characters use Projectile skills?
Do I look like wikipedia to you? Go test them out!
#9 · 7y ago
GS
GStarFreak
Apparently the Integrity Check doesn't work anymore. updating the code helps.

New Code:

Code:
[ENABLE]
define(CRC1StartAddress,0302D373)

alloc(CRC1Copy,$2048)
CRC1Copy:
readmem(CRC1StartAddress, 2048)

aobscanmodule(sellout,TERA.exe,8B 00 31 D2 81 F1 04 00 00 00)
alloc(newmem,$20)

label(code)
label(return)

newmem:
  sub eax, CRC1StartAddress
  add eax, CRC1Copy
code:
  mov eax,[eax]
  xor edx,edx
  xor ecx,00000004
  jmp return

sellout:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(sellout)
////////////////////////////////////////////////////////////////////
aobscanmodule(CRC1,TERA.exe,87 3C 24 5C C3)
alloc(CRC1NewCode,$20)

label(codeAaA)
label(returnAaA)

CRC1NewCode:
codeAaA:
  xchg [esp],edi
  pop esp
  mov eax,#1
  ret
  jmp returnAaA

CRC1:
  jmp CRC1NewCode
returnAaA:
registersymbol(CRC1)
[DISABLE]

sellout:
  db 8B 00 31 D2 81 F1 04 00 00 00

unregistersymbol(sellout)
dealloc(newmem)

CRC1:
  db 87 3C 24 5C C3

unregistersymbol(CRC1)
dealloc(CRC1NewCode)
#10 · 7y ago
OL
old_son
Client closes instantly when trying to find what accesses the address
#11 · 7y ago
BH
bhfff
Quote Originally Posted by old_son View Post
Client closes instantly when trying to find what accesses the address
You can use my guide to make ce undetected (by most antidebugging methods) https://www.mpgh.net/forum/showthread.php?t=1317049
#12 · 7y ago
OL
old_son
Would there ever be a Steam version?
#13 · 7y ago
BH
bhfff
Quote Originally Posted by old_son View Post
Would there ever be a Steam version?
If you make a bypass for that version, yeah.
#14 · 7y ago
OL
old_son
Idk how to make one lol
#15 · 7y ago
Posts 1–15 of 55 · Page 1 of 4

Post a Reply

Similar Threads

  • Patch 66 - Teleport, Fly anywhere, No collision, No fall damage & More! (Cheat Table)By bhfff in TERA Hacks
    20Last post 8y ago
  • EU Patch 67 - Teleport, Jesus, Tracker & More! (Cheat Table)By bhfff in TERA Hacks
    21Last post 8y ago
  • EU Patch 68 - Teleport, Jesus, Fly Hack (Cheat Table) +22 CheatsBy bhfff in TERA Hacks
    25Last post 8y ago
  • EU Patch 68.03 - Teleport, Jesus, Fly Hack (Cheat Table) +23 CheatsBy bhfff in TERA Hacks
    16Last post 8y ago
  • EU Patch 69 - Teleport, Jesus, Fly Hack (Cheat Table) +26 CheatsBy bhfff in TERA Hacks
    12Last post 8y ago

Tags for this Thread

#bhfff#hack#patch81#tera