Jump to content




HAL9000 {OPEN SOURCE}


14 replies to this topic

#1 tom2018

  • Members
  • 135 posts

Posted 17 November 2012 - 02:26 PM

ok i made a virus on my friends server and let it run uncontrollably.
I had a copy laying around so I made a safe self destroying that doesn't spread (so it is no longer malicious.) copy for pranking friends.
its 100% safe it deletes it self and has ctrl+t enabled
Posted Image
pastebin get VmxFdHkS

#2 tom2018

  • Members
  • 135 posts

Posted 17 November 2012 - 02:28 PM

that says da mint so it is not inappropriate

#3 Cruor

  • Members
  • 413 posts
  • LocationNorway

Posted 17 November 2012 - 10:34 PM

Pastebin link seems to be broken. So you are technically not following the rules of this section :)/>
You don't want to break rules do you? Of course you don't!

#4 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 17 November 2012 - 11:16 PM

View Posttom2018, on 17 November 2012 - 02:28 PM, said:

that says da mint so it is not inappropriate
Oh, derpyface.
Cursing is allowed, if not quite encouraged.

#5 tom2018

  • Members
  • 135 posts

Posted 18 November 2012 - 04:26 AM

View PostCruor, on 17 November 2012 - 10:34 PM, said:

Pastebin link seems to be broken. So you are technically not following the rules of this section :)/>
You don't want to break rules do you? Of course you don't!
opps fixed the link forgot to copy the S

#6 tom2018

  • Members
  • 135 posts

Posted 07 December 2012 - 02:18 PM

this is now opensource so you can use it as you please.

#7 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 07 December 2012 - 08:02 PM

I made my own, WAY simpler too.
It just spits out "No such program" no matter what.

#8 tom2018

  • Members
  • 135 posts

Posted 08 December 2012 - 02:03 PM

View Postrhyleymaster, on 07 December 2012 - 08:02 PM, said:

I made my own, WAY simpler too.
It just spits out "No such program" no matter what.
this version is so complex because it was a virus a long time ago and i just took out the malicious parts and posted.

#9 rick3333

  • Members
  • 30 posts

Posted 23 December 2012 - 12:52 PM

Cruor you have to name it yourself

#10 Bubba

    Use Code Tags!

  • Moderators
  • 1,142 posts
  • LocationRHIT

Posted 23 December 2012 - 01:02 PM

Open source? There is no such thing as not open source in Lua *facepalm*

#11 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 23 December 2012 - 01:10 PM

View PostBubba, on 23 December 2012 - 01:02 PM, said:

Open source? There is no such thing as not open source in Lua *facepalm*

Posted Image

#12 gknova61

  • Members
  • 74 posts

Posted 23 December 2012 - 01:25 PM

View PostBubba, on 23 December 2012 - 01:02 PM, said:

Open source? There is no such thing as not open source in Lua *facepalm*

There's bytecode...

#13 Bubba

    Use Code Tags!

  • Moderators
  • 1,142 posts
  • LocationRHIT

Posted 23 December 2012 - 02:14 PM

View Postgknova61, on 23 December 2012 - 01:25 PM, said:

View PostBubba, on 23 December 2012 - 01:02 PM, said:

Open source? There is no such thing as not open source in Lua *facepalm*

There's bytecode...

Which can be "recompiled". Also no bytecode in ComputerCraft so nil point.

#14 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 23 December 2012 - 07:13 PM

View PostBubba, on 23 December 2012 - 02:14 PM, said:

Which can be "recompiled". Also no bytecode in ComputerCraft so nil point.

Was it removed? This used to work:
function doStuff() print("Hello world!") end

bytecode = string.dump(doStuff)
print(bytecode) -- prints gibberish
doStuff2 = loadstring(bytecode)
doStuff2() -- prints "Hello world!"


#15 Bubba

    Use Code Tags!

  • Moderators
  • 1,142 posts
  • LocationRHIT

Posted 23 December 2012 - 08:01 PM

View Postimmibis, on 23 December 2012 - 07:13 PM, said:

View PostBubba, on 23 December 2012 - 02:14 PM, said:

Which can be "recompiled". Also no bytecode in ComputerCraft so nil point.

Was it removed? This used to work:
function doStuff() print("Hello world!") end

bytecode = string.dump(doStuff)
print(bytecode) -- prints gibberish
doStuff2 = loadstring(bytecode)
doStuff2() -- prints "Hello world!"

... Hmm. I'm not sure what I was thinking there when I posted that xD For some reason I thought bytecode was part of the lua debug library.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users