N

@NotKing

Planks script

Lua
1 year ago
-- Roblox Keyboard and Mouse Simulation Script -- This script detects when the F key is pressed, then simulates pressing E and clicking at position (609, 555) local UserInputService = game:GetService("UserInputService") local VirtualInputManager =

Screen Coordinate Measurement script

Lua
1 year ago
-- Screen Coordinate Measurement System -- This script displays the X and Y coordinates wherever you click on your screen local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local player = Players

Emotes script

Lua
1 year ago
local IsStudio = false local ContextActionService = game:GetService("ContextActionService") local HttpService = game:GetService("HttpService") local GuiService = game:GetService("GuiService") local CoreGui = game:GetService("CoreGui") local Avatar

Click TP script

Lua
1 year ago
local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local Player = Players.LocalPlayer local Mouse = Player:GetMouse() local isKeyHeld = false -- Create distance indicator GUI local ScreenGui = I

Custom walk animation script

Lua
1 year ago
local plr = game.Players.LocalPlayer -- Store default animation IDs local DefaultAnims = { idle = { "507766666", "507766951" }, walk = "507777826", run = "507767714",

Joins script

Lua
1 year ago
local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local TweenService = game:GetService("TweenService") -- Create notification GUI local NotificationGui = Instance.new("ScreenGui") NotificationGui.Parent = game.CoreG

Invis script

Lua
1 year ago
local ScriptStarted = true local Keybind = "F2" --Set to whatever you want, has to be the name of a KeyCode Enum. local Transparency = true --Will make you slightly transparent when you are invisible. No reason to disable. local NoClip = false --Wil

Treasure Hunt Simulator

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Treasure Hunt Simulator", "Ocean") local Tab = Window:NewTab("Farming") local Section = Tab:NewS

Jail break auto rob (spams chat)

Lua
1 year ago
loadstring(game:HttpGet("http://scripts.projectauto.xyz/AutoRobV5"))()

Auto Clicker 30 CPS

Lua
1 year ago
-- Auto-Clicker Script using mouse1press/mouse1release -- This script uses the more direct mouse1press and mouse1release functions -- Services local UserInputService = game:GetService("UserInputService") local RunService = game:GetService("RunServi

blade ball wnp

Lua
1 year ago
local Players = game:GetService("Players") local VirtualInputManager = game:GetService("VirtualInputManager") local RunService = game:GetService("RunService") local UserInputService = game:GetService("UserInputService") local Player = Players.Local

blade ball script V.2

Lua
1 year ago
local Players = game:GetService("Players") local VirtualInputManager = game:GetService("VirtualInputManager") local Player = Players.LocalPlayer local IsParried = false local Connection = nil -- Visual elements local highlightFolder = Instance.new

light

Lua
1 year ago
local light = game.Lighting for i, v in pairs(light:GetChildren()) do v:Destroy() end local ter = workspace.Terrain local color = Instance.new("ColorCorrectionEffect") local bloom = Instance.new("BloomEffect") local sun = Instance.new("SunRaysEffe

blade ball script V.1

Lua
1 year ago
local Players = game:GetService("Players") local VirtualInputManager = game:GetService("VirtualInputManager") local Player = Players.LocalPlayer local IsParried = false local Connection = nil -- Visual elements local highlightFolder = Instance.new

Troll UI

Lua
1 year ago
local ScreenGui = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local TopBar = Instance.new("Frame") local TopBarCorner = Instance.new("UICorner") local Title = Instance.new("TextLabel")

Audio ID Tester

Lua
1 year ago
local ScreenGui = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local TextBox = Instance.new("TextBox") local PlayButton = Instance.new("TextButton") local StopButton = Instance.new("TextButton") ScreenGui.Parent = game.CoreGui

Mute Natural Disasters

Lua
1 year ago
local function muteSounds() for _, sound in pairs(workspace:GetDescendants()) do if sound:IsA("Sound") then sound.Volume = 0 end end end -- Mute existing sounds muteSounds()

HugScript

Lua
1 year ago
--ChatByPass ([[This file was protected with MoonSec V3]]):gsub('.+', (function(a) _AVgDrexxKwR_ = a; end)); return(function(h,...)local t;local n;local f;local o;local y;local u;local e=24915;local d=0;local l={};while d<351 do d=d+1;while d<0x385

Walk Fling

Lua
1 year ago
local Players = game:GetService("Players") local RunService = game:GetService("RunService") local LocalPlayer = Players.LocalPlayer local function startWalkFling(char) local Root = char:WaitForChild("HumanoidRootPart") local Humanoid = char

Anti Fling

Lua
1 year ago
while true do for _,x in next, game:GetService("Players"):GetPlayers() do if x and x ~= game:GetService("Players").LocalPlayer and x.Character then pcall(function() for _,v in next, x.Character:GetChildren() d