ShadyHub

ShadyHub Main Ad

Feb 28th, 2023
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.41 KB | None | 0 0
  1. local Config = {
  2. WindowName = "V.G Hub",
  3. Color = Color3.fromRGB(255, 128, 64),
  4. Keybind = Enum.KeyCode.RightControl
  5. }
  6. repeat wait() until game:IsLoaded()
  7.  
  8. local Players = game:GetService("Players")
  9. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  10. local ReplicatedFirst = game:GetService("ReplicatedFirst")
  11. local UserInputService = game:GetService("UserInputService")
  12. local RunService = game:GetService("RunService")
  13. local TweenService = game:GetService("TweenService")
  14. local Lighting = game:GetService("Lighting")
  15. local CoreGui = game:GetService("CoreGui")
  16. local HttpService = game:GetService("HttpService")
  17. local TeleportService = game:GetService("TeleportService")
  18. local Debris = game:GetService("Debris")
  19. local StarterGui = game:GetService("StarterGui")
  20. local Workspace = game:GetService("Workspace")
  21. local VirtualUser = game:GetService("VirtualUser")
  22.  
  23. local Player = Players.LocalPlayer
  24. local wait = task.wait
  25.  
  26. Player.Idled:connect(
  27. function()
  28. VirtualUser:ClickButton2(Vector2.new())
  29. end
  30. )
  31.  
  32. for i,v in pairs(getconnections(Player.Idled)) do
  33. v:Disable()
  34. end
  35. repeat wait() until Player.PlayerGui:FindFirstChild("PlayButton",true)
  36.  
  37. RunService.Stepped:Connect(function()
  38. pcall(function()
  39. if Player.PlayerGui:FindFirstChild("NewsApp",true).Enabled then
  40. for i,v in pairs(getconnections(Player.PlayerGui:FindFirstChild("PlayButton",true).MouseButton1Click)) do
  41. v:Fire()
  42. end
  43. end
  44. if Player.PlayerGui:FindFirstChild("ChooseParent",true) then
  45. for i,v in pairs(getconnections(Player.PlayerGui:FindFirstChild("ChooseParent",true).MouseButton1Click)) do
  46. v:Fire()
  47. end
  48. end
  49. if Workspace:FindFirstChild("ServerSidedMapSeats") then
  50. Workspace.ServerSidedMapSeats:Destroy()
  51. end
  52. end)
  53. end)
  54.  
  55. local Table = {6152116144, 185655149}
  56. local Set = setfpscap
  57.  
  58.  
  59.  
  60. local Name = "Adopt me" .. " " .. Player.Name .. ".json"
  61.  
  62. Des = {}
  63. if makefolder then
  64. makefolder("V.G Hub")
  65. end
  66.  
  67. local Settings
  68.  
  69. if
  70. not pcall(
  71. function()
  72. readfile("V.G Hub//" .. Name)
  73. end
  74. )
  75. then
  76. writefile("V.G Hub//" .. Name, HttpService:JSONEncode(Des))
  77. end
  78. if readfile("V.G Hub//" .. Name) then
  79. Settings = HttpService:JSONDecode(readfile("V.G Hub//" .. Name))
  80. end
  81.  
  82. local function Save()
  83. writefile("V.G Hub//" .. Name, HttpService:JSONEncode(Settings))
  84. end
  85.  
  86.  
  87.  
  88. StarterGui:SetCore(
  89. "SendNotification",
  90. {
  91. Title = "Warning",
  92. Text = "Added check for when your fully loaded in when executed please load into the game fully for script to execute"
  93. }
  94. )
  95.  
  96.  
  97. local getupvalue = getupvalue or debug.getupvalue
  98. local getconstant = getconstant or debug.getconstant
  99.  
  100. local getconstants = getconstants or debug.getconstants
  101. local getgc = getgc or get_gc_objects or debug.getgc
  102. local getreg = getreg or getregistry or debug.getregistry
  103. local get_thread_context = get_thread_context or getthreadcontext or getidentity or syn.get_thread_identity
  104. local get_thread_identity = get_thread_context
  105. local set_thread_context = set_thread_context or setthreadcontext or setidentity or syn.set_thread_identity
  106. local set_thread_identity = set_thread_context
  107.  
  108. local Remotes = {}
  109. local Inventorys = ReplicatedStorage.ClientDB.Inventory
  110. local InventoryGiftsSubDB = require(Inventorys.InventoryGiftsSubDB)
  111.  
  112. local Stores = {
  113. "CoffeeShop",
  114. "Supermarket",
  115. "PizzaShop",
  116. "ToyShop",
  117. "Obbies",
  118. "Neighborhood",
  119. "CampingShop",
  120. "AutoShop",
  121. "Nursery",
  122. "Cave",
  123. "IceCream",
  124. "PotionShop",
  125. "SkyCastle",
  126. "Hospital",
  127. "HatShop",
  128. "PetShop",
  129. "School",
  130. "BabyShop",
  131. "HotSpringHouse",
  132. "SafetyHub",
  133. "DebugInterior",
  134. "VIP",
  135. "Salon",
  136. "SpleefMinigame",
  137. "SimonSaysMinigame",
  138. "WinterCastle"
  139. }
  140.  
  141. local Baths = {
  142. "StylishShower",
  143. "CheapBathtub",
  144. "ModernShower",
  145. "Bathtub",
  146. "GingerbreadShower",
  147. "HotTub"
  148. }
  149.  
  150. local FreeFoods = {
  151. "ham_vip",
  152. "water_vip",
  153. "chocolate_milk_vip",
  154. "popcorn_vip",
  155. "marshmallow_on_a_stick",
  156. "healing_apple",
  157. "teachers_apple",
  158. }
  159.  
  160. local Beds = {
  161. "FancyPetBed",
  162. "ModernPetBed",
  163. "CircularPetBed",
  164. "RectangularPetBed",
  165. "NormalCrib",
  166. "BasicCrib",
  167. "RoyalCrib",
  168. "PoshCrib",
  169. }
  170. local Tasks = {
  171. "hungry",
  172. "sleepy",
  173. "thirsty",
  174. "bored",
  175. "dirty",
  176. "camping",
  177. "sick",
  178. "school",
  179. "hot_spring",
  180. "salon",
  181. "pizza_party"
  182. }
  183.  
  184. local Egg = {
  185. "japan_2022_egg",
  186. "cracked_egg",
  187. "regular_pet_egg",
  188. "royal_egg",
  189. "retired_egg"
  190. }
  191.  
  192. local gifts = {
  193. "smallgift",
  194. "biggift",
  195. "massivegift",
  196. "legend_hat_2022_simple_chest",
  197. "legend_hat_2022_regal_chest"
  198. }
  199. local Obbys = {
  200. "miniworld",
  201. "coastal_climb",
  202. "shipwreck_bay",
  203. "ancient_ruins",
  204. "lonelypeak",
  205. "pyramid",
  206. "tinyisles"
  207. }
  208.  
  209. local RetardedBullShit = {
  210. "CashRegister",
  211. "GoldenCashRegister"
  212. }
  213.  
  214. local PP = {}
  215.  
  216. local Part = Instance.new("Part")
  217. Part.Name = "P"
  218. Part.Size = Vector3.new(9e9,0,9e9)
  219. Part.Anchored = true
  220. Part.Transparency = 0.5
  221. Part.CFrame = CFrame.new(5000,5000,5000)
  222. Part.Parent = Workspace
  223.  
  224. local Location = nil
  225. for i, v in pairs(getgc()) do
  226. if type(v) == "function" then
  227. if getfenv(v).script == ReplicatedStorage.ClientModules.Core.InteriorsM.InteriorsM then
  228. if table.find(getconstants(v), "LocationAPI/SetLocation") then
  229. Location = v
  230. break
  231. end
  232. end
  233. end
  234. end
  235. local function SetLocation(A, B, C)
  236. local O = get_thread_identity()
  237. set_thread_identity(2)
  238. Location(A, B, C)
  239. set_thread_identity(O)
  240. return A, B, C
  241. end
  242. function Home()
  243. if Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA("Model") then
  244. return Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA("Model").Name
  245. else
  246. return false
  247. end
  248. end
  249. function PersonHome()
  250. if Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA("Model") then
  251. return Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA("Model").Name
  252. else
  253. return false
  254. end
  255. end
  256. function Store()
  257. if Workspace.Interiors:FindFirstChildWhichIsA("Model") then
  258. if not string.find(Workspace.Interiors:FindFirstChildWhichIsA("Model").Name,"MainMap") and not
  259. string.find(Workspace.Interiors:FindFirstChildWhichIsA("Model").Name,"Neighborhood")
  260. then
  261. return Workspace.Interiors:FindFirstChildWhichIsA("Model").Name
  262. else
  263. return false
  264. end
  265. else
  266. return false
  267. end
  268. end
  269.  
  270. function MainMap()
  271. if Workspace.Interiors:FindFirstChildWhichIsA("Model") then
  272. if string.find(Workspace.Interiors:FindFirstChildWhichIsA("Model").Name,"MainMap") then
  273. return Workspace.Interiors:FindFirstChildWhichIsA("Model").Name
  274. else
  275. return false
  276. end
  277. else
  278. return false
  279. end
  280. end
  281.  
  282. function Neighborhood()
  283. if Workspace.Interiors:FindFirstChildWhichIsA("Model") then
  284. if string.find(Workspace.Interiors:FindFirstChildWhichIsA("Model").Name,"Neighborhood") then
  285. return Workspace.Interiors:FindFirstChildWhichIsA("Model").Name
  286. else
  287. return false
  288. end
  289. else
  290. return false
  291. end
  292. end
  293.  
  294. function GoToStore(Name)
  295. if Store() == Name then
  296. return true
  297. end
  298.  
  299. SetLocation(Name, "MainDoor", {})
  300.  
  301. while Store() ~= Name do
  302. wait()
  303. end
  304. if Home() then
  305. return true
  306. end
  307. return false
  308. end
  309.  
  310. function GoToHome()
  311. SetLocation("housing", "MainDoor", {["house_owner"] = Player})
  312. while not Home() do
  313. wait()
  314.  
  315. end
  316. if Home() then
  317.  
  318. return true
  319. end
  320.  
  321. return false
  322.  
  323. end
  324.  
  325. function GoToNeighborhood()
  326. SetLocation("Neighborhood", "MainDoor", {})
  327. while not Neighborhood() do
  328. wait()
  329.  
  330. end
  331. if Neighborhood() then
  332.  
  333. return true
  334. end
  335. return false
  336. end
  337.  
  338. function GoToMainMap()
  339. SetLocation("MainMap", "Neighborhood/MainDoor", {})
  340. while not MainMap() do
  341.  
  342. wait()
  343. end
  344. if MainMap() then
  345.  
  346. return true
  347. end
  348. return false
  349. end
  350.  
  351. function GoToPersonsHouse(Name)
  352. SetLocation("housing","MainDoor",{["house_owner"] = Players[Name]})
  353. while not PersonHome() do
  354.  
  355. wait()
  356. end
  357. if PersonHome() then
  358.  
  359. return true
  360. end
  361. return false
  362. end
  363. function Bed(Name)
  364. GoToHome()
  365. for i, v in pairs(Workspace.HouseInteriors.furniture:GetChildren()) do
  366. if v:FindFirstChildWhichIsA("Model") and (table.find(Beds, v:FindFirstChildWhichIsA("Model").Name)) then
  367. local String = string.split(v.Name,"true/")[2]
  368. print(String)
  369. return String
  370. end
  371. end
  372. end
  373. function Cash()
  374. for i, v in pairs(Workspace.HouseInteriors.furniture:GetChildren()) do
  375. if v:FindFirstChildWhichIsA("Model") and (table.find(RetardedBullShit, v:FindFirstChildWhichIsA("Model").Name)) then
  376. local String = string.split(v.Name,"true/")[2]
  377. print(String)
  378. return String
  379. end
  380. end
  381. end
  382.  
  383. function Showers(Name)
  384. GoToHome()
  385. for i, v in pairs(Workspace.HouseInteriors.furniture:GetChildren()) do
  386. if v:FindFirstChildWhichIsA("Model") and (table.find(Baths, v:FindFirstChildWhichIsA("Model").Name)) then
  387. local String = string.split(v.Name,"true/")[2]
  388. print(String)
  389. return String
  390. end
  391. end
  392. end
  393.  
  394.  
  395.  
  396. local Neon = {}
  397. local Spec = {}
  398. Settings.Key = {}
  399. local PetID
  400. local Pet
  401. local PetsShow = {}
  402. local List = {}
  403. local JoJo = {}
  404. local GGO = {}
  405. for i, v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets) do
  406. local Key = tostring(v["id"]) .. " - " .. tostring(v["properties"]["age"]) .. " years old"
  407. PetsShow[Key] = v
  408. table.insert(List, Key)
  409. table.sort(List, key)
  410.  
  411. end
  412. for i, v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets) do
  413. if not table.find(JoJo,tostring(v["id"])) then
  414. local Key2 = tostring(v["id"])
  415. GGO[Key2] = v
  416. table.insert(JoJo,Key2)
  417. table.sort(JoJo)
  418. end
  419. end
  420. UserInputService.WindowFocusReleased:Connect(
  421. function()
  422. if Settings.Render then
  423. RunService:Set3dRenderingEnabled(false)
  424. if table.find(Table, game.PlaceId) then
  425. Set(30)
  426. else
  427. Set(5)
  428. end
  429. end
  430. end
  431. )
  432. UserInputService.WindowFocused:Connect(
  433. function()
  434. if Settings.Render then
  435. RunService:Set3dRenderingEnabled(true)
  436. Set(100)
  437. end
  438. end
  439. )
  440.  
  441. for i, v in pairs(getupvalue(require(ReplicatedStorage.Fsys).load("RouterClient").init, 4)) do
  442. v.Name = i
  443. end
  444. pcall(
  445. function()
  446. ReplicatedStorage.API:FindFirstChild("DailyLoginAPI/ClaimDailyReward"):InvokeServer()
  447. end
  448. )
  449.  
  450. if Settings.Petsd == nil then
  451. Settings.Petsd = "Pets"
  452. end
  453.  
  454.  
  455. local Noclip = function(A)
  456. return A:ChangeState(11)
  457. end
  458.  
  459.  
  460. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/1201for/V.G-Hub/main/test"))()
  461. local Window = Library:CreateWindow(Config, CoreGui)
  462.  
  463. local Tab1 = Window:CreateTab("Adopt Me")
  464. local Tab2 = Window:CreateTab("UI Settings")
  465.  
  466. local Section1 = Tab1:CreateSection("")
  467. local Section2 = Tab1:CreateSection("Second Section")
  468. local Section3 = Tab2:CreateSection("Menu")
  469. local Section4 = Tab2:CreateSection("Background")
  470. --local Section5 = Tab2:CreateSection("Misc")
  471.  
  472. -------------
  473. local Toggle1 = Section1:CreateToggle("AutoFarm Baby", Settings.BabyFarm, function(State)
  474. Settings.BabyFarm = State
  475. spawn(function()
  476. if Settings.BabyFarm then
  477. ReplicatedStorage.API["TeamAPI/ChooseTeam"]:InvokeServer("Babies", true)
  478. end
  479. if not Settings.BabyFarm then
  480. ReplicatedStorage.API["TeamAPI/ChooseTeam"]:InvokeServer("Parents", true)
  481. end
  482. spawn(function()
  483. while wait(1) and Settings.BabyFarm do
  484. pcall(
  485. function()
  486. for i,v in pairs(Tasks) do
  487. if Player.PlayerGui.AilmentsMonitorApp.Ailments:FindFirstChild(v) and wait(1) then
  488. ReplicatedStorage.API["MonitorAPI/AddAdditive"]:FireServer(v, 100)
  489. end
  490. end
  491. end
  492. )
  493. end
  494. end
  495. )
  496. end)
  497. end)
  498.  
  499.  
  500. local Toggle434 = Section1:CreateToggle("Auto Invis", Settings.Invis, function(State)
  501. Settings.Invis = State
  502. spawn(function()
  503. while Settings.Invis do wait()
  504. pcall(function()
  505. if Player.Character:FindFirstChild("LowerTorso") then
  506. Player.Character:FindFirstChild("LowerTorso"):FindFirstChild("Root"):Destroy()
  507. end
  508. end)
  509. end
  510. end)
  511. end)
  512.  
  513. local Toggle2 = Section1:CreateToggle("CPU Usage Improver", Settings.Render, function(State)
  514. Settings.Render = State
  515. end)
  516.  
  517. local Toggle2 = Section1:CreateToggle("Low Render/ HideParts", Settings.Hide, function(State)
  518. Settings.Hide = State
  519.  
  520. for i,v in pairs(game:GetService("Workspace").Interiors:GetDescendants()) do
  521. if v:IsA("BasePart") and Settings.Hide then
  522. v.Transparency = 1
  523. elseif v:IsA("BasePart") and not Settings.Hide then
  524. v.Transparency = 0
  525. end
  526. end
  527.  
  528. game:GetService("Workspace").Interiors.DescendantAdded:Connect(function(v)
  529. if v:IsA('BasePart') and Settings.Hide then
  530. v.Transparency = 1
  531. end
  532. end)
  533. end)
  534.  
  535. local Toggle = Section1:CreateToggle("Crash Server", Settings.Crash, function(State)
  536. Settings.Crash = State
  537. RunService.RenderStepped:Connect(function()
  538. if Settings.Crash then
  539. ReplicatedStorage.API["TeamAPI/ChooseTeam"]:InvokeServer("Babies", true) print("Parent")
  540. end
  541. end)
  542.  
  543. end)
  544.  
  545. local Toggle = Section1:CreateToggle("Auto Claim Quests", Settings.FK, function(State)
  546. Settings.FK = State
  547. spawn(function()
  548. while wait() and Settings.FK do
  549. pcall(function()
  550. ReplicatedStorage.API:FindFirstChild("QuestAPI/ClaimQuest"):InvokeServer(tostring(Player.PlayerGui.QuestApp.Board.Body.Contents.ScrollingFrame.QuestTemplate.Body:GetAttribute("QuestId")))
  551. end)
  552. end
  553. end)
  554. end)
  555.  
  556.  
  557.  
  558. local Neons = {}
  559.  
  560.  
  561. local Toggle2 = Section1:CreateToggle("Auto Neon", Settings.Neon, function(State)
  562. Settings.Neon = State
  563. spawn(function()
  564. while Settings.Neon and wait() do
  565. pcall(function()
  566. local N = 0
  567. for i,v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[game.Players.LocalPlayer.Name].inventory.pets) do
  568. local Old = v.id
  569. if string.find(Old,v.id) and v.properties.age == 6 then
  570. N = N + 1
  571. table.insert(Neons, v.unique)
  572. if N == 4 then
  573. ReplicatedStorage.API:FindFirstChild("PetAPI/DoNeonFusion"):InvokeServer({unpack(Neons)})
  574. table.clear(Neons)
  575. N = 0
  576. end
  577. end
  578. end
  579. end)
  580. end
  581. end)
  582. end)
  583.  
  584.  
  585. local AilmentFurnitues = {}
  586. local Toggle2 = Section1:CreateToggle("PetFarm", Settings.PetFarm, function(State)
  587. Settings.PetFarm = State
  588.  
  589. RunService.RenderStepped:connect(
  590. function()
  591. if Settings.PetFarm then
  592. pcall(function()
  593. Workspace["P"].CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(Vector3.new(0,-5,0))
  594. Noclip(Player.Character:FindFirstChildWhichIsA("Humanoid"))
  595. end)
  596. end
  597. end
  598. )
  599.  
  600. spawn(function()
  601. if not Settings.PetFarm then
  602. Player.Character:FindFirstChildWhichIsA("Humanoid"):ChangeState("Jumping")
  603. end
  604.  
  605. spawn(function()
  606. while wait(20) and Settings.PetFarm do
  607. pcall(function()
  608. ReplicatedStorage.API["ToolAPI/Unequip"]:InvokeServer(PetID)
  609. Pet = ReplicatedStorage.API["ToolAPI/Equip"]:InvokeServer(PetID)
  610. end)
  611. end
  612. end)
  613.  
  614.  
  615. if Settings.Key then
  616. PetID = Settings.Key.unique
  617. ReplicatedStorage.API["ToolAPI/Unequip"]:InvokeServer(PetID)
  618. Pet = ReplicatedStorage.API["ToolAPI/Equip"]:InvokeServer(PetID)
  619. end
  620.  
  621. local a
  622. a = {
  623. ['sleepy'] = function(c)
  624. while c.Parent == Player.PlayerGui.AilmentsMonitorApp.Ailments and wait(3) do
  625. wait()
  626. spawn(function()
  627. pcall(function()
  628. ReplicatedStorage:FindFirstChild('HousingAPI/ActivateFurniture',true):InvokeServer(Player, Bed(), 'UseBlock', {
  629. ['cframe'] = Player.Character:FindFirstChild("HumanoidRootPart",true).CFrame
  630. }, Pet)
  631. end)
  632. end)
  633. end
  634. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  635. ReplicatedStorage:FindFirstChild("ToolAPI/Unequip",true):InvokeServer(PetID)
  636. Pet = ReplicatedStorage:FindFirstChild("ToolAPI/Equip",true):InvokeServer(PetID)
  637. end,
  638. ['hungry'] = function(c)
  639. ReplicatedStorage:FindFirstChild("ShopAPI/BuyItem",true):InvokeServer('food', 'pizza', {})
  640.  
  641. ReplicatedStorage:FindFirstChild("ToolAPI/BakeItem",true):InvokeServer()
  642.  
  643. while Player.Character:FindFirstChild('PizzaTool') do wait() end
  644. while not Player.Character:FindFirstChild('PizzaTool') do wait() end
  645.  
  646. local Foods =
  647. require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.food or {}
  648.  
  649. local Pizza
  650.  
  651. for i, v in pairs(Foods) do
  652. if v.id == 'pizza' then
  653. Pizza = v.unique
  654. break
  655. end
  656. end
  657. if not Pizza then
  658. return
  659. end
  660. wait(2)
  661. ReplicatedStorage:FindFirstChild("PetObjectAPI/CreatePetObject",true):InvokeServer("__Enum_PetObjectCreatorType_2", {
  662. ["unique_id"] = Pizza
  663. })
  664.  
  665. ReplicatedStorage:FindFirstChild("PetAPI/ConsumeFoodItem",true):FireServer(Pizza)
  666.  
  667. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  668. end,
  669. ['thirsty'] = function(c)
  670. ReplicatedStorage:FindFirstChild("ShopAPI/BuyItem",true):InvokeServer('food', 'tea', {})
  671.  
  672. local Foods =
  673. require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.food or {}
  674.  
  675. local Tea
  676.  
  677. for i, v in pairs(Foods) do
  678. if v.id == 'tea' then
  679. Tea = v.unique
  680. break
  681. end
  682. end
  683. if not Tea then
  684. return
  685. end
  686. wait(2)
  687. ReplicatedStorage:FindFirstChild("PetObjectAPI/CreatePetObject",true):InvokeServer("__Enum_PetObjectCreatorType_2", {
  688. ["unique_id"] = Tea
  689. })
  690.  
  691. ReplicatedStorage:FindFirstChild("PetAPI/ConsumeFoodItem",true):FireServer(Tea)
  692.  
  693. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  694. end,
  695. ['dirty'] = function(c)
  696. while c.Parent == Player.PlayerGui.AilmentsMonitorApp.Ailments and wait(3) do
  697. wait()
  698. spawn(function()
  699. pcall(function()
  700. ReplicatedStorage:FindFirstChild("HousingAPI/ActivateFurniture",true):InvokeServer(Player, Showers(), 'UseBlock', {
  701. ['cframe'] = Player.Character:FindFirstChild("HumanoidRootPart", true).CFrame
  702. }, Pet)
  703. end)
  704. end)
  705. end
  706.  
  707. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  708. ReplicatedStorage:FindFirstChild("ToolAPI/Unequip",true):InvokeServer(PetID)
  709. Pet = ReplicatedStorage:FindFirstChild("ToolAPI/Equip",true):InvokeServer(PetID)
  710. end,
  711. ['sick'] = function(c)
  712. repeat wait() ReplicatedStorage:FindFirstChild("MonitorAPI/HealWithDoctor",true):FireServer() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  713. end,
  714. ['adoption_party'] = function(c)
  715. GoToStore('Nursery')
  716. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  717. end,
  718. ['school'] = function(c)
  719. GoToStore('School')
  720. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  721. end,
  722. ["pizza_party"] = function(c)
  723. GoToStore("PizzaShop")
  724. repeat
  725. wait()
  726. until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  727. end,
  728. ["salon"] = function(c)
  729. GoToStore("Salon")
  730. repeat
  731. wait()
  732. until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  733. end,
  734. ['hot_spring'] = function(c)
  735. GoToMainMap()
  736. Player.Character.HumanoidRootPart.CFrame = CFrame.new(workspace:WaitForChild("StaticMap"):WaitForChild("HotSpring"):WaitForChild("HotSpringOrigin").Position + Vector3.new(0, 5, 0))
  737. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  738. end,
  739. ['camping'] = function(c)
  740. GoToMainMap()
  741. Player.Character.HumanoidRootPart.CFrame = CFrame.new(workspace:WaitForChild("StaticMap"):WaitForChild("Campsite"):WaitForChild("CampsiteOrigin").Position + Vector3.new(0, 5, 0))
  742. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  743. end,
  744. ['bored'] = function(c)
  745. GoToMainMap()
  746. Player.Character.HumanoidRootPart.CFrame = CFrame.new(workspace:WaitForChild("StaticMap"):WaitForChild("Park"):WaitForChild("BoredAilmentTarget").Position + Vector3.new(0, 5, 0))
  747. repeat wait() until c.Parent ~= Player.PlayerGui.AilmentsMonitorApp.Ailments
  748. end,
  749. }
  750.  
  751.  
  752. spawn(
  753. function()
  754. while wait() and Settings.PetFarm do
  755. pcall(function()
  756. local Ailment = Player.PlayerGui.AilmentsMonitorApp.Ailments:FindFirstChildWhichIsA("Frame")
  757. if Ailment then
  758. local Name = Ailment.Name
  759. if a[Name]then
  760. a[Name](Ailment)
  761. end
  762. end
  763. if Pet then
  764. if Pet.Parent ~= Workspace.Pets then
  765. ReplicatedStorage.API["ToolAPI/Unequip"]:InvokeServer(PetID)
  766. Pet = ReplicatedStorage.API["ToolAPI/Equip"]:InvokeServer(PetID)
  767. end
  768. else
  769. ReplicatedStorage.API["ToolAPI/Unequip"]:InvokeServer(PetID)
  770. Pet = ReplicatedStorage.API["ToolAPI/Equip"]:InvokeServer(PetID)
  771. end
  772. end)
  773. end
  774. end
  775. )
  776. end)
  777. end)
  778.  
  779.  
  780. local Dropdown = Section1:CreateDropdown("Pets", List, function(Name)
  781. Settings.Key = PetsShow[Name]
  782. end)
  783.  
  784.  
  785. local Toggle434 = Section1:CreateToggle("Switch Out when full grown", Settings.SwitchOutFullyGrown, function(State)
  786. Settings.SwitchOutFullyGrown = State
  787. StarterGui:SetCore(
  788. "SendNotification",
  789. {
  790. Title = "Warning",
  791. Text = "PetFarm must be off when turning this on "
  792. }
  793. )
  794. spawn(
  795. function()
  796. while Settings.SwitchOutFullyGrown do
  797. pcall(
  798. function()
  799. wait()
  800. repeat
  801. wait()
  802. until Settings.PetFarm
  803. local Pets =
  804. require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets or
  805. {}
  806. if Pets[tostring(PetID)] then
  807. if Pets[(PetID)]["properties"]["age"] ~= 6 then
  808. else
  809. for i, v in pairs(Pets) do
  810. if v["properties"]["age"] ~= 6 then
  811. PetID = v.unique
  812. end
  813. end
  814. end
  815. else
  816. for i, v in pairs(Pets) do
  817. if v["properties"]["age"] ~= 6 then
  818. PetID = v.unique
  819. end
  820. end
  821. end
  822. end
  823. )
  824. end
  825. end
  826. )
  827.  
  828. end)
  829. --[[
  830. local Toggle434 = Section1:CreateToggle("Ginger Bread Farm", Settings.Start, function(State)
  831. Settings.Start = State
  832. spawn(function()
  833. while wait() and Settings.Start do
  834. pcall(function()
  835. for i,v in pairs(ReplicatedStorage.Resources.IceSkating.GingerbreadMarkers:GetChildren()) do
  836. if v:IsA("BasePart") then
  837. ReplicatedStorage.API:FindFirstChild("WinterEventAPI/PickUpGingerbread"):InvokeServer(v.Name)
  838. end
  839. end
  840. ReplicatedStorage.API:FindFirstChild("WinterEventAPI/RedeemPendingGingerbread"):FireServer()
  841. end)
  842. end
  843. end)
  844. end)
  845.  
  846. ]]--
  847.  
  848.  
  849.  
  850.  
  851. local Toggle4832 = Section1:CreateToggle("Switch Out Eggs", Settings.SwitchOutEgg, function(State)
  852. Settings.SwitchOutEgg = State
  853.  
  854. StarterGui:SetCore(
  855. "SendNotification",
  856. {
  857. Title = "Warning",
  858. Text = "PetFarm must be off when turning this on "
  859. }
  860. )
  861. spawn(
  862. function()
  863. while Settings.SwitchOutEgg do
  864. pcall(
  865. function()
  866. wait()
  867. repeat
  868. wait()
  869. until Settings.PetFarm
  870. local Pets =
  871. require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets or
  872. {}
  873. if Pets[tostring(PetID)] then
  874. if Pets[(PetID)]["id"]:match("egg") and not Pets[(PetID)]["id"]:match("basic_egg") then
  875. else
  876. for i, v in pairs(Pets) do
  877. if v["id"]:match("egg") and not v["id"]:match("basic_egg") then
  878. PetID = v.unique
  879. end
  880. end
  881. end
  882. else
  883. for i, v in pairs(Pets) do
  884. if v["id"]:match("egg") and not v["id"]:match("basic_egg") then
  885. PetID = v.unique
  886. end
  887. end
  888. end
  889. end
  890. )
  891. end
  892. end
  893. )
  894.  
  895. end)
  896.  
  897. local Toggle2 = Section1:CreateToggle("Switch Out Pet Species", Settings.True, function(State)
  898. Settings.True = State
  899.  
  900. StarterGui:SetCore(
  901. "SendNotification",
  902. {
  903. Title = "Warning",
  904. Text = "PetFarm must be off when turning this on "
  905. }
  906. )
  907. spawn(
  908. function()
  909. while Settings.True do
  910. pcall(
  911. function()
  912. wait()
  913. repeat
  914. wait()
  915. until Settings.PetFarm
  916. local Pets =
  917. require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets or
  918. {}
  919. if Pets[tostring(PetID)] then
  920. if Pets[(PetID)] and Pets[(PetID)]["properties"]["age"] ~= 6 then
  921. else
  922. for i, v in pairs(Pets) do
  923. if v["id"] == Settings.sp and v["properties"]["age"] ~= 6 then
  924. PetID = v.unique
  925. end
  926. end
  927. end
  928. else
  929. for i, v in pairs(Pets) do
  930. if v["id"] == Settings.sp and v["properties"]["age"] ~= 6 then
  931. PetID = v.unique
  932. end
  933. end
  934. end
  935. end
  936. )
  937. end
  938. end
  939. )
  940. end)
  941.  
  942. local Dropdown = Section1:CreateDropdown("Select Pet Species", JoJo, function(Name)
  943. Settings.sp = Name
  944. end)
  945.  
  946. local Toggle188908 = Section1:CreateToggle("Auto Heal Others", Settings.HealOthers, function(State)
  947. Settings.HealOthers = State
  948. spawn(
  949. function()
  950. while Settings.HealOthers do
  951. wait(2)
  952. ReplicatedStorage.API["MonitorAPI/HealWithDoctor"]:FireServer()
  953. end
  954. end
  955. )
  956. end)
  957.  
  958. local Toggle1 = Section1:CreateToggle("No Baby PickUp", nil, function(State)
  959. Settings.Family = State
  960. if Settings.Family then
  961. ReplicatedStorage.API["FamilyAPI/CreateFamily"]:InvokeServer()
  962. elseif not Settings.Family then
  963. ReplicatedStorage.API["FamilyAPI/LeaveFamily"]:InvokeServer()
  964. end
  965. end)
  966.  
  967. local Toggle1 = Section1:CreateToggle("Fly Ride All Pets", Settings.FlyPets, function(State)
  968. Settings.FlyPets = State
  969.  
  970. spawn(function()
  971. while wait() and Settings.FlyPets do
  972. pcall(function()
  973. for i, v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets) do
  974. if Settings.FlyPets then
  975. v.properties.rideable = true
  976. v.properties.flyable = true
  977. elseif not Settings.FlyPets then
  978. v.properties.rideable = false
  979. v.properties.flyable = false
  980. end
  981. end
  982. end)
  983. end
  984. end)
  985. end)
  986.  
  987.  
  988. local Dropdown = Section1:CreateDropdown("Eggs", Egg, function(Name)
  989. Settings.Egg = Name
  990. end)
  991.  
  992. local Dropdown = Section1:CreateDropdown("Gift", gifts, function(Name)
  993. Settings.gifts = Name
  994. end)
  995.  
  996.  
  997.  
  998. local Toggle13322113 = Section1:CreateToggle("Auto Buy Gifts", Settings.DoDoPants, function(State)
  999. Settings.DoDoPants = State
  1000. spawn(function()
  1001. while Settings.DoDoPants do wait()
  1002. ReplicatedStorage.API:FindFirstChild("ShopAPI/BuyItem"):InvokeServer("gifts",Settings.gifts,{})
  1003. end end) end)
  1004. local Toggle13322113 = Section1:CreateToggle("Auto Buy Egg", Settings.DoDoPants1, function(State)
  1005. Settings.DoDoPants1 = State
  1006. spawn(function()
  1007. while Settings.DoDoPants1 do wait()
  1008. ReplicatedStorage.API["ShopAPI/BuyItem"]:InvokeServer("pets",Settings.Egg,{})
  1009. end end) end)
  1010.  
  1011.  
  1012. local Toggle = Section1:CreateToggle("Auto Accept Auto Trade", Settings.Lololol, function(State)
  1013. Settings.Lololol = State
  1014. spawn(function()
  1015. while Settings.Lololol do wait()
  1016. pcall(function()
  1017. for i,v in pairs(Players:GetPlayers()) do
  1018. if v ~= Player then
  1019. ReplicatedStorage.API:FindFirstChild("TradeAPI/AcceptOrDeclineTradeRequest"):InvokeServer(v,true)
  1020. end
  1021. end
  1022. ReplicatedStorage.API:FindFirstChild("TradeAPI/AcceptNegotiation"):FireServer()
  1023. ReplicatedStorage.API:FindFirstChild("TradeAPI/ConfirmTrade"):FireServer()
  1024. for i,v in pairs(getconnections(Player.PlayerGui.DialogApp.Dialog.NormalDialog.Buttons.ButtonTemplate.MouseButton1Click)) do
  1025. v.Function()
  1026. v:Fire()
  1027. end
  1028. end)
  1029. end
  1030. end)
  1031. end)
  1032.  
  1033. local Toggle = Section1:CreateToggle("Auto Buy From Selected Player", nil, function(State)
  1034. Settings.Lomo = State
  1035. spawn(function()
  1036. while wait() and Settings.Lomo do
  1037. pcall(function()
  1038. ReplicatedStorage.API:FindFirstChild("RefreshmentStandAPI/BuyRefreshment"):InvokeServer("hotdog_stand",Settings.Playt)
  1039. ReplicatedStorage.API:FindFirstChild("RefreshmentStandAPI/BuyRefreshment"):InvokeServer("lemonade_stand",Settings.Playt)
  1040. for i,v in pairs(getconnections(Player.PlayerGui.DialogApp.Dialog.NormalDialog.Buttons.ButtonTemplate.MouseButton1Click)) do
  1041. v.Function()
  1042. v:Fire()
  1043. end
  1044. end)
  1045. end
  1046. end)
  1047. end)
  1048.  
  1049.  
  1050. local Toggle = Section1:CreateToggle("Auto Money To Selected Player", nil, function(State)
  1051. Settings.IDCANYMORE = State
  1052. spawn(function()
  1053. while wait() and Settings.IDCANYMORE do
  1054. pcall(function()
  1055. local Is
  1056. if not Is then
  1057.  
  1058. GoToPersonsHouse(tostring(Settings.Playt))
  1059. Player.Character.HumanoidRootPart.CFrame = Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA('Model'):GetModelCFrame():ToWorldSpace(CFrame.new(0, 0, -6))
  1060. wait(2)
  1061. Is = Cash()
  1062. end
  1063. if Is then
  1064. ReplicatedStorage.API:FindFirstChild("HousingAPI/ActivateFurniture"):InvokeServer(Settings.Playt,Cash(),"UseBlock",50,Player.Character)
  1065. for i,v in pairs(getconnections(Player.PlayerGui.DialogApp.Dialog.NormalDialog.Buttons.ButtonTemplate.MouseButton1Click)) do
  1066. v.Function()
  1067. v:Fire()
  1068. end
  1069. end
  1070. end)
  1071. end
  1072. end)
  1073. end)
  1074. local Toggle = Section1:CreateToggle("Auto Trade Pets To Selected Player", nil, function(State)
  1075. Settings.YouTube = State
  1076. spawn(function()
  1077. while Settings.YouTube and wait(1) do
  1078. pcall(function()
  1079. if not Player.PlayerGui.TradeApp.Frame.Visible then
  1080. ReplicatedStorage.API:FindFirstChild("TradeAPI/SendTradeRequest"):FireServer(Settings.Playt)
  1081. end
  1082. if Player.PlayerGui.TradeApp.Frame.Visible then
  1083. if Settings.Petsd == "Pets" then
  1084. for i, v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets) do
  1085. ReplicatedStorage.API:FindFirstChild("TradeAPI/AddItemToOffer"):FireServer(v.unique)
  1086. end
  1087. end
  1088. if Settings.Petsd == "GrownPets" then
  1089. for i, v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets) do
  1090. if v["properties"]["age"] == 6 then
  1091. ReplicatedStorage.API:FindFirstChild("TradeAPI/AddItemToOffer"):FireServer(v.unique)
  1092. end
  1093. end
  1094. end
  1095. if Settings.Petsd == "Eggs" then
  1096. for i, v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.pets) do
  1097. if v["id"]:find("egg") and not v["id"]:find("_2022") then
  1098. ReplicatedStorage.API:FindFirstChild("TradeAPI/AddItemToOffer"):FireServer(v.unique)
  1099. end
  1100. end
  1101. end
  1102. if Settings.Petsd == "Gifts" then
  1103. for i,v in pairs(require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.gifts) do
  1104. ReplicatedStorage.API:FindFirstChild("TradeAPI/AddItemToOffer"):FireServer(v.unique)
  1105. end
  1106. end
  1107. ReplicatedStorage.API:FindFirstChild("TradeAPI/AcceptNegotiation"):FireServer()
  1108. ReplicatedStorage.API:FindFirstChild("TradeAPI/ConfirmTrade"):FireServer()
  1109. for i,v in pairs(getconnections(Player.PlayerGui.DialogApp.Dialog.NormalDialog.Buttons.ButtonTemplate.MouseButton1Click)) do
  1110. v.Function()
  1111. v:Fire()
  1112. end
  1113. end
  1114. end)
  1115. end
  1116. end)
  1117. end)
  1118.  
  1119. Section1:CreateTextBox("Auto Trade or Auto Buy Person Name", "UserName Here", false, function(String)
  1120. for i,v in pairs(Players:GetPlayers()) do
  1121. if v.Name == (String) or v.Name:find(String) or v.DisplayName == String or v.DisplayName:find(String) then
  1122. Settings.Playt = v
  1123. end
  1124. end
  1125. end)
  1126.  
  1127. local Dropdown = Section1:CreateDropdown("Auto Trade Options", {"Pets","Gifts","GrownPets","Eggs"}, function(Name)
  1128. Settings.Petsd = Name
  1129. end)
  1130.  
  1131. local Button1 = Section1:CreateButton("Grab Trading Linence", function()
  1132. GoToStore("SafetyHub")
  1133. ReplicatedStorage.API:FindFirstChild("TradeAPI/BeginQuiz"):FireServer()
  1134.  
  1135. for i,v in pairs(getgc(true)) do
  1136. if type(v) == "table" and rawget(v,"question_index") then
  1137. for i,v in pairs(v.quiz) do
  1138. ReplicatedStorage.API:FindFirstChild("TradeAPI/AnswerQuizQuestion"):FireServer(v.answer)
  1139. end
  1140. end
  1141. end
  1142. end)
  1143. local Button1 = Section1:CreateButton("Grab Bagdes", function()
  1144. for i,v in pairs(Obbys) do wait(0.5)
  1145. ReplicatedStorage.API["MinigameAPI/FinishObby"]:FireServer(v)
  1146. end
  1147. end)
  1148.  
  1149. local Toggle13322113 = Section1:CreateToggle("Auto Open Gifts", Settings.System, function(State)
  1150. Settings.System = State
  1151. spawn(function()
  1152. while Settings.System do
  1153. wait(2)
  1154. local gifts = require(ReplicatedStorage.ClientModules.Core.ClientData).get_data()[Player.Name].inventory.gifts or {}
  1155. local GiftTable
  1156. local GiftID
  1157. local Gift
  1158.  
  1159. for i, v in pairs(gifts) do
  1160. Gift = v.unique
  1161.  
  1162. pcall(
  1163. function()
  1164. ReplicatedStorage.API["ToolAPI/Equip"]:InvokeServer(Gift)
  1165. ReplicatedStorage.API:FindFirstChild("ShopAPI/OpenGift"):InvokeServer(Gift)
  1166. end
  1167. )
  1168. end
  1169. end
  1170. end)
  1171. end)
  1172.  
  1173. local Dropdown = Section2:CreateDropdown("Locations", Stores, function(Name)
  1174.  
  1175. GoToStore(Name)
  1176. Player.Character.HumanoidRootPart.CFrame = Workspace.Interiors:FindFirstChildWhichIsA('Model').Doors.MainDoor.WorkingParts.TouchToEnter.CFrame:ToWorldSpace(CFrame.new(0, 0, -6))
  1177.  
  1178. end)
  1179.  
  1180.  
  1181.  
  1182. Section2:CreateTextBox("Teleport To Said Users House", "UserName Here", false, function(String)
  1183. for i,v in pairs(Players:GetPlayers()) do
  1184. if v.Name == (String) or v.Name:find(String) or v.DisplayName == String or v.DisplayName:find(String) then
  1185.  
  1186. GoToPersonsHouse(v.Name)
  1187.  
  1188. Player.Character.HumanoidRootPart.CFrame = Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA('Model'):GetModelCFrame():ToWorldSpace(CFrame.new(0, 0, -6))
  1189.  
  1190. end
  1191. end
  1192. end)
  1193.  
  1194. local Button1 = Section2:CreateButton("Teleport Home", function()
  1195.  
  1196. GoToHome() wait()
  1197. Player.Character.HumanoidRootPart.CFrame = Workspace.HouseInteriors.blueprint:FindFirstChildWhichIsA('Model'):GetModelCFrame():ToWorldSpace(CFrame.new(0, 0, -6))
  1198.  
  1199. end)
  1200. local Button1 = Section2:CreateButton("Teleport MainMap", function()
  1201.  
  1202. GoToMainMap()
  1203. Player.Character.HumanoidRootPart.CFrame = Workspace.Interiors:FindFirstChildWhichIsA("Model"):GetModelCFrame():ToWorldSpace(CFrame.new(0, 0, -6))
  1204. Player.Character.HumanoidRootPart.CFrame = CFrame.new(-247.35408, 17.3820152, -1518.88879)
  1205. end)
  1206. local Toggle1 = Section2:CreateToggle("Auto Buy Free Food", Settings.JoYes, function(State)
  1207. Settings.JoYes = State
  1208. spawn(function()
  1209. while Settings.JoYes and wait() do
  1210. pcall(function()
  1211. ReplicatedStorage.API["ShopAPI/BuyItem"]:InvokeServer("food", Settings.Food, {})
  1212. end)
  1213. end
  1214. end)
  1215. end)
  1216. local Dropdown = Section2:CreateDropdown("Free Foods", FreeFoods, function(Name)
  1217. Settings.Food = Name
  1218. end)
  1219.  
  1220.  
  1221. local Button1 = Section2:CreateButton("SS Infinite Money", function()
  1222. local Player = Players.LocalPlayer
  1223. local Kick = Player.Kick
  1224. Kick(Player,"You are most likely banned if you wish to appeal go to https://playadopt.me/support/")
  1225. wait(5)
  1226. Kick(Player,"You fell for it didn't you LOL")
  1227. wait(3)
  1228. Kick(Player,"What A Fool")
  1229. wait(3)
  1230. game:Shutdown()
  1231. end)
  1232. local Toggle1 = Section2:CreateToggle("Enable WalkSpeed/JumpPower", Settings.Go, function(State)
  1233. Settings.Go = State
  1234. RunService.Stepped:connect(
  1235. function()
  1236. if Settings.Go then
  1237. Player.Character:WaitForChild("Humanoid").WalkSpeed = Settings.WalkSpeed
  1238. Player.Character:WaitForChild("Humanoid").JumpPower = Settings.JumpPower
  1239. if not UserInputService.WindowFocusReleased then
  1240. setfpscap(Settings.Fps)
  1241. end
  1242. end
  1243. end
  1244. )
  1245.  
  1246. end)
  1247.  
  1248.  
  1249.  
  1250.  
  1251. local TextBox1 = Section2:CreateTextBox("Fps Cap", "Only numbers", true, function(Value)
  1252. Settings.Fps = Value
  1253. end)
  1254.  
  1255. local TextBox1 = Section2:CreateTextBox("WalkSpeed", "Only numbers", true, function(Value)
  1256. Settings.WalkSpeed = Value
  1257. end)
  1258. local TextBox1 = Section2:CreateTextBox("JumpPower", "Only numbers", true, function(Value)
  1259. Settings.JumpPower = Value
  1260. end)
  1261.  
  1262. local TextBox1 = Section2:CreateTextBox("Seconds Until ServerHop", "Only numbers", true, function(Value)
  1263. Settings.Seconds = Value
  1264. end)
  1265.  
  1266.  
  1267.  
  1268. local Toggle1 = Section2:CreateToggle("Infinite Jump", Settings.InfiniteJump, function(State)
  1269. Settings.InfiniteJump = State
  1270. UserInputService.JumpRequest:connect(
  1271. function()
  1272. if Settings.InfiniteJump then
  1273. Player.Character:FindFirstChildWhichIsA("Humanoid"):ChangeState("Jumping")
  1274. end
  1275. end
  1276. )
  1277. end)
  1278.  
  1279. local ESP = loadstring(game:HttpGet("https://raw.githubusercontent.com/1201for/V.G-Hub/main/Karrot-Esp"))()
  1280. local Toggle1 = Section1:CreateToggle("Enable Esp", Settings.Esp, function(State)
  1281. Settings.Esp = State
  1282. ESP:Toggle(Settings.Esp)
  1283. end)
  1284. local Toggle1 = Section1:CreateToggle("Player Esp", Settings.PlayerEsp, function(State)
  1285. Settings.PlayerEsp = State
  1286. ESP.Players = Settings.PlayerEsp
  1287. end)
  1288. local Toggle1 = Section1:CreateToggle("Tracers Esp", Settings.Tracers, function(State)
  1289. Settings.Tracers = State
  1290. ESP.Tracers = Settings.Tracers
  1291. end)
  1292. local Toggle1 = Section1:CreateToggle("Name Esp", Settings.EspNames, function(State)
  1293. ESP.Names = Settings.EspNames
  1294. Settings.EspNames = State
  1295. end)
  1296. local Toggle1 = Section1:CreateToggle("Boxes Esp", Settings.Boxes, function(State)
  1297. Settings.Boxes = State
  1298. ESP.Boxes = Settings.Boxes
  1299. end)
  1300.  
  1301. local Toggle1 = Section2:CreateToggle("Invisicam", Settings.Sorry, function(State)
  1302. Settings.Sorry = State
  1303. if Settings.Sorry then
  1304. Player.DevCameraOcclusionMode = "Invisicam"
  1305. else
  1306. Player.DevCameraOcclusionMode = "Zoom"
  1307. end
  1308. end)
  1309.  
  1310.  
  1311. local Toggle1 = Section2:CreateToggle("N Noclip", Settings.Sex1, function(State)
  1312. noclips = false
  1313. Settings.Sex1 = State
  1314. Player:GetMouse().KeyDown:connect(
  1315. function(v)
  1316. if v == "n" then
  1317. if Settings.Sex1 then
  1318. noclips = not noclips
  1319. for i, v in pairs(Player.Character:GetChildren()) do
  1320. if v:IsA("BasePart") then
  1321. v.CanCollide = false
  1322. end
  1323. end
  1324. end
  1325. end
  1326. end
  1327. )
  1328. RunService.Stepped:connect(
  1329. function()
  1330. if noclips then
  1331. for i, v in pairs(Player.Character:GetChildren()) do
  1332. if v:IsA("BasePart") then
  1333. v.CanCollide = false
  1334. end
  1335. end
  1336. end
  1337. end
  1338. )
  1339.  
  1340. end)
  1341.  
  1342. local Toggle1 = Section2:CreateToggle("G Noclip", Settings.Sex, function(State)
  1343. Settings.Sex = State
  1344. noclip = false
  1345. RunService.Stepped:connect(
  1346. function()
  1347. if noclip then
  1348. Player.Character.Humanoid:ChangeState(11)
  1349. end
  1350. end
  1351. )
  1352. mouse = Player:GetMouse()
  1353. Player:GetMouse().KeyDown:connect(
  1354. function(v)
  1355. if v == "g" then
  1356. if Settings.Sex then
  1357. noclip = not noclip
  1358. Player.Character.Humanoid:ChangeState(11)
  1359. end
  1360. end
  1361. end
  1362. )
  1363. end)
  1364. local Toggle1 = Section2:CreateToggle("H Fly", Settings.Sex2, function(State)
  1365. Settings.Sex2 = State
  1366. local Max = 0
  1367. local Players = game.Players
  1368. local LP = Players.LocalPlayer
  1369. local Mouse = LP:GetMouse()
  1370. Mouse.KeyDown:connect(
  1371. function(k)
  1372. if k:lower() == "h" then
  1373. Max = Max + 1
  1374. getgenv().Fly = false
  1375. if Settings.Sex2 then
  1376. local T = LP.Character:FindFirstChildWhichIsA("Humanoid").RigType == Enum.HumanoidRigType.R6 and LP.Character:FindFirstChild("HumanoidRootPart") or LP.Character:FindFirstChildWhichIsA("Humanoid").RigType == Enum.HumanoidRigType.R15 and LP.Character:FindFirstChild("UpperTorso")
  1377. local S = {
  1378. F = 0,
  1379. B = 0,
  1380. L = 0,
  1381. R = 0
  1382. }
  1383. local S2 = {
  1384. F = 0,
  1385. B = 0,
  1386. L = 0,
  1387. R = 0
  1388. }
  1389. local SPEED = 5
  1390. local function FLY()
  1391. getgenv().Fly = true
  1392. local BodyGyro = Instance.new("BodyGyro", T)
  1393. local BodyVelocity = Instance.new("BodyVelocity", T)
  1394. BodyGyro.P = 9e4
  1395. BodyGyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1396. BodyGyro.cframe = T.CFrame
  1397. BodyVelocity.velocity = Vector3.new(0, 0.1, 0)
  1398. BodyVelocity.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1399. spawn(
  1400. function()
  1401. repeat
  1402. wait()
  1403. LP.Character.Humanoid.PlatformStand = true
  1404. if S.L + S.R ~= 0 or S.F + S.B ~= 0 then
  1405. SPEED = 200
  1406. elseif not (S.L + S.R ~= 0 or S.F + S.B ~= 0) and SPEED ~= 0 then
  1407. SPEED = 0
  1408. end
  1409. if (S.L + S.R) ~= 0 or (S.F + S.B) ~= 0 then
  1410. BodyVelocity.velocity =
  1411. ((Workspace.CurrentCamera.CoordinateFrame.lookVector * (S.F + S.B)) +
  1412. ((Workspace.CurrentCamera.CoordinateFrame *
  1413. CFrame.new(S.L + S.R, (S.F + S.B) * 0.2, 0).p) -
  1414. Workspace.CurrentCamera.CoordinateFrame.p)) *
  1415. SPEED
  1416. S2 = {
  1417. F = S.F,
  1418. B = S.B,
  1419. L = S.L,
  1420. R = S.R
  1421. }
  1422. elseif (S.L + S.R) == 0 and (S.F + S.B) == 0 and SPEED ~= 0 then
  1423. BodyVelocity.velocity =
  1424. ((Workspace.CurrentCamera.CoordinateFrame.lookVector * (S2.F + S2.B)) +
  1425. ((Workspace.CurrentCamera.CoordinateFrame *
  1426. CFrame.new(S2.L + S2.R, (S2.F + S2.B) * 0.2, 0).p) -
  1427. Workspace.CurrentCamera.CoordinateFrame.p)) *
  1428. SPEED
  1429. else
  1430. BodyVelocity.velocity = Vector3.new(0, 0.1, 0)
  1431. end
  1432. BodyGyro.cframe = Workspace.CurrentCamera.CoordinateFrame
  1433. until not getgenv().Fly
  1434. S = {
  1435. F = 0,
  1436. B = 0,
  1437. L = 0,
  1438. R = 0
  1439. }
  1440. S2 = {
  1441. F = 0,
  1442. B = 0,
  1443. L = 0,
  1444. R = 0
  1445. }
  1446. SPEED = 0
  1447. BodyGyro:destroy()
  1448. BodyVelocity:destroy()
  1449. LP.Character.Humanoid.PlatformStand = false
  1450. end
  1451. )
  1452. end
  1453. Mouse.KeyDown:connect(
  1454. function(k)
  1455. if k:lower() == "w" then
  1456. S.F = 1
  1457. elseif k:lower() == "s" then
  1458. S.B = -1
  1459. elseif k:lower() == "a" then
  1460. S.L = -1
  1461. elseif k:lower() == "d" then
  1462. S.R = 1
  1463. end
  1464. end
  1465. )
  1466. Mouse.KeyUp:connect(
  1467. function(k)
  1468. if k:lower() == "w" then
  1469. S.F = 0
  1470. elseif k:lower() == "s" then
  1471. S.B = 0
  1472. elseif k:lower() == "a" then
  1473. S.L = 0
  1474. elseif k:lower() == "d" then
  1475. S.R = 0
  1476. end
  1477. end
  1478. )
  1479. FLY()
  1480. if Max == 2 then
  1481. getgenv().Fly = false
  1482. Max = 0
  1483. end
  1484. end
  1485. end
  1486. end
  1487. )
  1488. end)
  1489.  
  1490. local Button1 = Section2:CreateButton("Anti Lag", function()
  1491. for _, v in pairs(Workspace:GetDescendants()) do
  1492. if v:IsA("BasePart") and not v.Parent:FindFirstChild("Humanoid") then
  1493. v.Material = Enum.Material.SmoothPlastic
  1494. if v:IsA("Texture") then
  1495. v:Destroy()
  1496. end
  1497. end
  1498. end
  1499. end)
  1500.  
  1501. local Button1 = Section2:CreateButton("Teleport to RandomPlayer", function()
  1502. local randomPlayer = game.Players:GetPlayers()[math.random(1, #game.Players:GetPlayers())]
  1503.  
  1504. Player.Character.HumanoidRootPart.CFrame =
  1505. CFrame.new(
  1506. Vector3.new(
  1507. randomPlayer.Character.Head.Position.X,
  1508. randomPlayer.Character.Head.Position.Y,
  1509. randomPlayer.Character.Head.Position.Z
  1510. )
  1511. )
  1512. end)
  1513. local Button1 = Section2:CreateButton("Lag Switch F3", function()
  1514. local ass = false
  1515. local bitch = settings()
  1516.  
  1517. game:service "UserInputService".InputEnded:connect(
  1518. function(i)
  1519. if i.KeyCode == Enum.KeyCode.F3 then
  1520. ass = not ass
  1521. bitch.Network.IncomingReplicationLag = ass and 10 or 0
  1522. end
  1523. end
  1524. )
  1525. end)
  1526.  
  1527. local Button1 = Section2:CreateButton("ServerHop", function()
  1528. local PlaceID = game.PlaceId
  1529. local AllIDs = {}
  1530. local foundAnything = ""
  1531. local actualHour = os.date("!*t").hour
  1532. local Deleted = false
  1533. local File = pcall(function()
  1534. AllIDs = HttpService:JSONDecode(readfile("NotSameServers.json"))
  1535. end)
  1536. if not File then
  1537. table.insert(AllIDs, actualHour)
  1538. writefile("NotSameServers.json", HttpService:JSONEncode(AllIDs))
  1539. end
  1540. function TPReturner()
  1541. local Site;
  1542. if foundAnything == "" then
  1543. Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100'))
  1544. else
  1545. Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything))
  1546. end
  1547. local ID = ""
  1548. if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then
  1549. foundAnything = Site.nextPageCursor
  1550. end
  1551. local num = 0;
  1552. for i,v in pairs(Site.data) do
  1553. local Possible = true
  1554. ID = tostring(v.id)
  1555. if tonumber(v.maxPlayers) > tonumber(v.playing) then
  1556. for _,Existing in pairs(AllIDs) do
  1557. if num ~= 0 then
  1558. if ID == tostring(Existing) then
  1559. Possible = false
  1560. end
  1561. else
  1562. if tonumber(actualHour) ~= tonumber(Existing) then
  1563. local delFile = pcall(function()
  1564. delfile("NotSameServers.json")
  1565. AllIDs = {}
  1566. table.insert(AllIDs, actualHour)
  1567. end)
  1568. end
  1569. end
  1570. num = num + 1
  1571. end
  1572. if Possible == true then
  1573. table.insert(AllIDs, ID)
  1574. wait()
  1575. pcall(function()
  1576. writefile("NotSameServers.json", HttpService:JSONEncode(AllIDs))
  1577. wait()
  1578. game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, Player)
  1579. end)
  1580. wait(4)
  1581. end
  1582. end
  1583. end
  1584. end
  1585.  
  1586. function Tween()
  1587. while wait() do
  1588. pcall(function()
  1589. TPReturner()
  1590. if foundAnything ~= "" then
  1591. TPReturner()
  1592. end
  1593. end)
  1594. end
  1595. end
  1596.  
  1597. -- If you'd like to use a script before server hopping (Like a Automatic Chest collector you can put the Tween() after it collected everything.
  1598. Tween()
  1599. end)
  1600. local Button1 = Section2:CreateButton("Rejoin", function()
  1601. game:GetService("TeleportService"):Teleport(game.PlaceId, Player) end)
  1602.  
  1603.  
  1604. local Button1 = Section2:CreateButton("Save Settings", function()
  1605. Save()
  1606. end)
  1607. local Toggle3 = Section3:CreateToggle("UI Toggle", nil, function(State)
  1608. Window:Toggle(State)
  1609. end)
  1610. Toggle3:CreateKeybind(tostring(Config.Keybind):gsub("Enum.KeyCode.", ""), function(Key)
  1611. Config.Keybind = Enum.KeyCode[Key]
  1612. end)
  1613. Toggle3:SetState(true)
  1614. Section3:CreateLabel("Credits DekuDimz#7960")
  1615. Section3:CreateLabel("Credits AlexR32#3232 Ui")
  1616. Section3:CreateLabel("Credits Applebee")
  1617. local Colorpicker3 = Section3:CreateColorpicker("UI Color", function(Color)
  1618. Window:ChangeColor(Color)
  1619. end)
  1620. Colorpicker3:UpdateColor(Config.Color)
  1621.  
  1622. -- credits to jan for patterns
  1623. local Dropdown3 = Section4:CreateDropdown("Image", {"Default","Hearts","Abstract","Hexagon","Circles","Lace With Flowers","Floral"}, function(Name)
  1624. if Name == "Default" then
  1625. Window:SetBackground("2151741365")
  1626. elseif Name == "Hearts" then
  1627. Window:SetBackground("6073763717")
  1628. elseif Name == "Abstract" then
  1629. Window:SetBackground("6073743871")
  1630. elseif Name == "Hexagon" then
  1631. Window:SetBackground("6073628839")
  1632. elseif Name == "Circles" then
  1633. Window:SetBackground("6071579801")
  1634. elseif Name == "Lace With Flowers" then
  1635. Window:SetBackground("6071575925")
  1636. elseif Name == "Floral" then
  1637. Window:SetBackground("5553946656")
  1638. end
  1639. end)
  1640. Dropdown3:SetOption("Default")
  1641.  
  1642. local Colorpicker4 = Section4:CreateColorpicker("Color", function(Color)
  1643. Window:SetBackgroundColor(Color)
  1644. end)
  1645. Colorpicker4:UpdateColor(Color3.new(1,1,1))
  1646.  
  1647. local Slider3 = Section4:CreateSlider("Transparency",0,1,nil,false, function(Value)
  1648. Window:SetBackgroundTransparency(Value)
  1649. end)
  1650. Slider3:SetValue(0)
  1651.  
  1652. local Slider4 = Section4:CreateSlider("Tile Scale",0,1,nil,false, function(Value)
  1653. Window:SetTileScale(Value)
  1654. end)
  1655. Slider4:SetValue(0.5)
Advertisement
Add Comment
Please, Sign In to add comment