Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("FX", "Midnight")
- local Tab = Window:NewTab("MAIN") local Section = Tab:NewSection("script secret")Section:NewButton("ButtonText", "ButtonInfo", function()
- local loaded, dex = pcall(game.GetObjects, game, "rbxassetid://3567096419")
- if not loaded or (loaded and (not dex[1] or typeof(dex[1]) ~= "Instance")) then
- return warn(not loaded and dex or "Failed to load '3567096419'")
- end
- dex = dex[1]
- if syn and type(syn) == "table" and syn.protect_gui and type(syn.protect_gui) == "function" then
- pcall(syn.protect_gui, dex)
- end
- math.randomseed(os.clock())
- local name = ""
- for _ = 1, math.random(24, 33) do
- name = name .. string.char(math.random(33, 126))
- end
- dex.Name = name
- dex.Parent = (get_hidden_ui and get_hidden_ui()) or (gethui and gethui()) or (get_hidden_gui and get_hidden_gui()) or game:GetService("CoreGui")
- local meta = {__index = getfenv()}
- local function sandbox(v)
- task.spawn(setfenv(loadstring(v.Source, "=" .. v:GetFullName()), setmetatable({script = v}, meta)))
- end
- if dex:IsA("LuaSourceContainer") then
- sandbox(v)
- end
- for _, v in ipairs(dex:GetDescendants()) do
- if v:IsA("LuaSourceContainer") then
- sandbox(v)
- end
- end
- return dex
- end)
- local Tab = Window:NewTab("script pet sim") local Section = Tab:NewSection("script pet sim")Section:NewButton("ButtonText", "ButtonInfo", function()
- if game.CoreGui:FindFirstChild("Mana") then
- game.CoreGui.Mana:Destroy()
- end
- local UIlib = loadstring(game:HttpGet("https://pastebin.com/raw/4Xnm6ajk"))()
- local Win = UIlib:Window("Project Meow", "Pet Simulator X")
- local TabFarm = Win:Tab("Autofarm")
- TabFarm:Toggle("Autofarm", false, function(t)
- StartFarm = t
- end)
- spawn(function()
- while task.wait() do
- if StartFarm then
- pcall(function()
- coroutine.wrap(function()
- function FarmCoin(CoinID, PetID)
- workspace.__THINGS.__REMOTES["join coin"]:InvokeServer({[1] = CoinID, [2] = {[1] = PetID}})
- workspace.__THINGS.__REMOTES["farm coin"]:FireServer({[1] = CoinID, [2] = PetID})
- end
- function GetPet()
- local Returneble = {}
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets:GetChildren()) do
- if v.ClassName == "TextButton" and v.Equipped.Visible then
- table.insert(Returneble, v.Name)
- end
- end
- return Returneble
- end
- local NearestCoin = math.huge
- local nearest;
- for i,v in pairs(game:GetService("Workspace")["__THINGS"].Coins:GetChildren()) do
- if (v.POS.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude < NearestCoin then
- nearest = v
- NearestCoin = (v.POS.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude
- end
- end
- local MyPets = GetPet()
- for i,v in pairs(MyPets) do
- FarmCoin(nearest.Name, v)
- end
- end)()
- end)
- end
- end
- end)
- TabFarm:Toggle("Auto Collect Coins", false, function(t)
- Colect = t
- end)
- spawn(function()
- while task.wait() do
- if Colect then
- pcall(function()
- for i,v in pairs(game:GetService("Workspace")["__THINGS"].Orbs:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)
- end
- end
- end)
- TabFarm:Toggle("Auto Collect LootBags", false, function(t)
- LootBags = t
- end)
- spawn(function()
- while task.wait() do
- if LootBags then
- pcall(function()
- for i,v in pairs(game:GetService("Workspace")["__THINGS"].Lootbags:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)
- end
- task.wait(.5)
- end
- end)
- end)
- local Tab = Window:NewTab("script???") local Section = Tab:NewSection("???????")Section:NewButton("ButtonText", "ButtonInfo", function()
- loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
- end)
- local Tab = Window:NewTab("script???") local Section = Tab:NewSection("???????")Section:NewButton("ButtonText", "ButtonInfo", function()
- loadstring(game:HttpGetAsync("https://pastebin.com/raw/fPP8bZ8Z"))()
- end)
Advertisement
Comments
-
- https://pastebin.com/RwAD1YqP pet simulator x new update
Add Comment
Please, Sign In to add comment
Advertisement