Skip to content

Releases: Steve987321/toadclicker

1.7.7

14 Jan 13:53
Compare
Choose a tag to compare
  • Better compatibility mode

When compatibility mode is enabled it will use a different sleep method for delaying clicks. See Making an accurate Sleep() function if you want to see how it is implemented.
This will fix inaccurate delays when using the recorder playback or clicker.

  • UI range slider added min and max range check for soundclicker volume and doubleclicker interval
  • UI slider behaviour changes

When dragging sliders with a min and max range it will now adjust the min or max value with the dragged slider.

1.7.6

05 Jan 17:18
Compare
Choose a tag to compare

fixed crashing on startup

1.7.5

26 Nov 15:01
f6d5773
Compare
Choose a tag to compare

small update

  • added use mouse_event in misc, for people that want to click in other windows or if it doesn't send the clicks at all.
  • better clean up of the clicker
  • fixed bug when closing the clicker the mouse lags for a bit.

1.7.4

02 Nov 19:47
f6d5773
Compare
Choose a tag to compare

minor bug fixes

  • added more keys to be binded
  • fixed spacing in right clicker tab

1.7.1

29 Sep 15:21
557ed6b
Compare
Choose a tag to compare

Fixed alot of bugs

  • Removed presets.
  • When loading configs the thread of the enabled feature will automatically start.
  • The sound selection child box now isn't a seperate window.
  • and more bug fixes.

1.7.0

29 Sep 09:22
557ed6b
Compare
Choose a tag to compare
  • Added custom output mode
  • Added volume slider
  • Added it so you can select multiple sounds
  • Added an option to use one slider in the left clicker
  • Fixed some spacing in the gui
  • A little clean up in the clicker

When using the custom output mode

when using the custom output mode it is recommended to use .raw files, .wav should also work but will sound different. Also make sure your selected audio device has 44.1 khz (I haven't tested it with other sample rates).

Recording your own clicksounds
If you want to record your own clicksounds with audacity in .raw go to export audio:
Header: RAW(header-less),
Encoding: Signed 16-bit PCM.
Save as type: Other uncompressed file.

when using this feature and your device doesn't support the sound format then there might also be a chance that it will play a loud noise. So if its your first time using this feature then just lower your headset volume or something or else it might cause an earrape.

1.6.2

17 Sep 19:33
Compare
Choose a tag to compare
  • Added an interval slider for the double clicker
    (the delay it waits for sending the extra click).
  • You can now double clicker over the double clicker.
    (This only works when your double click is inside the interval else it will still send an extra click).

1.6.1

15 Sep 18:58
Compare
Choose a tag to compare
  • Added bind function to the double clicker.

1.6.0

15 Sep 14:25
Compare
Choose a tag to compare
  • Added doubleclicker
    Delay = The delay that it waits for it to be able to double click again.
  • Removed unnecessary function in config
  • Fixed bug when a config already exsist and is selected, options don't show up.

1.5.2

13 Sep 06:51
Compare
Choose a tag to compare
  • fixed some bugs
  • added a 'compatibility' mode