Jump to content

Psyphon

Active Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Location
    Burger King

Recent Profile Visitors

850 profile views

Psyphon's Achievements

Newbie

Newbie (1/14)

  1. You people suck. :shock: Someone asked a question... and I out of the goodness of my heart I answered it and wrote the code for him, and all I get is shit thrown at me? Maybe it is because I typed the word "noob" several times? It was a joke, get over it... god damn tetchy geeks.
  2. This was a topical reply to the user "Pizza" - hence the title. There is no GUI components, make them yourself - I'm not spoon feeding anyone. Understand what is being said in colloquial terms before you go and make a smart-ass comment.
  3. Sorry to say this - but it looks like a total waste of time. There is nothing fresh, nothing original... you need to offer something NEW. You might want to watch out for lawsuits too, make sure all your "borrowed" content is credited. They are only a whois lookup away...
  4. That's such a noobie thing to say. Almost every OS problem regardless of platform can be fixed without a reinstall. Talk about using a sledge hammer when a screwdriver will do.
  5. OK ok ok ... it interested me, and people were saying it can't be done or do it some other way... and did someone even mention BATCH FILES??!! OMG LOL - noobs noobs noobs noobs noobs! But then again I am more l337 than you. Hahaha. Anyway, it wasn't working because programs run sequentially, you need to object orientate your code! That is why Java is called an Object Orientated Language. You need to make threads! Anyway I knocked the code up for you, gave me something to do while waiting for the kettle to boil. /** * * @author PSYPHON, i.psy.phon@gmail.com * */ public class NMapLauncher { static Thread NMapThead; public static void main ( String [] args ) { System.out.println("Starting NMapLauncher..."); NMapThead = new NMapThread(); NMapThead.start(); } } /** * * @author PSYPHON, i.psy.phon@gmail.com * */ public class NMapThread extends Thread { public NMapThread() { System.out.println("NMapThread object created..."); } public void run() { System.out.println("NMapThread run launched..."); try { System.out.println("Running thread..."); Process p = Runtime.getRuntime().exec("cmd /c start nmap -v -sS 10.0.0.*"); p.waitFor(); } catch (Exception e) { System.err.println("Oops, I fooked up! o.0 "); } } }
  6. I totally agree, I just feel that if you have posted a topic which some one percieves as stupid or off-topic the best thing to do is just not reply to that thread. I don't understand why people feel a need to reply; when the reply is not constructive. Yes people here do seem pretty nice, as I said before I've been a member of NewOrder for last 6 years, and you do find a lot of them there are '1337'ist big heads. :roll: When the simple matter is that I.T. is such a big genre it is absolutly impossible for anyone to know everything about everything. People are generally specialized to their own chosen field. I feel if we can get on a little better together and maybe tolerate the sometimes (what seems ) stupid questions, (im sure we've all asked them at some point) that we might infact learn something new from each other. :D
  7. :shock: i have them now... :P go on tell me how to use a search engine :roll:
  8. Yea I used to use pipex, with 2Mbit unlimited; was very reliable. Now moved house and couldnt get it in my area - so now jump on a freedom2surf 802.11 nxt door. Ive looked it up, its a 8Mbit channel, limited bandwidth, but when you go over it charges you 99p per GB. They also dont block any ports at all. But the best thing about it is that it has unlimited bandwidth limits between 1am and 6am. Bandwidth caps suck. The up spead is supposed to be 488bps, I havent seen this in action though!
  9. No worries dude, it was all light hearted! Nice site btw! and yea... sorry we (at NewOrder) do say "google it" a lot too!!! :D we have a lot of people who are "one post wonders" .. but i think i shall be back here... again nice site (both your one and this hak5). i only asked as i had heard the song, and i had no idea who it was by just the lyrics.. i found on google a couple of links to it but they were all dead ones. Have got more than i asked for now with this class war album! see it was worth me coming here Psyphon
  10. I think some people here need to be a bit nicer to the newcomer (Sparda). 8) I've been a member of NewOrder for almost 6 years and we treat people a 'little' nicer there. Just because I havent been here before; dont asume that i know shit and make statements to me about google. i wasnt asking to find it, i was asking if it was on one of your servers. thanks goes to metatron, for constructive post! well we'll soon see anyway.. bouncing it through a few proxies just to be sure, even then im not even on my own network 8) can never be too safe :P
  11. haha i know what you mean, i've watched them :roll: i think painfull is an understatment... i think it was on there (or hack.tv) that they had some kid showing you how to paint your case! hahahahah... made me chuckle.. those guys look about 12, and they done look comfortable in front of the camera. thebroken was pretty good but they havent released anything in yages...
×
×
  • Create New...