Skip to content

Instantly share code, notes, and snippets.

View BubbuDert249's full-sized avatar
creating

Bubbu Dert BubbuDert249

creating
View GitHub Profile
@BubbuDert249
BubbuDert249 / robloxdoorshack.rbx
Last active April 9, 2024 18:32
made in roblox gamescript
rdh()
robloxgame=doors
hackmenu=true
orgin-hackmenu=true
if hackmenu or orgin-hackmenu =false then
set true
if then end
hackmenu.data start{
"Noclip" id=noclip type=toggle
"Speed" id=speed type=slider
@BubbuDert249
BubbuDert249 / authorize_data_generator.py
Created September 17, 2024 17:57
generates: token,secret key and password, and makes credentials.txt with all the content
import secrets
import string
def generate_token_and_secret_key(token_length=32, secret_key_length=64):
"""
Generate a secure random token and secret key.
Args:
token_length (int): Length of the token in bytes.
secret_key_length (int): Length of the secret key in bytes.