0% found this document useful (0 votes)
71 views4 pages

La 2 P FHRD

The document is a Lua script for a Roblox game that utilizes the PabloLib library to create a user interface for various in-game functions. It includes tabs for farming, player enhancements, and egg collection, allowing users to automate actions such as defeating enemies, collecting coins, and modifying player attributes like jump power and speed. Additionally, it provides buttons to execute external scripts for further functionality, along with warnings about potential issues during gameplay.

Uploaded by

a52783359
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)
71 views4 pages

La 2 P FHRD

The document is a Lua script for a Roblox game that utilizes the PabloLib library to create a user interface for various in-game functions. It includes tabs for farming, player enhancements, and egg collection, allowing users to automate actions such as defeating enemies, collecting coins, and modifying player attributes like jump power and speed. Additionally, it provides buttons to execute external scripts for further functionality, along with warnings about potential issues during gameplay.

Uploaded by

a52783359
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
You are on page 1/ 4

local PabloLib =

loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/
main/PabloLibV3"))()

local window = PabloLib:Create(


"Skid0Hub", -- Name here.
"Enabled", -- If you want draggable set here to "Enabled" if you dont want set to
"Disabled".
"p" -- You can put any keybind here to open close.
)

local tab1 = window:CreateTab("FARM")

tab1:CreateButton("Dummy", function()
while true do
local args = {
[1] =
workspace:WaitForChild("MAP"):WaitForChild("dummies"):WaitForChild("Dummy"):WaitFor
Child("Humanoid"),
[2] = 3
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
wait()
end
end)

tab1:CreateButton("Dummy 5k", function()


while true do
local args = {
[1] =
workspace:WaitForChild("MAP"):WaitForChild("5k_dummies"):WaitForChild("Dummy2"):Wai
tForChild("Humanoid"),
[2] = 1
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
wait()
end
end)

tab1:CreateButton("Coins", function()
while true do
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CoinEvent
"):FireServer()
wait()
end
end)

tab1:CreateButton("Kills bosses", function()


while true do
local args = {
[1] =
workspace:WaitForChild("NPC"):WaitForChild("Griffin"):WaitForChild("Humanoid"),
[2] = 3
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
local args = {
[1] =
workspace:WaitForChild("NPC"):WaitForChild("CRABBOSS"):WaitForChild("Humanoid"),
[2] = 1
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
local args = {
[1] =
workspace:WaitForChild("NPC"):WaitForChild("LavaGorilla"):WaitForChild("Humanoid"),
[2] = 5
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
local args = {
[1] =
workspace:WaitForChild("NPC"):WaitForChild("CENTAUR"):WaitForChild("Humanoid"),
[2] = 4
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
local args = {
[1] =
workspace:WaitForChild("NPC"):WaitForChild("DragonGiraffe"):WaitForChild("Humanoid"
),
[2] = 1
}

game:GetService("ReplicatedStorage"):WaitForChild("jdskhfsIIIllliiIIIdchgdIiIIIlIlI
li"):FireServer(unpack(args))
wait()
end
end)

tab1:CreateButton("throw coins", function()


while true do
local args = {
[1] = "bayad"
}

game:GetService("ReplicatedStorage"):WaitForChild("ValentinesEvent"):WaitForChild("
RemoteEvent"):FireServer(unpack(args))
wait()
end
end)
local tab1 = window:CreateTab("PLAYER")

tab1:CreateButton("infinite yield", function()


loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/
master/source'))()
end)

tab1:CreateTextbox("Jump Power", function(a)


game.Players.LocalPlayer.Character.Humanoid.JumpPower = a print(a) end)

tab1:CreateTextbox("Speed", function(a)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a print(a) end)

tab1:CreateButton("Hitbox", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/
main/HitboxExpander.lua"))()
end)

local tab1 = window:CreateTab("EGGS")

tab1:CreateButton("Eagle egg", function()


local args = {
[1] = "Eag11",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag10",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag9",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag8",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag7",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag6",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag5",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
local args = {
[1] = "Eag4",
[2] = "v2"
}

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SkinClick
Event"):FireServer(unpack(args))
end)

tab1:CreateInfo("SUB Skid0_Roblox")

tab1:CreateWarning("if you die you need executor it again")

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy