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 


VB2008 code for hacking a .exe?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
. . ,
Master Cheater
Reputation: 3

Joined: 05 Nov 2009
Posts: 337

PostPosted: Fri Jan 08, 2010 7:46 am    Post subject: VB2008 code for hacking a .exe? Reply with quote

Hi whats the code for hacking a .exe? like wow. where you put the process name "wow.exe" and the code you want to change it to.
I know flash game ones but I need to know .exe ones.

Please help
Back to top
View user's profile Send private message
Jesper
Grandmaster Cheater Supreme
Reputation: 9

Joined: 21 Feb 2007
Posts: 1156

PostPosted: Fri Jan 08, 2010 8:24 am    Post subject: Reply with quote

WriteProcessMemory. Also, this is the wrong section. The programing section is the correct one.
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Fri Jan 08, 2010 5:08 pm    Post subject: Reply with quote

Slow down, take a million steps backwards, and learn the basics first.

PS use C#, just as 'easy', far more elegant.


Last edited by hcavolsdsadgadsg on Sat Jan 09, 2010 12:30 am; edited 1 time in total
Back to top
View user's profile Send private message
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Fri Jan 08, 2010 10:12 pm    Post subject: Reply with quote

Learn the basics of Visual Basic before you get to hacking, because many fell in your mistake. They jump into hacking, and they don't know 1 thing they're doing.
Back to top
View user's profile Send private message MSN Messenger
Xenico
Advanced Cheater
Reputation: 0

Joined: 27 Dec 2009
Posts: 94

PostPosted: Sat Jan 09, 2010 6:04 am    Post subject: Reply with quote

You have to own a lot of knowledge about your language you're programming at and WinAPI and whatsoever, just begin on the easy things and after a while (some weeks, months) try out to make a trainer on minesweeper
Back to top
View user's profile Send private message
Zurkei
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Nov 2007
Posts: 1132
Location: Makakilo, Hawaii

PostPosted: Sat Jan 09, 2010 7:55 am    Post subject: Reply with quote

Skip VB and use C# or if you want something real easy go with AutoIt, most hacks for WoW are made with one of those for example WI is made with AutoIt, Pirox is made with AutoIt, and then a lot of minor programs like scanners are made in C#. Also like others said Memory Editing is not something you jump into, it is suggested you have quite a bit of knowledge about the language you plan to use.
Back to top
View user's profile Send private message MSN Messenger
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Sat Jan 09, 2010 12:46 pm    Post subject: Reply with quote

@The Mormon Start with C++, because its a stronger language then C#. C++ is the "developed" / "better" version of C#, thats why they call it C++.
Back to top
View user's profile Send private message MSN Messenger
Zurkei
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Nov 2007
Posts: 1132
Location: Makakilo, Hawaii

PostPosted: Sat Jan 09, 2010 1:15 pm    Post subject: Reply with quote

iPromise wrote:
@The Mormon Start with C++, because its a stronger language then C#. C++ is the "developed" / "better" version of C#, thats why they call it C++.

Actually that is not why they call it C++ they call it C++ because it is an enhancement of C they get the ++ from the C operator command which means changing in value.
Also C# came out after C++, C++ first name was C with Classes it was then changed to C++ in 1983. C# came out around 2001.
So please tell me how C++ can be the
Quote:
C++ is the "developed" / "better" version of C#, thats why they call it C++.
Back to top
View user's profile Send private message MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sat Jan 09, 2010 4:02 pm    Post subject: Reply with quote

iPromise wrote:
@The Mormon Start with C++, because its a stronger language then C#. C++ is the "developed" / "better" version of C#, thats why they call it C++.


actually you don't have the slightest clue what you're talking about but nice try i suppose.
Back to top
View user's profile Send private message
AIva1110
Advanced Cheater
Reputation: 0

Joined: 16 Sep 2009
Posts: 56
Location: The Void

PostPosted: Sat Jan 09, 2010 6:50 pm    Post subject: Reply with quote

iPromise wrote:
@The Mormon Start with C++, because its a stronger language then C#. C++ is the "developed" / "better" version of C#, thats why they call it C++.


Rofl Laughing

Btw slovach why are you pushing c#? what is so good about it? it runs off VM like java, I thought M$ created it as a competition for Java, like they always do, it looks like java but compatible with .NET nothing more tbh. For things like injecting you need native code (C/C++) so what's the secret?

_________________



Back to top
View user's profile Send private message
Zurkei
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Nov 2007
Posts: 1132
Location: Makakilo, Hawaii

PostPosted: Sat Jan 09, 2010 9:16 pm    Post subject: Reply with quote

AIva1110 wrote:
iPromise wrote:
@The Mormon Start with C++, because its a stronger language then C#. C++ is the "developed" / "better" version of C#, thats why they call it C++.


Rofl Laughing

Btw slovach why are you pushing c#? what is so good about it? it runs off VM like java, I thought M$ created it as a competition for Java, like they always do, it looks like java but compatible with .NET nothing more tbh. For things like injecting you need native code (C/C++) so what's the secret?
C# is suggested just because a lot of the stuff used is remade because of those who already create bots using it.
Back to top
View user's profile Send private message MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sat Jan 09, 2010 11:29 pm    Post subject: Reply with quote

AIva1110 wrote:
iPromise wrote:
@The Mormon Start with C++, because its a stronger language then C#. C++ is the "developed" / "better" version of C#, thats why they call it C++.


Rofl Laughing

Btw slovach why are you pushing c#? what is so good about it? it runs off VM like java, I thought M$ created it as a competition for Java, like they always do, it looks like java but compatible with .NET nothing more tbh. For things like injecting you need native code (C/C++) so what's the secret?


it's the flagship .NET language, if you're going to use .NET, use C#.

ps you can call the win32 api in .NET. you can write a DLL injector no problem. it's also possible to start the .NET runtime in a different process, so you can inject a managed DLL as well.
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