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 


Cheat Engine Memory Viewer Address Changes & Assemble Sc

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> 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

PostPosted: Sat May 10, 2014 3:29 am    Post subject: Cheat Engine Memory Viewer Address Changes & Assemble Sc Reply with quote

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 Rolling Eyes
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 Sad
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 Sad

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
View user's profile Send private message
Xblade Of Heaven
Master Cheater
Reputation: 0

Joined: 16 Oct 2005
Posts: 395
Location: DEAD

PostPosted: Sat May 10, 2014 9:05 am    Post subject: Reply with quote

a small sugestion, change the color is hard to read.
_________________
Welcome to the Hell.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
MrHacker45
How do I cheat?
Reputation: 0

Joined: 10 May 2014
Posts: 7
Location: USA

PostPosted: Sat May 10, 2014 3:24 pm    Post subject: address Reply with quote

Xblade wrote:
a small sugestion, change the color is hard to read.


Memory viewer address changing at every game start Sad
please help. pointers dont helping me Sad((
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine 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