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 hmac | |
| import base64 | |
| import urllib.parse | |
| import requests | |
| import time | |
| # Supercell ID "Request Forgery Protection" bypass by danyanull, 2025 | |
| # I know this code is holy crap but it's made as a PoC just for fun in about 2 hours | |
| def sign(timestamp: int, path: str, method: str, body: str, headers: dict[str, str]): |
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 { Wiki } from "@quority/fandom"; | |
| import wtf from "wtf_wikipedia"; | |
| function getUrl(name: string) { | |
| return `https://clashofclans.fandom.com/wiki/Special:Redirect/file/${name.replace("File:", "")}`; | |
| } | |
| const wiki = new Wiki({ | |
| api: "clash-of-clans", | |
| }); |
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
| --[[ | |
| @gs.cc | |
| ]] | |
| -- // Variables | |
| local ws, uis, rs, hs, cas, plrs, stats = game:GetService("Workspace"), game:GetService("UserInputService"), game:GetService("RunService"), game:GetService("HttpService"), game:GetService("ContextActionService"), game:GetService("Players"), game:GetService("Stats") | |
| -- | |
| local localplayer = plrs.LocalPlayer | |
| -- | |
| local mouse = localplayer:GetMouse() | |
| -- |
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
| trait TPerson { | |
| fn get_name(&self) -> String; | |
| } | |
| struct Person<'a> { | |
| name: &'a str | |
| } | |
| impl TPerson for Person<'_> { | |
| fn get_name(&self) -> String { | |
| return String::from(self.name) |
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
| local BaseEvent = {} | |
| BaseEvent.__index = BaseEvent | |
| function BaseEvent.new(emitter, event, callback) | |
| local self = setmetatable({}, BaseEvent) | |
| self.event = event | |
| self.callback = callback | |
| self.emitter = emitter | |
| return self | |
| end |
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
| async function trollTheMeetWithBg(time) { | |
| const elements = document.querySelector("#ow3 > div.T4LgNb > div > div:nth-child(9) > div.crqnQb > div.R3Gmyc.qwU8Me > div.WUFI9b > div.hWX4r > div > div.EjlKqc.ooUm9d > div.s9LVGd > div > div:nth-child(2)") | |
| const allElements = elements.children | |
| for (const el of allElements) { | |
| if (el instanceof HTMLDivElement) { | |
| console.log('ok') | |
| const first = el.firstChild | |
| const second = first.firstChild | |
| second.firstChild.click() |
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 reset = { | |
| op: "filters", | |
| }; | |
| const vaporwave = { | |
| op: "filters", | |
| equalizer: [ | |
| { band: 1, gain: 0.3 }, | |
| { band: 0, gain: 0.3 }, | |
| ], | |
| timescale: { pitch: 0.5 }, |
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
| while true do | |
| print"Bruh cat lol xddd" | |
| repeat until os.time > os.time + 5 | |
| end |