Skip to content

Instantly share code, notes, and snippets.

@cptmacp
cptmacp / endfield_telegram.js
Last active February 6, 2026 17:47
automate for skport endfield daily login claim via js script and send notification to telegram
/** Config Starts. **/
const profiles = [
{
cred: "xxxxxxxxxxxxxxxxxxxxxx", // Replace with your Endfield cred cookie value ( get from cookie )
skGameRole: "xxxxxxxxxxxx", // Replace with your Endfield skGameRole cookie value ( get from cookie )
platform: "3",
vName: "1.0.0",
accountName: "acc_name" // Replace with a name to identify this account( a simple identifier )
}