New Visitor Information

All the file majority uploaded at 4shared.com. You need account 4shared for continue download.
WARNING !!!All Video Tutorial and Information in this website is just for educational purpose only. Used for illegal activity is completely a crime. So Please don't try to do.I do not take any responsibility.

Fix Dark Comet v5 Port Forward issue winvista/7

Disini ada batch script untuk selesaikan bug port forward dark comet v5 , walaupun firewall anda sudah di disable kan

copy and paste kod ini ke dalam notepad, kemudian rename file .txt to .bat . Double-click for Run it.

@echo off
setlocal

:: Please select your port by editing it below
set PORTNUMBER=1604
:: Please do not touch anything below this

:: Enable firewall
netsh advfirewall set currentprofile state on
:: Enabled

:: Set Rule Name
set RULENAME=%PORTNUMBER%
:: Set

if "%1"=="" call :_OpenPort
goto :EOF
:_OpenPort
:: Open port on firewall:
netsh advfirewall firewall show rule name=%RULENAME% >nul
if not ERRORLEVEL 1 (
rem Rule %RULENAME% already exist.
echo I see that you already have this port open!
) else (
echo Rule %RULENAME% not exist. Creating new rule for you!
netsh advfirewall firewall add rule name=%RULENAME% dir=in action=allow protocol=TCP localport=%PORTNUMBER%
)
goto :EOF

1604 itu default port,,, klau anda mahu tukar kepada port anda, just tukar pada line 5 itu