Under rating threshold (hideshow)
All items:
Press [Space] [Right] [Down] [Left] [Down] [Right] [Up] [Left].
+1000 money:
Press [Space] [Up] [Space] [Up] [Left] [Right] [Left] [Right].
Buddy says "Vesti please adopt me. If you do you will get a skin in this game":
Press [Space] [Space] [Right] [Left] [Left] [Down] [Space] [Up].
from http://www.gamewinners.com/DOSWIN/blinteractivebuddy.htm
Under rating threshold (hideshow)
AMAZING MONEY TRICK-
If you have the Gravity Shifter, put it on, get the Telly Tubby skin and put it so that you are tickling. Hold down the left mouse button so that you are tickling it, then right click, while still tickling, and left click somewhere else **OUT OF THE INTERACTIVE BUDDY GAME** like in the chat text box, so you can chat while rolling in money! XD
Under rating threshold (hideshow)
how to really get a lot of money
buy the scripting access engine in modes then paste this script into it and check run every frame
strength=50000; water's pushing power;
spread=20;rate that water expands at;
size=15;size of stream;
~~~~~~~~~~~~~~~~~~;
if(getMouseDown(), water(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15, (getYMouse()-getBuddyY())/-15-10, strength, spread, size, false));
Under rating threshold (hideshow)
how to get alot of money first u need a radio and mines then set mines everywhere then put the radio out then he'll start dancing to the mines the he'll blow up
Under rating threshold (hideshow)
re Joeysjj: you missed out the if at the start of the first script you posted: it should be if(getMouseDown()&&bnot(oMouse),explode(getXMouse(),getYMouse(),20000.0),0);
Under rating threshold (hideshow)
(getMouseDown()&&bnot(oMouse),explode(getXMouse(),getYMouse(),20000.0),0); (set it to run every frame and click anywhere on the screen for lots of money) or if(firstRun(), loop(5,explode(getXMouse(),getYMouse(),20000.0)) ,0);
Under rating threshold (hideshow)
re Beatles4Ever: I used the script if(firstRun(), loop(5000,explode(getXMouse(),getYMouse(),20000.0)) ,0); this causes a lot of lag though, you might want to first try less effective but less laggy versions like if(firstRun(), loop(10,explode(getXMouse(),getYMouse(),20000.0)) ,0); or if(firstRun(), loop(50,explode(getXMouse(),getYMouse(),20000.0)) ,0); which still get you very good scores: 0.6million and 3 million, respectively.