Under rating threshold (hideshow)
every time i play my computer freezes on me then it shuts down the page and ecerytime i try this game it does it i love this game!
Under rating threshold (hideshow)
thank u for ur scripts and i made the ultimate script its called gods fury just hold down the mouse strength=50; water's pushing power; spread=10;rate that water expands at; size=10;size of stream; ~~~~~~~~~~~~~~~~~~; if(getMouseDown(), water(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15, (getYMouse()-getBuddyY())/-15-10, strength, spread, size, false))if(getMouseDown() && bnot(oMouse),
assign(rr,random()*100)+
assign(n,0)+
assign(t,25)+
loop(t,shock(getXMouse()+sin(n/t*10+rr)*15,n/t*400)+assign(n,n+1)
,0);
oMouse = getMouseDown() t=t+20; if(t%100,fire(sin(t*.075)*225+275,cos(t*.052)*100+200,0,0,140,.075,2,4,false),0)
Under rating threshold (hideshow)
first of all those are mine secound of all thank you for reposting just next time give the creater a little credit 3rd of all if your computer is slow use this lightning and water instead strength=50; water's pushing power; spread=10;rate that water expands at; size=5;size of stream; ~~~~~~~~~~~~~~~~~~; if(getMouseDown(), water(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15, (getYMouse()-getBuddyY())/-15-10, strength, spread, size, false))if(getMouseDown() && bnot(oMouse),
assign(rr,random()*100)+
assign(n,0)+
assign(t,25)+
loop(t,shock(getXMouse()+sin(n/t*10+rr)*15,n/t*400)+assign(n,n+1)
,0);
oMouse = getMouseDown()
Under rating threshold (hideshow)
strength=10; water's pushing power; spread=10000;rate that water expands at; size=4;size of stream; ~~~~~~~~~~~~~~~~~~; if(getMouseDown(), water(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15, (getYMouse()-getBuddyY())/-15-10, strength, spread, size, false)); this will wreak the buddy all u need 2 do is touch him with it
Under rating threshold (hideshow)
buy the blood mode a strong gravity vortex and the bowling balls then turn on blood mode use the bowling balls lay down as many as possible away from him then use the strong gravity vortex and just click and hold in the middle of your screen
Under rating threshold (hideshow)
fastest way to get money:
When your buddy is still not afraid of grenades, he will pick them up. When he grabs them, you get $10-$12. Drop the grenade right into his hand and go over it with the mouse, making it dissapear. (repeat as many times as desired)
Under rating threshold (hideshow)
Click "Buy New Items". Click "Clear Data". Now get money from the "buddy". Click anything, and it should be only 15$ if you had the "Wide Nozzle Hose" selected before. When I say "anything", I mean it!
Under rating threshold (hideshow)
Easy way to rid of fire: "Don't use 'fire hose', use 'wide hose', because, the 'fire hose' pushes the objects that are enflamed, and the wide hose does not!".
Under rating threshold (hideshow)
awesome!! XD!! first throw as many balls then turn on the weak gravity vortex click once hold and all the balls will be in all the places at the same time hitting your buddy!!
Under rating threshold (hideshow)
Modded from original creater Davixlr:damage from fire: mine smoke screen. copy after this strength=500; fire's pushing power; spread=10;rate that fire expands at; size=155;size of stream; ~~~~~~~~~~~~~~~~~~; if(getMouseDown(), fire(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15, (getYMouse()-getBuddyY())/-15-10, strength, spread, size, false));
Under rating threshold (hideshow)
Or just make the room a minefield. NOTE!!! Keep the damage value low or the script will crash your browser
gx = getBuddyX();
gy = getBuddyY();
test = gx>510||gx350||gy<40;
if(test,explode(gx+random()-.5,getBuddyY(),1),0)