Skip to content

Releases: b1scoito/clicker

1.13

23 Mar 08:04
Compare
Choose a tag to compare
  • Added click on inventory back once again
  • Fixed a lot of bugs related to the update CPS class
  • Brought back the old font and design
  • Rewrote menu class
  • Removed blockhit
  • Removed custom input method
  • Fixed timer precision to be as accurate as it can be

1.12

10 Feb 07:02
Compare
Choose a tag to compare

Changelog

  • Removed the mouse hook and came back to GetAsyncKeyState once again due to mouse skipping in-game.
  • Added an option to switch between send input methods.
  • Removed only click in inventory temporarily.
  • Came back to the default font.
  • Bump ImGui version.

#40

1.11

30 Nov 06:10
Compare
Choose a tag to compare

The long awaited release.

  • Finally fixed the "Only playing" issue that was happening.
  • Brought back mouse hook with (hopefully) performance improvements.
  • Better performance on timer sleep and input logic.

1.10

15 Jun 22:26
Compare
Choose a tag to compare
  • Nothing major changed.
  • Changed menu design a bit
  • Internal changes.

[ update ]

  • Performance issue fixed, binaries updated.

1.09

09 Jun 11:00
Compare
Choose a tag to compare
  • More customization, with the right options, this should bypass most of the stuff out there right now.
  • Changed some menu items

1.08

07 Jun 15:57
Compare
Choose a tag to compare
  • Code organization
  • Working with Unicode character set now
  • Fixed bug where the mouse would flick ingame
  • Slight UI tweaks

1.07

10 Apr 22:03
23467a9
Compare
Choose a tag to compare
  • Code optimization
  • Fixed all warnings
  • Code organization on the string cleaner
  • Changed keybind system
  • Added hide window keybind
  • The config folder is now only to be created if you create a config. ;)
  • Added menu color customization
  • More information values
  • Added spike chance value customization
  • Added drop chance value customization
  • Added persistent cps value customization
  • New function to sleep precisely and accurately, no more incorrect cps values, I hope.
  • Possible optimization on the mouse hook.

1.06

19 Mar 19:43
Compare
Choose a tag to compare
  • Changed the randomization logic
  • Added click in-game with inventory opened
  • Organized folders
  • Changed formatting
  • Now we're working with floating numbers from start to finish. From the user selection to the actual delay call.
  • Commented some stuff
  • Added keyboard hook back
  • Updated logger
  • Changed some things in menu
  • Organized some utility functions
  • Added HWID config folder back

1.05

16 Mar 18:16
Compare
Choose a tag to compare
  • new clicker randomization algorithm
  • added cps drop
  • added cps spike
  • added delete config folder on self-destruct
  • blatant now aims for the perfect cps values, limit is capped at 60 cps.
  • fixed windows time resolution for perfect sleep time.
  • inventory and menu check option.

1.04

18 Feb 23:29
bb21d4c
Compare
Choose a tag to compare
  • new clicker algorithm.
  • new tab style menu.
  • performance fixes.