Author Topic: Simple yet useful virus  (Read 25752 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Simple yet useful virus
« Reply #60 on: November 30, 2010, 02:45:12 pm »
Yeah, they stop the process and the program stops without crashing

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Simple yet useful virus
« Reply #61 on: November 30, 2010, 02:50:20 pm »
another fun virus: turn screen off and display "clear to stop"

haha, nothing is displayed until: [clear] [2nd][on][on]

like this axe code:
Code: [Select]
Asm(DB10CB6F20053E03D310B93E02D310)
Disp "clear to exit"
Repeat getKey(15)
end
I'm not a nerd but I pretend:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Simple yet useful virus
« Reply #62 on: November 30, 2010, 02:54:59 pm »
I am going to make a code that only stops after very specific key presses... :D like, maybe 3 separate ones or 5

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Simple yet useful virus
« Reply #63 on: November 30, 2010, 02:58:50 pm »
i thought so
1 more:
Code: [Select]
For(A,0,9999
Pause
End
I calculated that this program lasts (dont be shocked)
Spoiler For Spoiler:
IT
Spoiler For Spoiler:
LASTS
Spoiler For Spoiler:
2
Spoiler For Spoiler:
.3
Spoiler For Spoiler:
DAYS!!!!!!!!
I'm not a nerd but I pretend:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Simple yet useful virus
« Reply #64 on: November 30, 2010, 03:01:19 pm »
Yeah, I'm not shocked at all... Use For(A,0,0 and that might last much longer.

EDIT: Here is that code... it is a little on the long side:
Code: [Select]
1814
FEFCFDFAFEF0
ED5F07070707E601C630EF0445C9
21979D
E5CD9D9DE1
7E23D301DB01
BE2328022B2B
7DFE9D20EAC9

It will start spouting off 1's and 0's and to stop it, you must press in this order:
-First, press down and left at the same time. Release the buttons.
-Then, press Enter and Subtract at the same time. Release the buttons.
-Finally, press all of the arrows at once

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
Re: Simple yet useful virus
« Reply #65 on: November 30, 2010, 03:19:01 pm »
Mhmm now that you mention it, maybe that Sort command won't detect keys held down? I'm not sure anymore.
The ON key is actually an interrupt, so most likely it's not that the sort( command can't have interrupts interrupt it for some reason. Not sure, though. I do know the on key is an interrupt.

A program can't interrupt while a command is running, it needs to wait until it completes (like until it finishes sorting). RandM( also works. Though I think this only applies to math commands. Things like pause I think you can interrupt.

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Simple yet useful virus
« Reply #66 on: November 30, 2010, 03:23:55 pm »
Yeah, I'm not shocked at all... Use For(A,0,0 and that might last much longer.

EDIT: Here is that code... it is a little on the long side:
Code: [Select]
1814
FEFCFDFAFEF0
ED5F07070707E601C630EF0445C9
21979D
E5CD9D9DE1
7E23D301DB01
BE2328022B2B
7DFE9D20EAC9

It will start spouting off 1's and 0's and to stop it, you must press in this order:
-[Down]+
-[Enter]+[-]
-All of the Arrows
I'll try, not afraid of possible ram clears. ;)

I'm not a nerd but I pretend:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Simple yet useful virus
« Reply #67 on: November 30, 2010, 03:25:49 pm »
Hehehe... It should be fun. I made it so that I can easily edit the "virus" portion and still use the exit code. Plus, if you have ideas for a keypress combo, I can easily modify the code...

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
Re: Simple yet useful virus
« Reply #68 on: November 30, 2010, 03:37:09 pm »
Thank you for that code xeda. Now Imma going to spam this everywhere at school! >:D

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Simple yet useful virus
« Reply #69 on: November 30, 2010, 03:59:36 pm »
No problem :D Did it work for you? It is a long code, so I may have typed it in incorrectly...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Simple yet useful virus
« Reply #70 on: November 30, 2010, 04:02:39 pm »
I'll try, not afraid of possible ram clears. ;)

You are indeed brave!

Thank you for that code xeda. Now Imma going to spam this everywhere at school! >:D

You are indeed not brave, well, brave if you make that to big big guys!

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
Re: Simple yet useful virus
« Reply #71 on: November 30, 2010, 04:05:01 pm »
No problem :D Did it work for you? It is a long code, so I may have typed it in incorrectly...

It works. But I have an idea. What about an unstoppable Rick Roll?

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Simple yet useful virus
« Reply #72 on: November 30, 2010, 04:06:33 pm »
No problem :D Did it work for you? It is a long code, so I may have typed it in incorrectly...

It works. But I have an idea. What about an unstoppable Rick Roll?

It has to be unstoppable, a secret code like Xeda's, so that you can turn it off and charge for it ;D

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Simple yet useful virus
« Reply #73 on: November 30, 2010, 04:08:02 pm »
Well, they could pull out the batteries... But otherwise, I could make it say "The Game." over and over. And I could make it require more key presses...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Simple yet useful virus
« Reply #74 on: November 30, 2010, 05:47:06 pm »
Well, they could pull out the batteries... But otherwise, I could make it say "The Game." over and over. And I could make it require more key presses...

More key presses? That's not good, I don't think it is good, though.