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 10 - Ghosts Hacks & Cheats › Call of Duty Ghosts Coding & Resources › Programming Help Please

Programming Help Please

Posts 1–15 of 18 · Page 1 of 2
Happy12345
Happy12345
Programming Help Please
I have just started to program and im using Visual basics since i have seen it on YouTube, and i have a error with the integer, wont work but all the vids i have seen do work so i am really confused. When i clicked help it said this "Change the target type to one that can handle the constant." like in one of the photos. If anyone can help me I would really appreciate it, i will give you credits in my trainer for helping me. atm my address is &H1445851E8 but i think i need to change the &H to something but i dont know what to change it to. The address is for prestige, im trying to make a prestige and camo hack together.




bandicam 2014-05-15 17-57-06-207.jpg bandicam 2014-05-15 17-56-36-521.jpg
#1 · 12y ago
Happy12345
Happy12345
Messed up on title :/, big fail. Clicked auto save and was a save from long time ago, really sorry. If any admins can change it to "Programming Help Please" or something like that.
#2 · 12y ago
SammyDoge1
SammyDoge1
Quote Originally Posted by Happy12345 View Post
I have just started to program and im using Visual basics since i have seen it on YouTube, and i have a error with the integer, wont work but all the vids i have seen do work so i am really confused. When i clicked help it said this "Change the target type to one that can handle the constant." like in one of the photos. If anyone can help me I would really appreciate it, i will give you credits in my trainer for helping me. atm my address is &H1445851E8 but i think i need to change the &H to something but i dont know what to change it to. The address is for prestige, im trying to make a prestige and camo hack together.
Quote Originally Posted by Happy12345 View Post
Do you have the memory module that uses "WriteInteger" ??

PS Why is "IW6MP..... exe" there?? That could be causing the problem as well, Since to my knowing WriteInteger uses 2 values ( 1Address , 2Value)

Try :
Code:

WriteInteger ( Address, Amount )
#3 · edited 12y ago · 12y ago
Happy12345
Happy12345
Quote Originally Posted by SammyDoge1 View Post

Do you have the memory module that uses "WriteInteger" ??

PS Why is "IW6MP..... exe" there?? That could be causing the problem as well, Since to my knowing WriteInteger uses 2 values ( 1Address , 2Value)

Try :
Code:

WriteInteger ( Address, Amount )
Thanks but it didnt help :/, needs process name.
#4 · 12y ago
LO
Lovroman
Quote Originally Posted by Happy12345 View Post
Thanks but it didnt help :/, needs process name.
You're using a memory class which is made for 32-bit processes, while you need a memory class which works with 64-bit processes, too.
Use master's memory module.
And by the way, Ghosts' process isn't iw6mp_ship, it's iw6mp64_ship.
#5 · 12y ago
SammyDoge1
SammyDoge1
Quote Originally Posted by Happy12345 View Post
Thanks but it didnt help :/, needs process name.
This:
Quote Originally Posted by Lovroman View Post


You're using a memory class which is made for 32-bit processes, while you need a memory class which works with 64-bit processes, too.
Use master's memory module.
And by the way, Ghosts' process isn't iw6mp_ship, it's iw6mp64_ship.
Then you should end up with something like this:
Code:
If Process_Handle("iw6mp64_ship") Then


	WriteInteger(Address, Value)
End If
Not sure if 100% correct i converted it from C# to VB
#6 · 12y ago
Happy12345
Happy12345
Quote Originally Posted by SammyDoge1 View Post

This:

Then you should end up with something like this:
Code:
If Process_Handle("iw6mp64_ship") Then


	WriteInteger(Address, Value)
End If
Not sure if 100% correct i converted it from C# to VB
Thx i think it works but there are 4 errors all the same thing "statement is not valid in namespace" what does that mean???? If you want me to post picture just say but since your like a amazing trainer creator i think you know what it means.
#7 · 12y ago
SammyDoge1
SammyDoge1
Quote Originally Posted by Happy12345 View Post
Thx i think it works but there are 4 errors all the same thing "statement is not valid in namespace" what does that mean???? If you want me to post picture just say but since your like a amazing trainer creator i think you know what it means.
What does give the errors? What lines??
#8 · 12y ago
Happy12345
Happy12345
There are more photos but same line so... yeah. Hope that helps really want to make a trainer for mpgh.
bandicam 2014-05-17 15-42-06-850.jpg bandicam 2014-05-17 15-42-09-402.jpg bandicam 2014-05-17 15-42-24-765.jpg
#9 · 12y ago
LO
Lovroman
Quote Originally Posted by Happy12345 View Post
There are more photos but same line so... yeah. Hope that helps really want to make a trainer for mpgh.
A part of your code is outside the class, so it doesn't work.
#10 · 12y ago
Happy12345
Happy12345
Thanks, that helped alot but now i have the problem in the beggining :/,

bandicam 2014-05-17 16-23-52-954.jpg
#11 · 12y ago
LO
Lovroman
Quote Originally Posted by Happy12345 View Post
Thanks, that helped alot but now i have the problem in the beggining :/,

It seems that your project doesn't contain any of the memory classes that you're trying to use.

Make/add a new module, paste master's class in the module, and then:
#12 · 12y ago
Happy12345
Happy12345
Quote Originally Posted by Lovroman View Post


It seems that your project doesn't contain any of the memory classes that you're trying to use.

Make/add a new module, paste master's class in the module, and then:
Thx for the help since im a newbie at this but how do i create/add masters module????
#13 · 12y ago
LO
Lovroman
Quote Originally Posted by Happy12345 View Post
Thx for the help since im a newbie at this but how do i create/add masters module????
http://www.mpgh.net/forum/showthread.php?t=760779
How to can be found under the class..Can't take screenshots..:[
#14 · 12y ago
Happy12345
Happy12345
Quote Originally Posted by Lovroman View Post

http://www.mpgh.net/forum/showthread.php?t=760779
How to can be found under the class..Can't take screenshots..:[
Thanks I Followed The Instructions
#15 · edited 12y ago · 12y ago
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Similar Threads

  • I want to learn how to program! Help Needed pleaseBy ballin299 in Minecraft Help
    15Last post 14y ago
  • Help please to find a program of textures in the game ...By vlad_vlad in Piercing Blow Help
    0Last post 14y ago
  • HELP PLEASE- LOADING CORE FILES FAILED... PROGRAM WILL BE CLOSE >.<By TopZ_Loser in CrossFire Help
    2Last post 14y ago
  • Help please to find a program of textures in the game ...By vlad_vlad in Piercing Blow Tools
    3Last post 14y ago
  • help pleaseBy alpha3po in Combat Arms Help
    6Last post 15y ago

Tags for this Thread

#help#help ..me pls#help a noob