A simple jar to troll people.

Status
This thread has been locked.

damn

sadface
Banned
Feedback score
0
Posts
365
Reactions
160
Resources
0
You'd have to launch another process that deletes the jar once the original process has finished. That's complicated though :(
Maybe other classes?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/damn-scam-report.137054/, https://builtbybit.com/threads/damn-scam-report.137092/, https://builtbybit.com/threads/damn-scam-report.137100/)

damn

sadface
Banned
Feedback score
0
Posts
365
Reactions
160
Resources
0
It needs to be like a whole different process. Like you're running another jar which is made to delete the file once the original jar has stopped running. There may be ways but I do not know how.
Hm.. Might be able to trigger the other jar, the best option so far is just to run it and add a . infront of the nae.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/damn-scam-report.137054/, https://builtbybit.com/threads/damn-scam-report.137092/, https://builtbybit.com/threads/damn-scam-report.137100/)

Ammar T

Programming Teacher
Supreme
Feedback score
7
Posts
820
Reactions
394
Resources
0
What have I done xD, this is what spanned from a "Hello World" lesson and him asking how to repeat code xD.
 

damn

sadface
Banned
Feedback score
0
Posts
365
Reactions
160
Resources
0
What have I done xD, this is what spanned from a "Hello World" lesson and him asking how to repeat code xD.
You learned me a bit 'how to code'.
Some kuddos to you.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/damn-scam-report.137054/, https://builtbybit.com/threads/damn-scam-report.137092/, https://builtbybit.com/threads/damn-scam-report.137100/)

damn

sadface
Banned
Feedback score
0
Posts
365
Reactions
160
Resources
0
Going to, I go back to school on September 6th.
Niice! You can always change the message/loops (i can change it for you too).
Other than that I'll use it too Kappa[DOUBLEPOST=1471358655][/DOUBLEPOST]
What does
Code:
IO.print()
do? Does it use
Code:
JOptionPane.showMessageDialogue()
or what?
I got an API from Ammar T to mess around with.
The IO print is basically a hello world thingy but with IO.print I can make it pop up (like an error/alert)

Hello World:
Code:
System.out.println("Test");
That'd be an output for a console but with the IO. I'll get a popup.

Hello World (with the IO)
Code:
IO.print("Test");

That's it basically

Oh maybe this helps (try put this in you'll see the difference)
Code:
IO.print("Test");    // This one is the popup.

System.out.println("TestV2");     // This one is for cosnsole
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/damn-scam-report.137054/, https://builtbybit.com/threads/damn-scam-report.137092/, https://builtbybit.com/threads/damn-scam-report.137100/)

exhale

Thriving Editor.
Premium
Feedback score
2
Posts
2,002
Reactions
838
Resources
0
Lol thanks, used this in a library and said it got some error while I was on Facebook and they tried to fix it Kappa
 

damn

sadface
Banned
Feedback score
0
Posts
365
Reactions
160
Resources
0
Lol thanks, used this in a library and said it got some error while I was on Facebook and they tried to fix it Kappa
LOL
Goodluck to them :p
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/damn-scam-report.137054/, https://builtbybit.com/threads/damn-scam-report.137092/, https://builtbybit.com/threads/damn-scam-report.137100/)

damn

sadface
Banned
Feedback score
0
Posts
365
Reactions
160
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/damn-scam-report.137054/, https://builtbybit.com/threads/damn-scam-report.137092/, https://builtbybit.com/threads/damn-scam-report.137100/)
Status
This thread has been locked.
Top