RevTheDev / rewards

Daily rewards for FiveM
Eclipse Public License 2.0
14 stars 6 forks source link

Spam click on claim button give multiple rewards #4

Closed parkzinc closed 3 years ago

parkzinc commented 3 years ago

If you set a macro with 1000 clicks on the claim button you can take the reward 1000 times.

any fix for this bug ?

parkzinc commented 3 years ago

If you set a macro with 1000 clicks on the claim button you can take the reward 1000 times.

any fix for this bug ?

I fixed it changin the fadeout animation in the last JS lines. (html/script.js)

function toggleshow(show) { if (!show) { $("#main").delay(1).animate({ height: 0 }, 1, "swing", function() { $("#main").hide(); }); } else { $("#main").show(); $("#main").delay(1).animate({ height: 210 }, 700); } }

mrleduck commented 3 years ago

Yo @parkzinc could you check #5 im encountering that issue and cant seem to find the origin of it could you check it out as you have it working

RevTheDev commented 3 years ago

I have replaced the code with what you have suggested I have no way to test as I’m currently in the middle of rebuilding my pc