Skip to content

Instantly share code, notes, and snippets.

@5l
5l / slot.txt
Last active August 10, 2018 17:22
array(4) {
["rackno"]=>
int(570)
["machine_name"]=>
string(38) "アイムジャグラーEX-AE/KT"
["weekly"]=>
array(7) {
["2018-08-05"]=>
int(24)
@5l
5l / mugenRT.php
Created June 29, 2018 02:38
nerineri
<?php
# 無限リツイート
require_once("TwistOAuth.php");
$id = "xxx";
$pw = "xxx";
$target = "1012259308753637376";
# ログイン
@5l
5l / ticketgetter_twitter.php
Last active May 13, 2020 07:15
twitterからチケをリアルタイムエゴサするツール(PHPCLI)
<?php
# 通知先のTwitterID
$notif = "@sora_haruyasumi";
# 検索条件に使う公演名またはアーティスト名の名称(複数ある場合カンマ区切り)
$title = "TrySail,トラセ";
# 複数公演がある場合、絞り込むための具体的な文字列(複数ある場合カンマ区切り / 無い場合は空欄)
$match = "茨城,文化センター,Ibaraki,4/1,水戸,県立,県民";
@5l
5l / ticketgetter_ryutsu.php
Created March 21, 2018 06:20
設定した価格以下のチケットがチケット流◯センターに出品されるのを監視 (PHPCLI)
<?php
# 公演のURL
$url = "https://www.ticket.co.jp/sys/d/15637.htm?ki=30400&st=20180331";
# 通知最大金額
$maxprice = 20000;
# 取得間隔(秒)
$interval = 5;
@5l
5l / trysail_wanted_link.txt
Last active May 26, 2018 08:15
TrySail WANTED URL
@5l
5l / plv10000.md
Created October 4, 2016 14:29
plv10000
Plv スタミナ 同僚 必要経験値 累計経験値 最低演奏回数
lv1 40 40人 30 0 0曲
lv2 41 40人 50 30 1曲
lv3 41 40人 70 80 2曲
lv4 42 40人 90 150 3曲
lv5 42 40人 110 240 4曲
lv6 43 41人 130 350 6曲
lv7 43 41人 150 480 8曲
lv8 44 41人 170 630 10曲
@5l
5l / CGSS_ExpTable.php
Created January 10, 2016 11:34
CGSSの必要経験値予想
<?php
$maxLevel = 350; # 計算する最大PLv
$needExp = 30; # 初期必要経験値
$stamina = 40; # 初期スタミナ
$friend = 40; # 初期同僚数
$staminaInterval = 1; # 初期最大スタミナ上昇間隔
$staminaLimit = 0;
$totalExp = 0;
$temp = 0;
@5l
5l / CGSS_isEmulator.cs
Created December 15, 2015 07:21
CGSS_isEmulator
public bool isEmulator()
{
Process[] processes = Process.GetProcesses();
if (processes != null && processes.Length != 0)
{
Process[] array = processes;
for (int i = 0; i < array.Length; i++)
{
Process process = array[i];
try
@5l
5l / DecodeCGSS.php
Created December 9, 2015 11:53
Decode CGSS packets (USER_ID, UDID, viewer_id, Response)
<?php
# Decode USER_ID, UDID
echo decode("USER_ID, UDID");
# Decode Response
echo decrypt("Response", decode("UDID"));
# Decode viewer_id
echo deviewer_id("viewer_id");
@5l
5l / CGSSdroprate.md
Created December 8, 2015 17:06
CinderellaGirlsStarlightStage drop and money rate
Starrank Droprate Moneyrate
1 1.1 1.01
2 1.2 1.02
3 1.3 1.03
4 1.4 1.04
5 1.5 1.05
6 1.6 1.06
7 1.7 1.07
8 1.8 1.08