After about 6 hours of troubleshooting, pulling my hair out, pulling other's hair out, and getting mad, I finally got simba up and running on my VPS. I had to:
Buy the VPS
Do the Image stuff...
Type: Posts; User: waffles0404
After about 6 hours of troubleshooting, pulling my hair out, pulling other's hair out, and getting mad, I finally got simba up and running on my VPS. I had to:
Buy the VPS
Do the Image stuff...
Awesome, thanks guys. Hopefully it works, if not I'll come back here
I'm getting a VPS to run a simba program that runs in chrome, would this work the same on linux as it does on windows? I don't want to pay extra for windows if I don't have to :p
Thanks!
Wow, Im using mouse now, but its SOOOO wavy in its movement, has it been changed in the last few months? Is there a more straight or fast function I could use? Mouse will do, its just that it hovers...
Ahh, Mouse is the one I was looking for. I remember back in the day using Mouse(x, y, xrand, yrand, button). Guess thats changed. Thanks!
I'm looking to make a script that will run in a webpage. I made a script a couple months ago, but it looked something like this:
MoveMouse(65, 38);
wait(150);
ClickMouse(65, 38, 1);...