Nicks Project JoJo Script

Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

BloxScript4You


We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
game.StarterGui:SetCore("SendNotification", {
Title = "Loading..";
Text = "Script Was Executed By: " .. game.Players.LocalPlayer.Name;
Duration = 2;
})


wait(3)

game.StarterGui:SetCore("SendNotification", {
Title = "Loaded!";
Text = "Enjoy!"; 
Duration = 4;
});


wait(0.5)

	 
local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://1584394759"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()


local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord%20lib.txt")()

local win = DiscordLib:Window("Nick's Project Jojo v1.0")
 

local serv = win:Server("The main stuff", "")

local Frame = game.CoreGui.Discord.MainFrame

local btns = serv:Channel("Player")

function onKeyPress(inputObject, gameProcessedEvent)
    if inputObject.KeyCode == Enum.KeyCode.RightControl then
        if Frame.Visible == false then
            Frame.Visible = true
        else
            Frame.Visible = false
        end
    end
end

game:GetService("UserInputService").InputBegan:connect(onKeyPress)


btns:Textbox("Stand Power", "Type here!", true, function(t)
game.Players.LocalPlayer.Power.Value     = (t);
game.Players.LocalPlayer.PowerStat.Value = (t);
end)

btns:Textbox("Endurance", "Type here!", true, function(t)
game.Players.LocalPlayer.Endurance.Value     = (t);
game.Players.LocalPlayer.EnduranceStat.Value = (t);
end)

btns:Textbox("Special Stat", "Type here!", true, function(t)
game.Players.LocalPlayer.Special.Value     = (t);
game.Players.LocalPlayer.SpecialStat.Value = (t);
end)

btns:Textbox("Resilience", "Type here!", true, function(t)
game.Players.LocalPlayer.Resilience.Value     = (t);
end)


btns:Textbox("Potency", "Type here!", true, function(t)
game.Players.LocalPlayer.Potency.Value     = (t);
end)


btns:Label("Type Inf for infinite")


local sldr                           = btns:Slider("Attack Speed", 1, 5, 1, function(t)
game.Players.LocalPlayer.Speed.Value = (t)
end)

local sldr                           = btns:Slider("Walkspeed", 1, 100, 50, function(t)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (t)
end)

local sldr                           = btns:Slider("JumpPower", 1, 200, 50, function(t)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = (t)
end)


btns:Seperator()



btns:Button("Open Stand Storage", function()
game.Players.LocalPlayer.PlayerGui.standstore.Enabled = true
game.Players.LocalPlayer.PlayerGui.standstore.Visible = true
end)

btns:Button("Open Shop", function()
 loadstring(game:HttpGet("https://pastebin.com/raw/4kPWmS7v", true))() 
end)



btns:Button("Kill Aura", function()
local Count = 0
while true do
    wait(0.9)
local A_1 = 99999999
local Event = game:GetService("ReplicatedStorage").Specials.throatslit
Event:FireServer(A_1)
Count = Count + 1
end
end)

btns:Button("Do an absurd amount of damage to everything near you", function()
local A_1   = 999999999999999999999999999
local Event = game:GetService("ReplicatedStorage").Specials.throatslit
Event:FireServer(A_1)
end)

btns:Button("Check your Worthiness", function()
game.StarterGui:SetCore("SendNotification", {
Title = "Worthiness Check";
Text = "Worth: " .. game.Players.LocalPlayer.Worth.Value;
Duration = 3;
})
end)


local tp = serv:Channel("Teleports")

tp:Button("Teleport to Dio's Bone", function()
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("DioBone").CFrame
end)

tp:Button("Teleport to Dio's Diary (Worthiness Version)", function()
    while wait(5) do
for _,v in pairs(game.Workspace:GetDescendants()) do
   if string.find(v.Name, "DioDiary") and v:FindFirstChild("Handle") then
       v:FindFirstChild("Handle").Anchored = true
       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,-2) * v:FindFirstChild("Handle").CFrame
    end
end
end
end)




tp:Button("Teleport to Ultimate Dummy", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(838.822571, 1029.94226, -1223.36951)
end)

tp:Button("Teleport to Hyperspace Dummy", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1195.75085, 1049.79041, 5.64134359)
end)




tp:Label("Quests")

tp:Button("Teleport to quest: Exp is Power", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1916.55969, 875.011841, -222.287766)
end)

tp:Button("Teleport to quest: Assault On Titans", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1072.45056, 875.22229, -754.062012, 0.852683008, 1.31428397e-08, -0.522428632, -3.29306005e-09, 1, 1.9782421e-08, 0.522428632, -1.51477462e-08, 0.852683008)
end)

tp:Button("Teleport to quest: Hamon Hunt", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1164.27197, 875.449097, 96.3368378, -0.985683084, -5.59815305e-08, 0.168608442, -6.32552286e-08, 1, -3.77684692e-08, -0.168608442, -4.78931099e-08, -0.985683084)
end)

tp:Button("Teleport to quest: Vampire Hunt", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1568.63184, 875.026978, -1139.93213, 0.90634042, -2.3473568e-08, -0.422548324, 1.2666816e-08, 1, -2.83828374e-08, 0.422548324, 2.03721715e-08, 0.90634042)
end)

tp:Button("Teleport to quest: A Huge Issue", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1713.60144, 874.999939, -1161.75171, 0.874661446, -2.09152944e-08, -0.484734267, -2.88108755e-08, 1, -9.51347161e-08, 0.484734267, 9.71762901e-08, 0.874661446)
end)

tp:Button("Teleport to quest: A giant problem", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1991.23816, 875, -1021.729, 0.878873348, 4.90018559e-09, -0.477055162, 1.59368856e-08, 1, 3.96320843e-08, 0.477055162, -4.24343547e-08, 0.878873348)
end)

tp:Button("Teleport to quest: Attack on titans", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(788.899292, 875.71167, -528.016968, 0.135717228, -5.74621382e-08, 0.990747631, 2.70949059e-08, 1, 5.42871774e-08, -0.990747631, 1.94765075e-08, 0.135717228)
end)

tp:Button("Teleport to quest: The reality Warper", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1138.2085, 874.999939, -168.800003, -0.983227015, -6.46937295e-08, -0.182385802, -6.85475854e-08, 1, 1.48263029e-08, 0.182385802, 2.70797287e-08, -0.983227015)
end)

tp:Label("NPCS")

tp:Button("Rohan", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1621.55139, 875.061462, -969.720886, -0.00856200326, -2.00013144e-08, -0.999963343, 1.70892589e-09, 1, -2.00166799e-08, 0.999963343, -1.88024618e-09, -0.00856200326)
end)

tp:Button("Jotaro", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1905.40637, 875, -1295.20142, -0.898807049, 1.11613012e-08, 0.438344449, 3.67894124e-08, 1, 4.99727619e-08, -0.438344449, 6.10423072e-08, -0.898807049)
end)

tp:Button("Stroheim", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1657.61694, 875.168945, -919.496216, -0.579595625, 3.34473924e-08, -0.814904213, 3.86727272e-08, 1, 1.35388287e-08, 0.814904213, -2.36675248e-08, -0.579595625)
end)

tp:Button("Zeppeli", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Zeppeli"].Head.CFrame
end)

tp:Button("Caesar", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Caesar"].Head.CFrame
end)

tp:Label("Places")

tp:Button("Teleport to shop", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1518.72522, 875.027283, -425.667816)
end)

