Advertisement

Results for "Author: konstantin tretyakov"

2002ASP #1379
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).

2002ASP #1380
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!

2002ASP #1381
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

2002ASP #1382
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

2002ASP #1383
Advanced Keylogger ActiveX

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

2002ASP #1384
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 ????!!!!!!}

2002C #9983
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).

2002C #9984
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!

2002C #9985
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

2002C #9986
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

2002C #9987
Advanced Keylogger ActiveX

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

2002C #9988
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 ????!!!!!!}

2002VB #18587
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).

2002VB #18588
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!

2002VB #18589
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

2002VB #18590
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

2002VB #18591
Advanced Keylogger ActiveX

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

2002VB #18592
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 ????!!!!!!}

ASP_Volume2 #32932
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

ASP_Volume2 #33439
Advanced Keylogger ActiveX

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

Languages
Top Categories
Global Discovery