Skip to content

Instantly share code, notes, and snippets.

View cptmacp's full-sized avatar
🎯
Focusing

CaptMac San® cptmacp

🎯
Focusing
View GitHub Profile
@cptmacp
cptmacp / endfield_discord.js
Last active February 5, 2026 19:22
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 )
}
@cptmacp
cptmacp / endfield_telegram.js
Last active February 4, 2026 01:34
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 )
}

Keybase proof

I hereby claim:

  • I am cptmacp on github.
  • I am cptmacp (https://keybase.io/cptmacp) on keybase.
  • I have a public key ASAcsO_kP2KZA4rZyjUNoHBY9mjllICv9pRToyPjAw7IDQo

To claim this, I am signing this object:

@cptmacp
cptmacp / index.html
Created May 12, 2019 10:16
Todo list with AngularJS
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
<script src="//use.edgefonts.net/vast-shadow:n4:all.js"></script>
<script src="//use.edgefonts.net/vast-shadow:n4:all;megrim.js"></script>
</head>
<body>
<div class="todo-wrapper" ng-controller="TodoCtrl">
<h2>You've got <span class="emphasis">{{getTotalTodos()}}</span> things to do</h2>
<ul>