[Admin's Note]: Meet GameShowKid222 (Billy B.), Frayed Wire’s newest writer! Look forward to his wisdom on computer hacks/tips!
This is how you unban yourself from a website. (n00bs)
Before you do all this go to — Start <> Run <> Cmd <> And type ipconfig /release
1.) Open up your notepad. (If you don’t know how then you’re an idiot)
2.) Copy and paste this:
@echo off
title Billy B’s IP Configuration Batch File - 2005
setlocal
set OK=N
:again
set /p choice=Please enter 1[Home], 2[School] or END ??
if /i [%choice%]==[END] endlocal&goto end
if [%choice%]==[] goto again
if [%choice%]==[1] goto 1
if [%choice%]==[2] goto 2
set /p xxx=wrong entry, press any key to exit.
endlocal
goto end
:1
echo NIC setting for Home being configured…..
@netsh exec home.txt
set /p see=IP changed successfully to Home Settings [9]see new setting [Enter]exit…
if [%see%]==[9] goto show
echo Ending IP Configuration
goto end
:2
echo NIC setting for School being configured…..
@netsh exec school.txt
set /p see=IP changed successfully to School Settings [9]see new setting [Enter]exit…
if [%see%]==[9] goto show
echo Ending IP Configuration
goto end
:show
@netsh int ip show config
:end
@echo on
cls
And save it as a .bat
Now open it and type 1 for home and 2 for school.
By GameShowKid222
Recent Comments