Skip to content

Instantly share code, notes, and snippets.

View Nik1am's full-sized avatar
🐢
xd

Mykyta Parus Nik1am

🐢
xd
View GitHub Profile
@Nik1am
Nik1am / OPG-Mods-26.json
Last active March 20, 2026 14:16
Terraria Spring 2026 Modpack
[
"AlchemistNPCLite",
"AutoReroll",
"AutoTeamJoin",
"BetterAutosave",
"BetterBlending",
"BossChecklist",
"BossCursor",
"BTitles",
"CalamityBardHealer",
@echo off
cd /d "%~dp0"
FOR %%a IN (%*) DO (
echo "%%a"
".\vtflib132-bin\bin\x64\VTFCmd.exe" -file "%%a" -format "dxt1" -output ".\VTF"
)
@Nik1am
Nik1am / fortnite_lmb_afk.ahk
Created February 2, 2025 16:06
Fortnite script that occasionally clicks on left mouse button. Works in alt-tab
#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))
@Nik1am
Nik1am / discord_annoyer
Last active May 17, 2022 11:50
Discord Annoy Typer - Sends post request to api/v9/channels/CHANNEL_ID/typing , because of this, Discord displays a message that you are typing
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)
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});