tp:Button("Teleport to DIO's Spawn", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1361.4696, 875.011536, -200.33252, -0.999659121, 1.14996306e-08, 0.026108034, 1.44327688e-08, 1, 1.12157757e-07, -0.026108034, 1.12496338e-07, -0.999659121)
end)

tp:Button("Teleport to Kira's Spawn", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1092.9906, 875.011597, -1060.41321, 0.917077363, -6.4417172e-08, 0.398709238, 3.527283e-08, 1, 8.04326845e-08, -0.398709238, -5.96993956e-08, 0.917077363)
end)


tp:Button("Teleport to Gas Station", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1561.05432, 875.711853, -1121.32532)
end)

tp:Button("Stone Free User 1", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2058.42358, 875.71167, -543.380737, -0.0174025502, -4.07834371e-08, 0.999848545, -3.49054758e-08, 1, 4.01820763e-08, -0.999848545, -3.42009194e-08, -0.0174025502)
end)

tp:Button("Stone Free User 2", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2004.84253, 875.011658, -951.163208, -0.275661975, -2.97080991e-08, -0.961254656, -1.00663646e-08, 1, -2.8018782e-08, 0.961254656, 1.95262673e-09, -0.275661975)
end)

tp:Button("Fusion Mountain", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2004.84253, 875.011658, -951.163208, -0.275661975, -2.97080991e-08, -0.961254656, -1.00663646e-08, 1, -2.8018782e-08, 0.961254656, 1.95262673e-09, -0.275661975)
end)


local o = serv:Channel("Others")

o:Button("Bring all non arrow items to you", function()
while wait(3) do
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
    end
end
end
end)

o:Button("AutoComplete Jotaro Quests", function()
        loadstring(game:HttpGet("https://pastebin.com/raw/8RFvg6Yb", true))()
    end)
    
o:Button("AutoComplete Rohan Quests", function()
loadstring(game:HttpGet("https://pastebin.com/raw/gQhkpVgV", true))()
end)

o:Button("Look at player's stats", function()
loadstring(game:HttpGet("https://pastebin.com/raw/vwbxDc0u"))()
end)

local shop = serv:Channel("Shop")

shop:Label("Remotely buy shop items")

shop:Button("StandArrow", function()
game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow") 
end)

shop:Button("RokakakaFruit", function()
game.ReplicatedStorage.Logic.giveitem:FireServer("RokakakaFruit") 
end)

shop:Button("LuckyArrow", function()
    game.ReplicatedStorage.Logic.giveitem:FireServer("LuckyStandArrow") 
end)


shop:Button("Hamon", function()
    game.ReplicatedStorage.Logic.giveitem:FireServer("Hamon") 
end)

shop:Button("Rock Human", function()
    game.ReplicatedStorage.Logic.giveitem:FireServer("Rock Human") 
end)

shop:Button("Vampire", function()
    game.ReplicatedStorage.Logic.giveitem:FireServer("Vampire") 
end)

shop:Button("Spin", function()
    game.ReplicatedStorage.Logic.giveitem:FireServer("Spin") 
end)


local it = serv:Channel("Worlds")

it:Button("Go to Italy", function()
        game:GetService("TeleportService"):Teleport(2731332132, game.Players.LocalPlayer)
    end)

it:Button("Go to Morioh", function()
        game:GetService("TeleportService"):Teleport(2295122555, game.Players.LocalPlayer)
    end)
    
    
local k = serv:Channel("Bosses")

