ganglia
+ Reply to Thread
Results 1 to 3 of 3

Thread: Change Your MAC address

  1. #1
    Join Date
    Jan 2005
    Posts
    623

    Change Your MAC address

    ONLY EXPERIENCED USERS
    This is a beta script that changes your mac address. Please test it out and let me know how it works.

    Directions
    *. Save as .bat and run... I know... very complicated
    Code:
    echo off
    cls && set adapter=0
    :TOP 
    echo.              Checking Value 000%adapter%
    echo ***************************************************
    echo.
    @REG QUERY HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D*6E*72-E*25-**CE-BFC*-08002BE*0**8}\000%adapter%\ /v NetCfgInstanceId
    If %errorlevel% EQU * set /a adapter=%adapter%+* && cls && goto :TOP 
    echo.
    echo ***************************************************
    echo ***************************************************
    echo.
    @getmac /fo list
    echo.
    echo ***************************************************
    echo.
    echo. REG_SZ Value Should Match Tcpip Value
    echo. Is this the correct adapter? (y or n)
    set /p answer=
    
    If %answer% EQU y goto :finishcheck
    
    set /a adapter=%adapter%+* && cls && goto :TOP
    
    :finishcheck
    
    
    REM ***********************CREATING_MAC_CHANGER***************
    :endofstory
    echo ^echo off >> "%userprofile%\desktop\Mac_Changer.bat"
    echo cls >> "%userprofile%\desktop\Mac_Changer.bat"
    echo set adapter=%adapter% >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo ***************************************** >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *                                       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *        ENTER VALID *2 DIGIT MAC       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *                                       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo ***************************************** >> "%userprofile%\desktop\Mac_Changer.bat"
    echo set /p new_mac= >> "%userprofile%\desktop\Mac_Changer.bat"
    echo REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D*6E*72-E*25-**CE-BFC*-08002BE*0**8}\000^%adapter%\ /v NetworkAddress /t REG_SZ /d ^%%new_mac^%% /f >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo ***************************************** >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *                                       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *    Re***** Your Network Connection    * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *                                       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo ***************************************** >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *                                       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *  New Mac Address Will Be ^%%new_mac^%% >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo *                                       * >> "%userprofile%\desktop\Mac_Changer.bat"
    echo ^echo ***************************************** >> "%userprofile%\desktop\Mac_Changer.bat"
    echo pause >> "%userprofile%\desktop\Mac_Changer.bat"
    
    cls 
    
    echo *******************************************
    echo *                                         *
    echo *      OPEN MAC_CHANGER ON DESKTOP        *
    echo *                                         *
    echo *******************************************
    echo.
    echo ...you can delete mac.bat
    pause
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  2. #2
    Join Date
    Oct 2005
    Posts
    1

    Talking Changing MAC address

    There are few options for change MAC address.

    A free software-based solution is located here:
    [url]http://macshift.natetrue.com/[/url]

    A hardware-based solution is here:
    [url]http://www.sdadapters.com[/url]

    Let me know if I can help you anymore and if these options work out.

    Weirdo

  3. #3
    Join Date
    Nov 2005
    Posts
    1

    Gentle MAC tool

    You can change your network params and MAC-address by GentleMAC tool, see [url]http://www.solarst.com[/url]

+ Reply to Thread

Similar Threads

  1. IP address change
    By hmartine in forum Internet Privacy
    Replies: 9
    Last Post: 03-13-2018, 03:03 PM
  2. how do i change my ip address?
    By idvdi in forum Internet Privacy
    Replies: 17
    Last Post: 09-16-2017, 07:46 AM
  3. Change IP address to win a contest.
    By Caitlyn in forum Internet Privacy
    Replies: 1
    Last Post: 07-06-2008, 11:34 AM
  4. Change Proxy
    By Bighomedog11 in forum Internet Privacy
    Replies: 12
    Last Post: 01-17-2006, 09:22 PM
  5. How can I change my IP address
    By kwinforms in forum Internet Privacy
    Replies: 0
    Last Post: 08-31-2005, 08:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts