Sleazy Fork is available in English.

Automatic Missions Handler (for hentaiheroes.com)

3 functions: missionHandlerBackground, missionHandlerGUI, displayMissionsId

Δημιουργός
ManJizz
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
319
Βαθμολογίες
0 0 1
Έκδοση
1.1
Δημιουργήθηκε την
05/04/2021
Ενημερώθηκε την
06/04/2021
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

Automatic Missions Handler (for hentaiheroes.com)

The script has been made for hentaiheroes.com
The functions don't refresh the page so you will still see the progress bar after the collect.
Both funtions use JQuery and Notify.js, which is a JQuery plugin for the notifications

3 functions:

  • missionHandlerBackground:

  • It checks for missions to start and rewards to claim on a regular basis by sending POST requests to the server (even if the mission section is not displayed).
    Use the function displayMissionsId to get your missions.

  • missionHandlerGUI

  • It checks for missions to start and rewards to claim on a regular basis by sending POST requests to the server.
    It's only triggered if the missions section is open
    This function doesn't need the ids of your mission. It finds them itself in the panel.

  • displayMissionsId

  • It displays the missions' id on the browser console.
    The mission panel has to be open.