NewEraCracker / LOIC

Deprecated - Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IF YOU GET V& IT IS YOUR FAULT.
https://github.com/NewEraCracker/LOIC/
Other
2.66k stars 650 forks source link

Code improvement, testing the waters #20

Closed CorporateCog closed 13 years ago

CorporateCog commented 13 years ago

Added static class Functions rather than creating a new object each time just to call this method. Move it to its own file as per best practice

CorporateCog commented 13 years ago

Rather than keep pushing code, I explained my methods a bit here: https://github.com/CorporateCog/LOIC/wiki/A-crash-course-in-brain-surgery-with-C-Sharp

NewEraCracker commented 13 years ago

Thanks :)

I'll take a look and improve coding.