• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Code automatically resets USB 3G/4G to continuously change IP

AnonyViet by AnonyViet
December 3, 2024
in Tips
0

Some of you use 3G/4G USB to attach to your computer to access the Internet using a mobile SIM. If you play MMO or reg clone Facebook, you need to constantly change your IP to avoid being detected as Spam. However, manually resetting the USB 3G/4G IP is very time-consuming. This article will guide you in writing code to automatically reset USB 3G/4G to continuously change IP.

Join the channel Telegram belong to AnonyViet 👉 Link 👈

How to automatically reset USB 3G/4G to create a new IP

Step 1: Open RUN by pressing the key Windows + Rtype the command ncpa.cpl and press Enter

Step 2: Window Network Connection will list your existing network cards. You need to determine what your 3G USB card is. The example will have a name Ethernet 15

Automatically reset USB 3G continuously

Step 3: Open notepad and copy the following code, and save it as a file RESET_IP.bat (you can save it with any name you like, no ending .bat is okay).

Place Ethernet 15 Change the name of your 3G USB to the correct one Step 2.

@echo off
if not exist "c:.txt" goto :disable else goto :quit
:quit
netsh interface set interface name="Ethernet 15" admin=enabled
del c:.txt /q
exit
:disable
netsh interface set interface name="Ethernet 15" admin=Disabled
echo "NIC Disabled!" > c:.txt
exit

This code will help you disable the 3G card and then re-enable the 3G card to get a new IP. So every time you activate the File, you will continuously change the IP.

Step 4: Right-click on the selected file Send to -> Desktop (Create Shortcut). You will now see a shortcut of RESET_IP.bat outside the Desktop screen.

Step 5: Right-click on the newly created shortcut, select Propertiesclick next Advancedtick the box Run as administrator and OK. (The purpose is for the .bat file to run under Admin)

3g/4G IP change code continuously

*Note: check that the Target item matches the path of the original file you saved.

Step 6: Now just double click on the newly created shortcut file to reset the IP.

If you are lazy, download the file from the link below, unzip it to drive D (because the setup file content is available in drive D), rename it. Ethernet correctly step 2then perform steps 4 -> 6 to change IP.

http://www.fshare.vn/file/IE7IOLN6PP8P

If you want the code to activate automatically at a preset time, use it Task Scheduler to schedule the code to run.

Reference: Nguyen Quan

Previous Post

Instructions for downloading images in Google Docs files: 7+ super simple ways

Next Post

How to make Spotify sound as good as Apple Music

AnonyViet

AnonyViet

Related Posts

How to record reaction videos with Android phones, no app needed
Tips

How to record reaction videos with Android phones, no app needed

June 1, 2026
Instructions on how to get Google AI Pro 1 year for free for new accounts
Tips

Instructions on how to get Google AI Pro 1 year for free for new accounts

June 1, 2026
Top free AI tools to help write, test and optimize content
Tips

Top free AI tools to help write, test and optimize content

June 1, 2026
Instructions for receiving Lovable Pro 12 months for free
Tips

Instructions for receiving Lovable Pro 12 months for free

May 29, 2026
Instructions for receiving 1 month of ElevenLabs Creator for free worth
Tips

Instructions for receiving 1 month of ElevenLabs Creator for free worth $22

May 25, 2026
How to create beautiful studio-like preschool graduation photos for your child
Tips

How to create beautiful studio-like preschool graduation photos for your child

May 21, 2026
Next Post
How to make Spotify sound as good as Apple Music

How to make Spotify sound as good as Apple Music

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

Instructions on how to prevent acquaintances from seeing your Tiktok

Instructions on how to prevent acquaintances from seeing your Tiktok

June 2, 2026
How to record reaction videos with Android phones, no app needed

How to record reaction videos with Android phones, no app needed

June 1, 2026
Instructions on how to get Google AI Pro 1 year for free for new accounts

Instructions on how to get Google AI Pro 1 year for free for new accounts

June 1, 2026
Top free AI tools to help write, test and optimize content

Top free AI tools to help write, test and optimize content

June 1, 2026
Instructions on how to prevent acquaintances from seeing your Tiktok

Instructions on how to prevent acquaintances from seeing your Tiktok

June 2, 2026
How to record reaction videos with Android phones, no app needed

How to record reaction videos with Android phones, no app needed

June 1, 2026
Instructions on how to get Google AI Pro 1 year for free for new accounts

Instructions on how to get Google AI Pro 1 year for free for new accounts

June 1, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

Instructions on how to prevent acquaintances from seeing your Tiktok

Instructions on how to prevent acquaintances from seeing your Tiktok

June 2, 2026
How to record reaction videos with Android phones, no app needed

How to record reaction videos with Android phones, no app needed

June 1, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply