0% found this document useful (0 votes)
77 views23 pages

Spanish Hub Roblox Scripts Guide

This document contains a script for a Roblox hub called 'SPANISH HUB - nescoroco', which includes various features such as gravity manipulation, server switching, and an executor for running scripts. It provides buttons for different functionalities, including freezing the player, displaying FPS, and making the player immortal. The script is intended for users familiar with Roblox scripting and includes links to associated Discord and YouTube channels.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views23 pages

Spanish Hub Roblox Scripts Guide

This document contains a script for a Roblox hub called 'SPANISH HUB - nescoroco', which includes various features such as gravity manipulation, server switching, and an executor for running scripts. It provides buttons for different functionalities, including freezing the player, displaying FPS, and making the player immortal. The script is intended for users familiar with Roblox scripting and includes links to associated Discord and YouTube channels.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

--[[

WARNING: Heads up! This script has not been verified by ScriptBlox. Use at
your own risk!
]]
--🟦DISCORD🟦: [Link]

-- Youtube: [Link]

-- Roblox profile: [Link]

-- Spanish hub

local Library = loadstring(game:HttpGet("[Link]


Kavo-UI-Library/main/[Link]"))()
local Window = [Link]("SPANISH HUB - nescoroco", "DarkTheme")

-- SCRIPTS HECHO TOTALMENTE POR NESCOROCO, SUBIDO ORIGINALMENTE EN SCRIPTHUB

-- YOUTUBE: [Link]

--🟦DISCORD🟦: [Link]

-- SCRIPTBLOX: [Link]

-- ROBLOX: [Link]

-- Menu
local Main = Window:NewTab("Scripts Universales")
local MainSection = Main:NewSection("Scripts")

MainSection:NewButton("Caminar en las paredes", "Va a cambir la gravedad segun tu


poscicion", function()
loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("Cambiar De Servidor", "Te va a unir automaticamente a un


servidor aleatorio del juego", function()
loadstring(game:HttpGet("[Link]
end)

-- CHOCLO ENORME DE SCRIPT


-----------------------------------------------------------------------------------
----------------------------------
MainSection:NewButton("DELTA executor", "es un ejecutador como el que usaste para
hacer funcionaer el Ñ HUB, solamente que si un script no te funciona, puedes probar
hacerlo funcionar con este", function()
local NotificationHolder =
loadstring(game:HttpGet("[Link]
[Link]"))()
local Notification =
loadstring(game:HttpGet("[Link]
[Link]"))()

wait(1)
Notification:Notify(
{Title = "Note", Description = "This executor is a joke, its a level 4 please
understand :)"},
{OutlineColor = [Link](80, 80, 80),Time = 5, Type = "default"}
)

local ScreenGui = [Link]("ScreenGui")


local Executor = [Link]("Frame")
local UICorner = [Link]("UICorner")
local TopBar = [Link]("TextLabel")
local UICorner_2 = [Link]("UICorner")
local UIAspectRatioConstraint = [Link]("UIAspectRatioConstraint")
local Down = [Link]("Frame")
local UICorner_3 = [Link]("UICorner")
local UIAspectRatioConstraint_2 = [Link]("UIAspectRatioConstraint")
local EditorScroller = [Link]("ScrollingFrame")
local Editor = [Link]("TextBox")
local UIAspectRatioConstraint_3 = [Link]("UIAspectRatioConstraint")
local UIAspectRatioConstraint_4 = [Link]("UIAspectRatioConstraint")
local ScriptTab = [Link]("Frame")
local UICorner_4 = [Link]("UICorner")
local UIAspectRatioConstraint_5 = [Link]("UIAspectRatioConstraint")
local Execute = [Link]("TextButton")
local UICorner_5 = [Link]("UICorner")
local UIAspectRatioConstraint_6 = [Link]("UIAspectRatioConstraint")
local Clear = [Link]("TextButton")
local UICorner_6 = [Link]("UICorner")
local UIAspectRatioConstraint_7 = [Link]("UIAspectRatioConstraint")
local Save = [Link]("TextButton")
local UICorner_7 = [Link]("UICorner")
local UIAspectRatioConstraint_8 = [Link]("UIAspectRatioConstraint")
local UIAspectRatioConstraint_9 = [Link]("UIAspectRatioConstraint")

--Properties:

[Link] = [Link]
[Link] = [Link]

[Link] = "Executor"
[Link] = ScreenGui
Executor.BackgroundColor3 = [Link](12, 4, 20)
[Link] = 0.120
Executor.BorderColor3 = [Link](27, 42, 53)
[Link] = [Link](0.307999998, 0, 1.26199996, 0)
[Link] = [Link](0, 481, 0, 287)

[Link] = Executor

[Link] = "TopBar"
[Link] = Executor
TopBar.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.600
[Link] = [Link](0, 481, 0, 35)
[Link] = [Link]
[Link] = "Delta"
TopBar.TextColor3 = [Link](255, 255, 255)
[Link] = 25.000

UICorner_2.Parent = TopBar

[Link] = TopBar
[Link] = 13.743
[Link] = "Down"
[Link] = Executor
Down.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.700
[Link] = [Link](0, 0, 0, 281)
[Link] = [Link](0, 480, 0, 6)

UICorner_3.Parent = Down

UIAspectRatioConstraint_2.Parent = Down
UIAspectRatioConstraint_2.AspectRatio = 80.000

[Link] = "EditorScroller"
[Link] = Executor
[Link] = true
EditorScroller.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.600
[Link] = 0
[Link] = [Link](0, 9, 0, 47)
[Link] = [Link](0, 367, 0, 191)
[Link] = 5
[Link] = "XY"

[Link] = "Editor"
[Link] = EditorScroller
Editor.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0, 366, 0, 191)
[Link] = false
[Link] = [Link]
[Link] = true
[Link] = ""
Editor.TextColor3 = [Link](255, 255, 255)
[Link] = 20.000
[Link] = [Link]
[Link] = [Link]
[Link] = "XY"

UIAspectRatioConstraint_3.Parent = Editor
UIAspectRatioConstraint_3.AspectRatio = 1.916

UIAspectRatioConstraint_4.Parent = EditorScroller
UIAspectRatioConstraint_4.AspectRatio = 1.921

[Link] = "ScriptTab"
[Link] = Executor
ScriptTab.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.600
[Link] = [Link](0, 386, 0, 46)
[Link] = [Link](0, 84, 0, 192)

UICorner_4.Parent = ScriptTab

UIAspectRatioConstraint_5.Parent = ScriptTab
UIAspectRatioConstraint_5.AspectRatio = 0.438

[Link] = "Execute"
[Link] = Executor
Execute.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.600
[Link] = [Link](0, 70, 0, 248)
[Link] = [Link](0, 102, 0, 25)
[Link] = [Link]
[Link] = "Execute"
Execute.TextColor3 = [Link](255, 255, 255)
[Link] = 20.000

UICorner_5.Parent = Execute

UIAspectRatioConstraint_6.Parent = Execute
UIAspectRatioConstraint_6.AspectRatio = 4.080

[Link] = "Clear"
[Link] = Executor
Clear.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.600
[Link] = [Link](0, 182, 0, 248)
[Link] = [Link](0, 102, 0, 25)
[Link] = [Link]
[Link] = "Clear"
Clear.TextColor3 = [Link](255, 255, 255)
[Link] = 20.000

UICorner_6.Parent = Clear

UIAspectRatioConstraint_7.Parent = Clear
UIAspectRatioConstraint_7.AspectRatio = 4.080

[Link] = "Save"
[Link] = Executor
Save.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.600
[Link] = [Link](0, 294, 0, 248)
[Link] = [Link](0, 102, 0, 25)
[Link] = [Link]
[Link] = "Save"
Save.TextColor3 = [Link](255, 255, 255)
[Link] = 20.000

UICorner_7.Parent = Save

UIAspectRatioConstraint_8.Parent = Save
UIAspectRatioConstraint_8.AspectRatio = 4.080

UIAspectRatioConstraint_9.Parent = Executor
UIAspectRatioConstraint_9.AspectRatio = 1.676

-- Scripts:

local function QDVHE_fake_script() -- [Link]


local script = [Link]('LocalScript', Execute)

local execute = [Link]


Editor = [Link]

execute.MouseButton1Click:Connect(
function()
assert(loadstring([Link]))()
end
)

end
[Link](QDVHE_fake_script)()
local function MLYQ_fake_script() -- [Link]
local script = [Link]('LocalScript', Clear)

Clear = [Link]
Clear.MouseButton1Click:Connect(function()
[Link] = ""
end)
end
[Link](MLYQ_fake_script)()
local function ORCKN_fake_script() -- [Link]
local script = [Link]('LocalScript', Executor)

[Link] = true
[Link] = true
[Link] = false
end
[Link](ORCKN_fake_script)()
local function JPWI_fake_script() -- [Link]
local script = [Link]('LocalScript', Executor)

[Link]:TweenPosition([Link](0.308, 0,0.262, 0), "Out",


"Quint",1,true)
end
[Link](JPWI_fake_script)()
end)
-- FIN DEL CHOCLO ENORME DE SCRIPT
-----------------------------------------------------------------------------------
----------------------------------

MainSection:NewButton("Congelarte a ti mismo FE", "Se desplegara una pestaña la


cual podras prender o apagar una opcion en la cual te congelas en la poscicion que
la activaste", function()
loadstring(game:HttpGet("[Link]
main/[Link]"))()
end)

MainSection:NewButton("Gigachad HUB", "Un hub como este pero gigachad xd",


function()
loadstring(game:HttpGet("[Link]
main/Gigachad%20Hub%[Link]", true))()
end)

-- CHOCLO DE SCRIPTS 2
-----------------------------------------------------------------------------------
---------------------------------------------
MainSection:NewButton("FPS gui", "Sobre tu cabeza aparecera la cantidad de FPS a la
que te va (Probablemente te apareceran 60)", function()
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local StarterGui = game:GetService("StarterGui")
local UserInputService = game:GetService("UserInputService")

local colors = {
[Link](255, 0, 0),
[Link](255, 165, 0),
[Link](255, 255, 0),
[Link](0, 128, 0),
[Link](0, 0, 255),
[Link](75, 0, 130),
[Link](238, 130, 238)
}
local colorIndex = 1

local player = [Link]


local character = [Link] or [Link]:Wait()
local head = character:WaitForChild("Head")

local fpsLabel = [Link]("BillboardGui")


[Link] = head
[Link] = [Link](0, 100, 0, 50)
[Link] = [Link](0, 2, 0)

local fpsTextLabel = [Link]("TextLabel")


[Link] = fpsLabel
[Link] = [Link](1, 0, 1, 0)
fpsTextLabel.TextColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = true

local function formatFPS(fps)


return [Link]("%d FPS", [Link](fps + 0.5))
end

local lastFrameTime = tick()


local frameCount = 0

[Link]:Connect(function()
local currentTime = tick()
frameCount += 1
if currentTime - lastFrameTime >= 1 then
local fps = frameCount / (currentTime - lastFrameTime)
[Link] = formatFPS(fps)
frameCount = 0
lastFrameTime = currentTime
end
end)

[Link]:Connect(function(inputObject)
if [Link] == [Link].F then
[Link] = not [Link]
end
end)

StarterGui:SetCoreGuiEnabled([Link], false)

while true do
fpsTextLabel.TextColor3 = colors[colorIndex]
colorIndex = colorIndex % #colors + 1
wait(0.10)
end

--open source
end)
-- FIN DEL CHOCLO DE SCRIPTS 2
-----------------------------------------------------------------------------------
---------------------------------------------

-- CHOQULITO DE SCRIPTS
-----------------------------------------------------------------------------------
------

-- CHOQULITO DE SCRIPTS V2
-----------------------------------------------------------------------------------
-
MainSection:NewButton("Ser inmortal", "No podras morir", function()
local Rayfield =
loadstring(game:HttpGet('[Link]
main/source'))()

local Window = Rayfield:CreateWindow({


Name = "get haste'd",
LoadingTitle = "Interface Loading...",
LoadingSubtitle = "By haste",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "haste"
},
Discord = {
Enabled = false,
Invite = "CpjJEfZcRy", -- The Discord invite code, do not include
[Link]/. E.g. [Link]/ABCD would be ABCD.
RememberJoins = false -- Set this to false to make them join the discord
every time they load it up
},
KeySystem = false, -- Set this to true to use our key system
KeySettings = {
Title = "Lake",
Subtitle = "Key System",
Note = "Key in discord(No Downloads/Linkvertise!)",
FileName = "Lake - Key",
SaveKey = false,
GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site
you would like Rayfield to get the key from
Key = "[Link]
}
})

Rayfield:Notify({
Title = "Script From noone",
Content = "Thank you for using nobody script",
Duration = 0.1,
Image = 4483362458,
Actions = { -- Notification Buttons
Ignore = {
Name = "e",
Callback = function()
print("you sir are disabled")
end
},
},
})

local Tab = Window:CreateTab("Main", 4483362458)


local Button = Tab:CreateButton({
Name = "Global Script - 1",
Callback = function()
loadstring(game:HttpGet(('[Link]
unfair/main/[Link]'),true))()
end,
})

local Tab2 = Window:CreateTab("Credits", 4483362458)


local Paragraph = Tab2:CreateParagraph({Title = "Youtube Channel", Content = ""})
local Paragraph = Tab2:CreateParagraph({Title = "Website", Content = ""})
local Paragraph = Tab2:CreateParagraph({Title = "Discord Server", Content = ""})
end)

-- FIN DE MINI CHOQULITO DE SCRIPTS


-----------------------------------------------------------------------------------
-
MainSection:NewButton("AimBot - Punteria Automatica", "Al activar este script todos
tus tiros iran directamente a la CABEZA DEL ENEMIGO", function()
local Camera = [Link]
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local TweenService = game:GetService("TweenService")
local LocalPlayer = [Link]
local Holding = false

_G.AimbotEnabled = true
_G.TeamCheck = false -- If set to true then the script would only lock your aim at
enemy team members.
_G.AimPart = "Head" -- Where the aimbot script would lock at.
_G.Sensitivity = 0 -- How many seconds it takes for the aimbot script to officially
lock onto the target's aimpart.

_G.CircleSides = 64 -- How many sides the FOV circle would have.


_G.CircleColor = [Link](255, 255, 255) -- (RGB) Color that the FOV circle
would appear as.
_G.CircleTransparency = 0.7 -- Transparency of the circle.
_G.CircleRadius = 80 -- The radius of the circle / FOV.
_G.CircleFilled = false -- Determines whether or not the circle is filled.
_G.CircleVisible = true -- Determines whether or not the circle is visible.
_G.CircleThickness = 0 -- The thickness of the circle.

local FOVCircle = [Link]("Circle")


[Link] = [Link]([Link].X / 2, [Link].Y /
2)
[Link] = _G.CircleRadius
[Link] = _G.CircleFilled
[Link] = _G.CircleColor
[Link] = _G.CircleVisible
[Link] = _G.CircleRadius
[Link] = _G.CircleTransparency
[Link] = _G.CircleSides
[Link] = _G.CircleThickness
local function GetClosestPlayer()
local MaximumDistance = _G.CircleRadius
local Target = nil

for _, v in next, Players:GetPlayers() do


if [Link] ~= [Link] then
if _G.TeamCheck == true then
if [Link] ~= [Link] then
if [Link] ~= nil then
if
[Link]:FindFirstChild("HumanoidRootPart") ~= nil then
if [Link]:FindFirstChild("Humanoid")
~= nil and [Link]:FindFirstChild("Humanoid").Health ~= 0 then
local ScreenPoint =
Camera:WorldToScreenPoint([Link]:WaitForChild("HumanoidRootPart",
[Link]).Position)
local VectorDistance =
([Link](UserInputService:GetMouseLocation().X,
UserInputService:GetMouseLocation().Y) - [Link](ScreenPoint.X,
ScreenPoint.Y)).Magnitude

if VectorDistance < MaximumDistance


then
Target = v
end
end
end
end
end
else
if [Link] ~= nil then
if [Link]:FindFirstChild("HumanoidRootPart") ~=
nil then
if [Link]:FindFirstChild("Humanoid") ~=
nil and [Link]:FindFirstChild("Humanoid").Health ~= 0 then
local ScreenPoint =
Camera:WorldToScreenPoint([Link]:WaitForChild("HumanoidRootPart",
[Link]).Position)
local VectorDistance =
([Link](UserInputService:GetMouseLocation().X,
UserInputService:GetMouseLocation().Y) - [Link](ScreenPoint.X,
ScreenPoint.Y)).Magnitude

if VectorDistance < MaximumDistance then


Target = v
end
end
end
end
end
end
end

return Target
end

[Link]:Connect(function(Input)
if [Link] == [Link].MouseButton2 then
Holding = true
end
end)

[Link]:Connect(function(Input)
if [Link] == [Link].MouseButton2 then
Holding = false
end
end)

[Link]:Connect(function()
[Link] = [Link](UserInputService:GetMouseLocation().X,
UserInputService:GetMouseLocation().Y)
[Link] = _G.CircleRadius
[Link] = _G.CircleFilled
[Link] = _G.CircleColor
[Link] = _G.CircleVisible
[Link] = _G.CircleRadius
[Link] = _G.CircleTransparency
[Link] = _G.CircleSides
[Link] = _G.CircleThickness

if Holding == true and _G.AimbotEnabled == true then


TweenService:Create(Camera, [Link](_G.Sensitivity,
[Link], [Link]), {CFrame =
[Link]([Link],
GetClosestPlayer().Character[_G.AimPart].Position)}):Play()
end
end)
end)
-- FIN DEL CHOQULITO DE SCRIPTS V2
-----------------------------------------------------------------------------------
-

MainSection:NewButton("NoClip - Atravesar las paredes", "Al activarlo podras


atravesar las paredes(Los bloques que hacen daño no soeran atravesables)",
function()
loadstring(game:HttpGet("[Link]
end)
--CHOCLASO DE SCRIPT
-----------------------------------------------------------------------------------
----------

MainSection:NewButton("OP SCRIPT HUB", "Sera un HUB como este, solamente que con
scripts OP", function()
local Library =
loadstring(game:HttpGet("[Link]
main/[Link]"))()
local Window = [Link]("Zxin's Hub", "BloodTheme")

-- MAIN
local Tab = Window:NewTab("Scripts")
local MainSection = Tab:NewSection("Scripts")

MainSection:NewButton("CMD-X", "Cool Features", function()


loadstring(game:HttpGet("[Link]
master/Source",true))()
end)
MainSection:NewButton("Nameless Admin", "Better Than Infinite Yield", function()
loadstring(game:HttpGet("[Link]
NamelessAdmin/main/Source"))();
end)

MainSection:NewButton("FE BackFlip", "KeyBind Z And X" , function()


loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("Infinite Yield", "Basically Admin", function()


loadstring(game:HttpGet('[Link]
infiniteyield/master/source'))()
end)

MainSection:NewToggle("Super-Human", "Go Fast and Jump High", function(state)


if state then
[Link] = 120
[Link] = 120
else
[Link] = 16
[Link] = 50
end
end)

MainSection:NewButton("FE Emote", "All Emotes Keybind Open Is Comma" , function()


--keybind to open is comma
loadstring(game:HttpGetAsync("[Link]
scripts/main/[Link]"))()
end)

MainSection:NewButton("Spider Man (R15)", "Walk on Walls" , function()


loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("AutoPlayer Piano", "Works in all piano games!" , function()

loadstring(game:HttpGet("[Link]
[Link]", true))()
end)

MainSection:NewButton("Spider Man (R6)", "Walk on Walls With The Suit" , function()


loadstring(game:HttpGet(('[Link]
end)

MainSection:NewButton("Keyboard", "Mobile Keyboard" , function()

loadstring(game:HttpGet("[Link]
mobkeyboard/main/[Link]", true))()
end)

MainSection:NewButton("R15 To R6 (FE)", "Change's animation" , function()


loadstring(game:HttpGet(('[Link]
r6_anims_for_r15/main/r6_anims.lua'),true))()
end)

MainSection:NewButton("Chat Bypass FE", "Press F to Toggle or Untoggle" ,


function()
loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("Dex Explorer", "Access To The File" , function()


loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
end)

MainSection:NewButton("Fps Unlocker", "Makes Your Game Faster" , function()


setfpscap(999)
end)

MainSection:NewButton("SimpleSpy", "Has Remotes!" , function()


loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("Hydroxide", "Like RemoteSpy" , function()


loadstring(game:HttpGet("[Link]
end)

local Tab = Window:NewTab("Games")


local MainSection = Tab:NewSection("Games")

MainSection:NewButton("Bedwars Script", "Kill Aura and More" , function()


loadstring(game:HttpGet("[Link]
VapeV4ForRoblox/main/[Link]", true))()
end)

MainSection:NewButton("MM2 Script", "Bring Gun and More" , function()


loadstring(game:HttpGet("[Link]
EclipseMM2/master/Script", true))()
end)

MainSection:NewButton("Da Hood Script", "Auto Kill and tons" , function()


loadstring(game:HttpGet("[Link]
AgentCC/main/[Link]"))()
end)

MainSection:NewButton("Breaking Point", "Inf Credits" , function()


loadstring(game:HttpGet("[Link]
Obfuscated/master/Breaking%20Point%20H4R7N%20Hack%[Link]"))()
end)

MainSection:NewButton("Piggy Script", "Teleport Items" , function()


loadstring(game:HttpGet(('[Link]
Roblox-Lua/master/Piggy'),true))()
end)
MainSection:NewButton("Be A Parkour Ninja Script", "Tons of feature" , function()
loadstring(game:HttpGet("[Link]
main/[Link]"))()
end)

MainSection:NewButton("Lucky Blocks Battlegrounds", "Alot of Lucky Blocks" ,


function()

loadstring(game:HttpGet(('[Link]
LuckyBlocks/main/[Link]')))()
end)

MainSection:NewButton("Speed Run 4 All Stage", "Completes All Stages" , function()


while true do
local args = {
[1] = "Level 1",
[2] = "Normal",
[3] = false
}

game:GetService("ReplicatedStorage"):WaitForChild("BeatLevel"):FireServer(unpack(ar
gs))

wait(0)
end
end)

MainSection:NewButton("Giant Survival!", "Inf cash and AutoKill" , function()


loadstring(game:HttpGet("[Link]
ToraIsMe/main/0giant", true))()
end)

MainSection:NewButton("Destruction Simulator", "Inf Money And Boost" , function()


loadstring(game:HttpGet("[Link]
Hub/main/[Link]"))()
end)

MainSection:NewButton("Hide and Seek Extreme", "Bring Coins" , function()


loadstring(game:HttpGet('[Link]
Test4/main/Hide%20And%20Seek%20Extreme'))()
end)

MainSection:NewButton("Brookhaven RP", "Rainbow House And Etc" , function()


loadstring(game:HttpGet("[Link]
NewIceHub/main/Brookhaven"))()
end)

MainSection:NewButton("A Wolf Or Other", "Alot Of Feature" , function()


loadstring(game:HttpGet("[Link] true))()
end)

MainSection:NewButton("DH Aimlock", "Basically Aimbot" , function()


loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("IceBreaker Inf Coins", "Click On It For More Coins" ,


function()
loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("Tower Of Hell", "TP To The Top and More" , function()


loadstring(game:HttpGet('[Link]
end)

MainSection:NewButton("Break In (Story)", "AutoKill And Roles" , function()


loadstring(game:HttpGet("[Link]
Hub/main/[Link]"))()
end)

MainSection:NewButton("Work At A Pizza Place", "Keybind TAB Open/Close" ,


function()
loadstring(game:HttpGet("[Link]
bb2f1182a224999682a2d1a87aa8517a/raw/66c7791224be0434b23938ca26244238649d0143/
ameicaa", true))()
end)

MainSection:NewButton("Funky Friday", "AutoPlay Sick/Good/Ok/Bad" , function()


loadstring(game:HttpGet("[Link]
friday-autoplay/main/[Link]",true))()
end)

MainSection:NewButton("Prison Life Admin", "Has ADMIN!!!" , function()


loadstring(game:HttpGet(('[Link]
TIGERADMIN/main/TIGERADMINSCRIPTFREE'),true))()
end)

MainSection:NewButton("Ultimate Lifting Simulator", "Inf Strength and More!" ,


function()
loadstring(game:HttpGet(('[Link]
end)

MainSection:NewButton("Superhero Simulator", "Inf Coins!" , function()


loadstring(game:HttpGet(('[Link]
end)

MainSection:NewButton("Viking Simulator", "Inf Coins and etcs!" , function()


loadstring(game:HttpGet("[Link] true))()
end)

MainSection:NewButton("Adopt Me", "Auto Farm and More!" , function()


loadstring(game:HttpGet("[Link]
NewIceHub/main/Brookhaven"))()
end)

MainSection:NewButton("Field Trip Z", "Auto Heal / Heal All" , function()


loadstring(game:HttpGet('[Link]
main/[Link]'))()
end)

MainSection:NewButton("The Strongest Battlegrounds", "Auto Farm and More!" ,


function()
loadstring(game:HttpGet("[Link]
hub/main/saitama"))()
end)

MainSection:NewButton("The Strongest Battlegrounds (KEY)", "Best Script AutoFarm" ,


function()
loadstring(game:HttpGet("[Link]
RobloxScripts/main/[Link]"))()
end)

MainSection:NewButton("Bee Swarm Simulator", "Auto Farm and Auto Find!" ,


function()
loadstring(game:GetObjects("rbxassetid://4384103988")[0X1].Source)("Pepsi
Swarm")
end)

MainSection:NewButton("KAT", "Aimbot/Aimlock" , function()


loadstring(game:HttpGet("[Link]
NOWAY/main/[Link]"))()
end)

MainSection:NewButton("Arsenal", "Aimbot/Aimlock and More" , function()


loadstring(game:HttpGet("[Link]
master/[Link]"))();
end)

MainSection:NewButton("PLS DONATE", "Auto Beg!" , function()


loadstring(game:HttpGet(('[Link]
end)

MainSection:NewButton("Muscle Legends", "Autofarm and Etc" , function()


loadstring(game:HttpGet(('[Link]
Script--Game/main/Muscle-Legends'),true))()
end)

MainSection:NewButton("Murders vs Sheriffs", "Kill all" , function()


loadstring(game:HttpGet("[Link]
BeboScripts/main/[Link]"))()loadstring(game:HttpGet("https://
[Link]/Bebo-Mods/BeboScripts/main/[Link]"))()
end)

MainSection:NewButton("Zombie Attack", "Autofarm and More!" , function()


loadstring(game:HttpGet(('[Link]
end)

local Player = Window:NewTab("Player")


local PlayerSection = Player:NewSection("Player")

PlayerSection:NewSlider("Walkspeed", "Change's your speed", 500, 16, function(s)


[Link] = s
end)

PlayerSection:NewSlider("Jumppower", "Make's you jump High", 500, 50, function(s)


[Link] = s
end)

PlayerSection:NewButton("TP Tool", "Click to Teleport" , function()


loadstring(game:HttpGet("[Link]
end)

PlayerSection:NewButton("Noclip", "Walk threw Walls" , function()


loadstring(game:HttpGet("[Link]
end)

local Tab = Window:NewTab("Credits")


local Section = Tab:NewSection("Discord: Zxin#9433")
local Section = Tab:NewSection("Youtube Channel: @Zxin69420")

Section:NewKeybind("Keybind", "Open/Close Menu", [Link].V, function()


Library:ToggleUI(V)
end)
end)

-- FIN DEL CHOCLASO DE SCRIPT


----------------------------------------------------------------------------------
MainSection:NewButton("OrangeX Hub V5", "Al activarlo podras atravesar las
paredes(Los bloques que hacen daño no soeran atravesables)", function()
loadstring(game:HttpGet("[Link]
main/ORANGEX%20V5%20RELEASED%20ORANGEX%20ON%20TOP%[Link]"))()
end)

MainSection:NewButton("PSY HUB", "Un hub.. Poco trabajado -_-", function()


loadstring(game:HttpGet("[Link]
end)

MainSection:NewButton("FE TELEPORT PLAYERS - Teletransportarse a alguien", "Al


activarlo, una ventana se abrira y ahi tendras las intruscciones de como usarla",
function()
loadstring(game:HttpGet("[Link]
end)
-- FIN DEL MAIN
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
-- INICIO DEL MAIN2
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
local Main2 = Window:NewTab("Univerales TOP")
local Main2Section = Main2:NewSection("Scripts TOP")

Main2Section:NewButton("ADMIN YIELDS", "¡Tendras comandos de Administrados!",


function()
loadstring(game:HttpGet('[Link]
infiniteyield/master/source'))()
end)

Main2Section:NewButton("Divine HUB", "Es un hub en el cual se utilizo el mismo


estilo que el Ñ HUB, solo que es capaz de utilizarse en juegos mas variados",
function()
loadstring(game:HttpGet('[Link]
DivineHubCracked/main/DivineHubV1'))()
end)

Main2Section:NewButton("EZ HUB (+150 JUEGOS)", "¡El mismo nombre lo dice!, mas de


15 juego, es de los mejores hubs que eh visto y su interfaz esta muy bien
trabajada, mis respetos al creador", function()
loadstring(game:HttpGet(('[Link]
Industries-Launcher-Data/master/[Link]'),true))()
end)
-- FIN DEL MAIN2
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
-- INICIO DEL MAIN3
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
local Main3 = Window:NewTab("Prision Life")
local Main3Section = Main3:NewSection("Scripts")

Main3Section:NewButton("Juanko Mods", "Hecho por mi pana", function()


loadstring(game:HttpGet("[Link]
end)
Main3Section:NewButton("Destruir los arboles", "Este script esta diseñado mas para
PVP, haciendo que tu enemigo no se esconda detras de los arboles", function()
-- Hi, this script was created more specifically for PVP, so your enemy isn't
-- hiding behind trees.

game:GetService("Workspace").Trees:Destroy()
end)

Main3Section:NewButton("Tiger Admin", "¡EL MEJOR SCRIPT TIPO ADMIN ABUSE DE TODO


PRISION LIFE!", function()
loadstring(game:HttpGet(('[Link]
main/TIGERADMINSCRIPTFREE'),true))()
end)

Main3Section:NewButton("PrisonLife Hub", "Contiene muchos scripts para Prision


Life", function()
local s =
loadstring(game:HttpGet(("[Link]
[Link]"), true))()
print(s)
end)

Main3Section:NewButton("Prison Beaker V1.5", "Un script muy bueno, con interfaz


rara.", function()
loadstring(game:HttpGet("[Link]
end)

Main3Section:NewButton("PrisonWare (CON KEY)", "Un script bastante util, pero con


key.", function()
loadstring(game:HttpGet(('[Link]
Scripts/Main/PrisonLife'),true))()
end)

Main3Section:NewButton("Hacete el mas pija del server", "NO, a comparacion de lo


que se dice, no es FE.", function()
loadstring("\
108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\1
16\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\
101\114\99\111\110\116\101\110\116\46\99\111\109\47\103\48\48\108\88\112\108\111\10
5\116\101\114\47\103\48\48\108\88\112\108\111\105\116\101\114\47\109\97\105\110\47\
70\101\37\50\48\98\121\112\97\115\115\34\44\32\116\114\117\101\41\41\40\41\10")()
end)
-- FIN DEL MAIN3
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
-- INICIO DEL MAIN4
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
local Main4 = Window:NewTab("DestructionSim")
local Main4Section = Main4:NewSection("Inf Money")
Main4Section:NewButton("Inf Money V1", "Te dara cientos de miles o millones de
monedas en SEGUNDOS", function()
-- Enhanced by nescoroco, made by Miya_AtsumuXD

-- Original script: [Link]


GUI-6227

-- ─────▄█▀█▄──▄███▄────❤
-- ────▐█░██████████▌────
-- ─────██▒█████████─────
-- ──────▀████████▀──────
-- ─────────▀██▀─────────

if [Link] == 2248408710 then


local colors = {
SchemeColor = [Link](0,256,254),
Background = [Link](0, 0, 0),
Header = [Link](0, 0, 0),
TextColor = [Link](253,256,254),
ElementColor = [Link](19, 19, 19)
}
local Library =
loadstring(game:HttpGet("[Link]
main/[Link]"))()
local Window = [Link]("💥 Destruction Simulator Script", colors)
local Tab = Window:NewTab("Money")
local Section = Tab:NewSection("Inf money")

Section:NewSlider("Money", "Money", 999999999999999, 0, function(s) -- 500


(MaxValue) | 0 (MinValue)

game:GetService("ReplicatedStorage").[Link]:FireServer("Coins",s,999
9999)
end)

Section:NewButton("SellBricks", "ButtonInfo", function()


-- Script generated by Luguin

game:GetService("ReplicatedStorage").[Link]:FireServer()

end)
end
end)

Main4Section:NewButton("Inf Money V2", "Te dara cientos de miles o millones de


monedas en SEGUNDOS", function()
-- Enhanced by nescoroco, made by Miya_AtsumuXD

-- Original script: [Link]


GUI-6227

-- ─────▄█▀█▄──▄███▄────❤
-- ────▐█░██████████▌────
-- ─────██▒█████████─────
-- ──────▀████████▀──────
-- ─────────▀██▀─────────

if [Link] == 2248408710 then


local colors = {
SchemeColor = [Link](0,270,260),
Background = [Link](0, 0, 0),
Header = [Link](0, 0, 0),
TextColor = [Link](300,300,300),
ElementColor = [Link](19, 19, 19)
}
local Library =
loadstring(game:HttpGet("[Link]
main/[Link]"))()
local Window = [Link]("💥 Destruction Simulator Script", colors)
local Tab = Window:NewTab("Money")
local Section = Tab:NewSection("Inf money")

Section:NewSlider("Money", "Money", 99999999999999999, 0, function(s) -- 5000


(MaxValue) | 0 (MinValue)

game:GetService("ReplicatedStorage").[Link]:FireServer("Coins",s,999
99999999999999)
end)

Section:NewButton("SellBricks", "ButtonInfo", function()


-- Script generated by Luguin

game:GetService("ReplicatedStorage").[Link]:FireServer()

end)
end
end)
-- FIN DEL MAIN4
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
-- INICIO DEL MAIN5
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
local Main5 = Window:NewTab("Admin's Scripts")
local Main5Section = Main5:NewSection("Admins")

Main5Section:NewButton("IV Admin V3", "Un admin que se utiliza por chat",


function()
loadstring(game:HttpGet("[Link]
main/Iv%20Admin%[Link]"))()
end)

Main5Section:NewButton("CMD-X", "Se abrira un panel para poner comandos",


function()
loadstring(game:HttpGet("[Link]
Source",true))()
end)

Main5Section:NewButton("Fate's admin", "Este script admin tambien es mediante


chat", function()
loadstring(game:HttpGet("[Link]
main/[Link]"))()
end)
Main5Section:NewButton("Leg's Admin V2", "Un admin que se utiliza por chat
(Tambien)", function()
loadstring(game:HttpGet('[Link]
main/[Link]'))()
end)

local Section = Tab:AddSection({


Name = "🎩Social media🍷"
})

Tab:AddButton({
Name = "🎩Discord, Youtube, Roblox Group, Report bugs, Twitter🍷",
Callback = function()
local Library = loadstring(game:HttpGet("[Link]
-- New theme "NescorocoTheme" -- New theme "Void" -- New theme "RottenLake"local
Window = [Link]("☠️SpanishHub V10 nescoroco - CREDITOS☠️", "BloodTheme")
local Window = [Link]("🎩Social media links🍷", "BloodTheme")
local OrionLib =
loadstring(game:HttpGet(('[Link]
source')))()

local Player = [Link]

local Tab = Window:NewTab("🔵Discord💙")

local Section = Tab:NewSection("🔵Discord💙")

Section:NewButton("Copiar Link", "You will copy the *Discord* in you'r clipboard",


function()
setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link copied!",
Content = "Succesfly copied!",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("🀄Roblox Group💙")

local Section = Tab:NewSection("🀄Roblox Group💙")

Section:NewButton("Copiar Link", "You will copy the *Roblox group* in you'r


clipboard", function()

setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copied!",
Content = "Succesfly copied.",
Image = "rbxassetid://4483345998",
Time = 5
})
end)

--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("❤️
Roblox🩶")

local Section = Tab:NewSection("❤️


Roblox🩶")

Section:NewButton("Copiar Link", "You will copy my *Roblox profile* in you'r


clipboard", function()
setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copiado!",
Content = "Succesfly copied.",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("👾ScriptBlox💜")

local Section = Tab:NewSection("👾ScriptBlox💜")

Section:NewButton("Copiar Link", "You will copy the *Script blox* in you'r


clipboard", function()
setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copiado!",
Content = "Succesfly copied",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("🔹Twitter💙")

local Section = Tab:NewSection("🔹Twitter💙")


Section:NewButton("Copiar Link", "You will copy the *Twitter* in you'r clipboard",
function()
setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copied",
Content = "Succesfly copied!",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("🔀Steam🔹")

local Section = Tab:NewSection("🔀Steam🔹")

Section:NewButton("Copiar Link", "You will copy my *steam profile* in you'r


clipboard", function()

setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copied",
Content = "Succesfly copied!",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("Gmail📩")

local Section = Tab:NewSection("ⓂGmail📩")

Section:NewButton("Copiar Link", "You will copy my *Gmail* in you'r clipboard",


function()
setclipboard("arroba8d@[Link]")
OrionLib:MakeNotification({
Name = "Link Copied!",
Content = "Succesfly copied!",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("❎REPORT BUGS🦠")

local Section = Tab:NewSection("❎REPORT BUGS🦠")

Section:NewButton("Copiar Link", "You will copy the *report bugs discord* in you'r
clipboard", function()
setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copied!",
Content = "Succesfly copied!",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
local Tab = Window:NewTab("🀄YouTube⭕")

local Section = Tab:NewSection("🀄YouTube⭕")

Section:NewButton("Copiar Link", "You will copy my *Youtube* in you'r clipboard",


function()
setclipboard("[Link]
OrionLib:MakeNotification({
Name = "Link Copied!",
Content = "Succesfly copied!",
Image = "rbxassetid://4483345998",
Time = 5
})
end)
print("button pressed")
end
})

--🟦DISCORD🟦: [Link]

-- Youtube: [Link]

-- Roblox profile: [Link]

You might also like