Tutorial MACycle - The Improved MAC Changer for HomePass!

Do you guys want to try an Open Beta with MACycle 2.00?

  • Yes

    Votes: 56 94.9%
  • No

    Votes: 3 5.1%

  • Total voters
    59

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
I was able to receive one streetpass notification using virtual router. Using this, I've yet to get one. Is 60 second interval, 3 second delay bad? Or is there anything wrong in my settings?
I would start at 2 minutes and 15 sec delay just to be safe at first. Then you can experiment reducing the time if your hit rate stays good.
 

adiktus

Well-Known Member
Member
Joined
Apr 17, 2013
Messages
180
Trophies
0
Age
36
XP
544
Country
United States
I've started a hostednetwork which has ssid = attwifi, with password. I shared my ethernet internet connection to hosted network, and rename the wireless adapter to "Wi-Fi". I start macycle using random cycles, 120 secs interval, 15 secs delay. I added attwifi access point as a connection setting in my 3DS. Now I just wait for Streetpass notifications. Is there something I missed or shouldn't have done? I'm still not getting streetpass :(
 

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
I've started a hostednetwork which has ssid = attwifi, with password. I shared my ethernet internet connection to hosted network, and rename the wireless adapter to "Wi-Fi". I start macycle using random cycles, 120 secs interval, 15 secs delay. I added attwifi access point as a connection setting in my 3DS. Now I just wait for Streetpass notifications. Is there something I missed or shouldn't have done? I'm still not getting streetpass :(
Make sure only attwifi is working on your 3ds internet settings. Add a letter to the end of the ssid of your regular connection.
And hover your mouse over the wifi (or ethernet) meter in your taskbar. It should say:

attwifi
Internet Access

...if you're doing it right.
 
  • Like
Reactions: adiktus

Max89

Well-Known Member
Member
Joined
Oct 18, 2012
Messages
130
Trophies
1
XP
300
Country
Italy
thank you for the software!

1 now how can i create a mac address to give to my friends to meet each others?

2 can you add a pause command to the program so that i don't have to start over te research?

3 is it normal that everytime it change mac address i lose from my pc the internet connection for some seconds?
 

Nintendo3dsDude

Well-Known Member
Member
Joined
Sep 12, 2013
Messages
120
Trophies
0
Age
29
XP
89
Country
United States
This will be a lot easier now. now that i don't have to type in a mac in the command prompt. Now i'm having a problem i download it but whenever i start it i'm not getting any streetpass tags


....png
 

spoon79

Member
Newcomer
Joined
Sep 14, 2013
Messages
5
Trophies
0
Age
45
XP
51
Country
Gambia, The
Hi any maccycler doesn´t works with me. I get only streetpass with manually input from mac adresses in the cmd command window. Does anybody knows a Script or Batch that I can use for automatically maccycle that works with an atheros ar9285 Wifi-Card?
 

Ace_demo2

Member
Newcomer
Joined
Sep 16, 2013
Messages
9
Trophies
0
Age
32
Location
Barking, United Kingdom
XP
51
Country
This will be a lot easier now. now that i don't have to type in a mac in the command prompt. Now i'm having a problem i download it but whenever i start it i'm not getting any streetpass tags


View attachment 4345
Same here i was seeing a few with the Cycler but its just got less and less today i haven't had any hits at all
 

Ace_demo2

Member
Newcomer
Joined
Sep 16, 2013
Messages
9
Trophies
0
Age
32
Location
Barking, United Kingdom
XP
51
Country
Also should be noted that you can get the
Atheros driver 10.0.0.251 for AR9285

It's good to have the latest drivers but they don't work with my slightly modded script of chaldrons

Echo off
cd %MYFILES%


echo --HomePass MAC Cycler--
echo --Version 5 MAX--
echo --Made by Chaldron for GBATemp--
echo.

timeout /t 3 >nul

echo For instructions on how to set this up, please go to:
echo http://goo.gl/oxYqH4
echo.

timeout /t 3 >nul

echo The script will change the MAC automatically.
echo You can skip a MAC by pressing any key during the script.
echo.


echo Your wireless network name must be "Wi-Fi", you can see the screenshot here:
echo http://goo.gl/PosPU9

echo Simply leave the script running while you use your computer.
echo Simply close the script to stop cycling.
echo Refer to the guide on how to stop the HomePass network.
echo.


timeout /t 3 >nul

cls

echo THIS SCRIPT IS THE MAX VERSION! IT WILL CYCLE THROUGH ALL 100 MAC ADDRESSES IN THE LAST OCTET!
echo.

pause

cls

echo How much time between MACs? (In seconds) eg 900 seconds = 15 minutes
set /p time1="Enter value in seconds: " %=%

