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 


How to add this type into VB/C++

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

Joined: 06 May 2011
Posts: 1

PostPosted: Fri May 06, 2011 9:14 pm    Post subject: How to add this type into VB/C++ Reply with quote

I have a multilevel pointer in CE, and want to use it in VB or C++, but I dont know how to use this address.

The primary address is ("Microsoft.Xna.Framework.dll"+000B4950)

How would I go about converting that?

Thanks.
Back to top
View user's profile Send private message
661089799107
Expert Cheater
Reputation: 3

Joined: 25 Jan 2009
Posts: 186

PostPosted: Fri May 06, 2011 10:13 pm    Post subject: Reply with quote

http://forum.cheatengine.org/viewtopic.php?t=531394
Back to top
View user's profile Send private message
NullField
How do I cheat?
Reputation: 0

Joined: 06 May 2011
Posts: 1

PostPosted: Sat May 07, 2011 12:20 pm    Post subject: Reply with quote

I actually found an easier way to do this.

Code:
Dim xnaModule As IntPtr
        Dim Proc As Process() = Process.GetProcessesByName("osu!")
        For i = 0 To Proc(0).Modules.Count - 1
            If (Proc(0).Modules(i).ModuleName.ToString.Contains("Xna")) Then xnaModule = Proc(0).Modules(i).BaseAddress
        Next
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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