Skip to content

Instantly share code, notes, and snippets.

View Zaikonurami's full-sized avatar
πŸ₯
Purrrfect Furever

Zaiko Zaikonurami

πŸ₯
Purrrfect Furever
View GitHub Profile
@Zaikonurami
Zaikonurami / CompleteDiscordQuest.md
Created September 13, 2025 02:02 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@Zaikonurami
Zaikonurami / autoduolingopro.korsinemi.js
Last active April 18, 2024 16:09
AutoDuolingo script to get it Pro for free and forever! [Hack by DevX | Pro Patch by Korsinemi]
// ==UserScript==
// @name Auto-Duolingo Pro
// @version 1.0.0
// @author Korsinemi
// @namespace http://tampermonkey.net/
// @description Pro version of Auto-Duolingo -> script by DevX (https://greasyfork.org/es/users/1262646-devx)
// @match https://*.duolingo.com/*
// @grant none
// @icon https://api.autoduolingo.click/assets/favicon.ico
// ==/UserScript==
@Zaikonurami
Zaikonurami / roverify.aqualunem.js
Last active August 10, 2025 01:41
Roblox Verified Badge Script - RoVerify (Script for Greasy Fork)
// ==UserScript==
// @name βœ… RoVerify | Roblox Verification Badge
// @namespace https://github.com/Aqualunem
// @version 3.0
// @description A simple script that adds the Roblox verification badge to your name.
// @icon https://en.help.roblox.com/hc/article_attachments/7997146649876/Roblox_Verified_Badge.png
// @supportURL https://gist.github.com/Aqualunem/fbd0aba2579c62553f14db72a0a1b228
// @author Aqualunem
// @match https://www.roblox.com/*
// @match https://create.roblox.com/*
@Zaikonurami
Zaikonurami / EmoteProfileROBLOX.js
Created August 19, 2022 00:04
An easy script to get a ROBLOX Profile with an emote pic - To run just copy the code, paste on console and follow the instructions
$.ajax({
method: "POST",
url: "https://avatar.roblox.com/v1/avatar/thumbnail-customization",
contentType: "application/json",
// ------------ //
data: JSON.stringify({
//-> The configurations of the camera pos
"camera": {
//-> Ranges are inclusive.
"distanceScale": 2, // 0.5 to 4
TypeScript 11 hrs 21 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘ 78.4%
JSON 1 hr 53 mins β–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 13.1%
JavaScript 1 hr 3 mins β–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 7.3%
Markdown 10 mins β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.2%
Other 0 secs β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.0%
@Zaikonurami
Zaikonurami / init.sh
Last active August 5, 2021 01:12 — forked from SilentJungle399/init.sh
Run an instance of Visual Studio Code on any cloud platform
if [[ ! -d code-server-3.11.0-linux-amd64 ]]
then
wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.11.0-linux-amd64.tar.gz
tar xvzf code-server-3.11.0-linux-amd64.tar.gz
fi
cd code-server-3.11.0-linux-amd64/bin
# ./code-server --install-extension extension.id