k:Button("Kill Notorious B.I.G", function()
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Notorious B.I.G" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end)

k:Button("Kill DIO", function()
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "DIO" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end)

k:Button("Kill Kira", function()
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Kira" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end)

k:Button("Kill Diavolo", function()

	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Diavolo" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end)

k:Toggle("SpamKill DIO",false, function(bool)

_G.Active = (bool)

if _G.Active == true then

while wait() do
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "DIO" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

k:Toggle("SpamKill Kira",false, function(bool)

_G.Active = (bool)

if _G.Active == true then

while wait() do
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Kira" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

k:Toggle("SpamKill Diavolo",false, function(bool)

_G.Active = (bool)

if _G.Active == true then

while wait() do
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Diavolo" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

k:Toggle("SpamKill BIG",false, function(bool)

_G.Active = (bool)

if _G.Active == true then
while wait() do
	local plr = game.Players.LocalPlayer.Character

for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Notorious B.I.G" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

local noti = serv:Channel("Notifiers")

noti:Button("Notorious B.I.G Notifier", function()


local Big = workspace:WaitForChild("Notorious B.I.G")
if Big then
game.StarterGui:SetCore("SendNotification", {
Title = "Boss Spawn";
Text = "Notorious B.I.G Spawned"; 
Duration = 10;
})

local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://186446892"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

end
end)

noti:Button("DIO Notifier", function()


local DIO = workspace:WaitForChild("DIO")
if DIO then
game.StarterGui:SetCore("SendNotification", {
Title = "Boss Spawn";
Text = "DIO Spawned"; 
Duration = 10;
})

local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://186446892"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

end
end)

noti:Button("Kira Notifier", function()


local Kira = workspace:WaitForChild("Kira")
if Kira then
game.StarterGui:SetCore("SendNotification", {
Title = "Boss Spawn";
Text = "Kira Spawned"; 
Duration = 10;
})

local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://186446892"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

end
end)

noti:Button("Diavolo Notifier", function()

local Diav = workspace:WaitForChild("Diavolo")
if Diav then
game.StarterGui:SetCore("SendNotification", {
Title = "Boss Spawn";
Text = "Diavolo Spawned"; 
Duration = 10;
})

local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://186446892"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

end
end)



local btns = serv:Channel("Farm")

btns:Label("These cannot be disabled unless you rejoin")


btns:Toggle("Auto Farm (Morioh&Italy)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
local LP=game:GetService'Players'.LocalPlayer
for _,a in ipairs(workspace:GetChildren())do
  if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
      spawn(function()
          local Pa=LP.Character:FindFirstChildOfClass'Part'
          R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
      end)
  end
end
workspace.ChildAdded:Connect(function(a)
  wait(.125)
  if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
      spawn(function()
          repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
          local Pa=LP.Character:FindFirstChildOfClass'Part'
          R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
      end)
  end
end)
for _,a in ipairs(game:GetService'Players':GetPlayers())do
  R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
end
end
end)

btns:Toggle("Worthiness Farm (Italy)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Holy Dummy" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(nil, nil, nil), 1000000000000, game.Players.LocalPlayer.Character.Torso.voiceline, v.Humanoid, false, false, false)
end
end
end
end
end)

btns:Toggle("Money Farm (Italy)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Space Dummy" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(nil, nil, nil), 1000000000000, game.Players.LocalPlayer.Character.Torso.voiceline, v.Humanoid, false, false, false)
end
end
end
end
end)

btns:Toggle("Money Farm (Morioh)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do


                for i,v in pairs(game.Workspace:GetChildren()) do
                    if v.Name == "Giant Dummy" or v.Name == "Metal Dummy" or v.Name == "Wood Dummy" or v.Name == "Ice Dummy" or v.Name == "Rock Dummy" then
                        game:GetService("ReplicatedStorage").Specials.healevent:FireServer(CFrame.new(nil, nil, nil),math.huge,v.Humanoid,game.Players.LocalPlayer.Character.Torso.voiceline,false)
                        game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(nil, nil, nil), math.huge, game.Players.LocalPlayer.Character.Torso.voiceline, v.Humanoid, false, false, false)
end
end
end
end
end)

btns:Toggle("Level Farm (Italy)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
            game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(1,nil,game:GetService("Workspace")["Space Dummy"].Torso.CFrame,math.huge,game.Players.LocalPlayer.Character.Torso.voiceline,game:GetService("Workspace")["Space Dummy"].Humanoid,false)
            game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(76,nil,game:GetService("Workspace")["Space Dummy"].Torso.CFrame,math.huge,game.Players.LocalPlayer.Character.Torso.voiceline,game:GetService("Workspace")["Space Dummy"].Humanoid,false)
 end
end
 end)

btns:Toggle("AutoKill Evil Star Platinum Users (Italy)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Evil Star Platinum User" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

btns:Toggle("AutoKill Evil Stone Free Users (Morioh)",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Evil Stone Free User" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

btns:Button("AutoKill Dio with Quest", function()
local dio = game.Workspace.DIO
if dio then

	local plr = game.Players.LocalPlayer.Character

while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "DIO" then
game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))

end
end
end
end
end)

local item = serv:Channel("Items")

item:Button("Teleport to Requiem Arrow", function()
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") and v.Name == "Requiem Arrow" then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
    local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
    
end
end
end)

item:Button("Teleport to Aja Stone", function()
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") and v.Name == "RedAja" then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
    
    local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

end
end
end)

item:Button("Teleport to Stone Rokakaka", function()
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") and v.Name == "StoneRokakakaFruit" then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
    
    local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
    
end
end
end)

item:Button("Teleport to Dio's Diary", function()
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") and v.Name == "Dio's Diary" then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
    
    local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
    
end
end
end)

item:Button("Teleport to Vampire Mask", function()
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") and v.Name == "VampireMask" then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
   
   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
   
end
end
end)

item:Button("Teleport to Dio's Bone", function()
for _,v in pairs(workspace:GetChildren()) do
    if v:IsA("Tool") and v.Name == "Dio's Bone" then
        v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
    
    
   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play() 
   
end
end
end)

item:Button("Teleport to money bag", function()
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("MoneyBag").CFrame
   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
end)


item:Button("Teleport to Arrow", function()
    game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("StandArrow").Handle.CFrame
   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
end)

item:Button("Teleport to RokakakaFruit", function()
    game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("RokakakaFruit").Handle.CFrame
   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()
end)

item:Seperator()

item:Button("Item Notifier", function()

while wait() do
local arrow = workspace:WaitForChild("StandArrow")
if arrow then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "StandArrow Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
local fr = workspace:WaitForChild("RokakakaFruit")
if fr then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "RokakakaFruit Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
local ra = workspace:WaitForChild("RequiemArrow")
if ra then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "Requiem Arrow Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
local sroka = workspace:WaitForChild("StoneRokakakaFruit")
if sroka then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "StoneRokakakaFruit Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
local dd = workspace:WaitForChild("Dio's Diary")
if dd then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "Dio's Diary (Item) Dropped"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
local db = workspace:WaitForChild("Dio's Bone")
if db then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "Dio's Bone (Item) Dropped"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()


while wait() do
local vm = workspace:WaitForChild("VampireMask")
if vm then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "Vampire Mask Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v.Name == "DioDiary" then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "Worthiness Diary Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v.Name == "DioBone" then
game.StarterGui:SetCore("SendNotification", {
Title = "Item Spawned";
Text = "Worthiness Bone Spawned"; 
Duration = 3;
})

   local m =Instance.new("Sound")
m.Name = "Sound"
m.SoundId = "rbxassetid://444895479"
m.Volume = 0.5
m.Pitch = 1
m.Looped = false
m.archivable = false
m.Parent = game.Workspace

m:Play()

end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end

end)



local bnds = serv:Channel("Binds")

bnds:Bind("Instant Heal", Enum.KeyCode.H, function()
game:GetService("ReplicatedStorage").Specials.healevent:FireServer(CFrame.new(nil, nil, nil),math.huge,game:GetService("Workspace")[game.Players.LocalPlayer.Name]:WaitForChild("Humanoid"),game.Players.LocalPlayer.Character.Torso.voiceline,false)
end)

bnds:Bind("Anti-Timestop", Enum.KeyCode.T, function()
        game.Workspace.timestopped.Value = false
end)

bnds:Toggle("Anti TimeStop toggle",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do

game.Workspace.timestopped.Value = false
end
end
end)





bnds:Label("Anti TimeStop only works while time is stopped")

local esp = serv:Channel("Esp")

esp:Toggle("DIO ESP",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v.Name == "DIO" then
    
                Instance.new("Highlight", v)
                                BillboardGui.Parent = v.Parent            
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
BillboardGui.StudsOffset = Vector3.new(0, 2, 0)

TextLabel.Parent = BillboardGui
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = v.Parent.Parent.Name
TextLabel.TextColor3 = Color3.new(1, 0, 0)
TextLabel.TextScaled = true
                
            end
            end
        end
    end
end)

esp:Toggle("Kira ESP",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v.Name == "Kira" then
    
                Instance.new("Highlight", v)
                                BillboardGui.Parent = v.Parent            
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
BillboardGui.StudsOffset = Vector3.new(0, 2, 0)

TextLabel.Parent = BillboardGui
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = v.Parent.Parent.Name
TextLabel.TextColor3 = Color3.new(1, 0, 0)
TextLabel.TextScaled = true
                
            end
            end
        end
    end
end)

esp:Toggle("Diavolo ESP",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v.Name == "Diavolo" then
    
                Instance.new("Highlight", v)
                                BillboardGui.Parent = v.Parent            
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
BillboardGui.StudsOffset = Vector3.new(0, 2, 0)

TextLabel.Parent = BillboardGui
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = v.Parent.Parent.Name
TextLabel.TextColor3 = Color3.new(1, 0, 0)
TextLabel.TextScaled = true
                
            end
            end
        end
    end
end)

esp:Toggle("B.I.G ESP",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v.Name == "Notorious B.I.G" then
    
                Instance.new("Highlight", v)
                BillboardGui.Parent = v.Parent            
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
BillboardGui.StudsOffset = Vector3.new(0, 2, 0)

TextLabel.Parent = BillboardGui
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = v.Parent.Parent.Name
TextLabel.TextColor3 = Color3.new(1, 0, 0)
TextLabel.TextScaled = true
                
            end
            end
        end
    end
end)

esp:Toggle("NPC ESP",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
while wait() do
for _,v in pairs(workspace:GetChildren()) do 
if v:FindFirstChild("Humanoid") and v.Name == "Caesar" or "Zeppeli" or "Gyro" then
    
                Instance.new("Highlight", v)
BillboardGui.Parent = v.Parent            
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
BillboardGui.StudsOffset = Vector3.new(0, 2, 0)

TextLabel.Parent = BillboardGui
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = v.Parent.Parent.Name
TextLabel.TextColor3 = Color3.new(1, 0, 0)
TextLabel.TextScaled = true
                
           
            end
            
            
            end
        end
    end
end)

esp:Toggle("Item ESP",false, function(bool)


_G.Active = (bool)

if _G.Active == true then
for i,v in pairs(game.Workspace:GetDescendants()) do
if v.ClassName == "TouchTransmitter" and v.Parent.Name == "Handle" then
local BillboardGui = Instance.new("BillboardGui")
local TextLabel = Instance.new("TextLabel")

BillboardGui.Parent = v.Parent
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
BillboardGui.StudsOffset = Vector3.new(0, 2, 0)

TextLabel.Parent = BillboardGui
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = v.Parent.Parent.Name
TextLabel.TextColor3 = Color3.new(1, 0, 0)
TextLabel.TextScaled = true
end
end
end
end)

local trol = serv:Channel("Trolling")

trol:Toggle("Bring All PLAYERS and attack them",false, function(bool)

local LocalPlayer = game:GetService("Players").LocalPlayer
_G.active = (bool)

if game:GetService("RunService").RenderStepped then
    if _G.active == true then
        for _,X in pairs(game.Players:GetChildren()) do
            if X.Name ~= LocalPlayer.Name then
                X.Character.HumanoidRootPart.CFrame = LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(-3, -1, -3) * LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * -99
            end
        end
        end
    end
end)

trol:Toggle("Kill All Dummies (Morioh and italy)",false, function(bool)
local plr = game.Players.LocalPlayer.Character

_G.Active = (bool)

if _G.Active == true then
while wait() do
for i,v in pairs(game:GetService("Workspace"):GetChildren()) do 
	if v.Name:find("Dummy") then
		game:GetService("ReplicatedStorage").Logic.hitbox:InvokeServer(0,plr["Right Arm"],CFrame.new(0,0,0),math.huge,plr.Torso.voiceline,v:FindFirstChild("Humanoid"))
end
end
end
end
end)

trol:Button("Kiss Sub x 100", function()
T = 100

for i = 1, T do
local plrbackpack = game.Players.LocalPlayer.Backpack

local kiss = game:GetService("ReplicatedStorage").Fusions.Kiss

local kissclone = kiss:Clone()

kissclone.Parent = plrbackpack

end
end)

trol:Label("Get Rid of Multiplier by resetting")

trol:Label("Activate it by pressing U")

Available Game Scripts

096-SCP-Scripts 1-Damage-Every-Second-Scripts 1-Every-Second-Scripts 2-Player-Millionaire-Tycoon-Scripts 2P-Wizzard-Tycoon-Scripts 3-2-1-Blast-Off-Simulator-Scripts 3008-Scripts 50-50-Pick-A-Door-Obby-Scripts 98%-Fail-Impossible-Glass-Bridge-Scripts A-Dumb-Day-Scripts A-Hero's-Destiny-Scripts A-One-Piece-Devil-Fruit-Scripts A-One-Piece-Game-Scripts A-Universal-Time-Scripts ABA-Scripts Ability-Wars-Scripts Admin-Simulator-Scripts Adopt-And-Raise-A-Baby-Scripts Adopt-Me-Scripts Aeronautica-Scripts Age-Of-Hero-Scripts Age-Of-Hero's-Scripts Aggressive-Multiplayer-Scripts Aim-Trainer-Scripts Airplane-Simulator-Scripts Airport-Tycoon-Scripts All-Of-Us-Are-Dead-Scripts All-Star-Tower-Defense-Scripts Allusions-Scripts Alo-Sanctuary-Scripts Alphabet-Lore-Race-Scripts Alternate-Battlegrounds-Scripts Anarchy-Arena-Scripts Animal-Simulator-Scripts Anime-Adventure-Scripts Anime-Adventures-Scripts Anime-Artifacts-Simulator-2-Scripts Anime-Battle-Arena-Scripts Anime-Battle-Simulator-Scripts Anime-Catching-Simulator-Scripts Anime-Champions-Scripts Anime-Clicker-Fight-Scripts Anime-Clicker-Simulator-Scripts Anime-Combat-Simulator-Scripts Anime-Defense-Simulator-Scripts Anime-Dimension-Simulator-Scripts Anime-Evolution-Simulator-Scripts Anime-Fighters-Scripts Anime-Fighters-Simulator-Scripts Anime-Fighting-Simulator-Scripts Anime-Fly-Race-Scripts Anime-Fruit-Simulator-Scripts Anime-Fusion-Tycoon-Scripts Anime-Hunters-Simulator-Scripts Anime-Idle-Simulator-Scripts Anime-Legends-Scripts Anime-Lost-Simulator-Scripts Anime-Plush-Simulator-Scripts Anime-Power-Simulator-Scripts Anime-Racing-Clicker-Scripts Anime-Rising-Fighting-Scripts Anime-Smash-Simulator-Scripts Anime-Souls-Simulator-Scripts Anime-Speed-Simulator-Scripts Anime-Star-Simulator-Scripts Anime-Story-Scripts Anime-Street-Simulator-Scripts Anime-Tales-RELEASE-Scripts Anime-Universe-Simulator-Scripts Anime-Warriors-Simulator-2-Scripts Anime-Weapon-Simulator-Scripts Aniverse-Scripts Ants-Simulator-Scripts Apeirophobia-Scripts Apocalypes-Rising-2-Scripts Apocalypse-Tycoon-Scripts Arcane-Odyssey-Scripts Armored-Patrol-Scripts Arsenal-Scripts Assassin-Scripts Attack-On-Titan-Evolution-Scripts Attack-On-Titan-Vengeance-Scripts Auto-Rap-Battles-Scripts Backpacking-Scripts Backrooms-GMod-Map-Scripts Backrooms-Morphs-Scripts Backrooms-Race-Clicker-Scripts Bad-Business-Scripts Ball-And-Axe-Scripts Balls-Rarity-Factory-Scripts Banana-Eats-Scripts Barrys-Prison-Run-Scripts Baryon-Scripts Base-Battles-Scripts Basically-FNF-Scripts Be-A-Dad-And-Get-Milk-Sim-Scripts be-a-dad-and-get-milk-simulator-Scripts Be-A-Hero-Scripts Be-A-Parkour-Ninja-Scripts Be-A-Spider-Tycoon-Scripts Be-Crushed-By-A-Speeding-Wall-Scripts Become-a-hacker-to-prove-dad-wrong-tycoon-Scripts BedWars-Scripts Bee-Swarm-Simulator-Scripts Bee-Tycoon-Scripts Berry-Avenue-RP-Scripts Beyondland-Scripts Big-Battles-Scripts Big-Brain-Simulator-Scripts BIG-Paintball-Scripts Billionaire-Empire-Scripts Bitcoin-Miner-Scripts Bizarre-Day-Modded-Rebooted-Scripts Black-Adam-Experience-Scripts Blackhawk-Rescue-Mission-5-Scripts Blackrooms-Race-Clicker-Scripts Blade-Simulator-Scripts Bleeding-Blades-Scripts Blending-Simulator-2-Scripts Blob-Simulator-Scripts Block-Eating-Simulator-Scripts Block-Mine-Scripts Block-Survivor-Scripts Blood-And-Iron-Scripts Blox-Fruits-Scripts Blox-Hunt-Scripts Bloxburg-Scripts Bloxy-Bingo-Scripts Bomb-Click-Mine-Scripts Booga-Booga-REBORN-Scripts Booga-Booga-Scripts Boss-Fighting-Simulator-Scripts BotClash-Simulator-Scripts BOXING-BETA-Scripts Boxing-Fighters-Simulator-Scripts Boxing-League-Scripts Break-In-Scripts Break-Wall-Simulator-Scripts Breaking-Point-Scripts Broken-Bones-IV-Scripts Brookhaven-RP-Scripts Bubble-Gum-Clicker-Scripts Bubble-Gum-Simulator-Scripts Build-A-Boat-For-Treasure Build-A-Boat-For-Treasure-Scripts Build-And-Survive-Scripts Build-To-Survive-Scripts Bullying-Scripts Busy-Business-Scripts Button-Infinity-Scripts Button-Simulator-2023-Scripts buy-your-friend-back-tycoon-Scripts Cabin-Crew-Simulator-Scripts Camping-Scripts Candy-Clicker-Simulator-Scripts Car-Crash-System-Scripts Car-Crushers-2-Scripts Car-Dealership-Tycoon-Scripts Car-Factory-Tycoon-Scripts Car-Mechanic-Tycoon-Scripts Cart-Ride-Delivery-Service-Scripts Cart-Ride-Into-Rdite-Scripts Cart-Ride-Race-Scripts Cart-Ride-Tycoon-Scripts Case-Clicker-Scripts Chainsaw-Man-Scripts CHAOS-Scripts Cheese-Escape-Scripts Chest-Simulator-Scripts ChicBlocko-Scripts City-Life-Scripts Classroom-Simulator-Scripts Clicker-Mining-Simulator Clicker-Mining-Simulator-Scripts Clicker-Party-Simulator-Scripts Clicker-Run-Scripts Clicker-Simulator-Scripts Clicking-Simulator-Scripts Climb-1000-Stairs-Scripts Climb-2000-Stairs-to-VIP-Obby-Scripts Cobra-Kai-Karate-Scripts Coins-Hero-Simulator-Scripts Collect-All-Pets-Scripts Color-Race-Scripts Color-Run-Scripts Combat-Warriors-Scripts Contact-A-888-Scripts Control-Army-Scripts Cook-Burgers-but-with-100-players-Scripts Cook-Burgers-Scripts Cornerstone-Arcade-Scripts Corsair-Land-Scripts Coruscant-RP-Scripts Counter-Blox-Reimagined-Scripts Counter-Blox-Scripts Country-Collectors-Scripts Countryball-World-Scripts Craft-Factory-Scripts Craftwars-Scripts Crate-Opening-Incremental-Scripts CRAZY-Scripts Creatures-Of-Sonaria-Scripts Creeper-Chaos-Scripts Crewmates-Scripts Criminality-Scripts Crocs-World-Minigames-Scripts Crop-Farming-Incremental-Scripts Crusaders-Heaven-Scripts Crying-Simulator-Scripts Crypto-Tycoon-Scripts Cube-Combination-Scripts Cursed-Islands-Scripts Custom-Duels-Scripts Custom-PC-Tycoon-Scripts D-DAY-Scripts Da-Backrooms-Scripts Da-Hood-Aim-Trainer-Scripts Da-Hood-Scripts Dark-Life-Scripts Daycare-Center-Scripts DBZ-Final-Stand-Scripts Deadline-Scripts Deadly-Sins-Retribution-Scripts Death-Academy-Online-Scripts Deflect-Scripts Dem's-Upgrade-Tree-Scripts Demon-Slayer-Midnight-Sun-Scripts Demon-Soul-Simulator-Scripts Demonfall-Scripts Destroy-And-Conquer-Scripts Destroy-The-Neighborhood-Scripts Destruction-Simulator-Scripts di-makatulog-Scripts Dig-To-China-Scripts Dino-Island-Tycoon-Scripts Dinosaur-Simulator-Scripts Dominus-Lifting-Simulator-Scripts Dont-Stop-Obby-Scripts Doodle-Word-Scripts Doomspire-Brickbattle-Scripts DOORS-Race-Clicker-Scripts Doors-Race-Script Doors-Race-Scripts Doors-Scripts Doors-Story-Scripts Dragon-Adventures-Scripts Dragon-Ball-Final-Remastered-Scripts Dragon-Ball-Rage-Scripts Dragon-Ball-Simulator-Scripts Dragon-Blox-Scripts Dragon-Soul-Scripts Dragonball-Ultimate-Clash-2-Scripts Drift-Paradise-Scripts Drive-Cars-Down-A-Hill-Scripts Drive-World-Scripts Driving-Empire-Scripts Driving-Simulator-Scripts Dungeon-Quest-Scripts Dunking-Race-Scripts Dunking-Simulator-Scripts EASY-Glass-Bridge-Scripts Easy-Obby-Scripts Easy-Race-Clicker-Scripts Easy-Stud-Jump-Obby-Scripts Easy-Stud-Jumps-Obby-Scripts Eat-Same-Color-Food-Scripts eat-sand-Scripts Eating-Simulator-Scripts Eclipsis-Scripts Edward-The-Man-Eating-Train-Scripts EGOIST-Scripts Electric-State-DarkRP-Scripts Emergency-Hamburg-Scripts Emergency-Response-Scripts Encounters-Scripts Energy-Assault-Scripts Epic-Minigames-Scripts Era-Of-Althea-Scripts Escape-Papa-Pizza's-Pizzeria-Scripts Evade-Scripts Everest-Climbing-Roleplay-Scripts Every-Second-1-Ki-In-DBZ-Scripts Every-Second-You-Get-1-HP-Scripts Every-Second-You-Get-1-Jump-Power-Scripts Every-Second-You-Get-1-Points-Scripts Every-Second-You-Get-1-Punch-Scripts Every-Second-You-Get-1-Scripts Every-Second-You-Get-Richer-Scripts Every-Second-You-Get-Smarter-Scripts Everyday-Car-Driving-Scripts Eviction-Notice-Scripts Executors Expedition-Antarctica-Scripts Ez-Dev-Scripts Fabled-Legacy-Scripts Facility-Lockdown-Scripts Facility-Of-Redemption-Scripts Faction-Defense-Tycoon-Scripts Fantastic-Frontier Fantastic-Frontier-Scripts Farm-Factory-Tycoon-Scripts Fast-Lifting-Simulator-Scripts Fat-Race-Clicker-Scripts Fat-Simulator-Scripts Feed-The-Noob-Tycoon-Scripts FEEDING-TRASH-TO-RICH-PEOPLE-TYCOON-Scripts Fencing-Scripts Festival-Tycoon-Scripts Field-Trip-Z-Scripts FIFA-WORLD-Scripts Find-The-Family-Guy-Scripts Find-The-Floppa-Morphs-Scripts Find-The-Markers-Scripts Find-The-Pau-Scripts Find-The-Plugs-Scripts Find-The-Simpsons-Scripts Find-The-Sonic-Morphs-Scripts Firework-Simulator-Scripts Fishing-Simulator-Scripts FiveDuels-Scripts Flag-Wars-Scripts Flappy-Bird-Race-Scripts Flappy-Clicker-Scripts Flee-The-Facility-Scripts Flex-Fight-Scripts Flex-Your-Account-Age-Scripts Fling-Champions-Scripts Fling-Things-And-People-Scripts Flood-Escape-2-Scripts Fly-Race-Scripts Fnaf-Five-Nights-Simulator-Scripts FNAF-Scripts Foblox-Scripts Football-Duels-Scripts Football-Fusion-2-Scripts Formula-Apex-Scripts Framed-Scripts FREE-ADMIN-Scripts Free-Hatchers-Scripts Free-Owner-Admin-Scripts Friday-Night-Bloxxin-Scripts Frog-Simulator-Scripts FRONTLINES-Scripts Fruit-Battlegrounds-Scripts Fruit-Warriors-Scripts Funky-Friday-Scripts Furry-Infection-Scripts Games-Unite-Testing-Place-Scripts GARENA-FREE-FIRE-MAX-Scripts Genei-Fight-Simulator-Scripts Get-Richer-Every-Second-Scripts Get-To-The-Top-Scripts Giant-Simulator-Scripts Giant-Survival-Scripts Givenchy-Beauty-House-Scripts Glide-Race-Scripts Glory-Kill-Testing-Scripts Go-To-Jail-Make-Friends-To-Escape-Scripts Goal-Clicker-Scripts Goal-Kick-Simulator-Scripts Got-Eaten-Scripts Grand-Piece-Scripts Granny-Scripts Greenville-Scripts Gun-Simulator-Scripts Gym-Tycoon-Scripts Happy-Land-Scripts Haunted-Town-Scripts Head-Fly-Race-Scripts Heist-Tycoon-Scripts Hide-And-Seek-Extreme-Scripts Higher-Jump-Every-Second-Scripts Highway-Rush-Scripts Hold-People-The-Game-Scripts Hole-Fall-Simulator-Scripts Home-Run-Simulator-Scripts Homework-Printing-Simulator-Scripts Homework-Shedding-Simulator-Scripts Hood-Arena-Scripts Hood-Customs-Scripts Hood-Duels-Scripts Hood-Modded-Scripts Hoops-Scripts Hoopz-Scripts Horrific-Housing-Scripts Horse-Racing-Club-Scripts Hospital-Tycoon-Scripts Hotel-Scripts HOURS-Scripts How-Far-Can-You-Backflip-Scripts How-Far-Can-You-Fly-Scripts How-Far-Can-You-Throw-Scripts Human-Canon-Scripts Hungry-Pig-Scripts Hunter-X-Athena-Scripts Hyper-Realistic-CSGO-Guns-Scripts Idle-Heroes-Simulator-Scripts IHeartLand-Music-Tycoon-Scripts Impossible-Glass-Bridge-Obby-Scripts Impossible-Ladder-Climb-Obby-Scripts In-Plain-Sight-2-Scripts Inazuma-Rebirth-Scripts Infectious-Smile-Scripts Infinite-Rarities-Scripts Insane-Elevator-Scripts Interminable-Rooms-Scripts Invade-Scripts Iron-Man-Simulator-2-Scripts Islands-Scripts Isle-Scripts Item-Asylum-Scripts Jailbreak-Scripts Jenga-Scripts Jujutsu-Kaizen-RP-Scripts Jujutsu-Scripts Jump-Clicker-Scripts Kaiju-Paradise-Experimental-Scripts Kaizen-Scripts Karate-Scripts Kengun-OnlineScripts Kick-Off-Scripts Kill-Monsters-to-Save-Princess-Scripts Kill-To-Save-Anime-Girl-Scripts Kill-To-Save-Anime-Girl-Simulator-Scripts Killstreak-Chaos-Scripts King-Legacy-Scripts Kingdom-Life-Scripts Kitty-Scripts Knife-Ability-Test-Scripts Knife-Simulator-Scripts Knife-Strife-Scripts Legend-Of-Heroes-Simulator-Scripts Legend-Piece-Scripts Legends-Of-Speed-Scripts Legends-Re-Written-Scripts Liberty-Island-Tycoon-Scripts Life-In-Prison-Scripts Life-Sentence-Scripts Lift-Legends-Simulator-Scripts Lifting-Simulator-Scripts Lightsaber-Arena-Scripts Limited-Time-Scripts Little-World-Scripts live-in-a-back-alley-Simulator-Scripts Livetopia-Scripts Longest-Answer-Win-Scripts Lookout-Battle-Scripts Loomain-Legacy-Scripts Loooptopia-Scripts Lost-Kingdom-Tycoon-Scripts Lost-Rooms-Scripts Lucky-Blocks-Battlegrounds Lucky-Blocks-Battlegrounds-Scripts Lumber-Tycoon-2-Scripts Mad-City-Scripts Mage-Tycoon-Scripts Magic-Champions-Scripts Magic-Tappers-Scripts Magnet-Simulator-Scripts Make-It-Louder-Scripts Make-Roblox-Games-Scripts making-memes-in-your-basement-at-3-AM-tycoon-Scripts making-scam-calls-to-save-your-bf-Scripts Mall-Tycoon-Scripts Mansion-Scripts Maple-Hospital-Scripts Mars-Base-Tycoon-Scripts Marvellous-Playground-Scripts Masters-Difficulty-Chart-Obby-Scripts Math-Obby-Scripts Max-Speed-Scripts Meepcity-Scripts Mega-Easy-Obby-Scripts Mega-Fun-Obby-Scripts Mega-Mansion-Tycoon-Scripts Meme-Merger-Scripts Meme-Sea-Scripts Merge-Droppers-Scripts Merge-Simulator-Scripts Michael's-Zombies-Scripts Military-Tycoon-Scripts Military-War-Tycoon-Scripts Milk-Tycoon-Scripts Millionaire-Empire-Tycoon-Scripts Mine-Racer-Scripts Minercave-Scripts MinerCrafts-Scripts Miners-Haven-Scripts Mining-Clicker-Simulator-Scripts Mining-Factory-Tycoon-Scripts Mining-Simulator-2-Scripts Minion-Simulator-Scripts Mission-Mars-Scripts Mo's-Academy-Scripts Mob-Punch-Simulator-Scripts Mobile-Executors Mobile-Scripts Money-Clicker-Simulator-Scripts Money-Simulator-X-Scripts Money-Tycoon-Scripts Monkey-Tycoon-Scripts Monster-Hunt-Simulator-Scripts Motel-Simulator-Scripts Mount-Of-The-Gods-Scripts Mow-My-Lawn-2-Scripts Mow-The-Lawn-Scripts Mow-The-Lown-Scripts Murder-Mystery-2-Scripts Murder-Party-Scripts Murderers-Vs-Sheriffs-scripts Muscle-Legends-Scripts My-Hello-Kitty-Cafe-Scripts My-Hero-Mania-Scripts My-Hood-Scripts My-Prison-Scripts My-Restaurant-Scripts My-School-Tycoon-Scripts Nation-Roleplay-2-Scripts Natural-Disaster-Survival-Scripts Naval-Warfare-Scripts NCT-127-World-Scripts Nen-Fighting-Simulator-Scripts Neo-Soccer-League-Scripts Neo-Warfare-X-Scripts Never-Ending-Cart-Ride-Scripts NGU CLICKER SIMULATOR-Scripts Ninja-Legends-2-Scripts Ninja-Legends-Scripts Ninja-Storm-Simulator-Scripts Ninja-Tycoon-Scripts NO-SCOPE-ARCADE-Scripts NO-STOP-Obby-Scripts Noob-Army-Tycoon-1-Scripts Northside-Chicago-Scripts Notoriety-Scripts Nuke-Simulator-Scripts Nuke-Site-Scripts Oaklands-Scripts Obby-But-You're-A-Ball-Scripts Obby-But-You're-A-CUBE-Scripts OFF-Tycoon-Scripts Ohio-Scripts Oil-Warfare-Tycoon-Scripts One-Blocks-Every-Second-Scripts One-Fruit-Scripts One-Fruit-Simulator-Scripts One-Piece-Battles-Scripts One-Punch-Fighters-Simulator-Scripts Online-Business-Simulator-2-Scripts Onslaught-Public-Dev-Server-Scripts OOF-Tycoon-Scripts OP-NINJA-SIMULATOR-Scripts Operations-Siege-Scripts Outlaster-Scripts Paintball-Wars-Scripts Pancakes-Wall-Hop-Difficulty-Scripts Parkour-Scripts Pet-Clicker-Simulator-Reborn-Scripts Pet-Clicking-Simulator-Scripts Pet-Crafting-Simulator-Scripts Pet-Legends-2-Scripts Pet-Merge-Scripts Pet-Mining-Simulator-Scripts Pet-Rift-Scripts Pet-Simulator-2-Scripts Pet-Simulator-X-Scripts Pet-Trading-Card-Simulator-Scripts Pet-Zoo-Tycoon-Scripts Phantom-Forces-Scripts Phenom-Scripts Piano-Keyboard-Scripts Pick-A-Side-Scripts Pickaxe-Mining-Simulator-Scripts Pickaxe-Simulator-Scripts Piece-Adventures-Simulator-Scripts Piece-X-Tycoon-Scripts Piggy-Scripts Pilgrammed-Scripts Pillow-Fight-Simulator-Scripts Pinewood-Computer-Core-Scripts Pirate's-Dream-Scripts Pistol-1V1-Scripts Pixel-Piece-Scripts Plane-Crash-Physics-2-Scripts Plane-Crazy-Scripts Planet-Crash-Physics-Scripts Planet-Oof-Scripts Plates-Of-Fate-Remastered-Scripts PLAYPRINTS-World-Scripts Pls-Donate-Scripts PLS-STEAL-Scripts Plus-1-Blocks-Every-Second-Scripts Plus-1-Damage-Every-Second-Scripts Plus-1-Fat-Every-Second-Scripts Plus-1-Jump-Race-Scripts Plus-1-Per-Second-Scripts Plus1-Blocks-Every-Second-Scripts Pop-It-Trading-Scripts Power-Wash-Tycoon-Scripts Pressure-Wash-Simulator-Scripts Prildas-Track-And-Field-Scripts Prison-Life-Scripts Pro-Piece-PRO-MAX-Scripts Project-Baki-2-Scripts Project-JoJo-Scripts Project-Lazarus-Scripts Project-Menacing-Scripts Project-Mugetsu-Scripts Project-New-World-Scripts Project-Palaro-Scripts Project-Playtime-Multiplayer-Scripts Project-Slayers-Scripts Project-XL-Scripts ProTube-Race-Clicker-Scripts Public-Bathroom-Simulator-Scripts Punch-A-Brick-Wall-Simulator-Scripts Punch-Monster-Simulator-Scripts Punch-Wall-Simulator-Scripts Race-Car-Clicker-Scripts Race-Clicker-Scripts Racing-Rocket-Scripts Ragdoll-Clicker-Scripts Ragdoll-Engine-Scripts Rainbow-Friends-Scripts Raise-A-Floppa-2-Scripts Raise-A-Monke-Scripts Raise-A-Peter-Scripts Raise-A-Pochita-Scripts Raise-A-Sonic-Scripts Raise-A-Yippee-Scripts Raise-Kenny-Scripts Ramen-Simulator-Scripts Ramp-Jumping-On-Sports-Cars-Scripts Ramp-Jumping-Scripts Randomizer-Scripts Randomly-Generated-Droids-Scripts Rank-Simulator-Scripts Rarity-Factory-Tycoon-Scripts Rat-Washing-Tycoon-Scripts Rate-My-Avatar-Scripts Rays-Mod-Scripts RB-Battles-Scripts RB-World-4-Scripts REALISTIC-HOOD-Scripts Realistic-Mansion-Tycoon-Scripts Realms-Simulator-Scripts Reaper-2-Scripts Reaper-Clicker-Scripts Rebirth-Champions-X-Scripts Red-Light-Green-Light-Scripts RedBox-Scripts Redcliff-City-RP-Scripts Redwood-Prison-Scripts Refinery-Caves-Scripts reroll.gg-Scripts Resort-Tycoon-Scripts Restaurant-Tycoon-2-Scripts Retail-Tycoon-2-Scripts Rich-Clicker-Simulator-Scripts Ridgeway Concepts-Scripts Rise-Of-Nations-Scripts Ro-Fruit-Scripts Ro-Ghoul-Scripts RO-Wizard-Scripts Road-To-Gramby's-Scripts Rob-A-Jewellery-Store-Scripts Roblox-But-You-Get-Jump-Scripts Roblox-But-You-Get-Smarter-Scripts Roblox-Is-Unbreakable-Scripts Roblox-Titanic-Scripts RoCitizens-Scripts Rogue-Demon-Scripts Rogue-Nightmare-Scripts RoStreets-Scripts RoVille-Scripts Royal-High-Scripts Royalloween-Scripts Running-From-The-Internet-Scripts Rush-Point-Scripts Saber-Simulator-Scripts Saitama-Battleground-Scripts Sandhurts-Military-Academy-Scripts Save-Your-Princess-Scripts School-Simulator-Scripts SCP-3008-Scripts SCP-Roleplay-Scripts SCP-Stranded-Scripts SCP-Warfare-Tycoon-Scripts Sea-Piece-2-Scripts send-memes-to-your-enemies-to-destroy-them-tycoon-Scripts SHADOVIS-RPG-Scripts SharkBite-1-Scripts SharkBite-2-Scripts Sheep-Farm-Scripts Sheep-Tycoon-Scripts SHEIN-x-Klarna-Wonderland-Scripts ShimmerVille-Scripts Shindo-Life-Scripts Shinobi-Life-2-Scripts Shipping-Lanes-Scripts Shockwave-Racing-Scripts Shoot-Out-Scripts Shopping-Wars-Scripts Shortest-Answer-Wins-Scripts Shovelwares-Brain-Game-Scripts Shrek-In-The-Backrooms-Scripts SIREN-COPS-PRISON-Scripts Siren-Head-Rebirth-Scripts Site-Roleplay-Scripts Ski-Race-Scripts SKYDIVE-Off-A-TOWER-Scripts Skydive-Race-Clicker-Scripts SKYWARS-Scripts Slap-Battles-Scripts Slasher-Blade-Scripts Slayer-Tycoon-Scripts Slide-House-Tumble-Scripts Slime-Mine-Scripts Slime-Tower-Tycoon-Scripts Sling-Race-Scripts Sling-Scripts Smash-And-Grab-Scripts Smooth-Slicing-Scripts Snipers-Scripts Snow-Plow-Simulator-Scripts Snow-Shoveling-Simulator-Scripts Snowball-io-Scripts Snowballer-Scripts Soccer-Legends-Scripts Solera-Hotel-And-Resort-Scripts Son-Goku-The-Finale-Scripts Sonic-Speed-Simulator-Scripts Soul-Cultivation-Scripts Soul-Eater-Resonance-Scripts Soul-War-Scripts Space-Simulator-Reborn-Scripts Space-Tycoon-Scripts Specter-2-Scripts Speed-City-Scripts Speed-Race-Clicker-Scripts Speed-Run-4-Scripts Speed-Run-Simulator-Scripts Speed-Simulator-Scripts SpeedLands-V2-Scripts Spider-Scripts Spray-Paint-Scripts SPTS-Endless-Scripts SPTS-Origin-Scripts Squid-Game-Scripts Stack-Ball-Scripts Stair-Tappers-Scripts Stairs-Of-RAGE-Scripts Stand Upright Rebooted-Scripts Stand-Upright-Rebooted-Scripts Stands-Awakening-Scripts Star-Simulator-Scripts Starscape-Scripts start-an-emo-band-from-your-garage-tycoon-Scripts Starving-Artist-Scripts Starving-Artists-Scripts Steal-Roblox-Games-Scripts STEEP-STEPS-Scripts Stone-Farm-Simulator-Scripts Stone-Haven-County-Asylum-Scripts Stone-Miner-Simulator-2-Scripts Stop-It-Slender-Scripts Strong-Clickers-Scripts Strong-Katana-Simulator-Scripts Strong-Muscle-Simulator-Scripts Strong-Ninja-Simulator-Scripts Strongest-Anime-Squad-Simulator-Scripts Strongest-Punch-Simulator-Scripts Strongman-Simulator-Scripts Strucid-Scripts Sunsilk-Hair-Care-Lab-Tycoon-Scripts Super-Blox-Soccer-Scripts Super-Bomb-Survival-Scripts Super-Doomspire-Scripts Super-Dunk-Scripts Super-Fun-Obby-500-Stages-Scripts Super-Hero-Race-Clicker-Scripts Super-Hero-Tycoon-Scripts Super-Jump-Race-Scripts Super-Power-Evolution-Simulator-Scripts Super-Power-Fighting-Scripts Super-Power-Fighting-Simulator-Scripts Super-Slime-Simulator-Scripts Super-Store-Tycoon-Scripts Super-Striker-League-Scripts Survival-Bruno-The-Encanto-Movie-Killer-Scripts Survive-And-Kill-The-Killer-In-Area-51-Scripts Survive-The-Killer-Scripts Survive-The-Night-Scripts Survive-The-Slimes-Scripts SWAT-Breaching-Scripts Sweets-obby-Scripts Swimming-Race-Clicker-Scripts Swing-City-Scripts Sword-Battles-Scripts Sword-Burst-2-Scripts Sword-Factory-X-Scripts Sword-Fighters-Simulator-Scripts Sword-Haven-Scripts Sword-Race-Scripts Sword-Slasher-Scripts T-Titans-Battlegrounds-Scripts Tall-Man-Run-Scripts Tapping-Legend-X-Scripts Tapping-Masters-Scripts Tapping-Simulator-Scripts Tatakai-Scripts Taxi-Boss-Scripts Teamwork-Puzzles-2-Scripts Teamwork-Puzzles-Scripts Tha-Bronx-2-Scripts Tha-Hood-Scripts The-Asylum-Scripts The-Chosen-One-Scripts The-Clown-Killings-Reborn-Scripts The-Final-Stand-2-Scripts The-Floor-Is-Lava-Scripts The-Grand-Crossing-Border-Roleplay-Scripts The-Hood-Scripts The-Intruder-Scripts The-Maze-Scripts The-Mimic-Scripts The-Obby-Elevator-Scripts The-Rake-REMASTERED-Scripts The-Spinner-Scripts The-Survival-Game-Scripts The-Ultimate-Upgrade-Tree-Scripts The-Wild-West-Scripts Thief-Simulator-Scripts Those-Who-Remain-Scripts Tien-Tien-Piece-Scripts Timber-Champions-Scripts Titan-Warfare-Scripts TLK-Prison-Scripts Tokyo-Saga-Scripts Tornado-Simulator-Scripts Touch-Football-Scripts Tower-Merge-Simulator-Scripts Tower-Of-Flood-Escape-2-Scripts Tower-Of-Hell-Scripts Tower-Of-Misery-Scripts Tower-Simulator-Scripts town-Scripts Toy-SoldierZ-Scripts TPS-Street-Soccer-Scripts TPS-Ultimate-Soccer-Scripts Trade-Hangout-Scripts Trade-Tower-Scripts Trampoline-Towers-Scripts Transfur-Outbreak-Scripts Treasure-Hunt-Islands-Scripts Treasure-Quest-Scripts Trick-Shot-Simulator-Scripts Trollge-Conventions-Scripts Trollge-Incident-Fights-Reborn-Scripts Troop-Army-Simulator-Scripts Tropical-Resort-Tycoon-Scripts Truck-Factory-Tycoon-Scripts Try-To-Die-Scripts Tsunami-Game-Scripts Twice-Square-Scripts Twilight-Daycare-Scripts Type-Or-Die-Scripts Type-Race-Scripts UFO-Tycoon-Scripts Ultimate-Easy-Obby-Scripts Ultimate-Random-Night-Scripts Ultra-Clicker-Simulator-Scripts Ultra-Power-Tycoon-Scripts Undertale-Crazy-Multiverse-Scripts Unicorn-Tycoon-Scripts Unit-Classified-Scripts Universal-Scripts UnOfficial-Uno-Scripts Untitled-Attack-On-Titan-Scripts Untitled-Hood-Scripts Unwavering-Soul-Scripts Vampire Fighters-Scripts Vampire-Hunters-3-Scripts VBet-Scripts Vehicle-Legends-Scripts Vehicle-Simulator-Scripts Vehicle-Tycoon-Scripts Verdant-Moon-Scripts Victory-Race-Scripts Viet-Pirates-X-Scripts Voxlblade-Scripts Wacky-Wizards-Scripts Wall-Punch-Simulator-Scripts Wall-Punching-Simulator-Scripts Wall-Smash-Simulator-Scripts Walmart-Land-Script Walmart-Land-Scripts War-Tycoon-Scripts Warrior-Champions-Scripts Wasteland-Tycoon-Scripts Weapon-Fighting-Scripts Weapon-Fighting-Simulator-Scripts Weapon-Simulator-2-Scripts Weaponry-Scripts West-Elm-Home-Design-Scripts Westbound-Scripts Wheat-Farming-Simulator-Scripts Where's-The-Baby-Scripts Wild-Horse-Islands-Scripts Winds-Of-Fortune-Scripts Wings-Of-Glory-Scripts Wisteria-2-[ALPHA]-Scripts Wisteria-2-Scripts Wolves-Life-3-Scripts Wonder-Woman-Scripts Word-Bomb-Scripts Word-Bridge-Scripts Word-Of-Stands-Scripts Work-At-A-Hotel-&-Resort-Scripts Work-At-A-Pizza-Scripts World-Of-Sorcery-Scripts World-Of-Stands-Scripts World-Of-Trollge-Scripts World-Zero-Scripts Write-A-Letter-Scripts You-Get-1-Damage-Scripts You-Get-1-Jump-Power-Scripts Your-Bizarre-Adventure-Scripts Your-Local-Mechanic-Scripts Youtube-Simulator-X-Scripts YouTube-Simulator-Z-Scripts YouTube-Tycoon-Scripts ZO-SAMURAI-Scripts Zombie-Arena-Scripts Zombie-Army-Simulator-Scripts Zombie-Attack-Scripts Zombie-Battle-Tycoon-Scripts Zombie-Lab-Scripts Zombie-Merge-Tycoon-Scripts Zombie-Rush-Scripts Zombie-Uprising-Scripts