Skip to content

Instantly share code, notes, and snippets.

View seadog007's full-sized avatar
:octocat:

尤理衡 (Li-Heng Yu) seadog007

:octocat:
View GitHub Profile

Keybase proof

I hereby claim:

  • I am seadog007 on github.
  • I am seadog007 (https://keybase.io/seadog007) on keybase.
  • I have a public key whose fingerprint is 70A8 F68E 2934 D4B2 EFD0 BFD0 F85E C40B C49D 4040

To claim this, I am signing this object:

@seadog007
seadog007 / baha.sh
Last active September 3, 2016 08:50
Auto Cracking Bahamut Quiz
#!/bin/bash
for i in {$1..$2}
do
echo $i
echo "\n"
for j in {1..4}
do
curl -X GET "http://forum.gamer.com.tw/ajax/quiz_answer.php?sn=$i&o=$j" \
-H "Cookie: BAHAID=$3; BAHARUNE=$4;" \