DedSec Clan
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 13 on Fri Oct 01, 2021 6:52 pm
Top posters
DedSec Shadow
Script to Get Around IP Blocker @School I_vote_lcapScript to Get Around IP Blocker @School I_voting_barScript to Get Around IP Blocker @School I_vote_rcap 

Latest topics
» Script to Get Around IP Blocker @School
Script to Get Around IP Blocker @School EmptyThu Nov 12, 2015 12:02 pm by DedSec Shadow

» Leader Application
Script to Get Around IP Blocker @School EmptyFri Sep 04, 2015 9:59 pm by DedSec Shadow

»  Vigilante Application
Script to Get Around IP Blocker @School EmptyFri Sep 04, 2015 9:57 pm by DedSec Shadow

» Hounds of Justice
Script to Get Around IP Blocker @School EmptyFri Sep 04, 2015 9:55 pm by DedSec Shadow

» Hackers Application
Script to Get Around IP Blocker @School EmptyFri Sep 04, 2015 9:51 pm by DedSec Shadow

» Watch Dogs Applications
Script to Get Around IP Blocker @School EmptyFri Sep 04, 2015 9:49 pm by DedSec Shadow

» DedSec Members
Script to Get Around IP Blocker @School EmptyThu Sep 03, 2015 10:20 pm by DedSec Shadow

Poll
April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


Script to Get Around IP Blocker @School

Go down

Script to Get Around IP Blocker @School Empty Script to Get Around IP Blocker @School

Post by DedSec Shadow Thu Nov 12, 2015 12:02 pm

This is a simple batch file that will change your computers IP at the school so you can connect to blocked websites. Simply create a new text file from Note Pad and paste this code in.

Code:
@echo off
echo Choose:
echo [A] Set Static IP
echo [B] Set DHCP
echo.
:choice
SET /P C=[A,B]?
for %%? in (A) do if /I "%C%"=="%%?" goto A
for %%? in (B) do if /I "%C%"=="%%?" goto B
goto choice
:A
@echo off
echo "Please enter Static IP Address Information"
echo "Static IP Address:"
set /p IP_Addr=

echo "Default Gateway:"
set /p D_Gate=

echo "Subnet Mask:"
set /p Sub_Mask=

echo "Setting Static IP Information"
netsh interface ip set address "LAN" static %IP_Addr% %Sub_Mask% %D_Gate% 1
netsh int ip show config
pause
goto end

:B
@ECHO OFF
ECHO Resetting IP Address and Subnet Mask For DHCP
netsh int ip set address name = "LAN" source = dhcp

ipconfig /renew

ECHO Here are the new settings for %computername%:
netsh int ip show config

pause
goto end
:end

Save this as a .bat file and click it. Once it is clicked it will scramble your IP to whatever you set it to completely undetected by anyone in the school.

DedSec Shadow
Admin

Posts : 9
Join date : 2015-09-03

https://dedsec.board-directory.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum