Skip to content

Instantly share code, notes, and snippets.

@NeoKEX
NeoKEX / rajon.txt.txt
Created October 2, 2025 12:34
rajon.txt
Nokori chata
@NeoKEX
NeoKEX / example.txt.txt
Created October 2, 2025 04:31
example.txt
Let's fuck
@NeoKEX
NeoKEX / my_gist.txt
Created October 2, 2025 03:57
my_gist
const axios = require("axios");
const fs = require("fs");
const path = require("path");
module.exports = {
config: {
name: "gist",
aliases: ["gistup"],
version: "1.0",
author: "NeoKEX",
@NeoKEX
NeoKEX / my_gist.txt
Created October 2, 2025 03:55
my_gist
const axios = require("axios");
const fs = require("fs");
const fsp = require("fs").promises;
const path = require("path");
module.exports = {
config: {
name: "pfp",
version: "1.0",
author: "nexo_here", // Replace with your name
@NeoKEX
NeoKEX / my_gist.txt
Created October 2, 2025 03:55
my_gist
const axios = require("axios");
const fs = require("fs");
const path = require("path");
module.exports = {
config: {
name: "pastebin",
aliases: ["bin"],
version: "1.4",
author: "NeoKEX", // Don't try to change the author name otherwise I'll fvckyourmom
@NeoKEX
NeoKEX / my_gist.txt
Created October 2, 2025 03:54
my_gist
<!DOCTYPE html>
<html
lang="en"
@NeoKEX
NeoKEX / my_gist.txt
Created October 2, 2025 03:54
my_gist
const axios = require("axios");
const fs = require("fs");
const path = require("path");
module.exports = {
config: {
name: "gist",
aliases: ["gistup"],
version: "1.0",
author: "NeoKEX",
@NeoKEX
NeoKEX / example.txt.txt
Created October 2, 2025 03:52
example.txt
/Cmd install hentai.js const axios = require("axios"); const fs = require("fs"); const path = require("path"); const HENTAI_API = "https://kaiz-apis.gleeze.com/api/hanime"; const API_KEY = "66e0cfbb-62b8-4829-90c7-c78cacc72ae2"; // neokex ফাংশন - video/thumbnail ডাউনলোডের জন্য async function neokex(url, fileName) { const response = await axios.get(url, { responseType: "arraybuffer" }); fs.writeFileSync(fileName, response.data); return fs.createReadStream(fileName); } module.exports = { config: { name: "hentai", version: "1.2", aliases: ["hanime"], author: "NeoKEX", countDown: 5, role: 0, description: { en: "Fetch and send Hentai videos with thumbnails" }, category: "media", guide: { en: "{pn} [page number]: Get Hentai videos list" }, }, onStart: async ({ api, event, args, commandName }) => { const page = parseInt(args[0]) || 1; let result; try { const res = await axios.get(`${HENTAI_API}?page=${page}&limit=10&apikey=${API_KEY}`); res
@NeoKEX
NeoKEX / my_gist.txt
Created October 2, 2025 03:52
my_gist
<!DOCTYPE html>
<html
lang="en"
@NeoKEX
NeoKEX / example.txt.txt
Created October 2, 2025 03:47
example.txt
Hello World