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.2 stars, 61 ratings
rated 4.2 stars, 61 ratings
jsactiveprestigehours

Posted June 5, 2023. Updated June 9, 2023. Played 685 times for a total of 3101 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


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
+5comment score: 5

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

Tooiy counter January 3, 2024
+1comment score: 1

Man i have 11 relics in total and 8 of them are magic dices...

brutus889 November 7, 2023
+1comment score: 1

please make opening crates not exit fullscreen, its very anoying

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:

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

OMG HOVER & DRAG TO EASILY BUY FUCKING GENIUS

Ant January 31, 2024
+5comment score: 5

// 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
+5comment score: 5

why are the power buttons so scrunkly

read all comments