Advertisement

Results for "Author: konstantin tretyakov"

Java_Volume1 #93045
Advanced Keylogger ActiveX

That's an ActiveX control that allows you to implement the full keylogging functionality (including macros) easily in several lines.

Java_Volume1 #93804
Expression Evaluator (that is - STRING CALCULATOR)

Ever wanted to have a program, that will calculate the value of a given expression? (like you give it "2*3^sin(2)+23/(2*Abs(-8.5)" and it returns the value). Well HERE IT IS - My 'EVALUATOR' class. You may search all over, noone will give you such source (at least I didn't find). :) ('Eat MY code...':) ---Also, read the README.TXT File in the Zip. Thanx!

Java_Volume1 #94181
A COMPLETE WORKING KEYLOGGER IN DELPHI

OK, I've received some feedbacks on my VB 'Hooking' keylogger asking for DLL code. I am sorry that I didn't post it then 'cause I thought it to be too basic for a person who knows Delphi/C and too advances for the person who is interested in VB only. Well: here's the Keylogger. BTW it will show to some of you how to use the GetKeyName function. I mean, there is no such code: IF Keycode=13 then Log("Enter"), if KeyCode=27 then Log("Esc"), etc.... It logs all the keys except Print Screen. Once again: I AM SORRY FOR POSTING DELPHI CODE - YOU ASKED FOR IT!!! I included the exe file for those, who don't have delphi compiler. Anyway, just try it (and see how a keylogger must be done:) before posting your "timered" keyloggers here. {To you Ian - Why don't you make a DELPHI section here ????!!!!!!}

Java_Volume1 #94190
That's how a Keylogger is done in VB ;)

You were waiting for it didn't you? NO MORE TIMERS and GetAsyncKeyState. About 40 lines in VB (excl. declares) and a DLL. Logs ALL keys except PrintScreen. Is this the end of the war of keyloggers? :) (I hope not).

Java_Volume1 #94655
Turn your PictureBox into a ChildForm

Uses SetWindowLong to turn a PictureBox into a "Child Form". Rather amazing to an unexperienced programmer. PS. Visit my new site: http://smartsite.cjb.net

Java_Volume1 #102480
Math Expression Evaluator

The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB code I posted some long time ago. Enjoy.

1_2002 #105341
That's how a Keylogger is done in VB ;)

You were waiting for it didn't you? NO MORE TIMERS and GetAsyncKeyState. About 40 lines in VB (excl. declares) and a DLL. Logs ALL keys except PrintScreen. Is this the end of the war of keyloggers? :) (I hope not).

1_2002 #105342
Expression Evaluator (that is - STRING CALCULATOR)

Ever wanted to have a program, that will calculate the value of a given expression? (like you give it "2*3^sin(2)+23/(2*Abs(-8.5)" and it returns the value). Well HERE IT IS - My 'EVALUATOR' class. You may search all over, noone will give you such source (at least I didn't find). :) ('Eat MY code...':) ---Also, read the README.TXT File in the Zip. Thanx!

1_2002 #105343
Mini WinHacker 95 (now may be called also 98)

On the whole this program was written under the impression of the WinHack (v1 beta) (I am sorry for taking the name, I do not claim to have the trademark) by Wedge Software. I also added the "Window Manager" feature to it. I think it may be useful to anyone: --If you are not a programmer, then you may use it's features. --If you are a not advanced programmer then you will know: -What are some interesting Registry Keys (e.g how to change system user's name and organization) -How to create a 'Control Panel' folder, etc (thus, for instance, you may have any number of Recycle Bins on your Desktop) -How to use the registry -How to work with windows -How to reboot the computer (though this code is commented out) -Many other stuff on general VB programming -Please, read the README.TXT file, supplied with the ZIP

1_2002 #105344
Turn your PictureBox into a ChildForm

Uses SetWindowLong to turn a PictureBox into a "Child Form". Rather amazing to an unexperienced programmer. PS. Visit my new site: http://smartsite.cjb.net

1_2002 #105345
Advanced Keylogger ActiveX

That's an ActiveX control that allows you to implement the full keylogging functionality (including macros) easily in several lines.

1_2002 #105346
A COMPLETE WORKING KEYLOGGER IN DELPHI

