Register for your free account! | Forgot your password?

You last visited: Today at 03:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



C# Problem

Discussion on C# Problem within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2011
Posts: 106
Received Thanks: 919
C# Problem

Hello i had a problem. - I'm working in C # Hack, but I only WriteProcessMemory there, but that's not me, it's just me .. Write Pointer. My code:
Code:
oMemory.Open();
                oMemory.ReadProcess = aProcesses[0];


                int iStep2_Address = Addr.ToDec(TEXTBOX2()); //The static address of the pointer (#1) 
                int[] iStep2_Offsets = { }; //Offsets from bottom to top (#2-#6) 

                int bytesWritten; //Holds how many bytes were written by PointerWrite 

                int iValue_To_Write = int.Parse(speedValue.Text); //Value that we want to write (Step2 requires that you change the value to 1000) 
                byte[] bValue_To_Write = BitConverter.GetBytes(iValue_To_Write); //Turns 1000 into bytes 

                string sWritten_Address = oMemory.PointerWrite((IntPtr)iStep2_Address, //PointerWrite starting with our Step2 Address 
                                    bValue_To_Write, //The value to write (as bytes) 
                                    iStep2_Offsets, //Our offsets 
                                    out bytesWritten); //Stores the # of Written Bytes
And I need to address was the TextBox2. Sorry, I'm noob in C # So far, I programmed in VB
And I can not find any tutorial
Excuse my English, im from czech
spek01 is offline  
Thanks
1 User
Old 08/19/2012, 21:30   #2
 
Logtetsch's Avatar
 
elite*gold: 192
Join Date: May 2009
Posts: 2,227
Received Thanks: 3,262
Quote:
Originally Posted by spek01 View Post
that's not me, it's just me


Create or download a memory class.
That would be easier
Logtetsch is offline  
Reply


Similar Threads Similar Threads
[Problem]Habe ein Problem und zwar spinnt mein VPC etwas(ohne Grund)?!
07/28/2011 - Metin2 Private Server - 10 Replies
Also wie schon gesagt meins Server spinnt wodurch kiks usw. kommen :( ich lade euch die Screens in den Anhang, mit der Hoffnung, dass ihr mir helfen könnt :) wäre echt sehr nice :)



All times are GMT +1. The time now is 03:46.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.