Splekenesis
Established
Share ko lang hehehe

Trick:
tapusin nyo ung may 1k exp
pag lumabas ung claim button
i spam nyo
gamitan nyo ng javascript:
palitan nyo ung 'myButton' depende sa id na ilalagay nyo
lagyan nyo ng id ung button using inspect element
how?
right click the button attribute then edit as html
then lagyan nyo ng id
example:
<button class="..." id="myButton">Claim</button>
Register here: You do not have permission to view the full content of this post. Log in or register now.
Do it at your own risk.

Bot:
clone this:

Trick:
tapusin nyo ung may 1k exp
pag lumabas ung claim button
i spam nyo
gamitan nyo ng javascript:
JavaScript:
function autoClickButton(button) {
setInterval(function() {
button.click();
}, 100);
}
var button = document.getElementById('myButton');
autoClickButton(button);
palitan nyo ung 'myButton' depende sa id na ilalagay nyo
lagyan nyo ng id ung button using inspect element
how?
right click the button attribute then edit as html
then lagyan nyo ng id
example:
<button class="..." id="myButton">Claim</button>
Register here: You do not have permission to view the full content of this post. Log in or register now.
Do it at your own risk.

Bot:
clone this:
Code:
git clone https://github.com/ccqwe123/megaboom.git megabot
cd megabot
python bot.py



