👥 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:
You do not have permission to view the full content of this post. Log in or register now.
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
  • 343
    Views
  • 1
    Participants
Last reply from:
Splekenesis

Online now

Members online
988
Guests online
1,619
Total visitors
2,607

Forum statistics

Threads
2,270,005
Posts
28,932,884
Members
1,240,769
Latest member
melvin091
Back
Top