Skip to content

Instantly share code, notes, and snippets.

View Jbziscool's full-sized avatar
👋
Nimeäni voit kutsua jbz tai Aleksi.

Jbziscool

👋
Nimeäni voit kutsua jbz tai Aleksi.
View GitHub Profile
@Jbziscool
Jbziscool / reportsystem.py
Created October 21, 2023 22:03
Report system using discord.py
from discord import ui # remember to import this
class banreason(ui.Modal, title='Punishment information'):
reason = ui.TextInput(label='Reason')
def __init__(self, member: discord.Member):
super().__init__()
self.member = member
@echo off
echo Click any key to start the uninstallation process
pause
derogatory/offensive language or topics.
Saying a message with a word with the following words in will get you timed out for 10 minutes.
Auf der heide, coon, cotton picker, coton picker, dyke, fag, faggot, negro, nigg, retard, retarded, und das hei, 卍, 卐
----------------------------------------------------------------
Banned words + advertising
Saying a message with a word with the following words in will get you timed out for 1 minute.
@Jbziscool
Jbziscool / youareonxdevice.txt
Created May 19, 2024 16:20
The discord text from the ntts youtube video about how to tell what device someone is in via your about me.
```You_are_on_a_computer
```
You are on a phone
local datastore = game:GetService('DataStoreService'):GetDataStore('banned_users')
local MS = game:GetService('MessagingService')
local HTTP = game:GetService('HttpService')
local players = game:GetService('Players')
game.Players.PlayerAdded:Connect(function(plr)
local bandata = datastore:GetAsync(plr.UserId)
print(bandata)