Results 1 to 3 of 3
  1. #1
    Phusic's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    5

    Question Name Faker in VB?

    I've been wanting to make a name faker for my future trainer but i'm not sure if it's possible to make one in visual basic and its the only coding language I kinda understand other then java and .gsc (im not sure what language gsc is in so I just call it gsc)

    If you want you can provide a source code but you don't need to if you want, I will thank you and add you to the credits though

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Phusic View Post
    I've been wanting to make a name faker for my future trainer but i'm not sure if it's possible to make one in visual basic and its the only coding language I kinda understand other then java and .gsc (im not sure what language gsc is in so I just call it gsc)

    If you want you can provide a source code but you don't need to if you want, I will thank you and add you to the credits though
    Look at this: https://www.mpgh.net/forum/604-call-d...r-problem.html
    You can easy understand it.
    Almost the same as VB.Net
    And it's a class, so it won't mater what language you code in...

    If you don't understand the code, there is plenty of online C# to VB.Net converters. (Web-Based)

     
    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

  3. #3
    Phusic's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by Jorndel View Post
    Look at this: https://www.mpgh.net/forum/604-call-d...r-problem.html
    You can easy understand it.
    Almost the same as VB.Net
    And it's a class, so it won't mater what language you code in...

    If you don't understand the code, there is plenty of online C# to VB.Net converters. (Web-Based)
    Ok so I make a class file and not put this connected with the button?

    Also should the code look like this when converted?
    Code:
    Dim Hack As New Memorys("iw5mp")
    Dim base_addresse As UInteger = Hack.baseaddress("steam_api.dll")
    base_addresse = base_addresse + &H1824c
    Dim addresse As UInteger = CUInt(Hack.ReadPointer(base_addresse)) + &H8
    addresse = CUInt(Hack.ReadPointer(addresse)) + &H48
    addresse = CUInt(Hack.ReadPointer(addresse)) + &H148
    addresse = CUInt(Hack.ReadPointer(addresse)) + &H130
    addresse = CUInt(Hack.ReadPointer(addresse)) + &H6a
    
    
    For Each a As Char In textBox1.Text
    	NameX = Convert.ToInt32(a)
    	Hack.Write(addresse, NameX)
    	addresse += 1
    Next
    Last edited by Phusic; 05-21-2012 at 08:23 PM.

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