Thread: NameFaker-VB

Results 1 to 3 of 3
  1. #1
    Thealexzava's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    127.0.0.1
    Posts
    81
    Reputation
    10
    Thanks
    2,855
    My Mood
    Angelic

    Question NameFaker-VB

    I want to know how to create a NameFaker in VB.

    Someone can explain it to me?


    sorry for my bad english but I used Google Translator...

  2. #2
    Nordiii's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    150
    Reputation
    61
    Thanks
    733
    My Mood
    Angelic
    Quote Originally Posted by Thealexzava View Post
    I want to know how to create a NameFaker in VB.

    Someone can explain it to me?


    sorry for my bad english but I used Google Translator...
    Learn to get addresses with cheat engine get some basics in VB use Jorndels class

    Search for "Fleep hacks" he has some nice CE tutorials has help me alot
    Last edited by Nordiii; 01-21-2013 at 03:19 AM.

  3. #3
    TheProxy's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    115
    My Mood
    Chatty
    add some read memory and there ad this code

    Function StringToHex(ByVal text As String) As String
    Dim hex As String
    For i As Integer = 0 To text.Length - 1
    hex &= Asc(text.Substring(i, 1)).ToString("x").ToUpper
    Next
    Return hex
    End Function

    and then what that does it convert text to bytes u can do
    dim texttobyte as String
    texttobyte= (StringToHex(TextBox1.Text))
    (function for vriting bytes) WriteXBytes("iw5mp", &H(addres here), texttobyte)

    addreses for
    unloackingtitle and clantag = 1328D33 (fill it witf "FFFF" or if u want to fill it like integer then "65535")
    clantag = 1328D54
    title = 1328D35

    i think this is useful

Similar Threads

  1. [Patched] NadeHouse v9 [NameFaker] [NameReplacer x8] [Searching...] [Stat Editor] [lvl 31] [PP]
    By NadeHouse in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 54
    Last Post: 10-10-2012, 04:00 PM
  2. [Patched] MW3 Namefaker 1.9.441
    By Slirpa in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 25
    Last Post: 09-13-2012, 08:30 AM
  3. [Patched] Forever usable namefaker 1.1
    By Eidolon in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 34
    Last Post: 09-11-2012, 12:39 PM
  4. [Solved] Can I be banned too when use NameFaker?
    By Raulitop in forum Call of Duty Modern Warfare 3 Help
    Replies: 9
    Last Post: 07-31-2012, 06:04 AM
  5. [Preview] Whisper NAMEFAKE!
    By Wiirtuallca in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 36
    Last Post: 12-05-2010, 03:36 AM