echo Okay, will wait for %time1% seconds between MACs.

timeout /t 3 >nul

:loop


macshift -i "Wi-Fi" 4E53504F4F46
cls
echo The first MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The first MAC has now been swapped in. && timeout /t %time1%
echo .


macshift -i "Wi-Fi" 4E53504F4F40
cls
echo The second MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The second MAC has now been swapped in. && timeout /t %time1%
echo .


macshift -i "Wi-Fi" 4E53504F4F41
cls
echo The third MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The third MAC has now been swapped in. && timeout /t %time1%
echo .


macshift -i "Wi-Fi" 4E53504F4F42
cls
echo The fourth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The fourth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F43
cls
echo The fifth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The fifth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F44
cls
echo The sixth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The sixth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F45
cls
echo The seventh MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The seventh MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F4F
cls
echo The eight MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The eight MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F47
cls
echo The ninth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The ninth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F48
cls
echo The tenth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The tenth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F49
cls
echo The eleventh MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The eleventh MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F4A
cls
echo The twelfth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The twelfth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F4B
cls
echo The thirteenth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The thirteenth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F4C
cls
echo The fourteenth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The fourteenth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F4D
cls
echo The fifteenth MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The fifteenth MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F4E
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The last MAC has now been swapped in. && timeout /t %time1%
echo .

echo THE PRIME MACs HAVE BEEN CYCLED! THE REMAINING MACS WILL NOW CYCLE!

timeout /t 4 >nul




timeout /t 4 >nul

macshift -i "Wi-Fi" 000FF7002D82
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 503DE5755062
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001AA2A21723
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001FCA604280
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 002255C4CC10
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000F8F712EA2
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0015639A23D2
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" C471FE5BB022
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000d67128771
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 002155B1D890
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 003A9A10BF91
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0021D8DEAC00
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D671A46E7
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 003A995BD082
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0018BAC95E90
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0018B9B3CE70
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 00119286BE40
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000d671286c7
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0016C8176E30
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 588D09B18A62
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 00127FCAA1A3
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001F9ED38460
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D67266880
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001DA2D87D80
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 002255C39EB0
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D671A67F3
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0014691ED393
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D0A33ED72
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001F9ED36460
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0012019698A2
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D671A97F0
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001E1342CA50
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 001FCA603E20
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 0090FB17BE9E
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D67152D82
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D721
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D544
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D259
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D6FD
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D67152D82
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D721
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D544
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D259
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 000D6715D6FD
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 00136011b322
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 00886554B98B
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F00
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F01
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F02
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F03
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F04
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F05
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F06
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F07
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F08
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F09
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F10
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F11
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F12
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F13
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F14
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F15
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F16
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F17
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F18
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F19
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F20
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F21
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F22
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F23
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F24
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F25
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F26
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F27
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F28
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F29
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F30
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F31
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F32
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F33
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F34
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F35
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F36
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F37
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F38
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F39
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F50
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F51
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F52
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F53
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F54
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F55
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F56
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F57
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F58
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F59
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F60
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F61
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F62
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F63
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F64
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F66
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F65
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F67
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F68
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F69
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F70
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F71
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F72
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F73
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F74
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F75
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F76
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F77
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F78
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F79
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F80
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F81
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F82
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F83
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F84
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F85
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F86
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F87
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F88
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F89
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F90
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F91
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F92
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F93
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F94
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F95
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F96
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F97
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F98
cls
echo The next MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The next MAC has now been swapped in. && timeout /t %time1%
echo .

macshift -i "Wi-Fi" 4E53504F4F99
cls
echo The last MAC has now been swapped in.
netsh wlan start hostednetwork && cls && echo The last MAC has now been swapped in. && timeout /t %time1%
echo .

echo ALL MACS HAVE NOW BEEN CYCLED. RESTARTING THE PROCESS...

timeout /t 10 >nul




goto loop
 

Max89

Well-Known Member
Member
Joined
Oct 18, 2012
Messages
130
Trophies
1
XP
300
Country
Italy
can you use spoilers??

someone can answer my questions?

1 now how can i create a mac address to give to my friends to meet each others?
2 can you add a pause command to the program so that i don't have to start over te research?
3 is it normal that everytime it change mac address i lose from my pc the internet connection for some seconds?
4 how can i edit 160 mac address? is it possible?I do not want to type each time only one mac address
 

darren42

Well-Known Member
Member
Joined
Sep 8, 2013
Messages
142
Trophies
0
Age
35
XP
118
Country
1 now how can i create a mac address to give to my friends to meet each others?

Do a google search for a mac address generator, there a few options to choose from. Once you have generated a random mac address just enter it in the "Custom MAC Addresses" field of the program and have your friends do the same.

