galaxyBETA
explore
· ·
log in

log me in

log in forgot password

don't have an account?

sign up

preferences

theme picker site-wide filters

Absolute Button Simulator 2

Thumbnail
developed by Demonin gamedev
rated 4.1 stars, 62 ratings
rated 4.1 stars, 62 ratings
jsactiveprestigehours

Posted June 5, 2023. Updated June 9, 2023. Played 918 times for a total of 3304 hours.

description


A clicky button game! With lots of buttons! Inspired by the Roblox button simulator trend.

latest update


v0.2.2 June 9, 2023

-Added world 3 (Sky world)
-Added infernal
-You can now click and drag to buy buttons as you hover over them
-Leveling up alert has been replaced with a "+1" icon over the crates tab
-Patterns now have a "rarity value"
-You can now use A and D to move worlds
-Modified some crate rarities
-Fixed some visual issues

view all updates

similar games

newest comments


Bry6son April 28, 2024
+1comment score: 1

I'd suggest energy. It'll be easier to get power.

Bry6son April 28, 2024
+1comment score: 1

power yessssssssssss

unicodes counter April 14, 2024
+1comment score: 1

better roblox button simulators [even better, without roblox!]

Jamowamo15 March 9, 2024
+1comment score: 1

the clone: https://galaxy.click/play/272

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

top comments


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

read all comments