Medusa Posted June 18, 2019 Posted June 18, 2019 (edited) Hello. I saw a post on here asking for a script ID, and I thought I'd make a tutorial on how to find the IDs of free scripts. First you wanna go to the SDN and find the script you want the ID of. Then right-click on the "add" or "remove" button, and click "Inspect Element" (Chrome). Then it should highlight something like this: <button class="button basic_script_label red" onclick="window.location='/mvc/sdn2/scripts/0?action=rmv&scriptID=1030'"> Remove </button> Where it says "window.location='", you can see part of a web path. The last bit of that will contain the scriptID (The number after "scriptID=") If you have any questions, feel free to ask Edited July 21, 2019 by Medusaa 2 1 1
Medusa Posted June 18, 2019 Author Posted June 18, 2019 (edited) Added gif to make it easier to understand. (Very gone due to my image server being ded) Edited July 21, 2019 by Medusaa