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 › Call of Duty Hacks & Cheats › Call of Duty 6 - Modern Warfare 2 (MW2) Hacks › Call of Duty Modern Warfare 2 Help › Non Variables and VB

Red faceNon Variables and VB

Posts 1–15 of 36 · Page 1 of 3
meeeeeeeeee
meeeeeeeeee
Non Variables and VB
Hello it's meeeeeeeeee again,

I need some help with addys and VB.
First addys: how do I search for things with don't have variables (like chopper ESP and no recoil)?
VB: how do I put the addys I found in VB?
If you know just send me a PM, put it in the reply box or email me (nathaniel.1996@hotmail.com) this is my own email cuz I hadn't have any chance to make a new one but don't spam me.

One more thing
If you don't send it to me within a week (whitch I hope you do :P) it won't effect the Unlocker I announced. And if you didn't hear from it here it is: http://www.mpgh.net/forum/191-call-d...irst-hack.html

Thanks,
Meeeeeeeeee!
#1 · edited 16y ago · 16y ago
Bluthera
Bluthera
Even after I explained the whole thing to you. Stop acting like an ass and ignore the info. I told you to read. You still refuse to. if you don't a rat's ass about what I think, then why are you including me in your threads?
#2 · 16y ago
meeeeeeeeee
meeeeeeeeee
Bluthera I don't want to start a fight again but you didn't really explain this to me. You explain how to find variabled addresses in cheat engine that was really helpful but can you also explain to me how to find non variabled ones cuz the ollydbg thread isn't there anymore.
Or at least I can't find it in the C++ section.
And about the vb thing I didn't ask yet so please explain it to me or send me a link

thank you bluthera,
Meeeeeeeeee!

(I hope we never fight again anymore :P)
#3 · 16y ago
Bluthera
Bluthera
I posted that when we were still semi-raging >.>


here you go:
http://www.mpgh.net/forum/31-c-c/120...lash-stun.html

It's not as simple as finding and changing addresses.
#4 · 16y ago
meeeeeeeeee
meeeeeeeeee
Thank you Bluthera :P
#5 · 16y ago
meeeeeeeeee
meeeeeeeeee
I acctualy understand it thanks (I used ollydbg before to crack programs so I have some experience).
But now the Visual Basic thing how do I put the addys I just found in VB.
Send me the link of that to please.
And one more thing: is VB about the same as C# cuz I know some C# (I'm in the learning proces :P) and I wanted to know if they were like the same.

Thanks,
Meeeeeeeeee!
#6 · 16y ago
meeeeeeeeee
meeeeeeeeee
And btw you don't have to post immydiently <-(I have no idea how to spell this, it means straight away) cuz I will be at school till 16:00.

Thanks,
Meeeeeeeeee!
#7 · 16y ago
Bluthera
Bluthera
Get a module maker. Then call the memory to change the address.
#8 · 16y ago
meeeeeeeeee
meeeeeeeeee
Link please :P

And two more things,

1. Each time I start my CoD MW2 I have to reinstall it, does someone know what wrong? (I like start it up but when it's loaded it says: iw4mp.exe not responding)
2. The trainer that I announced won't come because my dad was doing the advanced coding (that's his work :P) but he's not going to do it anymore so now it's one like you need 1 more kill if you want it.

Thanks,
Meeeeeeeeee!
#9 · 16y ago
Blubb1337
Blubb1337
search function for the win. phenix undetected module maker...google will help you...
#10 · 16y ago
AudiTT
AudiTT
Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
Code:
Before:
JE SHORT iw4mp.exe+address

After:
JMP SHORT iw4mp.exe+address
You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

If you want more help, add me on MSN.
#11 · edited 16y ago · 16y ago
Bluthera
Bluthera
Quote Originally Posted by AudiTT View Post
Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
Code:
Before:
JE SHORT iw4mp.exe+address

After:
JMP SHORT iw4mp.exe+address
You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

If you want more help, add me on MSN.
No whai, he wants this for VB.
#12 · 16y ago
meeeeeeeeee
meeeeeeeeee
"Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
Code:
Before:
JE SHORT iw4mp.exe+address

After:
JMP SHORT iw4mp.exe+address
You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

If you want more help, add me on MSN."

this is what you wrote but it's not what I asked for, I asked how to put addys in VB.
I know you are just trying to help but sorry I don't need that advise.

Thanks,
Meeeeeeeeee!?
#13 · 16y ago
Bluthera
Bluthera
Quote Originally Posted by meeeeeeeeee View Post
"Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
Code:
Before:
JE SHORT iw4mp.exe+address

After:
JMP SHORT iw4mp.exe+address
You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

If you want more help, add me on MSN."

this is what you wrote but it's not what I asked for, I asked how to put addys in VB.
I know you are just trying to help but sorry I don't need that advise.

Thanks,
Meeeeeeeeee!?
Try using [quo te][/quote] tags. Or click "quote".

Also, that advice would be helpful in the future + the fact that it's not just about addies. But my question is, how is your trainer better than the one's released so far? Will it be more useful than others?
#14 · edited 16y ago · 16y ago
meeeeeeeeee
meeeeeeeeee
I will not be posting it anymore, but I would be better because it would do all yhe challenges.
Like MegaUnlocker 1.19 by Code.Slice.

Thanks,
Meeeeeeeeee!?
#15 · 16y ago
Posts 1–15 of 36 · Page 1 of 3

Post a Reply

Similar Threads

  • BUYING LVL 21-29 NON PREMIUM AND NON RETAIL VIA MAILBy UberlyPwned in Trade Accounts/Keys/Items
    0Last post 18y ago
  • Learn how to code C++ || Day 3 - Variables and Date TypesBy P0SEID0N in C++/C Programming
    5Last post 16y ago
  • Learn how to code C++ || Day 3 - Variables and Date TypesBy P0SEID0N in CrossFire Hack Coding / Programming / Source Code
    8Last post 16y ago
  • Free list of Premium and non-Premium accountsBy pkerkid in WarRock - International Hacks
    5Last post 17y ago
  • Trigger Macro (NEED A NON USB MOUSE AND QMACRO)By sf0d in WarRock - International Hacks
    6Last post 19y ago

Tags for this Thread

None