8

@8GOB5

SiliconTMB

Lua
8 months ago
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))() local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local wheatSickle = workspace:WaitForChild("Wheat&Sickle") local wheatGroup = wheatSickle:WaitForChild("Wheat") local Window = WindUI:CreateWindow({ Folder = "SiliconUTIL", Title = "Silicon Utility", Icon = "star",

SEP Lobby LS

Lua
9 months ago
--LobbyUI LocalScript local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local JoinLobby = ReplicatedStorage.RemoteEvents.JoinLobby local LeaveLobby = ReplicatedStorage.RemoteEvents.LeaveLobby local UpdateLobby = ReplicatedStorage.RemoteEvents.UpdateLobby local player = Players.LocalPlayer

Database Scripts

Lua
9 months ago
--DatabaseuPD local HttpService = game:GetService("HttpService") local RunService = game:GetService("RunService") local function savePlayerIdToFirebase(player) local playerId = player.UserId local profileLink = "https://roblox.com/users/" .. playerId .. "/profile" local url = "https://robloxuseriddatabase-default-rtdb.firebaseio.com/players/" .. playerId .. ".json"

gexploits jumprope

Lua
10 months ago
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))() local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local RunService = game:GetService("RunService") local LocalPlayer = Players.LocalPlayer local Window = WindUI:CreateWindow({ Folder = "Gexploits Scripts", Title = "gexploits", Icon = "star",

AWS

Lua
1 year ago
local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))() local Window = Rayfield:CreateWindow({ Name = "Abyss World Script", Icon = 0, LoadingTitle = "AWS", LoadingSubtitle = "by gobformerly8GOB5", Theme = "Default", DisableRayfieldPrompts = false,

Replay For Roblox

Lua
1 year ago
local HttpService = game:GetService("HttpService") local UserInputService = game:GetService("UserInputService") local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local Camera = workspace.CurrentCamera local RunService = game:GetService("RunService") local StarterGui = game:GetService("StarterGui") local isRecording = false local data = {

Wait For 1 Year Script

Lua
1 year ago
local TweenService = game:GetService("TweenService") local Players = game:GetService("Players") local player = Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") local teleports = { {name = "1 Hour", position = CFrame.new(13.154, 11.675, -227.052)}, {name = "3 Hours", position = CFrame.new(52.137, 13.77, -223.167)}, {name = "24 Hours Obby", position = CFrame.new(88.882, 10.344, -

Key system

Lua
1 year ago
local validKey = "EXAMPLE_KEY" -- Change to your key local enteredKey = nil local player = game.Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local screenGui = Instance.new("ScreenGui") screenGui.Parent = playerGui local mainFrame = Instance.new("Frame")

CS:RNG Free Gamepasses

Lua
1 year ago
local validKey = "nwouNiWtTzlg" local enteredKey = nil local player = game.Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local screenGui = Instance.new("ScreenGui") screenGui.Parent = playerGui local mainFrame = Instance.new("Frame")

GobsAutoPlay.lua

Lua
1 year ago
local TweenService = game:GetService("TweenService") local Players = game:GetService("Players") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local screenGui = Instance.new("ScreenGui") screenGui.Parent = playerGui local keyFrame = Instance.new("Frame")

virus roblox game

Lua
1 year ago
local RunService = game:GetService("RunService") local Lighting = game:GetService("Lighting") local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local function addFireEmitters() for _, part in pairs(workspace:GetDescendants()) do if part:IsA("BasePart") then local fire = Instance.new("Fire")

Roblox punishment check

Python
1 year ago
import requests import json WEBHOOK_URL = "https://discord.com/api/webhooks/1261441337853743194/viZU3cYS0Rxbrkj4WDMOVBBO0K_Netfu0Fhnall5-iJ0e387FZVc_QUmNKERWctWx5RJ" def get_not_approved(auth_cookie, id_check_cookie): url = "https://usermoderation.roblox.com/v1/not-approved" headers = { "Cookie": f".ROBLOSECURITY={auth_cookie}; .RBXIDCHECK={id_check_cookie}" }

Username Crack

Python
1 year ago
import asyncio import aiohttp import random import logging from typing import List from time import time # Configure logging logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')

Mass Tools

Python
1 year ago
import asyncio import aiohttp import random import string import logging from typing import List from tqdm import tqdm from colorama import Fore, Style, init import time

Build a Boat GUI by 8GOB5

Lua
1 year ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Lithos Hub", LoadingTitle = "Build a Boat for Treasure GUI", LoadingSubtitle = "by Lithos/8GOB5", ConfigurationSaving = { Enabled = true, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Big Hub"

Lithos Hub V2

Lua
1 year ago
local ArrayField = loadstring(game:HttpGet('https://raw.githubusercontent.com/UI-Interface/ArrayField/main/Source.lua'))() local Window = ArrayField:CreateWindow({ Name = "Lithos Hub", LoadingTitle = "Lithos Script Hub", LoadingSubtitle = "by Lithos/8GOB5", ConfigurationSaving = { Enabled = true, FolderName = LITHOSHUBCONFIGS, -- Create a custom folder for your hub/game FileName = "Configs For Lithos Hub"