| View previous topic :: View next topic |
| Author |
Message |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Sun Oct 26, 2008 8:24 am Post subject: [C# Console] Writing to memory adress |
|
|
| If I already know the address and the value. |
|
| Back to top |
|
 |
TraxMate Master Cheater
Reputation: 0
Joined: 01 Mar 2008 Posts: 363
|
Posted: Sun Oct 26, 2008 8:24 am Post subject: |
|
|
| Use WriteProcessMemory. But I don't know how to do it in C#.. |
|
| Back to top |
|
 |
jeroendeman Master Cheater
Reputation: 0
Joined: 03 Jan 2007 Posts: 270 Location: netherlands
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Sun Oct 26, 2008 9:12 am Post subject: |
|
|
| jeroendeman wrote: | | http://forum.cheatengine.org/viewtopic.php?t=305749 |
That is C# GUI.
I am only learning C# Console. |
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Sun Oct 26, 2008 9:14 am Post subject: |
|
|
irrelevant, look at the WriteProcessMemory stuff _________________
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Sun Oct 26, 2008 10:55 am Post subject: |
|
|
| [Stefon] wrote: | | jeroendeman wrote: | | http://forum.cheatengine.org/viewtopic.php?t=305749 |
That is C# GUI.
I am only learning C# Console. |
Just take a look at what I did in my version here -
http://forum.cheatengine.org/viewtopic.php?t=305749
Also when working with C#, you do not use consoles unless it's for the shit of it (aka. you like consoles), because GUI and GUI interaction is one of the reason(s) why C# programmers uses C# and not C++. (Fast productiveness)
: ) _________________
CLICK TO HAX MAPLESTORAY ^ !!!!
Last edited by Spawnfestis on Sun Oct 26, 2008 11:02 am; edited 1 time in total |
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Sun Oct 26, 2008 10:57 am Post subject: |
|
|
not really, people use C# because they think its easier, and because its .net compatible _________________
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Sun Oct 26, 2008 11:02 am Post subject: |
|
|
| Snootae wrote: | | not really, people use C# because they think its easier, and because its .net compatible |
"one of the reason(s)", changed my post. ^^ _________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sun Oct 26, 2008 12:21 pm Post subject: |
|
|
| Spawnfestis wrote: | | [Stefon] wrote: | | jeroendeman wrote: | | http://forum.cheatengine.org/viewtopic.php?t=305749 |
That is C# GUI.
I am only learning C# Console. |
Just take a look at what I did in my version here -
http://forum.cheatengine.org/viewtopic.php?t=305749
Also when working with C#, you do not use consoles unless it's for the shit of it (aka. you like consoles), because GUI and GUI interaction is one of the reason(s) why C# programmers uses C# and not C++. (Fast productiveness)
: ) |
What if they don't feel like designing a GUI, and still want to make use of C#'s .NET framework compatibility? What if a GUI is completely unnecessary for the application that they're developing?
You shouldn't be biased.
Although most of my C# application are Windows, I still have a few that use for Console, just cause it's better that way. _________________
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Sun Oct 26, 2008 12:23 pm Post subject: |
|
|
Thanks guys  |
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Sun Oct 26, 2008 12:51 pm Post subject: |
|
|
| samuri25404 wrote: | | Spawnfestis wrote: | | [Stefon] wrote: | | jeroendeman wrote: | | http://forum.cheatengine.org/viewtopic.php?t=305749 |
That is C# GUI.
I am only learning C# Console. |
Just take a look at what I did in my version here -
http://forum.cheatengine.org/viewtopic.php?t=305749
Also when working with C#, you do not use consoles unless it's for the shit of it (aka. you like consoles), because GUI and GUI interaction is one of the reason(s) why C# programmers uses C# and not C++. (Fast productiveness)
: ) |
What if they don't feel like designing a GUI, and still want to make use of C#'s .NET framework compatibility? What if a GUI is completely unnecessary for the application that they're developing?
You shouldn't be biased.
Although most of my C# application are Windows, I still have a few that use for Console, just cause it's better that way. |
True, but they could use a GUI with a textbox and a line input which would work just the same.  _________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
|