galaxyBETA
explore
· ·
log in

log me in

log in forgot password

don't have an account?

sign up

preferences

theme picker site-wide filters

comments for Absolute Button Simulator 2

sort: go back

smileyrandom June 7, 2023
+17comment score: 17

I understand not wanting to add automation, but needing to spam click does have a whole host of downsides (especially since you can't hold enter). I'd suggest having a "click to activate" system instead (the click being the equivalent of moving onto the button in Roblox) at which point the activated button would try to buy every tick

ducdat0507 countest June 5, 2023
+10comment score: 10

div buttons :sob:

Ant January 31, 2024
+6comment score: 6

// The script below automatically buys the max buyable multi a few times/second.
// Set auto = !auto to enable/disable script.
// To run script, open original, open console with f12, and paste/enter this whole comment.
function maxBuyableMulti() {
if (game.money < 5) { return 0; }

var i = 0;
while (i < 26 && multiPrices[i + 1] < game.money) {
i += 1;
}
return i;
}

function autoBuyMulti() {
buyButton(1, maxBuyableMulti());
}

var auto = setInterval(autoBuyMulti, 333);

arkhaic June 9, 2023
+6comment score: 6

why are the power buttons so scrunkly

ajchen tester June 9, 2023
+6comment score: 6

OMG HOVER & DRAG TO EASILY BUY FUCKING GENIUS

shaneo88 June 21, 2023
+4comment score: 4

Is there a way to stop pop up messages from exiting full screen? its kind of annoying having to enter full screen again every time i open a chest

abaileyatd donator June 7, 2023
+4comment score: 4

@speedmaster24 It's a great opportunity for this Dev to take the game, refine it and add mechanics that transcend Roblox then! It's fun but I don't think I can go on much more than a day or two with it as my hand is literally getting sore.

speedmaster24 countest June 7, 2023
+3comment score: 3

For anyone who don't play Roblox. These games are everywhere on Roblox and no there is zero automation yet despite that every single game has people who have Grinded hundreds of hours in the games. so enjoy this because this is the best version that exists simply because no micro transactions.

abaileyatd donator June 6, 2023
+3comment score: 3

I love the game, in general, but the amount of clicking is ridiculous. Do you ever get autobuyers? If not at least let us click and hold instead of clicking and clicking and clicking and clicking and clicking and clicking and clicking.

skylertheasended June 5, 2023
+3comment score: 3

ngl ive always wanted a game based off the button sim trend so thank you so much i wanted this

speedmaster24 countest June 7, 2023
+3comment score: 3

The only thing that needs adding to make this 100% better then the other Roblox versions is the ability to hold down the mouse button thats it.

katakana1 June 11, 2023
+2comment score: 2

I recognize the potion sprite from Idle Loot Quest!

balleater2000 suggester June 21, 2023
+2comment score: 2

this is better than the roblox ones

meowingatgames June 5, 2023
+2comment score: 2

Not gonna lie lol, I didn't think I'd like it, but turns out, I think it's great! I didn't know this was a game trend that I need to go check out, I totally love the silly/fun games on that... other site, they're fun and pass the time. Still playing yours of course! Even if I've no idea what I'm doing lol, up to power 52 though yay. Got a question though, are the dice in relics just auto activated, bc clicking them doesn't do anything to them. Then I got a potion that seems to imply if I click it, it gives me a short term effect so I didn't click it because I need to relaunch chrome so it can update and I don't want to waste it. tl:dr: I love the game. Makes my brain happy.

abaileyatd donator June 8, 2023
+2comment score: 2

agreed @smileyrandom- thats what I mean essentially by autobuyers, just have the buttons auto click each tick or whatever once purchased, that would make this game way more enjoyable IMO!

eerosiuh counter August 17, 2023
+1comment score: 1

i love this! it is very fun, please make more updates!

CoolRadGamer countest June 5, 2023
+1comment score: 1

good

speedmaster24 countest June 7, 2023
+1comment score: 1

quick overview on how the game might work if you want actual numbers go into the code however each stat should multiply the stat gain below it and for higher stats such as power it is possible it multiples the gain of the stat below it and other things.
so prestige multiples multi gain and power multiplies prestige gain power might also increase money gain but I don't like looking at the code to find out I think it takes away from the fun

TheAcidicToxic9 June 6, 2023
+1comment score: 1

would be cool to have a guide of what each tier does like what does prestige, power, super prestige etc power up by

unless they power up each tier by x2

Asenath June 5, 2023
+1comment score: 1

after realizing you can buy those upgrades more than once I think its ok and I like the way you can see your prestige progress. A bit too active for me though, but still fun enough to hang aroung a bit.