unhappy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "spinnerVerbs": { | |
| "mode": "replace", | |
| "verbs": [ | |
| "濁悪の此の世行く 学会の", | |
| "行く手を阻むは 何奴なるぞ", | |
| "威風堂々と 信行たてて", | |
| "進む我らの 確信ここに", | |
| "今日もまた明日もまた 折伏の", | |
| "行軍進めば 血は沸き上がる", |
The future is great!
E4SY_CTF{rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty_rusty}
- wip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const speed=Number(prompt(decodeURIComponent(atob("JUU5JTgwJTlGJUU1JUJBJUE2KG1zKSUyMChDcmVhdGVkJTIwYnklMjAlNDBhbWV4MjE4OSk="))));setInterval(()=>{let e=Array.from(document.querySelectorAll("[class^=block]"));for(let t of e)if(t){let l=t.getBoundingClientRect(),n=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,clientX:l.left+l.width/2,clientY:l.top+l.height/2,view:window,button:0,buttons:1});document.getElementById("GameLayerBG").dispatchEvent(n)}},speed); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.getElementById("token").addEventListener("change", async event => { | |
| const token = event.target.value.trim(); | |
| if (token) { | |
| await updateSelfIntroduction(token); | |
| } | |
| }); | |
| document.getElementById("executeBtn").addEventListener("click", async () => { | |
| const token = document.getElementById("token").value.trim(); | |
| const messageElement = document.getElementById("message"); | |
| messageElement.textContent = ''; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type Skip = null; | |
| interface Token<Type extends string, Value extends unknown> { | |
| type: Type; | |
| value: Value; | |
| } | |
| type Tokens = Token<string, unknown>[]; | |
| interface Lexer< |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 悪用厳禁 | |
| const token = (webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken() | |
| fetch("https://discord.com/api/v9/users/@me/channels", { | |
| "headers": { | |
| "accept": "*/*", | |
| "accept-language": "ja-JP,ja;q=0.9,ar-SS;q=0.8,ar;q=0.7,en-US;q=0.6,en;q=0.5,ko-KR;q=0.4,ko;q=0.3", | |
| "authorization": token, | |
| "cache-control": "no-cache", | |
| "content-type": "application/json", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @copyright EdamAme-x | |
| type JSONPrimitive = string | boolean | number | null | undefined | |
| type JSONArray = JSONValue[] | |
| type JSONObject = { [key: string]: JSONValue } | |
| type JSONValue = JSONObject | JSONArray | JSONPrimitive | |
| const reservedSymbol = [ | |
| "/", | |
| "=", |
NewerOlder