Lostina's Comments

Game comments and reviews

Interactive Buddy

May. 26, 2009

0

re skwesheh: a good attempt, but explosions bring in much more money than water

Interactive Buddy

May. 24, 2009

0

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);

Interactive Buddy

May. 21, 2009

0

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.

Interactive Buddy

May. 17, 2009

0

re AdamsBuddy: if you havent bought it yet, click modes, buy new modes, scripting engine access, buy once you've bought it, click modes, scripting engine access, paste a script in the textarea or write one yourself, and click run once or click run every frame and close the window, depending on the script. If you don't have any scripts there's a few posted in the comments a page or two back.

Interactive Buddy

May. 16, 2009

0

re NActorGUY27: Space+up+space+up+left+right+left+right gets you 1000$ however, once you get the scripting engine you can get loads more with scripts like if(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); (click run once for even more money)

Interactive Buddy

May. 12, 2009

0

re newon1000: 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.

Interactive Buddy

May. 10, 2009

0

re kingdorke: your highscore isn't showing up. there seems to be a problem with the highscores, i've made a thread about it in the forums

Interactive Buddy

May. 09, 2009

0

re gamerman5: so what? I've already got all that. I could probably buy it a hundred times over with the money I've got. Did you try the script I posted? It should earn about ten times as much as typing your code in in just the first second you use it for, and it's a hell of a lot simpler and faster to hold the mouse down for a second than to type that code in ten times.

Interactive Buddy

May. 08, 2009

0

re RPEtiger: missiles in the late game? the scripting engine gets you orders of magnitude more. re gamerman5: that hardly gets you anything. even my first script does better: bq. if(getMouseDown() && bnot(oMouse), explode(getXMouse(),getYMouse(),100.0) ,0); It's based on a script "thatman" posted several pages ago. to use it, set it to run once and click and hold the mouse. re jokerboi222222:you can get highscores, but no badges.

0

needs highscores

Interactive Buddy

Apr. 27, 2009

0

re corkscrew7:tried that script and it glitched up my money counter, had to clear my file. No biggie though, just transfered all my scripts to notepad first so i didn't lose them.

Interactive Buddy

Apr. 26, 2009

0

re terminator600: Thanks for mentioning that, switching from explode(100.0) to explode(20000.0) increased my highscores by an order of magnitude. Also, thanks to "thatman", who posted his script 4 pages back, which formed the beginnings of the scripts I earned my highscores on this game with.