Recent content by Cynikal

  1. C

    .NET Black Hat component -- What would you like to see added?

    Although these features are EASILY obtained by the .NET framework (Minus External IP/Processor MHz/Mobo Info), that's besides the point. It's to consolidate the features to be used from one solution. This is designed for 'noobs' to the BH side of programming.
  2. C

    Can't create Google/Yahoo accounts via httpwebrequest...

    You should first download the source of the page. I just took a look, and saw all the fields.
  3. C

    .NET Black Hat component -- What would you like to see added?

    This is designed for the new people, and for people who just don't feel like doing it.
  4. C

    Can some tell me how this is done?

    Just google 'free custom pc builder script' Im sure theres something out there.
  5. C

    Software Protection!!! What license system you use?

    Operating under the knowledge of KNOWING that your program can/will be deobfuscated and decompiled. It helps you better make a licensing system. For example: Instead of just 1 active license check, add several. Sending your license to a website..are you sending it in plain text? encrypt it...
  6. C

    .NET Black Hat component -- What would you like to see added?

    Hello friends and fellow programmers, For the past month or so, I have been coding up a .NET Black Hat component, which will be available in the near future. The purpose behind this project is to allow "noobs" and experts to quickly, and EASILY design black hat related applications. The...
  7. C

    Can some tell me how this is done?

    If you're referring to the "# Available", that's a option offered by eBay. You'd have to have a store with a certain permission i'm sure, as then you'll be able to setup stock.
  8. C

    Help , fake cracker .

    Although this program would literally take about 15min to make, it's stupid, childish, and retarded.
  9. C

    VB.NET ~ Are captcha's possible with webclient?

    You would use regex to get the information you need, then submit a post with the information.
  10. C

    Fake Traffic Gen Script

    I would use the webclient, as its much easier and efficient to send referrer information. and it would be something as simple as.. Change Proxy Download Page Rinse, Repeat
  11. C

    Software Protection!!! What license system you use?

    I use a custom solution that mixes both web, hardware, along with obfuscation. I don't believe in paying for something that I can do myself.
  12. C

    Which hardware could be the problem.

    This sounds like a combination of ram, hd speed, and processing. As, for it to 'process' these files, it needs to: Read/Load the File from the HD into RAM, then process it. If you have a slow HD, it'll take longer for it to read/load it. If you have a lack of ram, the program...
  13. C

    Maintain a job for life in programming

    Look at what type of forum you're posting on, then see why I said what I said. I win.
  14. C

    Maintain a job for life in programming

    Writing 'Unmaintainable' code is nearly impossible anymore. Writing software for internet almost requires some form of maintenance as time goes on. If you write software for say SERP checking, you have to maintain it to keep up with the constant changes of google. Or with general...
  15. C

    VB.NET ~ Are captcha's possible with webclient?

    i was thinking web browser control, which is possible too, but makes things difficult
Back
Top