Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
add new answer
  • Loading branch information
mudachyo committed Nov 24, 2024
1 parent 8d31db5 commit abbe20e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blum-autoclicker.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Blum Autoclicker
// @version 2.8
// @version 2.9
// @namespace Violentmonkey Scripts
// @author mudachyo
// @match https://telegram.blum.codes/*
Expand All @@ -11,7 +11,7 @@
// @homepage https://github.com/mudachyo/Blum
// ==/UserScript==

const SCRIPT_VERSION = '2.8';
const SCRIPT_VERSION = '2.9';
const SCRIPT_URL = 'https://raw.githubusercontent.com/mudachyo/Blum/main/blum-autoclicker.user.js';

let GAME_SETTINGS = {
Expand Down Expand Up @@ -59,6 +59,7 @@ const answers = {
"What are Telegram Mini Apps?": "CRYPTOBLUM",
"Smart Contracts 101": "SMARTBLUM",
"Crypto Slang. Part 3": "BOOBLUM",
"Regulation: Yay or Nay?": "BLUMSSS",
};

let isGamePaused = false;
Expand Down

0 comments on commit abbe20e

Please sign in to comment.