Advertisement
fxdogxd

don't click

Mar 8th, 2023
146
2
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 2 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("FX", "Midnight")
  3.  
  4. local Tab = Window:NewTab("MAIN") local Section = Tab:NewSection("script secret")Section:NewButton("ButtonText", "ButtonInfo", function()
  5. local loaded, dex = pcall(game.GetObjects, game, "rbxassetid://3567096419")
  6. if not loaded or (loaded and (not dex[1] or typeof(dex[1]) ~= "Instance")) then
  7. return warn(not loaded and dex or "Failed to load '3567096419'")
  8. end
  9. dex = dex[1]
  10. if syn and type(syn) == "table" and syn.protect_gui and type(syn.protect_gui) == "function" then
  11. pcall(syn.protect_gui, dex)
  12. end
  13. math.randomseed(os.clock())
  14. local name = ""
  15. for _ = 1, math.random(24, 33) do
  16. name = name .. string.char(math.random(33, 126))
  17. end
  18. dex.Name = name
  19. 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")
  20. local meta = {__index = getfenv()}
  21. local function sandbox(v)
  22. task.spawn(setfenv(loadstring(v.Source, "=" .. v:GetFullName()), setmetatable({script = v}, meta)))
  23. end
  24. if dex:IsA("LuaSourceContainer") then
  25. sandbox(v)
  26. end
  27. for _, v in ipairs(dex:GetDescendants()) do
  28. if v:IsA("LuaSourceContainer") then
  29. sandbox(v)
  30. end
  31. end
  32. return dex
  33. end)
  34.  
  35.  
  36.  
  37. local Tab = Window:NewTab("script pet sim") local Section = Tab:NewSection("script pet sim")Section:NewButton("ButtonText", "ButtonInfo", function()
  38. if game.CoreGui:FindFirstChild("Mana") then
  39. game.CoreGui.Mana:Destroy()
  40. end
  41.  
  42. local UIlib = loadstring(game:HttpGet("https://pastebin.com/raw/4Xnm6ajk"))()
  43.  
  44. local Win = UIlib:Window("Project Meow", "Pet Simulator X")
  45. local TabFarm = Win:Tab("Autofarm")
  46.  
  47. TabFarm:Toggle("Autofarm", false, function(t)
  48. StartFarm = t
  49. end)
  50.  
  51. spawn(function()
  52. while task.wait() do
  53. if StartFarm then
  54. pcall(function()
  55. coroutine.wrap(function()
  56. function FarmCoin(CoinID, PetID)
  57. workspace.__THINGS.__REMOTES["join coin"]:InvokeServer({[1] = CoinID, [2] = {[1] = PetID}})
  58. workspace.__THINGS.__REMOTES["farm coin"]:FireServer({[1] = CoinID, [2] = PetID})
  59. end
  60.  
  61. function GetPet()
  62. local Returneble = {}
  63. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets:GetChildren()) do
  64. if v.ClassName == "TextButton" and v.Equipped.Visible then
  65. table.insert(Returneble, v.Name)
  66. end
  67. end
  68. return Returneble
  69. end
  70. local NearestCoin = math.huge
  71. local nearest;
  72. for i,v in pairs(game:GetService("Workspace")["__THINGS"].Coins:GetChildren()) do
  73. if (v.POS.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude < NearestCoin then
  74. nearest = v
  75. NearestCoin = (v.POS.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude
  76. end
  77. end
  78. local MyPets = GetPet()
  79.  
  80. for i,v in pairs(MyPets) do
  81. FarmCoin(nearest.Name, v)
  82. end
  83. end)()
  84. end)
  85. end
  86. end
  87. end)
  88.  
  89.  
  90. TabFarm:Toggle("Auto Collect Coins", false, function(t)
  91. Colect = t
  92. end)
  93.  
  94. spawn(function()
  95. while task.wait() do
  96. if Colect then
  97. pcall(function()
  98. for i,v in pairs(game:GetService("Workspace")["__THINGS"].Orbs:GetChildren()) do
  99. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  100. end
  101. end)
  102. end
  103. end
  104. end)
  105.  
  106. TabFarm:Toggle("Auto Collect LootBags", false, function(t)
  107. LootBags = t
  108. end)
  109.  
  110. spawn(function()
  111. while task.wait() do
  112. if LootBags then
  113. pcall(function()
  114. for i,v in pairs(game:GetService("Workspace")["__THINGS"].Lootbags:GetChildren()) do
  115. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  116. end
  117. end)
  118. end
  119. task.wait(.5)
  120. end
  121. end)
  122.  
  123.  
  124. end)
  125.  
  126.  
  127.  
  128.  
  129.  
  130. local Tab = Window:NewTab("script???") local Section = Tab:NewSection("???????")Section:NewButton("ButtonText", "ButtonInfo", function()
  131. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  132. end)
  133.  
  134.  
  135. local Tab = Window:NewTab("script???") local Section = Tab:NewSection("???????")Section:NewButton("ButtonText", "ButtonInfo", function()
  136. loadstring(game:HttpGetAsync("https://pastebin.com/raw/fPP8bZ8Z"))()
  137. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement