Thread: Name Faker v1.0

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

    Red face Name Faker v1.0

    Since people have showed some interest in this again


    Image:


    Scans:
    Trojan
    Keylogger

     

    GIVE CREDITS!
    Code:
    class NameFaker
        {
            [DllImport("kernel32.dll")]
            private static extern IntPtr OpenProcess(UInt32 dwDesiredAccess, bool bInheritHandle, int dwProcessId);
            [DllImport("kernel32.dll")]
            private static extern Int32 ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [In, Out] byte[] buffer, UInt32 size, out IntPtr lpNumberOfBytesRead);
            [DllImport("kernel32.dll")]
            private static extern Int32 WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [In, Out] byte[] buffer, UInt32 size, out IntPtr lpNumberOfBytesWritten);
            public void WriteString(int Address, string Text)
            {
                byte[] Buffer = new ASCIIEncoding().GetBytes(Text);
                IntPtr Zero = IntPtr.Zero;
                Convert.ToByte(10);
                WriteProcessMemory(Open_Memory(), (IntPtr)Address, Buffer, (UInt32)25, out Zero);
            }
            private uint ReadInt(uint Addr)
            {
                byte[] buffer = new byte[4];
                IntPtr R;
                ReadProcessMemory(Open_Memory(), (IntPtr)Addr, buffer, 4, out R);
                return BitConverter.ToUInt32(buffer, 0);
            }
            private IntPtr Open_Memory()
            {
                if (Process.GetProcessesByName("iw5mp").Length != 0)
                {
                    return OpenProcess(0x1F0FFF, true, Process.GetProcessesByName("iw5mp")[0].Id);
                }
                else return (IntPtr)0x0;
            }
            private uint BaseAddress(string Module_Name)
            {
                if (Process.GetProcessesByName("iw5mp").Length != 0)
                {
                    foreach (ProcessModule Mod in Process.GetProcessesByName("iw5mp")[0].Modules)
                    {
                        if (Mod.ModuleName == Module_Name)
                            return (uint)Mod.BaseAddress.ToInt32();
                    }
                    return 0;
                }
                else return 0;
            }
            public NameFaker(string Name)
            {
                uint Base = BaseAddress("steam_api.dll") + 0x0001824C;
                uint Runner = ReadInt(Base) + 0x0;
                Runner = ReadInt(Runner) + 0x4;
                Runner = ReadInt(Runner) + 0x8;
                Runner = ReadInt(Runner) + 0x10;
                Runner = ReadInt(Runner) + 0x7e;
                WriteString((int)Runner, Name);
            }
        }


    Use at own risk, and have fun
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Jorndel; 06-21-2015 at 08:02 AM.

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

    1321715029 (12-16-2015),abcdefg. (09-17-2016),aceksa (08-22-2015),alireza0028 (02-05-2018),Andrew115 (01-04-2016),antimatter990 (10-04-2015),Ar2ffa (02-11-2021),aresdGHERhgerdherhrh (06-22-2015),bvekojsvB (10-16-2016),christopher217217 (06-21-2015),conann (06-25-2015),cristi30122 (06-16-2016),Darktuga12 (07-17-2015),Declan Whiting (10-30-2016),dirsia (02-11-2016),flakKa1337 (07-13-2015),Handerpants (09-21-2015),HolyAngelOfDeath (06-24-2015),ilvostrocaroRik (08-06-2015),I_Krayxz (06-28-2015),jusback312 (07-04-2021),Lainesslupi00q (07-12-2015),LaufendeRakete31 (06-26-2016),linoxor (07-06-2015),looklikethebest (03-04-2017),mama9724 (08-28-2016),Mast3rAliReza (01-16-2016),MatthewJuan (08-06-2015),mavinn2 (10-23-2017),MohammedAlmalki (06-26-2015),nexus.azn (06-21-2015),Night.:.Wolf (06-22-2015),nobsama (08-10-2015),NooNaame (07-03-2015),ocutinom (06-22-2015),ousooner11 (07-08-2015),PaddyBoy (07-22-2015),PlayTwoWin (06-24-2015),rasvaletti27 (06-28-2015),Reddot51 (08-08-2016),ReVoKhack (06-28-2015),ReXuZGaMeR (07-22-2015),rohitrath (01-02-2019),Rskdof (07-11-2015),shervin10 (06-22-2015),Silent (06-21-2015),sky69 (06-21-2015),Sliquifizierer (07-13-2015),steven579330 (06-21-2015),sumerasum (10-06-2016),swaggyspookyskeleton1337 (02-09-2016),THE MOB (07-09-2015),ThugLifeRemix (06-21-2015),umaxboy09 (07-12-2015),username357 (05-12-2016),Ussser23231 (02-03-2017),wezel (04-21-2017),xSnaQz (08-04-2015),xtruxkingx (07-11-2015)

  3. #2
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    looks awesome alot of people have been waiting for a name faker
    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



  4. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Source Released, enjoy and don't forget to give credits

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

    aresdGHERhgerdherhrh (06-22-2015),Silent (06-21-2015)

  6. #4
    mdrmdrmdr's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Oh yess, thx man

  7. #5
    steven579330's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    thanks man!

  8. #6
    Minnesota Dabs's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    USA
    Posts
    4,241
    Reputation
    619
    Thanks
    1,078
    My Mood
    Relaxed
    //Approved.

  9. The Following User Says Thank You to Minnesota Dabs For This Useful Post:

    Silent (06-22-2015)

  10. #7
    hornsbyboy's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    584
    Reputation
    10
    Thanks
    50
    My Mood
    Aggressive
    theres a risk of ban using this?

  11. #8
    AuT03x3C's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    kernel32.dll
    Posts
    453
    Reputation
    11
    Thanks
    4,561
    My Mood
    Sleepy
    Quote Originally Posted by hornsbyboy View Post
    theres a risk of ban using this?
    If you only use this in the main menu the chance should be very low but there is always a risk of getting banned.

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

    Silent (06-21-2015)

  13. #9
    Nik's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    world_the_end
    Posts
    2,521
    Reputation
    149
    Thanks
    1,069
    My Mood
    Angelic
    Sweet. Looks awesome.

  14. #10
    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 Priaros View Post
    Sweet. Looks awesome.
    everything jorndel makes is awesome!
    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



  15. #11
    Nik's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    world_the_end
    Posts
    2,521
    Reputation
    149
    Thanks
    1,069
    My Mood
    Angelic
    Does this support colours?

  16. #12
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521
    Quote Originally Posted by Priaros View Post
    Does this support colours?
    No as the name filters out the ^ character.

  17. The Following User Says Thank You to aresdGHERhgerdherhrh For This Useful Post:

    Silent (06-22-2015)

  18. #13
    Nik's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    world_the_end
    Posts
    2,521
    Reputation
    149
    Thanks
    1,069
    My Mood
    Angelic
    Quote Originally Posted by SamTheDope View Post
    No as the name filters out the ^ character.
    Thanks
    /2short

  19. #14
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Wait, you guys don't know how to keep the color in your names?
    I mean yea, standard string copying won't work but there's a quite simple way.

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

    Silent (06-22-2015)

  21. #15
    ocutinom's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Who Know ???
    Posts
    244
    Reputation
    86
    Thanks
    43
    My Mood
    In Love
    wow thanks m8

Page 1 of 3 123 LastLast

Similar Threads

  1. [Patched] MPGH Name Faker v4.0 [Updated]
    By Jorndel in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 53
    Last Post: 05-31-2012, 01:05 PM
  2. [Help Request] MPGH Name Faker V2
    By forest lee in forum Call of Duty Modern Warfare 3 Help
    Replies: 3
    Last Post: 04-27-2012, 04:05 PM
  3. [Patched] MPGH Name Faker v4.0
    By Jorndel in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 25
    Last Post: 04-17-2012, 08:16 PM
  4. [Patched] MPGH Name Faker V2
    By Coridus in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 20
    Last Post: 04-01-2012, 12:38 PM
  5. [Patched] MPGH Name Faker
    By Jorndel in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 38
    Last Post: 03-16-2012, 10:41 AM