Commit graph

5 commits

Author SHA1 Message Date
Dangrain
cafd444799
Added portwhisper.rs
This little bit of ChatGPT code here opens  port 4000 (the client-to-server port we're thinking of) and takes a bunch of variables in an array and tells them to the server or as we nicknamed It - whispering to the server.
2024-12-18 22:27:33 +01:00
Dangrain
ad204d06e9
Add files via upload 2024-12-18 22:24:43 +01:00
Dangrain
4adc7e1651
Updated main.rs adding a fix for multithreading
I added a fix for multithreading {I am actively in pain send help aaaaaaaaaaaa}
Once activated autoclicker now doesn't kill the program instead making a background thread that adds X amount to the current players score.
The thread Is currently not killed upon program close and you should probably not run It, since It leaves a dangling thread.
Cheers
~ Dan
2024-12-18 20:28:28 +01:00
Dangrain
7a94b86b08
Add files via upload 2024-12-17 12:20:28 +01:00
Dangrain
2830304b02
Initial commit 2024-12-17 12:19:13 +01:00