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 


Help me please :(

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

Joined: 14 Feb 2015
Posts: 1
Location: Indonesia

PostPosted: Sun Feb 15, 2015 6:59 am    Post subject: Help me please :( Reply with quote

hello programmer,im newbie in vb Very Happy
first im sorry about my grammar,im indonesian...
i want to create a program like cheat engine with feature attaching process(only)
i have donwloaded the sourcecode but the file is delphi.project
is that possible of making the program by vb2010 Sad



Capture.JPG
 Description:
 Filesize:  64.09 KB
 Viewed:  3447 Time(s)

Capture.JPG



Capture.JPG
 Description:
i want to make the progam only with feature process attaching
 Filesize:  64.09 KB
 Viewed:  3447 Time(s)

Capture.JPG


Back to top
View user's profile Send private message
hollow87
Cheater
Reputation: 0

Joined: 07 Feb 2015
Posts: 28

PostPosted: Sun Feb 15, 2015 3:39 pm    Post subject: Reply with quote

If your talking about Open instead of Attaching debugger to process you can do that in .NET by using the System.Diagnosis.Process class along with the OpenProcess Win32 API

Here is the P/Invoke for OpenProcess API taken from pinvoke.net

Code:
<DllImport("kernel32.dll")> _
Public Shared Function OpenProcess(processAccess As ProcessAccessFlags, bInheritHandle As Boolean, processId As Integer) As IntPtr
End Function

<Flags> _
Public Enum ProcessAccessFlags As UInteger
   All = &H1f0fff
   Terminate = &H1
   CreateThread = &H2
   VirtualMemoryOperation = &H8
   VirtualMemoryRead = &H10
   VirtualMemoryWrite = &H20
   DuplicateHandle = &H40
   CreateProcess = &H80
   SetQuota = &H100
   SetInformation = &H200
   QueryInformation = &H400
   QueryLimitedInformation = &H1000
   Synchronize = &H100000
End Enum


If you need more help let me know I don't really know VB.net but I do program in C# and that shares the .NET framework
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