PatchedMPGH Name Faker v4.0

Posts 115 of 26 · Page 1 of 2
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
Name Faker.rar15 KB · 234 downloads Scanning…
Nice Update/release and welcome back
Quote Originally Posted by Royce 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
Wow.. nice one.. my post woth it LOL
[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.
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)
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; (
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.
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 :-)
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.
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?
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.
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??
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?
Posts 115 of 26 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?