Skip to content

Instantly share code, notes, and snippets.

View itreecoke-del's full-sized avatar

itreecoke-del

  • Joined Jan 28, 2026
View GitHub Profile
@cptmacp
cptmacp / endfield_discord.js
Last active February 14, 2026 17:38
automate for skport endfield daily login claim via js script and send notification to discord channel
/** 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 )
}