Steamgifts Auto Entry

Automatically enters giveaways on steamgifts.com

< Feedback on Steamgifts Auto Entry

Question/comment

§
Posted: 2016-10-28
Edited: 2020-06-11

removed

*

§
Posted: 2017-03-28
Edited: 2017-04-15

the enabled variable is actually use for turning the script on and off. i also thought it was for using it as soon as the page loads but i was incorrect.

if you want it to run automatically use the code below. first line makes a variable so you can easily turn on and off like you tried to do. next part checks the variable and if on then clicks it as if you click the button yourself right when page loads.


place under the line var enabled=false;
var enabledonload=true; //default --- var enabledonload=false;

place above the very last line });
if(enabledonload==true) {
$('#autoentryenabled').click();
}

Post reply

Sign in to post a reply.