Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- color 02
- echo "###############################################"
- echo "# This Tool #"
- echo "# Was Made #"
- echo "# By MR.N0B0DY #"
- echo "# This tool will #"
- echo "# Flush DNS Release and Renew your IP #"
- echo "###############################################"
- echo msgbox"Please press OK to Flush DNS">a.vbs&a.vbs
- ipconfig /flushdns
- echo msgbox"Please press OK to Release your IP">a.vbs&a.vbs
- ipconfig /release
- echo msgbox"Please press OK to Renew your IP">a.vbs&a.vbs
- ipconfig /renew
- echo msgbox"That is it you are done press ok to exit this Tool">a.vbs&a.vbs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement