 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
MrHacker45 How do I cheat?
Reputation: 0
Joined: 10 May 2014 Posts: 7 Location: USA
|
Posted: Sat May 10, 2014 3:29 am Post subject: Cheat Engine Memory Viewer Address Changes & Assemble Sc |
|
|
Hi all.
i have problem creating trainer program using C# & CheatEngine memory viewer.
I have all codes for C# for changing opcodes from memory view address.
It wants ADDRESS+Opcodes = all work .
My question is:
Memory view cheat engine address changing every time
How can i make it froze?
I make hack for Sniper Elite v2 1.13 Steam Version .
All works, but after restarting computer address changes and program not work
I use Processmemoryreader class for trainer.
My codes:
"
using System.Diagnostics;
namespace Sniper_Elite_V2_STEAM_1._13
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
ProcessMemoryReaderLib.ProcessMemoryReader preader = new ProcessMemoryReaderLib.ProcessMemoryReader();
}
private void button1_Click(object sender, EventArgs e)
{
ProcessMemoryReaderLib.ProcessMemoryReader preader = new ProcessMemoryReaderLib.ProcessMemoryReader();
System.Diagnostics.Process[] myprocess = System.Diagnostics.Process.GetProcessesByName("SniperEliteV2");
if (myprocess.Length == 0)
{
MessageBox.Show("Run the game before running this!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
Application.Exit();
}
if (myprocess.Length != 0)
{
preader.ReadProcess = myprocess[0];
preader.OpenProcess();
int byteswritten;
byte[] memory = { 0x90, 0x90 };
long memaddress = 0x00DF63F6;
preader.WriteProcessMemory((IntPtr)memaddress, memory, out byteswritten);
}
}
" ----------------------------------------
Please help me for freeze address of memory viewer for trainer.
I used pointer scannner but it not freezing, always changes address
If it's not possible, then please help me for convert AutoAssembleScript
from CheatEngine to C# Windows Form Application.
Button1 : Enable Script
Button2 : Disable Script
Thanks, please answer to my question.
Last edited by MrHacker45 on Sat May 10, 2014 3:20 pm; edited 1 time in total |
|
| Back to top |
|
 |
Xblade Of Heaven Master Cheater
Reputation: 0
Joined: 16 Oct 2005 Posts: 395 Location: DEAD
|
Posted: Sat May 10, 2014 9:05 am Post subject: |
|
|
a small sugestion, change the color is hard to read.
_________________
Welcome to the Hell.
 |
|
| Back to top |
|
 |
MrHacker45 How do I cheat?
Reputation: 0
Joined: 10 May 2014 Posts: 7 Location: USA
|
Posted: Sat May 10, 2014 3:24 pm Post subject: address |
|
|
| Xblade wrote: | | a small sugestion, change the color is hard to read. |
Memory viewer address changing at every game start
please help. pointers dont helping me ((
|
|
| Back to top |
|
 |
|
|
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
|
|