Results 1 to 8 of 8
  1. #1
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical

    Memory hack base for AW

    This is a simple yet effective base if you want to create your own memory hacks for Advanced Warfare

    Screen:

    Done in Visual Studio Ultimate 2013

    Source code + compiled exe (useless atm)

    Virus scans:
    https://www.virustotal.com/nl/file/b...is/1415568862/

    https://virusscan.jotti.org/en/scanre...27bba7ab61713c



    Credits:
    @NightmareTX for his tampering check findings + address @Jorndel for the basis of his memory class
    <b>Downloadable Files</b> Downloadable Files
    Last edited by distiny; 11-10-2014 at 12:29 PM.
    FBI got my PC...Hardcore cheating is paused atm..

  2. The Following 24 Users Say Thank You to distiny For This Useful Post:

    Abdul12 (11-12-2014),Azsry (11-10-2014),BanCandy (06-27-2015),bog624 (05-04-2015),bruhhhgan (05-21-2015),bryanGG (06-14-2015),Clixos (11-17-2014),coontree14 (11-14-2014),dolfus (01-20-2019),DRZdal222 (03-08-2015),ickitsune (12-06-2014),impetuous x (01-03-2015),JokerKing9903 (02-10-2016),Klintos (11-23-2014),neo1368 (05-17-2015),NeTBuS (08-16-2015),NightmareTX_RETIRED (11-10-2014),oschigamer (08-16-2015),SammyDoge1 (11-09-2014),Silent (05-01-2015),Stanleypla (07-04-2015),TR1T0N (05-13-2015),willfree (11-13-2014),ytoof (11-09-2014)

  3. #2
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    Assuming its using the same memory class as in the ghosts source you gave me?
    Last edited by SammyDoge1; 11-09-2014 at 02:54 PM.





  4. #3
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    yup
    same class, same style as my ghosts releases
    FBI got my PC...Hardcore cheating is paused atm..

  5. The Following User Says Thank You to distiny For This Useful Post:

    SammyDoge1 (11-09-2014)

  6. #4
    Izochor's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    511
    Reputation
    33
    Thanks
    146
    My Mood
    Lurking
    Sharing is caring

  7. The Following User Says Thank You to Izochor For This Useful Post:

    distiny (11-10-2014)

  8. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Somehow, it seems you've used my MW3 Memory Class "base". It's strange that you would use this:
    Code:
    public bool ProcHandle(string ProcessName)
            {
                try
                {
                    Process[] ProcList = Process.GetProcessesByName(ProcessName);
                    if (ProcList.Length == 0)
                        return false;
                    else
                    {
                        pHandel = ProcList[0].Handle;
                        return true;
                    }
                }
                catch (Exception ex)
                { Console.Beep(); Console.WriteLine("ProcHandle - " + ex.Message); return false; }
            }
    While this is from mine:
    Code:
    public bool Process_Handle(string ProcessName)
            {
                try
                {
                    Process[] ProcList = Process.GetProcessesByName(ProcessName);
                    if (ProcList.Length == 0)
                        return false;
                    else
                    {
                        pHandel = ProcList[0].Handle;
                        return true;
                    }
                }
                catch (Exception ex)
                { Console.Beep(); Console.WriteLine("Process_Handle - " + ex.Message); return false; }
            }
    Link to class


    It's fine if you did, just a little strange to copy&paste content from others even if it's as simple as 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

  9. #6
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    It can be originated from your source Jorndel, I put together the memory class years ago from google and stackoverflow but I didn't CP yours from this forum or I would certainly give you credits (which I'll do since it's to similar).
    FBI got my PC...Hardcore cheating is paused atm..

  10. #7
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by distiny View Post
    This is a simple yet effective base if you want to create your own memory hacks for Advanced Warfare

    Screen:

    Done in Visual Studio Ultimate 2013

    Source code + compiled exe (useless atm)

    Virus scans:
    https://www.virustotal.com/nl/file/b...is/1415568862/

    https://virusscan.jotti.org/en/scanre...27bba7ab61713c



    Credits:
    @NightmareTX for his tampering check findings + address @Jorndel for the basis of his memory class
    some offsets in AW have over 10 letters to the offset exsample 0x01444dcbc0 that wont work and that is a offset i need

  11. #8
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by eithan1231 View Post
    some offsets in AW have over 10 letters to the offset exsample 0x01444dcbc0 that wont work and that is a offset i need
    0x01444dcbc0 == 0x1444dcbc0

    For a x64 bit process which AW is, there's only 9 digits. ( highest is always 1 since base is 0x140000000 )

  12. The Following User Says Thank You to Hitokiri~ For This Useful Post:

    Silent (05-01-2015)

Similar Threads

  1. Base for Memory Hack
    By AnyoneHacking in forum Crossfire Coding Help & Discussion
    Replies: 5
    Last Post: 03-30-2013, 04:40 AM
  2. [Release] Undetected CF memory hack base
    By hackersmd in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 03-18-2012, 05:18 AM
  3. [Info] Trading 2 Different Memory Hack Bases "CF NA" To A D3D MENU Hoook "CF NA"
    By Dead(H)ell in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 03-17-2012, 07:32 AM
  4. [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
  5. [Release] Hack Base for NooBs
    By kloklo2 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 43
    Last Post: 07-07-2011, 08:52 PM