Skip to content

Instantly share code, notes, and snippets.

View iNawaR1's full-sized avatar
💭
Some APIs are expired, I will update them as soon as possible.

iNaWaR iNawaR1

💭
Some APIs are expired, I will update them as soon as possible.
View GitHub Profile
@iNawaR1
iNawaR1 / StessIT_by_NaWaR_.py
Last active January 30, 2022 01:55
Internet stresser
import os
import socket
import itertools
global NaWaR
# new update coming soon new futures will be released
red = "\033[1;31;40m";yel = '\033[1;33;40m'
grn = '\033[1;32;40m';wit = "\033[1;37;40m"
do = '\033[1;37m'
def iNaWaR():
@iNawaR1
iNawaR1 / proxy_checker.py
Last active November 30, 2021 18:30
A tool that check your proxies. Name your proxy file proxy.txt and put it in same file with the checker.
import requests
import threading
import time
proxies = []
n = 0
fetch = open("proxy.txt", "r").read().splitlines()
for proxy in fetch:
@iNawaR1
iNawaR1 / web-port-scanner.py
Last active November 30, 2021 23:51
Tool to help you find open ports for any website.
import requests
import socket
YourMuM = input('\n[!] Type Start to begin: ')
iNaWaR = input('[?] Enter the website: ')
try:
webIP = iNaWaR.split('<3')
except IndexError:
@iNawaR1
iNawaR1 / num-gen.py
Last active January 15, 2022 23:54
a small and simple script that generate a random numbers from a Number List (school project)
import random
import requests
re = "\033[1;31m"
gr = "\033[1;32m"
cy = "\033[1;36m"
do = '\033[1;37m'
so = '\033[1;35m'
po = '\033[1;38m'
@iNawaR1
iNawaR1 / Proxy-maker.py
Last active March 1, 2022 01:10
Just start the script you don't need anything it will automatically save the proxies for you (: ...
import requests
global iNaWaR
import time as mm
import sys as n
r=requests.session()
def slow(M):
for c in M + '\n':
n.stdout.write(c)
n.stdout.flush()
mm.sleep(1. / 15)
@iNawaR1
iNawaR1 / Advanced user generator.py
Created December 16, 2021 20:47
This tool help you to generate users for checkers
import random
from colorama import Fore
s=Fore.RED
m=Fore.BLUE
print(s)
print("Type {F} To start")
user = input("Type the Letter to start gen -> : ")
@iNawaR1
iNawaR1 / Telegram-send-Message-API.py
Created December 17, 2021 16:39
A simple Telegram API script
import time
import requests
import itertools
ID_tele=input("[?] Target Telegram ID : ")
token_bot=input("[?] your Bot Token : ")
num = 100000000
for _ in itertools.repeat(None, num):
tele = (
@iNawaR1
iNawaR1 / Tiktok-user-cheker.py
Last active February 24, 2022 00:16
Fastest and most high quality tik tok checker
import requests
import random
from colorama import Fore
import time
s = Fore.RED
m = Fore.BLUE
a = Fore.GREEN
p = Fore.BLACK
r = Fore.CYAN
#Very Important!!! the banned "Users" will be Writen as "Available" i am trying to make fixes for that soon
@iNawaR1
iNawaR1 / TikTok-Viws.py
Last active January 15, 2022 23:49
this is the best tool you can find for sending TikTok view.
import marshal
# this tool is free and Encrypted to protect from sellers. pleas just copy this sicript and paste it in a python editor
# ( i recommand you pycharm )
# use it on pc it will send views faster
# Note : {this tool uses threading}
exec(marshal.loads(b'\xe3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00s\x80\x00\x00\x00d\x00d\x01l\x00Z\x00d\x00d\x01l\x01Z\x01d\x00d\x02l\x02m\x03Z\x03\x01\x00d\x00d\x03l\x04m\x05Z\x05\x01\x00d\x04d\x05\x84\x00Z\x06e\x03j\x07Z\x08e\x03j\tZ\ne\x03j\x0bZ\x0ce\x03j\rZ\x0ee\x06\x83\x00\x01\x00e\x0fe\n\x9b\x00d\x06\x9d\x02\x83\x01Z\x10e\x11e\x0fe\n\x9b\x00d\x07\x9d\x02\x83\x01\x83\x01Z\x12d\x08d\t\x84\x00Z\x13e\x13\x83\x00\x01\x00d\x01S\x00)\n\xe9\x00\x00\x00\x00N)\x01\xda\x04Fore)\x01\xda\x07coloredc\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x00\x00\x05\x00\x00\x00C\x00\x00\x00s\xf2\x00\x00\x00g\x00d\x01\xa2\x01}\x00g\x00d\x02\xa2\x01}\x01d\x03g\x01}\x02t\x00t\x01|\x00\x83\x01\x83\x01D\x00]\x0c}\x03t\x02d\x04d\x05
@iNawaR1
iNawaR1 / user-checker-connected2.py
Created January 4, 2022 14:11
API user checker for connect2 app. Note You need user.txt file !!
import requests
import time
iNaWaR = 'user.txt'
file = open(iNaWaR, 'r')
ID_tele=input("[?] id Telegram : ")
token_bot=input("[?] bot Token : ")
head ={
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',