Skip to content

Releases: Steve987321/toadclicker

1.7.8

Choose a tag to compare

@Steve987321 Steve987321 released this 24 Feb 16:56
1675c50
  • Added click recorder settings to config, will now load and save click recorder settings.
  • Fixed loading config files with .toad extension. (#9) [@OfficeDuck]

1.7.7

Choose a tag to compare

@Steve987321 Steve987321 released this 14 Jan 13:53
  • 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

Choose a tag to compare

@Steve987321 Steve987321 released this 05 Jan 17:18

fixed crashing on startup

1.7.5

Choose a tag to compare

@Steve987321 Steve987321 released this 26 Nov 15:01
f6d5773

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

Choose a tag to compare

@Steve987321 Steve987321 released this 02 Nov 19:47
f6d5773

minor bug fixes

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

1.7.1

Choose a tag to compare

@Steve987321 Steve987321 released this 29 Sep 15:21
557ed6b

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

Choose a tag to compare

@Steve987321 Steve987321 released this 29 Sep 09:22
557ed6b
  • 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

Choose a tag to compare

@Steve987321 Steve987321 released this 17 Sep 19:33
  • 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

Choose a tag to compare

@Steve987321 Steve987321 released this 15 Sep 18:58
  • Added bind function to the double clicker.

1.6.0

Choose a tag to compare

@Steve987321 Steve987321 released this 15 Sep 14:25
  • 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.