Frizza is a key spammer originally coded for CM Wizards to ease hand pain from spamming keys but it works for any class in Diablo 3. Frizza was written by Yves Henri, I am posting it here for him with his permission because he doesn't have an account and because this program has helped me so much since I found it. I will try to help people with any problems they have that don't deal with the code. For anything else, I'll do my best to send it to Henri. Remember, this isn't my work, I did not code this! This is a Demo version. You can donate any amount and get a serial sent to your Paypal e-mail or you can crack it which Yves is OK with (see below) but if you like it you should donate a few bucks, Yves is a good guy =p.
-------------------------------------------------------------------------
Author Information:
For those who don't know about me from my other works; I'm Henri, programmer of age 24 and I currently 'own' HSoft, a fictitious company that I created to carry my name on the programs I make.
Some of my works can be found here: Yves Henri - 4shared user page - 17,141 downloads
Introduction:
Frizza is the #1 Diablo III Keypresser. It's first goal was to serve Critical Mass Wizards, relieving their hand pain. It can still be used, pretty much, for Critical Mass Wizards, as well as Zero Dogs Witch Doctors and many more functionalities! It relieves your pain by only holding a single key!
Technical information:
Frizza is composed by an '.exe, .dll, .jar and an .ini' file. Both the .exe and the .dll were written in C++, using native Win32. It uses a well known and yet safe technique to hack anti-cheats, such as GameGuard, Warden and more. That technique name is not going to be revealed for obvious reasons. Frizza uses keyboard hooking for it's activation. It does not use any dll injection, nor packets/memory manipulation. It also uses random humanly customized intervals between key slams, dramatically decreasing your chances of being caught.
Frizza is a prohibited kind of application, so, once again, use it at your very own risk.
How it works:
The keys to be smashed can be customized using the 'Setup.ini' file. Variable names were carefully chosen for an easy file manipulation.
It is activated as long as the spacebar (default) key is held down. For a list of key codes, go here: Virtual key code list
Features:
- Spam single or multiple customized keys, using an humanly smart mechanism
- Multithreaded keypresser with it's own customized interval
- Buff yourself every certain times
Among others!
Screenshots:
Why choose Frizza over AutoHotKey and AutoIt scripts?
AutoIt and AutoHotKey use unmasked, raw Win32 API functions. SendMessage, SendInput, keybd_event, PostMessage... all these functions can be easily hooked by the Warden, increasing the risks of being banned. Frizza masks it's own functions, making it more secure than any AutoIt and AutoHotKey scripts out there.
So what are you waiting for? Go ahead and download Frizza!
MD5 Hash (EXE): 37c549669ddba921536659ea8f63bc77
MD5 Hash (DLL): 89daf21986ff7535dc873f78a76fe639
MD5 Hash (JAR): d36ab5fd331416ba13380db0f79a6aa5
Download: Download Frizza 1.3
NOTE: I have added a simple serial system to protect this application against leechers. If you do plan to crack it instead of just acknowledging my work: go ahead; No hard feelings.
Cheers,
Yves Henri
-----------------------------------------------------------------------------------------------------------------------------
Additional Notes: By default, Frizza will spam 1-4 when you hold down the space key.
Basic Config Info:
My current Setup.ini code.
I have it set to spam a,s,d. To change yours, go to the Setup.ini file, and go to the respective SpamKeyCode you want to change, then remove the "0x##" and replace it with they key code for the key you want it to spam from the virtual key code list link above. TriggerKeyCode is the key that you hold down for the other key spam. Change that the same way you did with SpamKeyCodes in order to change that. To turn off a specific key so that Frizza doesn't spam it, change value of Spam###Key from 1 to 0, like I have down with SpamFourthKey. Intervals are in milliseconds and can be changed but Frizza will work fine without changing them.Code:[Main] TriggerKeyCode=0x20 AutoUpdate=1 DllName=Frizza.dll [KeyPress] FirstSpamKeyCode=0x41 SecondSpamKeyCode=0x44 ThirdSpamKeyCode=0x53 FourthSpamKeyCode=0x34 [Switches] SpamFirstKey=1 SpamSecondKey=1 SpamThirdKey=1 SpamFourthKey=0 [Intervals] FirstSpamKeyMinInterval=150 FirstSpamKeyMaxInterval=250 SecondSpamKeyMinInterval=150 SecondSpamKeyMaxInterval=250 ThirdSpamKeyMinInterval=150 ThirdSpamKeyMaxInterval=250 FourthSpamKeyMinInterval=150 FourthSpamKeyMaxInterval=250