Jump to content

Featured Replies

Posted

what is teh code that makes it so that when somone presses start the screen starts spammimg teh background?

 

not a virus but like so it kepps spammimg the background?

  s!per said:
what is teh code that makes it so that when somone presses start the screen starts spammimg teh background?

 

not a virus but like so it kepps spammimg the background?

 

Please talk propely this is not AOL, as for the code; what is it for , Windows? or some game ?

  • Author

sorry i have bad english.

the code is for windowns so when they press inject it keeps spammimg their windowns.

 

like lets say 100 popups that says mygots owns you.

 

and they keep moving or just playin pop ups.


For i = 1 To 50000000

MsgBox ("lol")

Next


 

Is a relativly simple version of what you are after, if you just want to be particularly annoying use SetCursorPosition so they can't click them away

  • Author

hwo do i make it so that the box moves around?

also how do i make it so when u press controll alt delet u cant like end the process?

is that possible?

 

when i say move aroudn is so that they dont need to press okay.

so the box that says lol is like moviend around the background screen along with other.

  s!per said:
hwo do i make it so that the box moves around?

also how do i make it so when u press controll alt delet u cant like end the process?

is that possible?

 

if you make forms instead, you can move them about, and a keyboard hook could be used to block ctrl alt delete

  • Author

okay, how would i attach it to teh spammer?

just add the files to teh aplication?

  • Author

i did like 20 forms and made it spamm like 1000 of them

but they all spame on top of eachother

how do i spread them out like one is on teh top of screen and one is at the bottom?

  s!per said:
i did like 20 forms and made it spamm like 1000 of them

but they all spame on top of eachother

how do i spread them out like one is on teh top of screen and one is at the bottom?

 

use the "left" and "top" properties

  greeneyes said:
if you make forms instead, you can move them about, and a keyboard hook could be used to block ctrl alt delete

 

yes I was working on that aswell greeneyes.. but got stuck at not being able to make a single form load multiple times... and creating 500000 diffrent forms just for that purpose seems a bit useless...

 

do you know how to do that?

  Ayporos said:
yes I was working on that aswell greeneyes.. but got stuck at not being able to make a single form load multiple times... and creating 500000 diffrent forms just for that purpose seems a bit useless...

 

do you know how to do that?

 

could a few just not keep opening each other? I can't remember how they work, havn't used vb in a while

 

edit:

 

was just fiddling, I used 4 forms, same code in each one:

 

Private Declare Function SetCursorPos Lib "user32.dll" (ByVal x As Long, ByVal y As Long) As Long

Private Sub Form_Paint()
Call SetCursorPos(Rnd * 1000, Rnd * 1000)
Form1.Show
Form1.Top = Rnd * 9000
Form1.Left = Rnd * 9000
Form2.Show
Form2.Top = Rnd * 9000
Form1.Left = Rnd * 9000
Form3.Show
Form3.Top = Rnd * 9000
Form1.Left = Rnd * 9000
Form4.Show
Form4.Top = Rnd * 9000
Form1.Left = Rnd * 9000
End Sub

 

(change the 9000 to whatever you want to define the boundry, 9000 jumps all over a screen on 1024*768)

 

Not particularly good code, but this is what it does, I can't seem to close it with ctrl+alt+delete, as the forms get focus you cant use task manager, however holding down alt+f4 will close it.

 

Be careful however if you do open it, you will probably accidently close any other windows that arn't minimised.

 

ps vb is not leet, but it definatly gets the job done :cool:

greeneyes you said you used 4 forms, I used 2 forms.. but isn't it more fun if it would open up an infinite number of forms (or atleast untill the computer crashes and needs to be rebooted):naughtyd:

 

anyway.. got informatica soon, will look into it further there.

  • 4 months later...
  • 4 weeks later...

AH i dont want to restart my computer how do i get lol to DIE!

 

i got it

 

For i = 1 To -50000000

MsgBox ("lolDIE")

Next

 

Right lol

  r1c0la said:

 

Kaspersky detected it as a malacious script.

 

<3 kaspersky.

 

Home / Viruses / Virus Encyclopedia / Malware Descriptions / Trojan Programs / General Trojans

Trojan.JS.Offiz

 

Aliases

Trojan.JS.Offiz (Kaspersky Lab) is also known as: JS/Spawn (McAfee), Trojan Horse (Symantec), Trojan.Seeker.78 (Doctor Web), JS/Offiz* (RAV), JS_OFFIZ.A (Trend Micro), JS/Spawn (H+BEDV), JS/Spawn.B (FRISK), VBS:Malware (ALWIL), JS/NoClose (Grisoft), JS.Trojan.Spawn.A (SOFTWIN), Joke.JS.Spawn (ClamAV), Trojan Horse (Panda), JS/Offiz.A (Eset)

Description added Dec 16 2002

Behavior Trojan

Technical details

Simple Trojan programs written in the JS (JSript) language that reside in HTM-files.

 

These trojan scripts open many Internet Explorer windows that once open can't be closed. If a user presses the Alt+F4, Ctrl or Del keys a message box is displayed with the text:

 

"You are an idiot!".

Guest
This topic is now closed to further replies.