Medusa Posted June 18, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
Kramnik Posted June 18, 2019 Share Posted June 18, 2019 Awesome tutorial, will help a lot. Thank you 1 Quote Link to comment Share on other sites More sharing options...
Medusa Posted June 18, 2019 Author Share 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 Quote Link to comment Share on other sites More sharing options...