Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
/ RelBintang Public archive

Check-in harian otomatis ke game Rel Bintang

License

Notifications You must be signed in to change notification settings

niizam/RelBintang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RelBintang

image

  1. Buka dan login ke websitenya
  2. Salin dan tempel kode ini ke browser console (klik F12) untuk mendapatkan COOKIES
var cookie = document.cookie
cookie = cookie.replaceAll(" ","")
var ask = confirm('Cookie: ' + cookie + '\n\nClick confirm to copy Cookie.'); 
if (ask == true) { 
   copy(cookie); 
   msg = cookie 
} 
else msg = 'Cancel'
  1. Buka https://github.com/username/RelBintang/settings/secrets/actions dan klik New repository secret image

  2. Isi Name * dengan COOKIES

  3. Tempel COOKIES yang tadi disalin ke dalam Secret *

  4. Klik Add secret image

  5. Buka https://github.com/username/RelBintang/actions/workflows/main.yml

  6. Klik Run workflow image

Untuk dua akun atau lebih format penulisan cookiesnya ["COOKIES1", "COOKIES2", ...]

Releases

No releases published

Packages

No packages published

Languages