Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic

    Talking [RELEASE] C# - Ghosts Memory Class [1.0]

    Hello there,

    Here is the new Memory Class for 64bit processes.
    There's some minor changes to this class than the previous ones



    Image




    For those who think they have to do:
    Code:
    CC.ProcessName = "iw6mp64_ship";
    For every time their to use an function within the class.
    You don't! This is something a 'few' people complained about and I've 'solved' that little 'problem'.

    But be warned!
    -If the Process isn't found, it will give an error and the user would have to CLOSE the program and start the process it's to use.
    -If the Process is CLOSED while the program is running, NO error will be provided! (See 'Next Update')

    Features
    Set process name
    Built-in error
    Write/Read
    -Int16 (2 bytes)
    -Int32 (4 bytes)
    -Int64 (8 bytes)
    -Float ("Float")
    -String (Byte array)


    Next Update
    -Document the class for those who desire to learn from it
    -Make it easier to use and understand
    -Add more features

    (But now, I'll play the game for the first time )

    Harmful Links
    Trojan
    Keylogger
    <b>Downloadable Files</b> Downloadable Files

     
    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 28 Users Say Thank You to Jorndel For This Useful Post:

    Antonbeast12 (12-19-2013),betagayax (05-26-2017),Crasius (11-19-2013),Fymh (04-26-2016),GoldEagle1994 (02-09-2014),habitat666 (02-11-2014),HelloEvery1 (11-15-2013),ImMalkah (11-21-2013),kendoyavuz (11-15-2013),kimleng (03-17-2015),kissofdiss (12-27-2013),Lovroman (11-15-2013),Lucky8888 (09-09-2018),Mercenary93 (04-05-2014),nastyboy13 (11-20-2013),NiciTheKing (11-19-2013),NightmareTX_RETIRED (11-18-2013),NoteworthyGamingTv (01-23-2014),OhFlashArts (01-05-2014),Randomsheit (11-15-2013),registermenow (04-13-2015),RoPMadM (10-13-2014),SammyDoge1 (10-14-2014),strangerdanger (12-19-2013),TrueBlue (12-15-2013),TryOne (03-17-2014),vmu123 (11-15-2013),ZusCoo (01-27-2014)

  3. #2
    Singed's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    67
    Reputation
    52
    Thanks
    255
    My Mood
    Lurking
    Nice work as usual Jorndel!
    I already converted your memory class to work for Ghosts but oh well xD.
    Question though; do you intend to add support for pointers & offsets? I know there's other classes available that do this, but I like yours because of how concise it is, and I'm too lazy to write my own. Rofl.

  4. #3
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    //Approved
    Last edited by Lovroman; 10-16-2014 at 11:41 AM.

  5. #4
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Thanks! Still coding any hacks master?? @Jorndel

  6. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Singed View Post
    Nice work as usual Jorndel!
    I already converted your memory class to work for Ghosts but oh well xD.
    Question though; do you intend to add support for pointers & offsets? I know there's other classes available that do this, but I like yours because of how concise it is, and I'm too lazy to write my own. Rofl.
    Yes, I'm currently done with my Huge update of my very old class.
    (Which has some 'nice' features)

    Like:
    TypeDetection

    Meaning you can write:
    Write("0x1", 14);
    Write(0x1, "Hello");

    Same goes for reading
    Read(0x1, typeof(Int32));
    Read("0x1", typeof(String), 15);

    As well as the Pointer and BaseAddress.
    [All I'm missing on it is to document it]

    <<And I'll convert it to VB as well, allowing more to use it>>

     
    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. The Following User Says Thank You to Jorndel For This Useful Post:

    Singed (11-18-2013)

  8. #6
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Any luck making a VB.net class?

    Good work by the way .

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  9. #7
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Would someone like to test the C# class?
    -I'm not gonna bother to test it myself and I want to see if it's user-friendly or not

    PM me if you would like to test it for me. (And yes, you must be able to understand some C#)
    -I won't provide it to people I don't trust or people I don't think is valid for the task.

    Gimme a short summary of your coding skills and I'll pick from that

     
    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

  10. #8
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Quote Originally Posted by Jorndel View Post
    Would someone like to test the C# class?
    -I'm not gonna bother to test it myself and I want to see if it's user-friendly or not

    PM me if you would like to test it for me. (And yes, you must be able to understand some C#)
    -I won't provide it to people I don't trust or people I don't think is valid for the task.

    Gimme a short summary of your coding skills and I'll pick from that
    So are you making a Ghosts specific VB.NET memory class or no?

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  11. #9
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by MaroonishBlood View Post
    So are you making a Ghosts specific VB.NET memory class or no?
    As posted before:
    Quote Originally Posted by Jorndel View Post
    <<And I'll convert it to VB as well, allowing more to use it>>

     
    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

  12. #10
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Quote Originally Posted by Jorndel View Post


    As posted before:
    Didn't catch that, thanks for the contribution .

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  13. #11
    nastyboy13's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Scanning memory
    Posts
    15
    Reputation
    10
    Thanks
    0
    Thanks jordal.

    maroonish

    Your address 0x00201372 (C#) for name changer, can we do:

    private void cmdName_Click(object sender, EventArgs e)
    {

    CC.Write._String(0x00201372, "Namechange"); //name changer

    }

    Thanks guys

  14. #12
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Quote Originally Posted by nastyboy13 View Post
    Thanks jordal.

    maroonish

    Your address 0x00201372 (C#) for name changer, can we do:

    private void cmdName_Click(object sender, EventArgs e)
    {

    CC.Write._String(0x00201372, "Namechange"); //name changer

    }

    Thanks guys
    Well you've got the address right, however what do you have ""Namechange"" in the second part of the bracket?

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  15. #13
    nastyboy13's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Scanning memory
    Posts
    15
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MaroonishBlood View Post
    Well you've got the address right, however what do you have ""Namechange"" in the second part of the bracket?
    Thanks for the reply,

    because this is ther address for name change CC.Write._String(0x00201372, "youputnamehere?"); my bad if i got it wrong.

  16. #14
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Quote Originally Posted by nastyboy13 View Post
    Thanks for the reply,

    because this is ther address for name change CC.Write._String(0x00201372, "youputnamehere?"); my bad if i got it wrong.
    Well, make a textbox and instead of "yourputyouBLABLA" put "textBox1.Text" (without quotes)

    Just so the user can type anything in the textbox and it sets that as the name .

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  17. #15
    nastyboy13's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Scanning memory
    Posts
    15
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MaroonishBlood View Post
    Well, make a textbox and instead of "yourputyouBLABLA" put "textBox1.Text" (without quotes)

    Just so the user can type anything in the textbox and it sets that as the name .
    Ok did that its now CC.Write._String(0x00201372, txtname.Text); but doesnt work does this defo work for you?

Page 1 of 2 12 LastLast

Similar Threads

  1. [RELEASE] increased ghost breath sound
    By heydiddledagain in forum CrossFire Mods & Rez Modding
    Replies: 69
    Last Post: 12-14-2012, 11:20 AM
  2. [Release]Green Ghostly UMP Texture
    By ChiveyX in forum Combat Arms Mods & Rez Modding
    Replies: 27
    Last Post: 07-24-2010, 05:36 AM
  3. [Release] Basic Real Memory Trainer Creator
    By CoderNever in forum Visual Basic Programming
    Replies: 15
    Last Post: 12-09-2009, 01:52 PM
  4. ALERT!!! [[Release] NoClip/Ghost]] IS A VIRUS
    By Legify in forum Combat Arms Discussions
    Replies: 84
    Last Post: 09-03-2009, 08:37 PM
  5. [Release] CPU and Memory Usage Increaser
    By secutos in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 08-20-2008, 07:59 PM