The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Adopt Me script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  --[[
  2. --=(Adopt Me AutoFarm)=--
  3.  
  4. Before You Executing That Script:
  5. --> Join To Babies Team
  6. --> Unequip All Your Pets
  7. --> Change The Settings
  8.  
  9. ]]
  10.  
  11.  
  12. local stuff1 = {}
  13. dirty        = {"StylishShower"}--you must have
  14. dirtynumber  = 1
  15.  
  16. local stuff2 = {}
  17. sleepy = {"BasicCrib"}--you must have
  18. sleepynumber = 1
  19.  
  20. local stuff3 = {}
  21. hungry = {"PizzaDough"}--you must have
  22. hungrynumber = 1
  23.  
  24. local stuff4 = {}
  25. thirsty = {"WaterCooler"}--you must have
  26. thirstynumber = 1
  27.  
  28.  
  29. local bb = game:service "VirtualUser"
  30. game:service "Players".LocalPlayer.Idled:connect(function()
  31.     bb:CaptureController()
  32.     bb:ClickButton2(Vector2.new())
  33. end)
  34.  
  35.  
  36. game:GetService("RunService").RenderStepped:Connect(function()
  37.  
  38.     for i, v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.AilmentsMonitorApp.Ailments:GetChildren()) do
  39.  
  40.         if v.Name == "dirty" then
  41.             local workspace = workspace:GetDescendants()
  42.             for i = 1, #workspace do
  43.                 local v = workspace[i]
  44.                 if v.Name == dirty[dirtynumber] then
  45.                     table.insert(stuff1, v)
  46.                 end
  47.             end
  48.             for i = 1, #stuff1 do
  49.                 local v2 = stuff1[i]
  50.                 for i, v1 in pairs(v2:GetChildren()) do
  51.                     if v.Name == "dirty" then
  52.                         if v1.ClassName == "Part" or v1.ClassName == "MeshPart" then
  53.                             if game:GetService("Workspace"):FindFirstChild(game.Players.LocalPlayer.Name) then
  54.                                 if game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChild("HumanoidRootPart") then
  55.                                     local tweenInfo = TweenInfo.new(
  56.                                     0.1
  57.                                     )
  58.                                     local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  59.                                     v1.CFrame.Position + Vector3.new(0,-1,0)
  60.                                     )})
  61.                                     game.Players.LocalPlayer.Character.PrimaryPart.Anchored = true
  62.                                     t:Play()
  63.                                     wait(0.1)
  64.                                     t.Completed:Connect(function()
  65.                                         game.Players.LocalPlayer.Character.PrimaryPart.Anchored = false
  66.                                     end)
  67.                                     keypress(0x45)
  68.                                     wait()
  69.                                     keyrelease(0x45)
  70.                                     wait(.1)
  71.                                     game:GetService("Players").LocalPlayer.CameraMaxZoomDistance = 0
  72.                                 end
  73.                             end
  74.                         end
  75.                     end
  76.                 end
  77.             end
  78.         end
  79.        
  80.  
  81.         if v.Name == "sleepy" then
  82.             local workspace = workspace:GetDescendants()
  83.             for i = 1, #workspace do
  84.                 local v = workspace[i]
  85.                 if v.Name == sleepy[sleepynumber] then
  86.                     table.insert(stuff2, v)
  87.                 end
  88.             end
  89.             for i = 1, #stuff2 do
  90.                 local v2 = stuff2[i]
  91.                 for i, v1 in pairs(v2:GetChildren()) do
  92.                     if v.Name == "sleepy" then
  93.                         if v1.ClassName == "Part" or v1.ClassName == "MeshPart" then
  94.                             if game:GetService("Workspace"):FindFirstChild(game.Players.LocalPlayer.Name) then
  95.                                 if game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChild("HumanoidRootPart") then
  96.                                     local tweenInfo = TweenInfo.new(
  97.                                     0.1
  98.                                     )
  99.                                     local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  100.                                     v1.CFrame.Position + Vector3.new(0,0,0)
  101.                                     )})
  102.                                     game.Players.LocalPlayer.Character.PrimaryPart.Anchored = true
  103.                                     t:Play()
  104.                                     wait(0.1)
  105.                                     t.Completed:Connect(function()
  106.                                         game.Players.LocalPlayer.Character.PrimaryPart.Anchored = false
  107.                                     end)
  108.                                     keypress(0x45)
  109.                                     wait()
  110.                                     keyrelease(0x45)
  111.                                     wait(.1)
  112.                                     game:GetService("Players").LocalPlayer.CameraMaxZoomDistance = 0
  113.                                 end
  114.                             end
  115.                         end
  116.                     end
  117.                 end
  118.             end
  119.         end
  120.        
  121.  
  122.         if v.Name == "hungry" then
  123.             local workspace = workspace:GetDescendants()
  124.             for i = 1, #workspace do
  125.                 local v = workspace[i]
  126.                 if v.Name == hungry[hungrynumber] then
  127.                     table.insert(stuff3, v)
  128.                 end
  129.             end
  130.             for i = 1, #stuff3 do
  131.                 local v2 = stuff3[i]
  132.                 for i, v1 in pairs(v2:GetChildren()) do
  133.                     if v.Name == "hungry" then
  134.                         if v1.ClassName == "Part" or v1.ClassName == "MeshPart" then
  135.                             if game:GetService("Workspace"):FindFirstChild(game.Players.LocalPlayer.Name) then
  136.                                 if game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChild("HumanoidRootPart") then
  137.                                     local tweenInfo = TweenInfo.new(
  138.                                     0.1
  139.                                     )
  140.                                     local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  141.                                     v1.CFrame.Position + Vector3.new(0,0,0)
  142.                                     )})
  143.                                     game.Players.LocalPlayer.Character.PrimaryPart.Anchored = true
  144.                                     t:Play()
  145.                                     wait(0.1)
  146.                                     t.Completed:Connect(function()
  147.                                         game.Players.LocalPlayer.Character.PrimaryPart.Anchored = false
  148.                                     end)
  149.                                     keypress(0x45)
  150.                                     wait()
  151.                                     keyrelease(0x45)
  152.                                     game:service "VirtualUser":ClickButton1(Vector2.new())
  153.                                     wait(.1)
  154.                                     game:GetService("Players").LocalPlayer.CameraMaxZoomDistance = 0
  155.                                 end
  156.                             end
  157.                         end
  158.                     end
  159.                 end
  160.             end
  161.         end
  162.        
  163.  
  164.         if v.Name == "thirsty" then
  165.             local workspace = workspace:GetDescendants()
  166.             for i = 1, #workspace do
  167.                 local v = workspace[i]
  168.                 if v.Name == thirsty[thirstynumber] then
  169.                     table.insert(stuff4, v)
  170.                 end
  171.             end
  172.             for i = 1, #stuff4 do
  173.                 local v2 = stuff4[i]
  174.                 for i, v1 in pairs(v2:GetChildren()) do
  175.                     if v.Name == "thirsty" then
  176.                         if v1.ClassName == "Part" or v1.ClassName == "MeshPart" then
  177.                             if game:GetService("Workspace"):FindFirstChild(game.Players.LocalPlayer.Name) then
  178.                                 if game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChild("HumanoidRootPart") then
  179.                                     local tweenInfo = TweenInfo.new(
  180.                                     0.1
  181.                                     )
  182.                                     local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  183.                                     v1.CFrame.Position + Vector3.new(0,-1,0)
  184.                                     )})
  185.                                     game.Players.LocalPlayer.Character.PrimaryPart.Anchored = true
  186.                                     t:Play()
  187.                                     wait(0.1)
  188.                                     t.Completed:Connect(function()
  189.                                         game.Players.LocalPlayer.Character.PrimaryPart.Anchored = false
  190.                                     end)
  191.                                     keypress(0x45)
  192.                                     wait()
  193.                                     keyrelease(0x45)
  194.                                     game:service "VirtualUser":ClickButton1(Vector2.new())
  195.                                     wait(.1)
  196.                                     game:GetService("Players").LocalPlayer.CameraMaxZoomDistance = 0
  197.                                 end
  198.                             end
  199.                         end
  200.                     end
  201.                 end
  202.             end
  203.         end
  204.     end
  205. end)
  206.  
  207. game:GetService("StarterGui"):SetCore("SendNotification", {
  208.     Title    = "Terni#2346";
  209.     Text     = "discord.gg/EPTHrbcvH2";
  210.     Duration = 5
  211. })