• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Zippy! Automatic Button Pressing program.

Correct, it should work with any hardware (maybe even no hardware at all) and any application.
 
I was using GetAsyncKeyState for keyboard input but you have to use the hook for mouse (now both hook). It's the mouse that is causing problems too.

Hmm, I've used GetAsyncKeyState() before with the mouse before and it was fine. I double checked and it's alright.

Make sure your defines are right, the mouse buttons are:
VK_LBUTTON 0x01
VK_RBUTTON 0x02
VK_MBUTTON 0x04
VK_XBUTTON1 0x05
VK_XBUTTON2 0x06
 
Just uploaded Zippy 1.1.2. It has support for MouseWheelUp and MouseWheelDown (only one "notch").
 
i want it to hold down w and have it set to 0 but it only presses it once instead of holding it down.
with zippy: w
without zippy: wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
 
I think that's because the operating system causes an actual key press to repeat in keyboard settings. Operating system knows the program isn't a keyboard so it doesn't apply the same pulsing logic. If you want wwwwwwwwwww then change delay to something like 5. Every 5 ms it will pulse the key making it mimic what operating systems do.
 
I actually found another program many days ago that will basically just hold it and it acts like a keyboard in game but it was just a demo and only held for a minute. I just want to use it to gain speed on a roblox game. I will try that though. Thanks.
 
Ok man I may be retarded, but I set my enter key to press O once and then went to grab a snack and came back to my p.c. auto shut down. i opened the program back up but changes weren't visible, and now, every time i press enter, the letter O is entered at the end of whatever i just wrote. I've searched thru every nook and cranny to find the code and remove the file but can't stop it and this is a cry for help even though you made this program 8 fucking years ago.
 
Yes and no. Yes, in that you push a key/button and it does something. No, in that it can do things that most macro programs can't (like push a key/button inhumanly fast or hold multiple keys down indefinitely).
LGS can press and hold multiple keys but its tricky to set up. keypress speed is insanely fast too.
 
Ok man I may be retarded, but I set my enter key to press O once and then went to grab a snack and came back to my p.c. auto shut down. i opened the program back up but changes weren't visible, and now, every time i press enter, the letter O is entered at the end of whatever i just wrote. I've searched thru every nook and cranny to find the code and remove the file but can't stop it and this is a cry for help even though you made this program 8 fucking years ago.
Delete settings.zcf which should be the same folder as Zippy.exe
If you stop Zippy from running then it can't do anything. It is only Zippy.exe which produces settings.zcf and that's it. Don't think there's even code in there to auto start. It makes no persistent changes to the computer other than settings.zcf.

So if you got rid of Zippy entirely and it's still doing it...the key combination may have triggered one of Windows sticky key features. If you search for "sticky keys" it'll bring up Keyboard which has all of these settings as well as the checkboxes under reach for automatically enabling them via keystrokes. One of those shortcuts may have caused Windows to do whatever it is that it is doing.
 
I'm trying to remove your program from my computer but it says that it is open in another program and can't be removed. I can't figure out how to uninstall it, help please?
 
Back
Top