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

    MPGH Name Faker v4.0

    Well, I think this will be the final version of this tool from me. (I will update it so it will work for new patches.)

    Well, nothing to tell about it really...
    Enter what name you want to change to and it will be the one displayed.

    Use at own risk!
    Use in barracks for better safety.

    Credit:
    @brhvitor6 - Made this possible with his class and tutorial
    @Jorndel - Made this and Release

    Image:


    Scans:
    https://www.virustotal.com/file/b4fa...is/1334344876/
    Name Faker.rar - Jotti's malware scan
    <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 21 Users Say Thank You to Jorndel For This Useful Post:

    brhvitor6 (04-13-2012),callofnooby14 (04-17-2012),daddyevil (08-07-2012),Dick12 (04-16-2012),fusiondevil (06-16-2012),hmooodo (07-28-2012),Johnny1s2 (10-19-2012),KIZZ12 (10-18-2012),lolboy31 (04-28-2013),lozza (09-01-2012),magicb0y (04-17-2012),mark1212 (08-07-2012),necrop34 (05-07-2012),PacMan <3 (07-26-2012),Petrolleum (04-26-2012),r3st4rt (07-03-2014),Seagan (06-05-2012),sfroldan (10-16-2014),Tristan Chang (09-28-2012),YamatoGaming (06-19-2013),zerooo78 (03-18-2013)

  3. #2
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    Nice Update/release and welcome back

  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 Royce da 5'9" View Post
    Nice Update/release and welcome back

    I am always around...
    I just don't show myself
    (I am watching you guys in the shadows)

    [Well, parents mad, so I am not allowed to use the net as long as before, but I am still around]

    On-topic:
    Thanks, just hope someone will use it now that I have added the function to set their own name

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

    0wnedYa (04-13-2012)

  6. #4
    brhvitor6's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    57
    My Mood
    Amazed
    Wow.. nice one.. my post woth it LOL

  7. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy
    [FONT="Century Gothic"]
    Quote Originally Posted by Jorndel View Post
    @brhvitor6 - Made this possible with his class and tutorial
    It would've worked fine with your trainer base, you just gotta know what you're doing:
    Code:
    mw3.SetByte(<name address here>, System.Text.Encoding.ASCII.GetBytes(TextBox1.Text & ControlChars.NullChar))
    To get the base address of steam_api.dll:
    Code:
    Process p = Process.GetProcessesByName("iw5mp")(0)
    Dim moduleBase As Integer = &H0
    For Each pm As ProcessModule In p.Modules
        If pm.ModuleName = "steam_api.dll" Then
            moduleBase = pm.BaseAddress
            Exit For
        End If
    Next
    Dim myAddress As Integer = moduleBase + <offset>
    To read a pointer though, you need to add a function to read an address but that's not hard to do. Something like this:
    Code:
    Public Function ReadInt(ByVal address As Integer) As Integer
        Dim buffer As Byte(3)
        Dim bytesRead As IntPtr
        ReadProcessMemory(hProcess, new IntPtr(address), buffer, 4, bytesRead)
        Return BitConverter.ToInt32(buffer)
    End If
    Either way, nice job there.
    Last edited by master131; 04-13-2012 at 07:35 PM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  8. The Following User Says Thank You to master131 For This Useful Post:

    Jorndel (04-14-2012)

  9. #6
    Gamer2011's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Hey Jorndel, what am i doing wrong ?
    It doesn't work for me, I start MW3 then the Faker and finally im entering a name and hit fake it, but nothing happens :-)

  10. #7
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Thanks, well. I was doing almost the same.
    But I did something wrong when I was using the pointer things.
    The Base Address thing was what went wrong when I tried to point the addresses.
    (But now I know it wasn't that)

    @master131
    PS: What happens then is: Error... 32-biters processes don't have access to modules that belong to 64-biters processes.
    Code:
    Code:
    Public Sub Get_baseAddres(ByVal BaseName As String)
            Dim moduleBase As Integer
            For Each pm As ProcessModule In pArray(0).Modules
                If pm.ModuleName = BaseName Then
                    moduleBase = pm.BaseAddress
                    Exit For
                End If
            Next
            myAddress = moduleBase
        End Sub
    And since I am not so good in Vb.Net...
    I think it have to do with that in the DLL that I used. Uses an UNSAFE code. (I think that can only be used in a DLL made file)
    Last edited by Jorndel; 04-14-2012 at 10:56 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

  11. #8
    forest lee's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    2
    How do you execute the order?
    v2, and the same?
    Or
    1. MW3 START
    2. PLAY
    3. ART + ESC (desktop)
    4. V4.0 START (specify the name as desired)
    5 MW3 GAME PLAY?

    Finally, after the end of the game by changing the name you want to do I can use?
    Or if it is okay to use during the game?
    Please help; (
    When my ordeal, but the ordeal is this place will bring me good luck.

  12. #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 forest lee View Post
    How do you execute the order?
    v2, and the same?
    Or
    1. MW3 START
    2. PLAY
    3. ART + ESC (desktop)
    4. V4.0 START (specify the name as desired)
    5 MW3 GAME PLAY?

    Finally, after the end of the game by changing the name you want to do I can use?
    Or if it is okay to use during the game?
    Please help; (
    Start MW3.
    Start the Tool.
    Press Play in the game. (Brings you to the lobby)
    Choose name in tool and press Fake It!

    Now do as you want.

     
    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. #10
    forest lee's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    2
    Complete works, but, full screen go to the desktop when used, adjust and go back to the game screen which is burdensome. During the first f1 f12 Is there any way I can pop up? Slightly inconvenient.
    When my ordeal, but the ordeal is this place will bring me good luck.

  14. #11
    Bl4ck_Dove's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    353
    Mh, sry but i still dont get it.
    What the hell does this tool make?

    I mean why cant u rename manually in your friendlist?

  15. #12
    B8shT1m3's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    7
    My Mood
    Relaxed
    Quote Originally Posted by Bl4ck_Dove View Post
    Mh, sry but i still dont get it.
    What the hell does this tool make?

    I mean why cant u rename manually in your friendlist?
    weil du dann leichter reported werden kannst
    so sucht der jenige der dich reporten will in den letzten spielen, wird dich aber nicht finden da
    du im game einen namen hattest den den in steam überhaupt nicht hast.

  16. The Following User Says Thank You to B8shT1m3 For This Useful Post:

    Bl4ck_Dove (04-15-2012)

  17. #13
    chezter65's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Always in my Chair
    Posts
    327
    Reputation
    16
    Thanks
    4,072
    My Mood
    Amazed
    Quote Originally Posted by B8shT1m3 View Post
    weil du dann leichter reported werden kannst
    so sucht der jenige der dich reporten will in den letzten spielen, wird dich aber nicht finden da
    du im game einen namen hattest den den in steam überhaupt nicht hast.
    Better try English??

  18. #14
    michael1313's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    5
    My Mood
    Bored
    Didn't work for me.

  19. #15
    Bl4ck_Dove's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    353
    Quote Originally Posted by B8shT1m3 View Post
    weil du dann leichter reported werden kannst
    so sucht der jenige der dich reporten will in den letzten spielen, wird dich aber nicht finden da
    du im game einen namen hattest den den in steam überhaupt nicht hast.
    Danke Jetzt habe ichs verstanden, aber kann man dafür nicht gebannt werden oO

    English: Thanks I think i get it now. But this looks like its changing some game data. So is it bannable?

Page 1 of 2 12 LastLast

Similar Threads

  1. [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
  2. [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
  3. [Request] MPGH Name Change
    By Ragehax in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 05-23-2010, 09:20 AM
  4. How to change my mpgh name and picture.
    By pepsi870887 in forum Suggestions, Requests & General Help
    Replies: 14
    Last Post: 06-10-2009, 07:18 PM
  5. How to change my mpgh name and picture.
    By pepsi870887 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 06-07-2009, 12:06 PM