4 how can i edit 160 mac address? is it possible?I do not want to type each time only one mac address

This program cycles through a list of mac addresses for you, you don't have to type anything in. Just setup the wireless hotspot and run the program.

where dows the software get all the 160 mac addresses?

This google spreadsheet is where pretty much every program gets their mac address listing from

https://docs.google.com/spreadsheet/ccc?key=0AvvH5W4E2lIwdEFCUkxrM085ZGp0UkZlenp6SkJablE#gid=0

How can i restore my deafault mac address?

Use the following command to restore the default mac address, replace "Your Wireless Network" with the name of your physical wireless adaptor.

Code:
macshift "Your Wireless Network" -d
 

Max89

Well-Known Member
Member
Joined
Oct 18, 2012
Messages
130
Trophies
1
XP
300
Country
Italy
This program cycles through a list of mac addresses for you, you don't have to type anything in. Just setup the wireless hotspot and run the program.
i know but i'd like to make a custom list of preferred mac address

Use the following command to restore the default mac address, replace "Your Wireless Network" with the name of your physical wireless adaptor.

Code:
macshift "Your Wireless Network" -d

do i have to use command prompt?
 

darren42

Well-Known Member
Member
Joined
Sep 8, 2013
Messages
142
Trophies
0
Age
35
XP
118
Country
i know but i'd like to make a custom list of preferred mac address

I don't think you can edit the mac address list that this program uses yourself, as I don't see an option in the program to do so.

If you want to cycle through your own custom mac address list you can create your own batch program to do this.

do i have to use command prompt?

Yes you run that command in a command prompt window.
 

loco365

Well-Known Member
OP
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
Ok. I haven't been posting here lately addressing bug reports and feature suggestions. I haven't abandoned the program yet, I've just been busy with school and work and haven't had any time to work on MACycle.
 

GamerzHell9137

Well-Known Member
Member
Joined
Nov 1, 2011
Messages
4,038
Trophies
2
Age
28
XP
3,727
Country
Bosnia and Herzegovina
Ok. I haven't been posting here lately addressing bug reports and feature suggestions. I haven't abandoned the program yet, I've just been busy with school and work and haven't had any time to work on MACycle.


Requests? Add Pause button.

And mind if u explain me how to Homepass with a friend? Idk which MAC to type in the Custom Mac tab.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    I'm doing good, just made my first drink of the day, so better now, Captain and Coke today. I had to cut grass all day, then get my hair cut. I messed with my wifey, she knew I was going to get hair cut, and I went and bought a purple dyed wig, and came home wearing it, she freaked out, thinking I dyed my hair purple, was funny.
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, Hey BigOnYa
  • BigOnYa @ BigOnYa:
    Hey hope all is well
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, And you too :)
    +1
  • S @ salazarcosplay:
    @BigOnYa how are you doing
  • S @ salazarcosplay:
    any mushroom trip adventures you can share
  • JakobAir @ JakobAir:
    Damn, I haven't been on here in while. My wife and I went on a mushroom trip like 10 years ago. A friend had a PS3TV with the glasses and some racing game. It hit when I was playing the game and I freaked out because I thought I was really driving and crashed.
  • K3Nv2 @ K3Nv2:
    Orange ocean Hawaiian punch is pretty good but @BigOnYa keeps putting vodka in it
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    With enough Vodka everything is good
    +1
  • Xdqwerty @ Xdqwerty:
    Im back
  • Xdqwerty @ Xdqwerty:
    We are having a bbq
  • Sicklyboy @ Sicklyboy:
    Nice! Hopefully the weather is good today?
  • Xdqwerty @ Xdqwerty:
    @Sicklyboy, it's a bit cloudy but Yea it's good
    +1
  • K3Nv2 @ K3Nv2:
    80 for us all that rain then mother nature's like have some sun burn
  • Sicklyboy @ Sicklyboy:
    @Xdqwerty, good weather, good food, what's not to like about that? Hope you have a lovely day dude
  • K3Nv2 @ K3Nv2:
    Got some porkchops marinating in honey teriyaki hope it comes out good
    +1
  • Sonic Angel Knight @ Sonic Angel Knight:
    Porkchop was the name of that dog in that one cartoon, DOUG! :P
  • Xdqwerty @ Xdqwerty:
    @Sonic Angel Knight, never watched doug
  • Xdqwerty @ Xdqwerty:
    I might play Roblox again
  • BigOnYa @ BigOnYa:
    Nuh jump back to gdevelop
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i say "play Roblox" not "make games on Roblox"
    Xdqwerty @ Xdqwerty: https://youtu.be/wmNlFXJ_xdw?si=uB2Utv1xp9T16QRR