👥 Referral Toggle - Termux Script

Splekenesis

Eternal Poster
1739959709527.webp
paano paganahin
install nyo muna requirements
make sure n may nka install na python sa device nyo

clone this repository:

Copy nyo tong nasa git (sa mga di nkaka alam)
1739961712879.webp
then go to terminal or termux
type:
git clone <ung link na kinopya>(space)<folder name>
example:
git clone You do not have permission to view the full content of this post. Log in or register now. toggle
sana na-gets nyo


then:
cd toggle

install requirements:
Python:
pip install -r requirements.txt

then run:
Python:
python toggle.py

paano makuha ung token?
1. punta kayo sa toggle extension tpos devtools
2. type nyo tong nsa baba:
JavaScript:
chrome.storage.local.get(null, function(data) {
    console.log(data.accessToken);
});

paano naman ung user id?
same step
copy and paste nyo lang to:
JavaScript:
chrome.storage.local.get(null, function(data) {
    console.log(data.userObject.id);
});
then copy nyo lang ung lalabas

sa finger print ID naman
1. go to Toggle Dashboard (website not extension)
make sure nka login kayo
2. go to devtools
3. copy and paste nyo tong nasa baba:
JavaScript:
function getCookie(name) {
    return document.cookie.split('; ').find(row => row.startsWith(name + '='))?.split('=')[1];
}
getCookie('visitorId');

sa mga wala pang toggle:
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
 
edit:
nagkamali kayo ng type sa userId, finger print id or token?
type nyo to :
Code:
rm -f storage.json

update:
nag eexpire yung token kapag sa phone
use pc para makuha ung token at para di mag expired
 

About this Thread

  • 1
    Replies
  • 376
    Views
  • 1
    Participants
Last reply from:
Splekenesis

Online now

Members online
1,259
Guests online
2,782
Total visitors
4,041

Forum statistics

Threads
2,317,487
Posts
29,191,501
Members
1,181,442
Latest member
louis890
Back
Top