Ddos Collection - MrZx
Open in Telegram
Boost This Channel I will be excited Free Leak From @CeoFork, @Nossynotyoursy. @mscjs @Jow2x @fly1x Only for educational purpose. Group leak anti Advertising/iklan Also Join : t.me/NusaStresser
Show moreThe country is not specifiedTechnologies & Applications50 142
328
Subscribers
No data24 hours
+17 days
+1230 days
Posts Archive
import tensorflow as tf
from tensorflow.keras import layers, models
import cv2
import os
import numpy as np
from sklearn.preprocessing import LabelEncoder
def load_data(directory):
images = []
labels = []
for filename in os.listdir(directory):
if filename.endswith(".jpg"):
img = cv2.imread(os.path.join(directory, filename), cv2.IMREAD_GRAYSCALE)
img = cv2.resize(img, (128, 128))
images.append(img)
label = filename.split(".")[0]
labels.append(label)
images = np.array(images).reshape(-1, 128, 128, 1) / 255.0
return images, labels
images, labels = load_data("dataset")
encoder = LabelEncoder()
labels_encoded = encoder.fit_transform(labels)
labels_encoded = tf.keras.utils.to_categorical(labels_encoded)
model = models.Sequential([
layers.Conv2D(32, (3, 3), activation='relu', input_shape=(128, 128, 1)),
layers.MaxPooling2D((2, 2)),
layers.Conv2D(64, (3, 3), activation='relu'),
layers.MaxPooling2D((2, 2)),
layers.Conv2D(64, (3, 3), activation='relu'),
layers.Flatten(),
layers.Dense(64, activation='relu'),
layers.Dense(len(set(labels)), activation='softmax')
])
model.compile(optimizer='adam',
loss='categorical_crossentropy',
metrics=['accuracy'])
model.fit(images, labels_encoded, epochs=10)
model.save("text_detection_model.jawa")
folder for your dataset image
/dataset/
tensorflow training for detection text on image
âcaptcha textâRepost from NusaStresser
Symetric 2.0
Parameter
âreconnection - 1x/20x Looping For Browser âconnection - 10x/30x Rps For Flooder âdratelimit - true/false For Automatic Detection Ratelimit (new system) âbrowser - 1/5 for started launch puppeteer âemulation - 10/30 default 30 for time flooder âflood - Experimental/Regular Rugular Non Cf âpath - â/path1,/path2,/path3â Multi Path for Flooder âplatform - Linux/Windows (soon)Usage
node browser.js target time proxy.txtAutomatically detect Element Captcha Cloudflare (TurnStile) Demo Form? @mscjs @kyoura1
I'm looking for 1 person who is good at c++ to make this team team will make a c++ browser method pm @mscjs
+2
Playing victim, he was the first to spread the source I have given him a special source
Be careful with this person
@Lintar21 (Spreading falsehoods & defaming my good name)
If you dare to spread slander and falsehood to your group or other people I will give you rewards free browser fix cf patch
pm me @mscjs
Repost from NusaStresser
showcase captcha Turnstile 3sec for bypass
+ Ratelimit Detection In flooder
soon showcase Hcaptcha/Recaptcha/captchaText, Solving
#showcase
250 user free source captcha (turnstile/cf) bypasses?? fix cf patch
function isRateLimitPage(html) {
const $ = cheerio.load(html);
const textsToCheck = [
'429',
'Rate Limit Exceeded',
'Too Many Requests',
'You have been rate limited',
'Please try again later',
'Request was throttled',
'Rate limiting in effect',
'Rate limit hit',
'API rate limit exceeded',
'You have hit the rate limit',
'Throttled by rate limit',
'Exceeded rate limit',
'Request limit reached',
'Request quota exceeded',
'Slow down',
'You are being rate limited',
'Too many attempts',
'Too frequent requests'
];
for (const text of textsToCheck) {
if ($('title').text().includes(text) || $('body').text().includes(text)) {
return true;
}
}
return false;
}const axios = require('axios');
const cheerio = require('cheerio');
const fs = require('fs');
const path = require('path');
const moment = require('moment');
const dns = require('dns');
function preCheck(url) {
const googlePromise = axios.get(`https://www.google.com/search?q=site:${url}`, { headers: { 'User-Agent': âPreCheck ( https://mscjs.net/ )â } });
const httpPromise = axios.get(`http://${url}`, { headers: { 'User-Agent': âPreCheck ( https://mscjs.net/ )â } });
const dnsPromise = new Promise((resolve, reject) => {
dns.lookup(url, (err, addresses) => err ? reject(err) : resolve(addresses));
});
return Promise.all([googlePromise, httpPromise, dnsPromise])
.then(responses => {
const [googleResponse, httpResponse, dnsResponse] = responses;
const googleHtml = googleResponse.data;
const $ = cheerio.load(googleHtml);
const searchResults = $('#search .g');
const notFoundMessage = $('#topstuff .med .card-section');
const googleStatus = searchResults.length > 0
? [true, `Website is listed on Google: ${url}`]
: notFoundMessage.length > 0 && notFoundMessage.text().includes('Your search - site')
? [false, `Website is not listed on Google: ${url}`]
: [false, `Search results are uncertain for: ${url}`];
const httpStatus = httpResponse.status === 200
? [true, `Website is accessible with HTTP 200: ${url}`]
: [false, `Website returned HTTP status: ${url} - Status: ${httpResponse.status}`];
const dnsStatus = !!dnsResponse
? [true, `DNS lookup successful for: ${url}`]
: [false, `DNS lookup failed for: ${url} - Error: Address not found`];
const isRegistered = googleStatus[0] || httpStatus[0] || dnsStatus[0];
const logs = [googleStatus[1], httpStatus[1], dnsStatus[1]];
logs.forEach(log => writeLog(log));
return isRegistered;
})
.catch(error => {
const errorMessage ={ headers: { 'User-Agent': âPreCheck ( https://mscjs.net/ )â } });
writeLog(errorMessage);
return false;
});
}
function writeLog(text) {
console.log(â[!]â+ text);
}+1
Download source: Download
Apk edit: MT MANAGER
Open swb File On Apk Sketcheware Playstore
No virus
Passed play protect
Rapid reset simple
By idk maybe this leak script
Usage: ./rapidreset <url> <time> <rps> <thread> <proxy> <delay> <1/7 rand query>
