👥 Referral I Earned 4k GCASH using this site (payup) and still counting. With proof of wíhdráwals. still paying! Speedhäçk 10, 15, 20 seconds

Status
Not open for further replies.
copy paste lang ba lahat ng script boss wala ng ieedit? mejo hndi ko masundan sa video e kase iba ang interface dto sa pc hehe
Yung new site ilagay mo lods like
// Match https (yung new site copy mo like https tas may .com/new/p* ganyan dapat set up ilagay mo yung new site sa may mga "*" ganyan na sites dahil dun lang siya gagana sana gets xd
 
Screenshot_2024-08-21-17-51-26-26_4d38fce200f96aeac5e860e739312e76.webp


cp nalang sir Hussle pala sa pc haha. kaso ganyan nmn both kiwi browser at mask
 
Yung new site ilagay mo lods like
// Match https (yung new site copy mo like https tas may .com/new/p* ganyan dapat set up ilagay mo yung new site sa may mga "*" ganyan na sites dahil dun lang siya gagana sana gets xd
pasensya kana lods pero ito talaga ang hndi ko magets hehe. baka pwede sir yung sa mas madalin kong maiintindihan hehee sensya n lods

yung pag copy paste nalang ang hindi ko madali lods. 20secs parin ang countdown tapos mag reredirect sa youtube app. dba dpat tuloy tuloy lang yon ni hndi kona kaylangan iplay?
 
Eto boss
Code:
// ==UserScript==
// @name         Timer Accelerator
// @namespace    http://tampermonkey.net/
// @version      5.0.1
// @license      GNU AGPLv3
// @description  Accelerates time by decreasing the durations of time for timers, in order to shorten the time to wait for something. This script is intended to be used for decreasing the waiting time for file downloads. This script will only work on download sites which do not track the waiting time from the server, or if the waiting time is not JavaScript driven.
// @author       jcunews
// @match       https://ttsave.app/*
// @match       https://bestytvid.phc.onl/#forbidden#/*
// @match       https://premiumbspot.phc.onl/#forbidden#/new/p/*
// @match       https://depositfiles.com/*
// @match       https://www.newscon.net/downloader/
// @match        *://downloadsite.com/*
// @match        *://otherdownloadsite.com/files/*
// @match       https://www.fshare.vn/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

//Note: this script should be applied only for specific sites. So, once the script is installed, change the above @match metadata.

(function() {

  //=== CONFIGURATION BEGIN ===

  //Note: durations are in milliseconds. 1000ms = 1 second.

  //Duration to use when the timer is 1 second.
  //It's usually used for decrease a counter every second.
  //If shortDuration is 50ms, the counter will be decreased every 50ms. So if the waiting time is e.g. 30 seconds, it will become 600ms.
  var shortDuration = 650;

  //Duration to use when the timer is more than 1 second.
  //It's usually used to trigger download after e.g. 30 seconds.
  //If longDuration is 1 second when the waiting time is 30 seconds, it will become 1 second.
  var longDuration = 650;

  //=== CONFIGURATION END ===

  var si = setInterval;
  setInterval = function(fn, duration) {
    if (duration >= 1000) duration = duration === 1000 ? shortDuration : duration;
    return si.apply(this, arguments);
  };
  var st = setTimeout;
  setTimeout = function(fn, duration) {
    if (duration >= 500) duration = duration === 500 ? shortDuration : longDuration;
    return st.apply(this, arguments);
  };
})();
 
// ==UserScript==
// @name Timer Accelerator
// namespace You do not have permission to view the full content of this post. Log in or register now.
// VERSION 5.0.1
// @license GNU AGPLv3
// @description Accelerates time by decreasing the durations of time for timers, in order to shorten the time to wait for something. This script is intended to be used for decreasing the waiting time for file downloads. This script will only work on download sites which do not track the waiting time from the server, or if the waiting time is not JavaScript driven.
// @author jcunews
// match You do not have permission to view the full content of this post. Log in or register now.
// match https://bestytvid.blogspot(.)com/*
// match You do not have permission to view the full content of this post. Log in or register now.
// match https://depositfiles(.)com/*
// match You do not have permission to view the full content of this post. Log in or register now.
// match ://downloadsite(.)com/
// match ://otherdownloadsite.com/files/
// match https://www.fshare(.)vn/*
// @grant none
// RUN-at document-start
// ==/UserScript==

//Note: this script should be applied only for specific sites. So, once the script is installed, change the above match metadata.

(function() {

//=== CONFIGURATION BEGIN ===

//Note: durations are in milliseconds. 1000ms = 1 second.

//Duration to use when the timer is 1 second.
//It's usually used for decrease a counter every second.
//If shortDuration is 50ms, the counter will be decreased every 50ms. So if the waiting time is e.g. 30 seconds, it will become 600ms.
var shortDuration = 650;

//Duration to use when the timer is more than 1 second.
//It's usually used to trigger download after e.g. 30 seconds.
//If longDuration is 1 second when the waiting time is 30 seconds, it will become 1 second.
var longDuration = 650;

//=== CONFIGURATION END ===

var si = setInterval;
setInterval = function(fn, duration) {
if (duration >= 1000) duration = duration === 1000 ? shortDuration : duration;
return si.apply(this, arguments);
};
var st = setTimeout;
setTimeout = function(fn, duration) {
if (duration >= 500) duration = duration === 500 ? shortDuration : longDuration;
return st.apply(this, arguments);
};
})();

Yung may mga open close parenthesis () sa site tanggalin niyo nalang
bossing gamitin mo ito para di mahirapan si ronron23

IMG_20240821_192700.webp
 
nakita ko nga yung thread mo pero, ang tanong paano mo napagana? kasi need ng id dun eh, like nag message ka ba dun sa bot? láρág mo yung screenshot nung anti-captcha habang gumagana sa bux money kung napapagana mo nga kasi sabi mo sa akin sa tg kanina di mo napagana.

legit check lang ba kung totoo yung sinasabi mo na napagana mo na
wag ka mag-alala si ts bahala sayo 😆.. oy ts reply namn HAHAH
haha buti mabait yang si ts matyaga pa
 
Status
Not open for further replies.

About this Thread

  • 3K
    Replies
  • 214K
    Views
  • 406
    Participants
Last reply from:
Marzigga

Online now

Members online
861
Guests online
1,109
Total visitors
1,970

Forum statistics

Threads
2,272,224
Posts
28,941,148
Members
1,237,111
Latest member
Hadi
Back
Top