PaulDotSH

Results 24 issues of PaulDotSH

Hi, is there any plan to implement starting a proxy server using something like "Long Polling" to enable starting proxy servers without port forwarding? Alternatives to long polling might also...

Hi, instead of having the features "built in", make a plugin system like other rats do, then we can write code for plugins easily without learning the how whole project...

**Describe the bug** When trying to delete messages from 2 channels, the extension will output "Stopped by you!" even when pressing "Ok" on the notification **To Reproduce** Steps to reproduce...

bug

Hi, can someone explain how does the cheat render the UI? Since it's cross platform? Does it use opengl or what eactly?

Hi, is there any way I could **directly** use hackbrowserdata as a package in another go software? What I mean is just using something like ``` import "github.com/moonD4rk/HackBrowserData" ```

enhancement

### Repro steps 1. Open the app with a browser attached like Brave 2. Go to krunker.io 3. Wait for the website to load 4. The website fails to load,...

bug

Using the code examples, having the following code ```go hook.Register(hook.KeyDown, []string{"w"}, func(e hook.Event) { fmt.Println("w-") run=false }) hook.Register(hook.KeyHold, []string{"space"}, func(e hook.Event) { ww run=true }) hook.Register(hook.KeyUp, []string{"space"}, func(e hook.Event) {...

Registering F12 triggers every function key (f1 to f12)

enhancement

Adding a simple #[derive(Hash)] will make the currencies hashable, so we can use then in a hashmap