Login Register






ChaT Tools filter_list
Author
Message
ChaT Tools #1
Hello everybody!!!

Email Bomber
Ip Tools
Mac Changer
Capture screen
Advanced spammer
Fake Login generator
Screenshot Capture
Cookies Cleaner
Virus Scan [VT]:

[Image: exofyju.jpg]


[Image: 66043450.jpg]

[Image: 15236136.jpg]

[Image: 77132581.jpg]

[Image: 79742052.jpg]

[Image: 98948138.jpg]

[Image: 16135040.jpg]



Download Link: http://www.mediafire.com/?055de6223d9kspl

Reply

RE: ChaT Tools #2
Thread Title Edited to reflect the non-use of special characters.

Reply

RE: ChaT Tools #3
OK, ok, sory.I am new here.

Reply

RE: ChaT Tools #4
(05-11-2013, 09:41 PM)barukoru Wrote: OK, ok, sory.I am new here.

No worries mate.
Just be sure to read the rules and there should be no future worries accordingly.

Reply

RE: ChaT Tools #5
It's alright.. Lots of people make general "toolbox" type programs, but the code is horrible.

A few things I have noticed:
- Unnecessary duplicated code in if statements
- Not disposing (even within timer methods)
- Using Shell() instead of the Process class
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: ChaT Tools #6
It's alright.. Lots of people make general "toolbox" type programs, but the code is horrible.

A few things I have noticed:
- Unnecessary duplicated code in if statements
- Not disposing (even within timer methods)
- Using Shell() instead of the Process class
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: ChaT Tools #7
(05-12-2013, 11:01 PM)ArkPhaze Wrote: It's alright.. Lots of people make general "toolbox" type programs, but the code is horrible.

A few things I have noticed:
- Unnecessary duplicated code in if statements
- Not disposing (even within timer methods)
- Using Shell() instead of the Process class

Naturally, any thread that you happen upon with commentation gives me a chuckle of amusement.:lol:

Reply

RE: ChaT Tools #8
(05-12-2013, 11:01 PM)ArkPhaze Wrote: It's alright.. Lots of people make general "toolbox" type programs, but the code is horrible.

A few things I have noticed:
- Unnecessary duplicated code in if statements
- Not disposing (even within timer methods)
- Using Shell() instead of the Process class

Naturally, any thread that you happen upon with commentation gives me a chuckle of amusement.:lol:

Reply

RE: ChaT Tools #9
Only trying to help, in the past I used to just assume that people did this out of a collection of source codes that they had seen others using and tried to put it all into one tool (because that does happen). So programs like this which just combine a whole bunch of different features, is very common because of that. I personally don't really get the point of bulking up a program like that though...

If I was looking at this code and doing a full review though, it looks like a mix of VB6, and bad VB.NET. I see the My namespace in there, so this was definitely written in VB.NET and not C#.

As for the GUI though, I can't say I'm a fan. The idea is nice, but the visual itself isn't very appealing.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: ChaT Tools #10
Only trying to help, in the past I used to just assume that people did this out of a collection of source codes that they had seen others using and tried to put it all into one tool (because that does happen). So programs like this which just combine a whole bunch of different features, is very common because of that. I personally don't really get the point of bulking up a program like that though...

If I was looking at this code and doing a full review though, it looks like a mix of VB6, and bad VB.NET. I see the My namespace in there, so this was definitely written in VB.NET and not C#.

As for the GUI though, I can't say I'm a fan. The idea is nice, but the visual itself isn't very appealing.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply