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
| [ | |
| "AlchemistNPCLite", | |
| "AutoReroll", | |
| "AutoTeamJoin", | |
| "BetterAutosave", | |
| "BetterBlending", | |
| "BossChecklist", | |
| "BossCursor", | |
| "BTitles", | |
| "CalamityBardHealer", |
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
| @echo off | |
| cd /d "%~dp0" | |
| FOR %%a IN (%*) DO ( | |
| echo "%%a" | |
| ".\vtflib132-bin\bin\x64\VTFCmd.exe" -file "%%a" -format "dxt1" -output ".\VTF" | |
| ) |
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
| #Requires AutoHotkey v2.0 | |
| #MaxThreadsPerHotkey 2 | |
| proc := "ahk_exe FortniteClient-Win64-Shipping.exe" | |
| PgUp::Pause -1 | |
| while(1){ | |
| ControlClick("x960 y540", proc, , "L", 1, "D") | |
| Sleep(Random(10,300)) |
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
| import requests,time | |
| while 1: | |
| r = requests.post(url='https://discord.com/api/v9/channels/CHANNEL_ID/typing',headers = {'Authorization': 'TOKEN'}) | |
| print(r) | |
| time.sleep(1) |
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
| Object.defineProperty((webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.isDeveloper!==void 0).exports.default,"isDeveloper",{get:()=>true}); |