Go Back   Flash Flash Revolution > General Discussion > Chit Chat
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 03-2-2005, 11:42 AM   #1
Izzi
FFR Player
 
Izzi's Avatar
 
Join Date: Nov 2003
Age: 34
Posts: 2,142
Send a message via AIM to Izzi
Default Cool Program i made.

Hey guys i need to see if this works over the internet.


www.angelfire.com/weird2/izzy3/evilX2.exe
Izzi is offline   Reply With Quote
Old 03-2-2005, 11:46 AM   #2
Sudden2
FFR Player
 
Sudden2's Avatar
 
Join Date: Mar 2004
Location: not on FFR thats for sure.
Age: 33
Posts: 578
Send a message via AIM to Sudden2 Send a message via MSN to Sudden2
Default RE: Cool Program i made.

Nope, congrats, this is the first time I had an illegal operation on an XP.
__________________
Sudden2 is offline   Reply With Quote
Old 03-2-2005, 11:47 AM   #3
Pooping_Panda
FFR Player
 
Pooping_Panda's Avatar
 
Join Date: Jun 2003
Location: illinizzle
Posts: 1,773
Send a message via AIM to Pooping_Panda
Default RE: Cool Program i made.

Host it somewhere else.
Pooping_Panda is offline   Reply With Quote
Old 03-2-2005, 12:02 PM   #4
Squeek
let it snow~
Retired StaffFFR Veteran
 
Squeek's Avatar
 
Join Date: Jan 2004
Age: 37
Posts: 14,444
Send a message via AIM to Squeek
Default RE: Cool Program i made.

The only good (and useful) program ever.

public class Lol
{
public static void main (String[] args)
{
System.out.println("Hello World!");
}
}

~Squeek
Squeek is offline   Reply With Quote
Old 03-2-2005, 12:31 PM   #5
Freak83
FFR Simfile Author
FFR Simfile Author
 
Freak83's Avatar
 
Join Date: Feb 2003
Location: Toronto
Posts: 3,281
Default RE: Cool Program i made.

omg that's java. I actually recognize it, wow.
Freak83 is offline   Reply With Quote
Old 03-2-2005, 12:39 PM   #6
Izzi
FFR Player
 
Izzi's Avatar
 
Join Date: Nov 2003
Age: 34
Posts: 2,142
Send a message via AIM to Izzi
Default

where should i host it? it says that angelfire wont let you download it...

wheres
Izzi is offline   Reply With Quote
Old 03-2-2005, 01:40 PM   #7
babybenji2004
Banned
 
Join Date: Jan 2004
Location: Yay michigan
Posts: 446
Send a message via AIM to babybenji2004 Send a message via Yahoo to babybenji2004
Default

geocities.com
babybenji2004 is offline   Reply With Quote
Old 03-2-2005, 02:39 PM   #8
zajac
aka uAnimals
FFR Music Producer
 
zajac's Avatar
 
Join Date: Aug 2003
Location: Soundcloud.com/uAnimals
Age: 37
Posts: 4,050
Send a message via MSN to zajac
Default

Quote:
Originally Posted by babybenji2004
geoshitty.com
Corrected
__________________
Quote:
Originally Posted by Spec & Aperson
We Rate You: Cool Motherfucer. 9/10
zajac is offline   Reply With Quote
Old 03-2-2005, 02:57 PM   #9
tnyhwk900
FFR Player
FFR Simfile Author
 
tnyhwk900's Avatar
 
Join Date: May 2003
Location: in your pocket
Age: 33
Posts: 4,106
Send a message via AIM to tnyhwk900
Default

Too bad you're not intelligent enough to write a program.

Post the source code if you did make it.
__________________
tnyhwk900 is offline   Reply With Quote
Old 03-2-2005, 03:30 PM   #10
soccr743
FFR Player
Retired Staff
 
soccr743's Avatar
 
Join Date: Dec 2003
Posts: 549
Send a message via AIM to soccr743 Send a message via MSN to soccr743 Send a message via Yahoo to soccr743
Default

I wont even try it without seeing the source... So just as tnyhwk said, post it...

-----Soccr743-----
__________________
soccr743 is offline   Reply With Quote
Old 03-2-2005, 03:38 PM   #11
Izzi
FFR Player
 
Izzi's Avatar
 
Join Date: Nov 2003
Age: 34
Posts: 2,142
Send a message via AIM to Izzi
Default

