Ghosty

Results 11 comments of Ghosty

Put Random random = new Random(); once before your Sleep functions and then you're able to use this: Sleep(random.Next(1000, 3001); //3001 not included => 1000 ms to 3000 ms For...

Hey like i posted on some related issues: Connect a LAN cable from your PC to PS4 and setup a network bridge on your PC. This will make a direct...

For anyone having the same problem: Connect a LAN cable from your PC to PS4 and setup a network bridge on your PC. This will make a direct connection between...

Hey like i posted on some related issues: Connect a LAN cable from your PC to PS4 and setup a network bridge on your PC. This will make a direct...

Create a settings.xml file in your PS4Macro folder, then change it in Editor. I attached mine. [settings.zip](https://github.com/komefai/PS4Macro/files/4889608/settings.zip)

For anyone having the same problem: Connect a LAN cable from your PC to PS4 and setup a network bridge on your PC. This will make a direct connection between...

Here's what worked for me: 1. restart your PC 2. i used version 0.3.0 of PS4Macro 3. launch PS4 remote play and connect your PS4 controller 4. press start on...

Hey, it might help to open the Task Manager. There might be a PS4 Remote Play process still listed somewhere. End it and then restart PS4 Remote Play and then...

On my Lenovo Laptop it didnt work, but on my Asus Pc this worked fine. Both Win 10.

Hey, the Sleep function causes the system to wait a certain amount of time until the code continues, so for example at the bottom of your code after you press...