Results for "Category: Miscellaneous"
This is a chip 8 emulator coded in VB.I use Direct X for Graphics and Input and i need some help with DSound(Not some , A LOT)... Some roms are included. Note:If someone knows well DSound 7/8 i need his/her help for my GameBoy emulator UPDATE : I fixed a lot of bugs.Please download again. Please Vote
Removes the Welchia/Nachi worm. No great advance in this code, to the code in my DCOM worm remover. Basically, this will remove the WELCHIA worm, which was released, saw it on the news this morning. Other ways this could be done, is changing the clock to the year 2004, which the worm will remove itself. Also other advances would work in killing the process of the worm before removing it's SERVICES keys in the registry. I know someone has done that with the DCOM remover, great to see people expanding the code. Feel free to advance the code all you like, or leave it as it is, it works.
Monitor's usage of: Physical Memory Usage in percent, Virtual Memory Usage in percent, Shows total amount of RAM, Shows amount of free RAM, Total virtual memory, Free virtual memory, KB used in the current paging file, KB free in paging file.
Ok, it's been ages and ages since I have posted any code. Kind of got sick of people ripping code and making claim for their own, so I removed pretty much all code I ever posted. Anyway, things aside, this application will remove that DCOM Worm that was realeased. Pretty simple. I would like to take the time to add, that the registry code I used was from Master Spy's startup adder/remover. Basically because it was right there, and I was a lil too lazy to code it myself. Same goes for the shutdown code, which was from one of Federico Bridger's examples, for the same reason, heh. Enjoy.
This is just a minor update to my previous submission for the DCOM worm remover. This simple update will remove the BLASTER worm, as well as it's B and C varients.
read values from any LM75-Sensor connected to your printer-port (up to 8 pieces) / you need some basic inp/outp control like that from jspayne! This explains a lot about initialising the I2C bus and or the LM75 sensor!
This is a simplified example that shows how to register an app to individual PCs using a key that is derived from unique properties such as the CPU ID, OS serial, MAC address etc. It's real easy to do & secure enough to keep most users honest. Feel free to modify & use it as you see fit & please vote if you find it useful. Any feedback or comments are welcome and why not take up my cracking challenge - no one has succeeded yet! It uses WMI so if you're running W95, W98 or NT4 & you get an automation error download the WMI engine from: http://download.microsoft.com/download/platformsdk/wmicore/1.5/W9XNT4/EN-US/wmicore.EXE. Update info: The app is even more secure as it now includes complete obfuscation of the key variable and a simple and easily expandable anti-hacking routine (currently includes RegMon, FileMon, SoftICE - routine is adapted from Kevin Lingofelter's code at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=10000&lngWId=1).
I made this to hide programs/windows that were currently open when my parents walked in. It has memory so you just press F6 to hide everything you have selected. Very useful for quickly hiding things. There will be a new version comming out soon, with the following features: Hides a hWnd from Control Alt Delete when you choose to hide the window, cleaer code and new functions.
This application will make your mouse wrap around the screen. For example: move the mouse to the far right of the screen and the mouse will apear on the left side
This Is A Cool Msn Bot! It Is Fully Functional Without Any Bugs. Tells You Your Nickname, User Info, Status Changer, And Is Easy To Understand The Coding. Please Enjoy This Code And Use Freely For Your Own Applications!! PLEASE VOTE FOR MY WORK! **UPDATE** An Update Is Now Released! It Is Called " Msn Toolbox ". It Is A Little More Advanced Than This, Though It Has HEAPS AND HEAPS Of Features. I Recommend Downloading This Before You Download Msn Toolbox. Thanking You, Jamie C.
This is a simple 'working' progress bar with a very nice looking fade effect. It doesn't require any external DLL's, ActiveX, or API calls, so no having to tweak it to get it to work in your application! New version includes a module sub to activate and deactivate the screen, change the color programatically. It is now possible to pass any RGB color value as the primary color, change the fade rate, speed, number of elements. Also includes a control version as well.
A simple Hub for the Direct Connect protocol commonly used by DC++ Uses SocketWise (included) : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=39858&lngWId=1 Any changes, improvements, modifcaion are welcome. Updating soon...
This application uses the SetWindowsHookEx function to retrieve all keyboard events. You can configurate the keys you want to receive by event callback function. Uses no timer + GetAsyncKeyState to fetch pressed keys. The user control sends the Chr-compatible byte code for the pressed character (if any), the name for the key/special key (if known), the application the key was typed in and a flag, indicating whether the application the user was typing in was changed. You may use this code as keylogger or modify it to prevent users from using windows default key combinations like Ctrl + tab etc. Plz vote if you like my code. My first submission on psc ;)
Keyboard Party Lights. ---------------------- Ever thought of having fun with your keyboard lights, if no! then this is it, you can play around with the program with 3 different scene's, and look for keyboard lights(NUM LOCK + CAPS LOCK + SCROLL LOCK) blinking. Program by Deepak Gurung
array sorting using quicksort, with stack arrays, the REAL way of doing quicksort.
this code displays your uptime in tray and if you douebleclick on the icon a window appears with your uptime ;)
FULLY COMMENTED TUTORIAL ON PROCESS DETECTION USING THE PROCESSFIRST, PROCESSNEXT, AND CREATETOOLHELP API'S. Ok here is the deal, I spent alot of time trying to figure out how to find a process, parse out the exe file name and it's process id to use for process memory manipulation. However, there were no eazy to read tutorials that could make me understand how the api's worked. After figuring everything out, I thought I should make a fully commented source for others who may end up stuck in my shoes. I hope you enjoy. The sub is the easier to understand than all on psc thus far.
This will ask the user to enter a password and if it is incorrect it will give them two more chances (three attempts in total). Please vote and leave comments :)
Set the default printer for Windows at runtime that remains even after the app shuts down. All printers on the user's system will be displayed in a sortable listview from which printer selection can be made. Something like this is useful because the VB DataReport always prints to the default printer.
Updated Version Of Winsock Tutorial. For beginners who want to learn about Winsock Control and Networking. A must read for someone who want to Implement a Client-Server Interface.