Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Module not found using C#

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
SenTorious
How do I cheat?
Reputation: 0

Joined: 22 May 2015
Posts: 2

PostPosted: Fri May 22, 2015 5:40 pm    Post subject: Module not found using C# Reply with quote

Hey everyone thank you for taking the time to look at my problem.

So I've been learning Cheat Engine for 2 to 3 weeks now it's been an awesome experience, I've learned a lot. So I used CS GO single player non official version just to learn how to make a trainer using C# everything went fine thanks to this forum and other tutorials however my problem was with Static addresses even though they are static they keep changing whenever I restarted the game or my PC sometimes, so I looked it up on Google and I've learned that I need to use the module that comes with that static address I found it was something like Server.dll+something or Engine.dll+xxxx
now the problem is in C# when I use it to search for the modules available in that process I can't find server.ll nor engine.dll I only find the following modules:
csgo.exe
ntdll.dll
wow64.dll
wow64win.dll
wow64cpu.dll
So that's basically my problem, as for the code I use something like this:

Code:

            Process myPRoc = Process.GetProcessesByName("csgo")[0];
            foreach (ProcessModule pm in myPRoc.Modules)
            {
                MessageBox.Show(pm.ModuleName);
            }


I hope I described the problem perfectly If you need any more info I'll provide them gladly, and yeah thanks a lot.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Fri May 22, 2015 6:52 pm    Post subject: Reply with quote

Compile your project for x86 and not Any CPU.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
SenTorious
How do I cheat?
Reputation: 0

Joined: 22 May 2015
Posts: 2

PostPosted: Fri May 22, 2015 7:37 pm    Post subject: Reply with quote

atom0s wrote:
Compile your project for x86 and not Any CPU.


What can I say you're a life saver thanks a lot finally I can keep working on my trainer Very Happy thanks again you're awesome!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites