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 › Programming › Other Programming › Assembly › [Im New] Lets do it

[Im New] Lets do it

Posts 1–12 of 12 · Page 1 of 1
OM
Omen1337
[Im New] Lets do it
Hello everyone i am new at this all.. (all i mean asm), if someone gotta some time then i hope he can help me ok here we go

1# Look here is file main.exe (game starter)
1hp Path.rar

2# Look when i run that it loading file glow.dll (its protect)

Can someone teach me, what program i should use for edit it (i think ollydbg), and where i need do what for after run main.exe dont load glow.dll file

im just new and i hope you guys who are more advanced in free time make me a little tutorial how to do for no load glow.dll when i run main.exe

thx Rush ASM!
#1 · 17y ago
ZA
zach881
Ok here is what you need to do you can try and Jmp the functions of glow1.dll or just do this in ollydbg
Code:
7C964D1D   68 AA4D967C      PUSH 7C964DAA                            ; ASCII "Trace database: failing attempt to save biiiiig trace (size %u) 
"
This is where the tracing of glow1.dll is taking place.

you can edit that or,

Code:
7C964F32   68 F44F967C      PUSH 7C964FF4                            ; UNICODE "system32kernel32.dll"
hack kernel32.dll code a link to the obj.

or just simply

Code:
7C9650B4   51               PUSH ECX
7C9650B5   68 0453967C      PUSH 7C965304                            ; ASCII "

 *** Unhandled exception 0x%08lx, hit in %ws:%s

"
7C9650BA   E8 80AAFCFF      CALL 7C92FB3F
7C9650BF   83C4 10          ADD ESP,10
7C9650C2   E9 B0010000      JMP 7C965277
7C9650C7   68 3853967C      PUSH 7C965338                            ; ASCII "

 *** A stack buffer overrun occurred in %ws:%s

"
7C9650CC   E8 6EAAFCFF      CALL 7C92FB3F
7C9650D1   68 6C53967C      PUSH 7C96536C                            ; ASCII "This is usually the result of a memory copy to a local buffer or structure where the size is not properly calculated/checked.
"
7C9650D6   E8 64AAFCFF      CALL 7C92FB3F
7C9650DB   68 EC53967C      PUSH 7C9653EC                            ; ASCII "If this bug ends up in the shipping product, it could be a severe security hole.
"
7C9650E0   E8 5AAAFCFF      CALL 7C92FB3F
7C9650E5   68 4454967C      PUSH 7C965444                            ; ASCII "The stack trace should show the guilty function (the function directly above __report_gsfailure).
"
pop these dwords so that instead of loading glow1.dll it loads only hook.dll

thank me if i helped
#2 · 17y ago
OM
Omen1337
man you opened new gate for me in asm, but tell me.. how you found the glow.dll? i mean how you know what code is what dll, its awesome can you tell me how i can find code of dll what im looking for?
#3 · edited 17y ago · 17y ago
edward3058
edward3058
ok.... when i click this post. (before when i read it) it sounded like u wanted to do it..O.o..
#4 · 17y ago
why06
why06
Lolz, but..... Why r u bringing up a 6 MONTH OLD POST!?!?!

Dear god man, how did u even find this?
#5 · 17y ago
rwkeith
rwkeith
Quote Originally Posted by why06 View Post
Lolz, but..... Why r u bringing up a 6 MONTH OLD POST!?!?!

Dear god man, how did u even find this?
why speaks my mind on most of these threads. Ille just leave the responses to him now
#6 · 17y ago
why06
why06
Quote Originally Posted by rwkeith View Post
why speaks my mind on most of these threads. Ille just leave the responses to him now
Pfff.... I wish I knew have the stuff u knew. You already made your first hack by now right?
#7 · 17y ago
unknownforce
unknownforce
whats asm?
#8 · 17y ago
why06
why06
ASM is assembly language. Its a very low level language. There is OS Assembly languages and Processor ASM languages. We are particularly referring to Win32 ASM, which is the ASM language for the Windows XP, Vista, etc.
#9 · 17y ago
rwkeith
rwkeith
Quote Originally Posted by why06 View Post
Pfff.... I wish I knew have the stuff u knew. You already made your first hack by now right?
I used to make public ones. but now I just lead people onto the road of success. You seem to be at a better start than I was. No one spends much these days in the programming section...they're all getting fed now.
#10 · edited 17y ago · 17y ago
why06
why06
Lol yep, but there's been a lack of public CA hacks lately... im not sure why hopefully I will be able to release a few of my own in another month or so, I'm about 2/5 complete with my beginning C++ book. And maybe by then the coding section will be more lively... cuz now Im only seeing Jetamay post maybe once a week and I don't know where Toymaker went :L...

PS: u can check off ur last life goal. Ur at 301 posts
#11 · 17y ago
Insomniac
Insomniac
im tying to code one but so far im kinda failing
#12 · 17y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • New Patch... Let the games beginBy jebadiah in Combat Arms Hacks & Cheats
    5Last post 18y ago
  • How do you get rid of hacks? New patch wont let my game start!By Kohnatum in Combat Arms Hacks & Cheats
    3Last post 17y ago
  • Happy New Year.By Flawless in General
    29Last post 16y ago
  • New Years!By arunforce in General
    8Last post 18y ago
  • My new signatureBy arunforce in Art & Graphic Design
    5Last post 20y ago

Tags for this Thread

None