Greasy Fork is available in English.

Dyskusje » Tworzenie skryptów

New coder, want to be directed to helpful resources

§
Napisano: 28-10-2020

I want to get into making scripts and have just learned the basics of javascript. I'm planning on starting with a simple script for creatur.io that will, if you press a hotkey, change what it's telling the game your cursor's location is to the closest point to your actual cursor within a circle in the middle. I don't know where to start and am hoping someone on the forum will have a link or something so I can learn how to do this. I already looked for greasy spot tutorials, but didn't find any that seemed to suit my needs. Thanks

§
Napisano: 28-10-2020
Edytowano: 28-10-2020

Read the codes here https://greasyfork.org/en/discussions/development/64876-click-from-js-does-not-work-on-my-script

Then google them and you will be able to figure out how they work, and you can learn how you can modify that code to do the script that you want to make.

Stack Overflow must become your life and your bible too, google something like "move mouse cursor with js", and you may find your answer. Or maybe you can just use something like document.queryselector('css').focus();

"Script Bibles" for js/jquery/html/css etc can be found here https://www.w3schools.com/js/default.asp
https://developer.mozilla.org/en-US/docs/Web/API/Window/alert
https://stackoverflow.com/questions/tagged/javascript

§
Napisano: 28-10-2020

Thanks

Odpowiedz

Zaloguj się, by odpowiedzieć.