OK, I've received some feedbacks on my VB 'Hooking' keylogger asking for DLL code. I am sorry that I didn't post it then 'cause I thought it to be too basic for a person who knows Delphi/C and too advances for the person who is interested in VB only. Well: here's the Keylogger. BTW it will show to some of you how to use the GetKeyName function. I mean, there is no such code: IF Keycode=13 then Log("Enter"), if KeyCode=27 then Log("Esc"), etc.... It logs all the keys except Print Screen. Once again: I AM SORRY FOR POSTING DELPHI CODE - YOU ASKED FOR IT!!! I included the exe file for those, who don't have delphi compiler. Anyway, just try it (and see how a keylogger must be done:) before posting your "timered" keyloggers here. {To you Ian - Why don't you make a DELPHI section here ????!!!!!!}

2_2002-2004 #119685
Mini WinHacker 95 (now may be called also 98)

On the whole this program was written under the impression of the WinHack (v1 beta) (I am sorry for taking the name, I do not claim to have the trademark) by Wedge Software. I also added the "Window Manager" feature to it. I think it may be useful to anyone: --If you are not a programmer, then you may use it's features. --If you are a not advanced programmer then you will know: -What are some interesting Registry Keys (e.g how to change system user's name and organization) -How to create a 'Control Panel' folder, etc (thus, for instance, you may have any number of Recycle Bins on your Desktop) -How to use the registry -How to work with windows -How to reboot the computer (though this code is commented out) -Many other stuff on general VB programming -Please, read the README.TXT file, supplied with the ZIP

2_2002-2004 #120192
Advanced Keylogger ActiveX

That's an ActiveX control that allows you to implement the full keylogging functionality (including macros) easily in several lines.

2_2002-2004 #120951
Expression Evaluator (that is - STRING CALCULATOR)

Ever wanted to have a program, that will calculate the value of a given expression? (like you give it "2*3^sin(2)+23/(2*Abs(-8.5)" and it returns the value). Well HERE IT IS - My 'EVALUATOR' class. You may search all over, noone will give you such source (at least I didn't find). :) ('Eat MY code...':) ---Also, read the README.TXT File in the Zip. Thanx!

2_2002-2004 #121328
A COMPLETE WORKING KEYLOGGER IN DELPHI

OK, I've received some feedbacks on my VB 'Hooking' keylogger asking for DLL code. I am sorry that I didn't post it then 'cause I thought it to be too basic for a person who knows Delphi/C and too advances for the person who is interested in VB only. Well: here's the Keylogger. BTW it will show to some of you how to use the GetKeyName function. I mean, there is no such code: IF Keycode=13 then Log("Enter"), if KeyCode=27 then Log("Esc"), etc.... It logs all the keys except Print Screen. Once again: I AM SORRY FOR POSTING DELPHI CODE - YOU ASKED FOR IT!!! I included the exe file for those, who don't have delphi compiler. Anyway, just try it (and see how a keylogger must be done:) before posting your "timered" keyloggers here. {To you Ian - Why don't you make a DELPHI section here ????!!!!!!}

2_2002-2004 #121337
That's how a Keylogger is done in VB ;)

You were waiting for it didn't you? NO MORE TIMERS and GetAsyncKeyState. About 40 lines in VB (excl. declares) and a DLL. Logs ALL keys except PrintScreen. Is this the end of the war of keyloggers? :) (I hope not).

2_2002-2004 #121802
Turn your PictureBox into a ChildForm

Uses SetWindowLong to turn a PictureBox into a "Child Form". Rather amazing to an unexperienced programmer. PS. Visit my new site: http://smartsite.cjb.net

2_2002-2004 #129631
Math Expression Evaluator

The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB code I posted some long time ago. Enjoy.

3_2004-2005 #138229
Mini WinHacker 95 (now may be called also 98)

On the whole this program was written under the impression of the WinHack (v1 beta) (I am sorry for taking the name, I do not claim to have the trademark) by Wedge Software. I also added the "Window Manager" feature to it. I think it may be useful to anyone: --If you are not a programmer, then you may use it's features. --If you are a not advanced programmer then you will know: -What are some interesting Registry Keys (e.g how to change system user's name and organization) -How to create a 'Control Panel' folder, etc (thus, for instance, you may have any number of Recycle Bins on your Desktop) -How to use the registry -How to work with windows -How to reboot the computer (though this code is commented out) -Many other stuff on general VB programming -Please, read the README.TXT file, supplied with the ZIP

Languages
Top Categories
Global Discovery