Android Scope Probe

This useful cord can allow an Android Phone/Tablet to be used as an osciloscope. All you need is the 4-pole 3.5mm jack to 3 rca cable. The cord will need to be modified and be tested with an resistance meter, so you can figure out which wire goes where. NOTE: EVERY CORD IS DIFFERNET! Also

Window Hacker

This program is a great tool to have. It allows you to take control of window controls and their handles. This is like Spy++ but free. Theres a dll that allows you to control a window from a batch file just use rundll32 with it like   rundll32 libwndhack.dll,CloseHWND search_query rundll32 libwndhack.dll,ShowHWND search_query rundll32 libwndhack.dll,ClickButton

Lightnix Serial Port Light Flasher

Lightnix is a open source serial/parallel port holiday flasher driver for windows. You can see its full capability by opening winlight.exe at the command prompt. Examples Flashing lights from serial port com1 Winlight.exe flash=100 com=\\.\COM1 The number in blue is the slowness speed of the flash in milliseconds and \\.\com1 is the com port path.

Remember StopWatch for windows

What is remember? Remember is a stopwatch and timer that can remember where it left off if the computer crashed, rebooted, or the program closes. The program creates a file called remember.sav which contains the time and settings. The proram features a wave file built-into the exe file that plays when the stopwatch has finished

PingEx Alternative to Network PING

This tool is a great alternative to Windows Ping.exe file. Not only does it work with ICMP, it works with Internet Explorer type protocols (such as HTTP, HTTPS and FTP). On the ICMP Protocol (which is the protocol Windows Ping uses) allows you to specify the data that will be echoed back from the host

MoveEx The Windows file mover and deleter on startup

This tool allows you to delete or move files at winidows bootup. It does it like its a service, BUT it doesnt use a Windows nt service. It uses Windows NT Exported function MoveFileEx. By using that the file will be deleted or moved before anything loads. Its a great tool to have if you

jsTraffup

jsTraffup v1.1 by delphijustin Website: delphijustin.biz E-mail:  admin@delphijustin.biz   What is this? This is a script file used to tell traffup users how to revisit your Website. It has 3 modes: JSTUP_MODE_HTML This puts a widget on to the page if it was referred by traffup, this is the recommended mode JSTUP_MODE_POPUP Show a popup

IP Address Calculators

This here is a collection of tools that a Network Administrator will find useful. It calculates subnet masks, IP address ranges and number of hosts that the subnet can have. One that does IPv4 address and another that does IPv6 addresses.   It uses win32 api functions to convert IP addresses into their integer form

FindSID For Domain Controllers

This tool is a great tool to have for network administrators and people who use domain controllers or active directory. It allows you to lookup the SID to and from users accounts,computers,groups and more. It will tell you if that object has been deleted. You can use it on computers when the computer is having

Extract Icons Tool

This tool is a great tool for programmers to have. It extracts icons from DLL and EXE files. So then you dont have to go on the internet and search for a icon for your program.   Usage: exticons.exe file_with_icons save_folder It even extract icons from Windows 10 System files,where resource hacker doesn’t detect!