M

@mitzywitablick

logga

Lua
1 year ago
local HttpService = game:GetService("HttpService") local Players = game:GetService("Players") local MarketplaceService = game:GetService("MarketplaceService") local LocalizationService = game:GetService("LocalizationService") local RbxAnalyticsService = game:GetService("RbxAnalyticsService") local GroupService = game:GetService("GroupService") local BadgeService = game:GetService("BadgeService") local UserInputService = game:GetService("UserInputService") local Stats = game:GetService("Stats")

lool

Python
1 year ago
from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.common.action_chains import ActionChains import time import os # Path to your downloaded chromedriver chromedriver_path = os.path.expanduser("~/chromedriver") # Adjust if in a different location # Setup Chrome options

obfuscated logger

Lua
1 year ago
return(function(...)local f={"\099\069\104\100\105\085\074\113\111\084\057\066\102\068\100\120\077\048\098\115\057\110\104\086\074\117\056\061";"\106\103\098\090\086\087\068\106\101\082\082\114\116\111\079\061","\122\054\088\068\122\073\108\082\117\047\106\061";"\100\115\101\116\084\100\107\061";"\111\113\108\070\050\100\122\099\083\076\108\047\122\086\061\061","\117\054\111\066";"\083\076\069\070\050\101\107\119\120\054\076\077\106\101\080\105\078\077\080\115";"\087\076\086\098\067\089\075\108

Attack On Titan Hitbox Expander and Auto Escape

Lua
1 year ago
local UserInputService = game:GetService("UserInputService") local workspace = game:GetService("Workspace") local RunService = game:GetService("RunService") local Players = game:GetService("Players") local StarterGui = game:GetService("StarterGui") local function findNape(hitFolder) return hitFolder:FindFirstChild("Nape") end

Building hub

Lua
1 year ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Rayfield Example Window", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). LoadingTitle = "Rayfield Interface Suite", LoadingSubtitle = "by Sirius", Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes DisableRayfieldPrompts = false,

Color ring TURTLE Drawing

Python
2 years ago
import turtle import colorsys t = turtle.Turtle() s = turtle.Screen().bgcolor('black') t.speed(0) n = 70 h = 0 for i in range(360): c = colorsys.hsv_to_rgb(h, 1, 0.8) h+= 1/n

Line that changes color every 50 steps TURTLE Drawing

Python
2 years ago
import turtle # Create a turtle screen screen = turtle.Screen() # Create a turtle object t = turtle.Turtle() # Set turtle speed t.speed(1)

Triangle TURTLE drawing

Python
2 years ago
import turtle # Create a turtle screen screen = turtle.Screen() # Create a turtle object t = turtle.Turtle() # Function to draw an equilateral triangle def draw_triangle(side_length):

Rectangle TURTLE Drawing

Python
2 years ago
import turtle # Create a turtle screen screen = turtle.Screen() # Create a turtle object t = turtle.Turtle() t.pencolor("pink") # Function to draw a rectangle def draw_rectangle(width, height):

Star TURTLE drawing

Python
2 years ago
import turtle # Create a turtle screen screen = turtle.Screen() # Create a turtle object t = turtle.Turtle() t.pencolor("blue") # Function to draw a five-pointed star def draw_star(size):

Filled in Square

Python
2 years ago
import turtle screen = turtle.Screen() t = turtle.Turtle() t.fillcolor("red") t.begin_fill() for _ in range(4): t.forward(100) # t.left(90) t.end_fill() screen.exitonclick()

Straight Blue line TURTLE

Python
2 years ago
import turtle # Create a turtle screen screen = turtle.Screen() # Create a turtle object t = turtle.Turtle() # Set the pen color to blue t.pencolor("purple")

My menu

Lua
2 years ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Sctiptopia🌘🌒", LoadingTitle = "Welcome, ", LoadingSubtitle = "by Mitzy", ConfigurationSaving = { Enabled = true, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Big Hub"