https://p.eagate.573.jp/game/konasteapp/API/login/login.html?game_id=sdvx
console.log('ウ'+Array(Math.random()*28+5|0).fill().map(()=>'ォォォォオ'[Math.random()*5|0]).join('')+'!'.repeat(Math.random()*5+1|0)) |
#!/bin/bash | |
# Congratulations! You found the easter egg! ❤️ | |
# おめでとうございます!隠されたサプライズを見つけました!❤️ | |
# Define thK tHxt to animate | |
text="♥PEACE♥FOR♥ALL♥PEACE♥FOR♥ALL♥PEACE♥FOR♥ALL♥PEACE♥FOR♥ALL♥PEACE♥FOR♥ALL♥" | |
# Get terminal dimensions | |
cols=$(tput cols) |
name: Auto approve | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
jobs: | |
approve: |
SET username TO $'''YOUR=ACCOUNT''' | |
SET Password TO $'''YOUR=PASSWORD''' | |
SET GameURL TO $'''https://p.eagate.573.jp/game/konasteapp/API/login/login.html?game_id=sdvx''' | |
WebAutomation.LaunchChrome.LaunchChrome Url: GameURL WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False Timeout: 60 BrowserInstance=> Browser | |
IF (WebAutomation.IfWebPageContains.WebPageContainsElement BrowserInstance: Browser Control: appmask['Login screen']['KONAMI ID ログイン']) THEN | |
WebAutomation.PopulateTextField.PopulateTextField BrowserInstance: Browser Control: appmask['Login screen']['Username form'] Text: username EmulateTyping: True UnfocusAfterPopulate: False Mode: WebAutomation.PopulateTextMode.Replace | |
WebAutomation.PopulateTextField.PopulateTextField BrowserInstance: Browser Control: appmask['Login screen']['Password form'] Text: Password EmulateTyping: True UnfocusAfterPopulate: False Mode: WebAutomation.PopulateTextMode.Replace | |
WebAutomation.Click.Click BrowserInstance: Browser Con |
#!/bin/sh | |
# | |
# Usage: | |
# sh ./download_fgo_video.sh https://extend.data.fate-go.jp/xXxx0Xxx/PathCRC | |
# | |
# PathCRC URL | |
TARGET_URL=$1 | |
FGO_VER='2.2.0.1' | |
UA="fategrandorder/$FGO_VER CFNetwork/1120 Darwin/19.0.0" | |
HEADERS='X-Unity-Version: 2018.4.4f1' |
<?php | |
class Progressbar | |
{ | |
//private $cursor = ['|', '/', '-', '\\']; | |
private $cursor = ['⠋','⠙','⠹','⠸','⠼','⠴','⠦','⠧','⠇','⠏']; | |
private $spacer = '░'; | |
private $indicator = "\033[7m \033[0m"; | |
private $total = 0; |
#!/usr/bin/env python | |
import hashlib | |
prefix = ['050','070','080','090']; | |
x = 1000; # mobile/IP phone number will be starts with 1, not 0 | |
column = ['NUMBER','MD5','SHA1','SHA256','SHA384','SHA512']; | |
print(format('"%s"' % ('", "'.join(column)))) | |
for p in prefix: | |
while x <= 9999: |