vike256 / Unibot

All in one video game assistant tool that works with and without hardware. Has aim assist, autoshoot, rapid-fire, and recoil mitigation.
GNU General Public License v3.0
142 stars 31 forks source link

Add support for usb rubber ducky aka attiny85 #64

Closed jaiwiwjwjwisn closed 1 month ago

jaiwiwjwjwisn commented 1 month ago

Usb rubber ducky is powerful hid device. And digispark made a cheap 3$ one, please make code for this too.

vike256 commented 1 month ago

Haven't heard of that device before. Googled a bit and seems like it doesn't have any native method of communication with the PC such as a serial port. Would be quite a hassle to implement as this is just a hobby project and I don't have the device. Feel free to fork the project and modify it to your liking if you find a convenient way to add support for the device.

jaiwiwjwjwisn commented 1 month ago

Haven't heard of that device before. Googled a bit and seems like it doesn't have any native method of communication with the PC such as a serial port. Would be quite a hassle to implement as this is just a hobby project and I don't have the device. Feel free to fork the project and modify it to your liking if you find a convenient way to add support for the device.

Well it's like a mouse and keyboard emulator.

jaiwiwjwjwisn commented 1 month ago

Maybe you don't have to change all, just needed to find a method to communicate with pc.