Protips how to drawball...
THE ULTIMATE GUIDE TO DRAW BALLS
Don't use the largest brush, fucktard. The ink used by each brush is NOT proportionate. The smallest brush will allow you to use ten times moar ink, albeit at ten times slower than the usual pace.
Don't drain your ink bellow 30%, the moar ink you have the faster it refills. The more you draw the faster it refills as well. Just need to find the right balance.
Currently Drawball gives new users a 5% allotment of ink when they first start using Drawball. This number increases over time to at least 100%. The best way to get the most ink is to simply wait it out after you reach 0 and let it refill automatically. But if your bloodlust for vandalism must be quenched immediately, simply reset your modem to get a new IP address, and thus you will start with 5% ink again.
DOWNLOAD AND INSTALL AUTO HOTKEY (google)
SAVE THIS SCRIPT TO A TEXTFILE, RENAME .txt to .ahk
DOUBLE CLICK IT
ZOOM IN TO WHERE YOU WANT TO DRAW YOUR RECTANGLE
SELECT THE SMALLEST BRUSH AND YOUR COLOR
PRESS CTRL + W TO START THE SCRIPT
SCRIPT:
;#################################################
^W::
Halt :="False"
loop 250
{
If (Halt = "True")
{
Break
}
MouseClickDrag, Left, 2, 200, 0, -200 [,0,R]
}
^E::
Halt :="True"
Return
^Q::
ExitApp
;#################################################
All Comments