Results 1 to 4 of 4
  1. #1
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740

    Cool .exe name changer on every start

    here the sourcecode for .exe namechanger

     



    Code:
            Dim r As New Random
            Dim str As String = ""
            For i = 1 To r.Next(21)
                Dim chrNo = r.Next(62)
                Dim c As Char
                Select Case chrNo
                    Case 0 To 25 'a-z
                        c = Chr(chrNo + 97)
                    Case 26 To 51 'A-Z
                        c = Chr(chrNo + 39)
                    Case 52 To 61 '0-9
                        c = (chrNo - 52).ToString
                End Select
                str &= c
            Next
            Return str
    Code:
    Dim exenamechanger As String = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName
    My.Computer.FileSystem.RenameFile(exenamechanger, RndStr() & ".exe")
    pls give me credits if you using this sourcecode! Thanks!
    Last edited by i4mTh3Fr34kPr0; 05-06-2015 at 08:26 AM.



  2. The Following 5 Users Say Thank You to i4mTh3Fr34kPr0 For This Useful Post:

    DadDelta (05-10-2015),hardwhite813 (03-20-2016),Silent (08-20-2015),SJMairaB (05-06-2015),teokiller0701 (03-26-2016)

  3. #2
    TonyMane()'s Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    3ncrypted
    Posts
    258
    Reputation
    168
    Thanks
    4,575
    My Mood
    Amused
    Whats the purpose for this?

  4. #3
    CrypticMods's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    415
    Reputation
    10
    Thanks
    502
    My Mood
    Sad
    How would this do anything vac checks hashes not names

  5. #4
    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 CrypticMods View Post
    How would this do anything vac checks hashes not names
    VAC doesn't check hashes. lol.

    And closed thread so no more bumps.
    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



Similar Threads

  1. i have to rest my level at every start plz help!
    By Styla-Jempo in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 04-18-2010, 07:58 AM
  2. Need Name Changer For non PB server Windows XP :D
    By PoPoDoM in forum Call of Duty Modern Warfare Help
    Replies: 0
    Last Post: 04-02-2010, 10:00 AM
  3. need name changer for cod4 VISTA user
    By sufian123 in forum Call of Duty Modern Warfare Help
    Replies: 2
    Last Post: 03-24-2010, 03:45 PM
  4. Is there any name changers?
    By PKUDEAD in forum Combat Arms Discussions
    Replies: 11
    Last Post: 12-22-2009, 01:49 PM
  5. Name Changer
    By password911 in forum Combat Arms Hacks & Cheats
    Replies: 31
    Last Post: 08-20-2008, 08:38 AM