Skip to content

Instantly share code, notes, and snippets.

View technorav3nn's full-sized avatar
😎
im so cool

Death_Blows technorav3nn

😎
im so cool
  • United States
  • 06:25 (UTC -05:00)
View GitHub Profile
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]):
@technorav3nn
technorav3nn / index.ts
Created January 1, 2024 01:28
Download clash of clans troop images
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",
});
@technorav3nn
technorav3nn / gamesneeze.lua
Created March 3, 2023 12:15
Gamesneeze UI Library
--[[
@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()
--
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)
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
@technorav3nn
technorav3nn / troll_a_google_meet.js
Created January 13, 2022 18:18
Troll a google meet lol
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()
@technorav3nn
technorav3nn / filters.ts
Created August 24, 2021 12:35
Filters for lavalink
const reset = {
op: "filters",
};
const vaporwave = {
op: "filters",
equalizer: [
{ band: 1, gain: 0.3 },
{ band: 0, gain: 0.3 },
],
timescale: { pitch: 0.5 },
while true do
print"Bruh cat lol xddd"
repeat until os.time > os.time + 5
end