Skip to content

Instantly share code, notes, and snippets.

View Xnuvers007's full-sized avatar
💭
Lily Loly Zyaa ❤️

XnuxersXploitXen Xnuvers007

💭
Lily Loly Zyaa ❤️
View GitHub Profile
@Xnuvers007
Xnuvers007 / main.py
Created March 28, 2026 11:33
spam telegram. telegram spam telegram spamtelegram
import requests
from concurrent.futures import ThreadPoolExecutor, as_completed
BOT_TOKEN = '8727956129:AAFx9aJZDAjjmQ5z_SCJLz11QtuwozZU_OM'
CHAT_ID = '7497722198'
SEND_MESSAGE_URL = f"https://api.telegram.org/bot{BOT_TOKEN}/sendMessage"
SEND_PHOTO_URL = f"https://api.telegram.org/bot{BOT_TOKEN}/sendPhoto"
WORKERS = 1000
Kategori Pesan
spam Plg Yth: Simcard anda mendptkan bonus poin plus-plus 555 dr:PT.INDOSAT pin anda:277fg49 u/info klik di www.indosat-555.blogspot.com atau Hub:021-3338-0074.
ham Iya ih ko sedih sih gtau kapan lg ke bandung :(
ham Kalau mau bikin model/controller mending per apa y?
ham Selamat nama1. Semoga selalu menempuh hidup yang bahagia dan selalu menyenangkan
spam Tingkatkan nilai isi ulang Anda selanjutnya minimal Rp10ribu untuk bisa mendapatkan Paket MURAH PAS di *100*999#. Info 188.
spam Uangnya di Trnsfer di BNI ini aja a/n RASTINA NO.REK.0253 7915 37.Klo sdh d Trnsfer Sms aja di no ini 085293355598 Trmks.
spam PESAN RESMI Selamat NO Simcard anda M-dptkam hadiah cek.Rp.35juta dr TRI CARE pin:7Y7R8K9Z info keik: www.id-tricare2016.blogspot.com
spam Sy RUDI di jambi, bgi tman2 yg sering kalah Togel saatnya kalahkan bandar hub mbah ROS 082325557768 di jamin tembus, sy sdh buktikan 4D 50jt.
spam Tri berBAGI bonus PULSA di bulan pernuh berkah! Isi pulsa min. 5rb dapet bonus pulsa 10rb utk nelp ke nmr
@Xnuvers007
Xnuvers007 / ifcolabOrWantLoop.py
Last active March 30, 2026 10:29
Spam or scammer message detection there is first version and seconds version (recommended main and main2 and main3, main3.1 is powerfull) main4 is okay and powerfull but too slow this is my collab : https://colab.research.google.com/drive/1doTrwTWvQ3eRL5Lc-1xsoHdjTVJm7Lah?usp=sharing
while True:
print("kirim pesan 'q' (tanpa kutip) untuk keluar")
questions = input("Masukan Pesan : ")
if questions.lower() in ['keluar', 'exit', 'quit', 'q', '']:
print("Sesi selesai.")
detect_scam(questions)
while True:
@Xnuvers007
Xnuvers007 / withouttext.py
Created March 19, 2026 11:14
Data Annotation
import cv2
import numpy as np
import matplotlib.pyplot as plt
import xml.etree.ElementTree as ET
# 1. Fungsi untuk mengubah warna HEX (#RRGGBB) dari CVAT menjadi BGR untuk OpenCV
def hex_to_bgr(hex_color):
hex_color = hex_color.lstrip('#')
r, g, b = tuple(int(hex_color[i:i+2], 16) for i in (0, 2, 4))
return (b, g, r) # OpenCV pakai format BGR, bukan RGB
@Xnuvers007
Xnuvers007 / mainipynb.py
Last active March 26, 2026 21:53
AI Self Driving
import cv2, json, os, copy, time, warnings, zipfile
import numpy as np
import matplotlib
import matplotlib.pyplot as plt
import matplotlib.patches as mpatches
from matplotlib.gridspec import GridSpec
from PIL import Image, ImageDraw, ImageFont
from IPython.display import display, clear_output, HTML
import ipywidgets as widgets
from google.colab import files
@echo off
title AUTO GIT PUSH SCRIPT
color 0A
echo ================================
echo AUTO GIT PUSH
echo ================================
echo.
if not exist ".git" goto notRepo
@Xnuvers007
Xnuvers007 / Word_Negatif_Pos_Net_Detection.ipynb
Created December 25, 2025 19:57
Detection Word with value negative, positive or netral
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Xnuvers007
Xnuvers007 / korban.html
Created December 23, 2025 23:44
Reverse Tabnabbing
<!DOCTYPE html>
<html lang="id">
<head>
<title>BANK AMAN - Website Asli</title>
<style>
body { background-color: #e0f2fe; font-family: sans-serif; padding: 50px; text-align: center; }
h1 { color: #0369a1; }
.promo-box {
background: white; padding: 20px; border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1); display: inline-block;
@Xnuvers007
Xnuvers007 / ExampleVuln.js
Last active December 9, 2025 19:37
postMessage Vulnerable Exploit ?
self.addEventListener('message', event => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
if (event.data && event.data.type === 'GET_VERSION') {
event.ports[0].postMessage({ version: '1.0.0-no-cache' });
}
if (event.data && event.data.type === 'ECHO_TEST') {
@Xnuvers007
Xnuvers007 / main.py
Created November 9, 2025 13:55
scraping for codes game roblox
import requests
import random
import datetime
from bs4 import BeautifulSoup
import sys
class Colors:
HEADER = '\033[95m'
BLUE = '\033[94m'
GREEN = '\033[92m'