polybar /
polybar-scripts
This is a community project. We write and collect scripts for polybar!
Loading repository data…
dodelike / repository
This script is for teaching the basics of using the "random" library. The script will be a simple coin flipping program, requiring user input. This is a .5 due to not yet working with a Discord Bot. The next installment will iterate the discord library to complete the same program, running on your Discord Server.
This script is for teaching the basics of using the "random" library. The script will be a simple coin flipping program, requiring user input. This is a .5 due to not yet working with a Discord Bot. The next installment will iterate the discord library to complete the same program, running on your Discord Server.
import random
This is used to import the random library, which is built into Python. On the other end, like in LDBP1, we imported discord. We needed to install the Discord library via command line as this is not built into Python. Python has many other built in libraries we should be using in the future that do not require manual installing.
The input function is used to ask for user input. In this program, the console asks "Heads or Tails?" and awaits user input. You should also notice we added .lowercase() at the end of the input string in order to convert any text input from the use as lowercase to match what we declared in the earlier variable. Without this, a user entering Tails or HEAdS would not explicitly match what we declared in coin and thus always declare the user a loser.
Selected from shared topics, language and repository description—not editorial ratings.
polybar /
This is a community project. We write and collect scripts for polybar!
evildevill /
instahack is a bash & python based script which is officially made to test password strength of Instagram account from termux and kali with bruteforce attack and. it based on tor This tool works on both rooted Android device and Non-rooted Android device. Best Tool For Instagram Bruteforce hacking Tool By Waseem Akram.
importCTF /
This is an advanced script for Instagram bruteforce attacks. WARNING THIS IS A REAL TOOL!
BullsEye0 /
Dorks Eye Google Hacking Dork Scraping and Searching Script. Dorks Eye is a script I made in python 3. With this tool, you can easily find Google Dorks. Dork Eye collects potentially vulnerable web pages and applications on the Internet or other awesome info that is picked up by Google's search bots. Author: Jolanda de Koff
lunnar211 /
facebook-cracker Facebook Cracker Version 1.0 can crack into Facebook Database 100% without Interruption By Facebook Firewall This program is for educational purposes only. Don't attack people facebook accounts it's illegal ! If you want to crack into someone's account, you must have the permission of the user. Mauritania Attacker is not responsible Whit is a facebook-cracker I have written lots of facebook hacking art icle like hack facebook using android smartphone,open source tools,python and perl script etc.. But Toady I'will tell you about hacking in Facebook Using Brute force attack. In brute force attack method,tool try all combination of password to provide access of victim account Brute force attack is the only successful method to hack facebook account. Hack Facebook Account Password Using Brute Download&Install git clone https://github.com/Ha3MrX/facebook-cracker cd facebook-cracker chmod +x facebook.py python facebook.py ScreenShot capture
KnifeXRage /
Godot Secure is a Simple Python Script That modify the Godot Source Code Automatically, to integrate Camellia-256 / AES-256 encryption with a unique security token system. This solution creates a cryptographically unique engine build that prevents generic decryption tools from accessing your game assets.