Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!

Poll: Useful, would like more stuff?

Results 1 to 13 of 13
  1. #1
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic

    Red face C# Memory Class (Writen by Jorndel)

    Well, so I re-wrote the Trainer Class. (Also re-named it.)

    What is new:
    It's way shorter thanks too: Dr. D (That informed me that I didn't need to use the OpenProcess() )

    New Functions:
    Process_Handle = Process to write/read too. (Returns an Boolean Value)
    -Write-
    WriteInteger = Writes an integer. (4 byte) Address = Offset to Write. Value = Value to Write.
    WriteString = Writes an string. Address = Offset to Write. Text= String to Write.
    WriteBytes = Writes an Byte Array. Address = Offset to Write. Bytes= Byte Array to Write.
    WriteNOP = Writes an Byte Array. 5 Bytes of 0x90. Address = Offset to Write.
    -Read-
    ReadInteger = Reads an integer. (4 Byte also able to change) Address = Offset to Read. Length = Bytes to write [OPTIMAL]
    ReadString = Reads an string. Address = Offset to Read from. Length = Length to read.
    ReadBytes = Reads an Byte Array. Address = Offset to Read from. Length = Length to read.

    Example:
    Code:
    Trainer_Class Proc = new Trainer_Class();
            private void button1_Click(object sender, EventArgs e)
            {
                if (Proc.Process_Handle("iw5mp"))
                {
                    byte[] PP = { 0x07, 0x07, 0x07 };
                    Proc.WriteInteger(0x1dae3e8, 1);
                    Proc.WriteBytes(0x1daf172, PP);
                    MessageBox.Show(Proc.ReadInt(0x1dae3e8).ToString());
                    byte[] temp = Proc.ReadBytes(0x1dae3e8, PP.Length);
                    foreach (byte a in temp)
                    {
                        richTextBox1.AppendText(a.ToString("x") + "\r");
                    }
                }
                else MessageBox.Show("IW5MP - Not Found", "Start MW3:"); // Also makes a beep - inside the Class
            }

    Now take care, and remember to give credit


    Scans:
    C# Trainer Class.rar - Jotti's malware scan
    https://www.virustotal.com/file/0a40...is/1337219073/
    Report - Antivirus online virus scan - viruschief.com

    Image:
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Jorndel; 05-16-2012 at 08:51 PM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  2. The Following 113 Users Say Thank You to Jorndel For This Useful Post:

    A272 (11-20-2012),a3724 (05-16-2012),AcidShout (11-25-2013),AdleraugenKnarre (10-18-2016),andrea1990 (12-14-2016),arika2 (07-23-2013),arnie12 (06-13-2015),AstroCFG (09-22-2015),aulon (12-16-2014),barbariy1 (05-25-2012),BeMacized (12-25-2012),betaxq (09-10-2016),billyf500 (06-12-2012),bRAY. (01-29-2016),bruhhhgan (05-21-2015),burn145 (03-10-2018),cacao1997 (02-29-2016),CaptinBruh (02-23-2016),chezter65 (01-24-2013),Chr0m3xMoDz (11-18-2018),D3t0N4t3 (06-03-2012),Dacreep (02-09-2013),DeFiddel (08-21-2017),DevChucky (07-20-2017),dieseuxi (06-20-2014),difeNz (12-13-2017),distiny (05-26-2012),dRAGON0047 (02-11-2016),drewdog76 (01-07-2013),DrozHD (03-24-2019),EdoGaru (03-22-2016),eliteSoNiice (05-07-2013),estratra (06-03-2019),fluffybananas22 (06-23-2016),fpwork (03-25-2018),fucksuck (02-25-2018),Fymh (01-09-2016),Gang1111 (03-16-2015),Geometrical (10-05-2012),gmack101 (05-27-2014),GoMB666 (08-21-2013),Herpmcderp (03-11-2016),hmrneves (12-31-2012),hochikage (06-03-2012),imad mazigh (08-03-2012),JIGSAW_CHAOS (03-23-2014),JokerKing9903 (01-23-2016),jonluke (09-06-2017),jorricks (05-22-2012),jota.mix (11-20-2017),karitoemperor (06-24-2020),Kenshin13 (10-15-2012),killallmans (08-20-2012),KirbyHax (11-01-2014),l4ss (05-15-2014),lainua2014 (08-16-2016),leheman1 (05-16-2015),lolpvp3 (11-09-2021),Lovroman (12-29-2012),Lxys (03-23-2016),macosx169 (10-01-2015),MarkHC (05-25-2012),matdores157 (11-07-2013),metasploit (03-20-2015),mikewu63 (07-28-2018),milionario (09-13-2012),mlukac89 (08-10-2017),momkid6 (11-25-2014),MOMO1942 (01-21-2014),montyx (01-20-2015),mounerking (07-22-2017),nnl1212 (06-02-2018),Not Officer (12-07-2015),NotGoodKids (01-15-2013),PapaSmurfies (09-20-2016),PenguinGuy1 (12-01-2017),Pretinaverse (02-25-2017),qwzjean (05-17-2015),rageralf (08-01-2014),rawr im a tiger (06-03-2012),sanketdarji (05-26-2014),SDropper (08-23-2017),SikeZz (08-10-2013),Silent (06-03-2015),Singed (11-13-2013),Skinksteek (11-06-2012),Slowline (06-27-2012),Smookee (05-18-2017),SpazeGranade (12-27-2013),stab2009 (09-02-2012),stanzoheetik (08-26-2013),stevonator (07-30-2012),sullydude (05-13-2013),tanix123 (03-04-2018),Tarack (12-22-2017),Terminator. (07-01-2013),thanhphopleiku (09-20-2016),TheTou (11-18-2014),TonyMane() (03-15-2015),toto4222 (06-14-2022),UnlegitSuchti (04-11-2019),Ussser23231 (01-21-2017),Vamphilim (07-23-2015),wei.chen.testai (08-23-2013),x Qey (08-23-2014),xERZAv (01-30-2014),xxcrusherxx (09-17-2012),xXFleshpoundXx (12-22-2012),yka0 (01-08-2014),z3nk (12-12-2015),zer0t3ch (07-18-2012),[EPiC] Rev (12-10-2013),_0xyg3n (12-02-2012)

  3. #2
    a3724's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed
    Very nice Thanks for setting this up its given me a much better understanding of whats required.

    Appreciate it. Thanks!

  4. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Quote Originally Posted by a3724 View Post
    Very nice Thanks for setting this up its given me a much better understanding of whats required.

    Appreciate it. Thanks!
    Well, I am to start upload a 30 min Tutorial so...
    Hope that will help if this don't :P

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  5. #4
    jorricks's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    I have a question
    In Microsoft Visual C# 2010 it doesn't recognize Proc.WriteInteger
    Why doesn't it recognize this?

    and setting this: Trainer_Class Proc = new Trainer_Class();
    before it doesn't work because it doesn't recognize Trainer_Class p.s. still a noob in C# ;D
    Last edited by jorricks; 05-22-2012 at 02:21 PM.

  6. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Quote Originally Posted by jorricks View Post
    I have a question
    In Microsoft Visual C# 2010 it doesn't recognize Proc.WriteInteger
    Why doesn't it recognize this?
    Because you do wrong, watch one of the tutorials in the tutorial section and you get the answer

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  7. #6
    jorricks's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    The only thing missing:
    How to make a scanner :P

  8. #7
    rawr im a tiger's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    On the edge of Sanity
    Posts
    238
    Reputation
    40
    Thanks
    1,041
    My Mood
    Angelic
    Thanks, makes things that little bit easier for ******s like me :P

  9. #8
    TonyMane()'s Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    3ncrypted
    Posts
    258
    Reputation
    168
    Thanks
    4,575
    My Mood
    Amused
    Quote Originally Posted by Jorndel View Post
    Well, so I re-wrote the Trainer Class. (Also re-named it.)

    What is new:
    It's way shorter thanks too: Dr. D (That informed me that I didn't need to use the OpenProcess() )

    New Functions:
    Process_Handle = Process to write/read too. (Returns an Boolean Value)
    -Write-
    WriteInteger = Writes an integer. (4 byte) Address = Offset to Write. Value = Value to Write.
    WriteString = Writes an string. Address = Offset to Write. Text= String to Write.
    WriteBytes = Writes an Byte Array. Address = Offset to Write. Bytes= Byte Array to Write.
    WriteNOP = Writes an Byte Array. 5 Bytes of 0x90. Address = Offset to Write.
    -Read-
    ReadInteger = Reads an integer. (4 Byte also able to change) Address = Offset to Read. Length = Bytes to write [OPTIMAL]
    ReadString = Reads an string. Address = Offset to Read from. Length = Length to read.
    ReadBytes = Reads an Byte Array. Address = Offset to Read from. Length = Length to read.

    Example:
    Code:
    Trainer_Class Proc = new Trainer_Class();
            private void button1_Click(object sender, EventArgs e)
            {
                if (Proc.Process_Handle("iw5mp"))
                {
                    byte[] PP = { 0x07, 0x07, 0x07 };
                    Proc.WriteInteger(0x1dae3e8, 1);
                    Proc.WriteBytes(0x1daf172, PP);
                    MessageBox.Show(Proc.ReadInt(0x1dae3e8).ToString());
                    byte[] temp = Proc.ReadBytes(0x1dae3e8, PP.Length);
                    foreach (byte a in temp)
                    {
                        richTextBox1.AppendText(a.ToString("x") + "\r");
                    }
                }
                else MessageBox.Show("IW5MP - Not Found", "Start MW3:"); // Also makes a beep - inside the Class
            }

    Now take care, and remember to give credit


    Scans:
    C# Trainer Class.rar - Jotti's malware scan
    https://www.virustotal.com/file/0a40...is/1337219073/
    Report - Antivirus online virus scan - viruschief.com

    Image:
    Can anyone add me on skype and assist me a little bit, i'm a bit confused and new to C#, i'm trying to write to a float address.
    Skype: xxfrequentxx

  10. #9
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Quote Originally Posted by TonyMane() View Post
    Can anyone add me on skype and assist me a little bit, i'm a bit confused and new to C#, i'm trying to write to a float address.
    Skype: xxfrequentxx
    This class doesn't have the float function.
    I've released some other classes that does

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  11. #10
    TonyMane()'s Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    3ncrypted
    Posts
    258
    Reputation
    168
    Thanks
    4,575
    My Mood
    Amused
    Quote Originally Posted by Jorndel View Post


    This class doesn't have the float function.
    I've released some other classes that does
    Where at, can you link me?

  12. #11
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Quote Originally Posted by TonyMane() View Post
    Where at, can you link me?
    Here would be one:
    https://www.mpgh.net/forum/showthread.php?t=543157

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  13. #12
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,069
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    i love u jorndel
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  14. #13
    lindra's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Location
    France
    Posts
    109
    Reputation
    16
    Thanks
    2,732
    Quote Originally Posted by Silent View Post
    i love u jorndel
    Everyone loves Jorndel

Similar Threads

  1. [Release] More Secondary Weapon Perk Code for Jorndel's Class Hack Tool
    By lzpsmith in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 3
    Last Post: 01-14-2012, 03:42 PM
  2. [Help] Memory Hack base Using Classes Help I Don't Get It
    By kmanev073 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 01-05-2012, 04:21 AM
  3. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  4. [Tutorial]Change class without respawn
    By vir2000 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-04-2006, 01:47 PM
  5. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM

Tags for this Thread