Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- by Adhokshaj Mishra
- conduitsecurit.codeplex.com
- "Beware Hackers!"
- lawl! Let me show you the truth about your security app (Conduit SecureIT v2).
- You have hosted your project on Open Source Hosting (CodePlex), and did not release source code.....
- You violated the rules and regulations...:P
- Well, unavailability of source code can't stop me!!
- You have not given default passwords......well, here are they:
- Password1: Net@net%5
- Password2: net2net55
- You challenge hackers, and store passwords in plain text........lawl!
- You want to make your process "unkillabale".....right? And here is your algorithm:
- Process[] array = Process.GetProcessesByName("taskmgr");
- for (int i = 0; i < array.Length; i++)
- {
- Process process = array[i];
- process.Kill();
- }
- Great logic!! I can write my own process viewer and shut the fuck up!!
- moar lawl
- What did you say? Not everybody is going to write process viewer......well....install some other process viewer (there are many!)
- Even moar lawl!
- You application tracks mouse movements? You rely upon MouseMove event......and that too for security.....seriously?? Lawl Again
- My son, you even don't know how to write a program!! Need proofs? Well......here are they
- private void Timer4_Tick(object sender, EventArgs e)
- {
- this.TopMost = true;
- this.TopMost = true;
- this.WindowState = FormWindowState.Maximized;
- this.TopMost = true;
- this.TopMost = true;
- }
- What do you want to perform in given block of code? And what is the logic behind following lines:
- this.TopMost = true;
- this.TopMost = true;
- Just wanna make sure that your form is top most?? Lawl!! Go and play with sand my child!
- Here goes one more snippet
- private void Timer1_Tick(object sender, EventArgs e)
- {
- MyProject.Forms.Form6.NumericUpDown1.Value = decimal.Zero;
- MyProject.Forms.Form6.NumericUpDown2.Value = decimal.Zero;
- this.Enabled = true;
- }
- Errr.......you even don't know how to render some control read only!!
- Go and learn how to use MS Word, and keep your mouth shut.....you idiot
Advertisement
Add Comment
Please, Sign In to add comment