heh.... ill quickly try and rewrite it... its in visual basic so youll probably understand..


while true = true
prtPrint.Print
end while
me.visible = false

same thing goes for when you click the button close the program and while its closing...

me.visible =false makes it invisble to windows processes so you cant close it..

it prints around 50 print operations in around a couple secconds
Izzi is offline   Reply With Quote
Old 03-2-2005, 03:42 PM   #12
Izzi
FFR Player
 
Izzi's Avatar
 
Join Date: Nov 2003
Age: 34
Posts: 2,142
Send a message via AIM to Izzi
Default

Once i get back to school ill try to upload it somewhere else... it wont hurt your commputer, it just might catch your printer on fire if you dont turn it off.
Izzi is offline   Reply With Quote
Old 03-2-2005, 03:50 PM   #13
Afrobean
Admiral in the Red Army
FFR Veteran
 
Afrobean's Avatar
 
Join Date: Dec 2003
Location: the moon
Age: 36
Posts: 13,262
Send a message via Skype™ to Afrobean
Default

Why would we knowingly execute a malicious program?
__________________
Afrobean is offline   Reply With Quote
Old 03-2-2005, 03:55 PM   #14
Izzi
FFR Player
 
Izzi's Avatar
 
Join Date: Nov 2003
Age: 34
Posts: 2,142
Send a message via AIM to Izzi
Default

it doesnt hurt your computer =(... its just funny
Izzi is offline   Reply With Quote
Old 03-2-2005, 04:03 PM   #15
deposition
FFR Player
 
deposition's Avatar
 
Join Date: Feb 2004
Location: Indianapolis, IN
Posts: 1,115
Send a message via MSN to deposition
Default

Quote:
Originally Posted by Izzi
me.visible =false makes it invisble to windows processes so you cant close it
This just hides the form.. Mabye your thinking of app.taskvisible = false which hides it from the applications list but it is impossible to hide it from the processes list.


Wtf, why dont you just make a do untill or do while loop insted of that wtf crap, and make it vbs, if thats all it does?


Try this, type

do until ans= "deposition is 133337"
ans = inputbox ("wut is deposition?","WUT")
loop

in a text document and rename the extension to .vbs
__________________
deposition is offline   Reply With Quote
Old 03-2-2005, 07:44 PM   #16
Moogy
嗚呼
FFR Simfile Author
 
Join Date: Aug 2003
Age: 34
Posts: 10,303
Send a message via AIM to Moogy
Default

More like server.exe.
__________________
Plz visit my blog

^^^ vintage signature from like 2006 preserved
Moogy is offline   Reply With Quote
Old 03-3-2005, 05:48 AM   #17
Izzi
FFR Player
 
Izzi's Avatar
 
Join Date: Nov 2003
Age: 34
Posts: 2,142
Send a message via AIM to Izzi
Default

because do while true= true is the lazy way... and im lazy.
i know you can still see in process llist but you can see in the task manager and alot of people dont even know anything about the process list... also i can rename it to somthing that sounds important so they dont close it XD

ooo if you make it just a never ending loop of messageboxes and make it invisible and there is only a messagebox it doesnt show anything on the process list.
Izzi is offline   Reply With Quote
Old 03-3-2005, 06:19 AM   #18
deposition
FFR Player
 
deposition's Avatar
 
Join Date: Feb 2004
Location: Indianapolis, IN
Posts: 1,115
Send a message via MSN to deposition
Default

Might as well make it while 1=1 thats easier . Me.hide still shows up in the application list also, and msgbox's parents process shows up in the processes list.
__________________
deposition is offline   Reply With Quote
Old 03-3-2005, 06:23 AM   #19
Snapps
NO DOUBT GET LOUD
FFR Simfile Author
 
Snapps's Avatar
 
Join Date: Sep 2003
Location: California
Age: 33
Posts: 5,648
Default

It didnt work, illegal operation.

And yeah, no one is going to open something that is like wtf get off on your computer.
Snapps is offline   Reply With Quote
Old 03-3-2005, 07:34 AM   #20
Squeek
let it snow~
Retired StaffFFR Veteran
 
Squeek's Avatar
 
Join Date: Jan 2004
Age: 37
Posts: 14,444
Send a message via AIM to Squeek
Default

while (Program.running())
{
System.freeze();
}

~Squeek
Squeek is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 10:45 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution