xvc200

hero?hb

Aug 5th, 2025 (edited)
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.53 KB | None | 0 0
  1. -- ts file was generated at discord.gg/25ms
  2.  
  3. local plr = game.Players.LocalPlayer
  4. local AutoDeposit = false
  5. function antiSit()
  6. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):GetState() == Enum.HumanoidStateType.Seated then
  7. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Jump = true
  8. end
  9. end
  10. for i,v in pairs(game.CoreGui:GetChildren()) do
  11. if v:FindFirstChild("Main") and v.Main:FindFirstChild("MainHeader") then
  12. getgenv().openatm= false
  13. getgenv().cashfarm = false
  14. getgenv().spam = false
  15. AutoDeposit = false
  16. getgenv().antiafk = false
  17. getgenv().autoslap = false
  18. getgenv().autostomp = false
  19. getgenv().autokick = false
  20. getgenv().pizzafarm = false
  21. getgenv().icecreamfarm = false
  22. v:Destroy()
  23. end
  24.  
  25. end
  26. if game.PlaceId == 5610197459 then
  27. for i,v in pairs(game:GetService("Workspace").Map:GetChildren()) do
  28. if v.Name == "Part" and v:IsA("BasePart") and v:FindFirstChild("Script") and v:FindFirstChild("SurfaceLight") and v:FindFirstChild("TouchInterest") then
  29. v:Destroy()
  30. end
  31.  
  32. end
  33. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  34. local Window = Library.CreateLib("gang up on people simulator Hero Hub","BloodTheme")
  35. local Main = Window:NewTab("Main")
  36. local MainSection = Main:NewSection("Main")
  37. local Guns = Window:NewTab("Weapons")
  38. local GunsSection = Guns:NewSection("Weapons")
  39. local Server = Window:NewTab("Server")
  40. local ServerSection = Server:NewSection("Server")
  41. local Replication = Window:NewTab("Replication")
  42. local ReplicationSec = Replication:NewSection("Replication")
  43. local Fun = Window:NewTab("Fun")
  44. local FunSection = Fun:NewSection("Fun")
  45. local Player = Window:NewTab("LocalPlayer")
  46. local PlayerSection = Player:NewSection("LocalPlayer")
  47. local Music = Window:NewTab("Music Player")
  48. local MusicSection = Music:NewSection("Music Player")
  49. local Song = Instance.new("Sound",game.Workspace)
  50.  
  51.  
  52. ReplicationSec:NewToggle("Spam Soda machine ","Will spam soda machine", function(v)
  53. getgenv().spam = v
  54. while true do
  55. if not getgenv().spam then return end
  56. wait()
  57. for i,v in pairs(game:GetService("Workspace").Map.VendingMachine:GetDescendants()) do
  58. if v:IsA("ClickDetector") then
  59. fireclickdetector(v)
  60. end
  61. end
  62. end
  63. end)
  64.  
  65. ReplicationSec:NewButton("Replication UI","Will open Replication UI", function()
  66. loadstring(game:HttpGet("https://pastebin.com/raw/Mn5WF6d9", true))()
  67. end)
  68.  
  69. SongId = "rbxassetid://824178484"
  70. MusicSection:NewTextBox("Put Your music Id", "Will run that music", function(txt)
  71. SongId = "rbxassetid://"..txt
  72. end)
  73.  
  74. MusicSection:NewToggle("Turn Music On/Off", "Will start the music", function(state)
  75. if state then
  76. Song.SoundId = SongId
  77. Song.Playing = true
  78. Song.Looped = true
  79. else
  80. Song.Playing = false
  81. Song.Looped = false
  82. end
  83. end)
  84.  
  85. MusicSection:NewSlider("Volume", "Will Change Volume", 10, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  86. Song.Volume = s
  87. end)
  88.  
  89.  
  90. MainSection:NewToggle("Auto Deposit","Will Auto Deposit all earned cash from autofarm", function(v)
  91. AutoDeposit = v
  92. end)
  93.  
  94.  
  95. PlayerSection:NewToggle("Anti Afk","Will prevent roblox from kicking you for being afk", function(v)
  96.  
  97. getgenv().antiafk = v
  98. local vu = game:GetService("VirtualUser")
  99. game:GetService("Players").LocalPlayer.Idled:connect(function()
  100. if not antiafk then return end
  101. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  102. wait(1)
  103. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  104. end)
  105. end)
  106. MainSection:NewToggle("Auto Farm ", "Will teleport you to money", function(v)
  107. getgenv().cashfarm = v
  108. while true do
  109. if not getgenv().cashfarm then return end
  110. for i,v in pairs(game:GetService("Workspace").Particles:GetChildren()) do
  111. if v:IsA("Model") and v.Name == "Money" then
  112. if v.WaitTime.Value == 0 then
  113. if game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  114. if not getgenv().cashfarm then return end
  115. antiSit()
  116. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = v.PrimaryPart.CFrame
  117. if AutoDeposit == true then
  118. wait(0.1)
  119. local args = {
  120. [1] = {
  121. ["Amount"] = v.Cash.Value,
  122. ["Mode"] = "D"
  123. }
  124. }
  125. game:GetService("ReplicatedStorage").RemoteEvent.ATM:FireServer(unpack(args))
  126. end
  127. end
  128. end
  129. end
  130. end
  131.  
  132. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  133. if v:IsA("Model") and v.Name == "Money" then
  134. if v.WaitTime.Value == 0 then
  135. if game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  136. if not getgenv().cashfarm then return end
  137. antiSit()
  138. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = v.PrimaryPart.CFrame
  139. if AutoDeposit == true then
  140. wait(0.1)
  141. local args = {
  142. [1] = {
  143. ["Amount"] = v.Cash.Value,
  144. ["Mode"] = "D"
  145. }
  146. }
  147. game:GetService("ReplicatedStorage").RemoteEvent.ATM:FireServer(unpack(args))
  148. end
  149. end
  150. end
  151. end
  152. end
  153. wait(0.1)
  154. end
  155. end)
  156.  
  157. MainSection:NewToggle("Pizza Farm","Will farm money in pizza store",function(v)
  158. getgenv().pizzafarm = v
  159. spawn(function()
  160. while getgenv().pizzafarm == true do
  161. wait()
  162. local peperoni = "rbxassetid://8194156806"
  163. local meat = "rbxassetid://8194156647"
  164. local dough = "rbxassetid://8194156727"
  165. for i,z in pairs(game:GetService("Workspace").Map.PizzaPlace:GetChildren()) do
  166. print("Trying to find OrderSystem")
  167. if z.Name == "OrderSystem" then
  168. print("Found It")
  169. for i,v in pairs(z:GetChildren()) do
  170. if string.find(v.Name,"Noob") then
  171. if v.Transparency == 0 then
  172. if v.Order.ImageLabel.Image == dough then
  173. print("Founded Noob")
  174. local Reg = "Reg".. v.Name:gsub("Noob","")
  175. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  176. if v.Name == "ImageLabel" and v.Image == dough then
  177. fireclickdetector(v.Parent.Parent.ClickDetector)
  178. end
  179. end
  180. elseif v.Order.ImageLabel.Image == peperoni then
  181. local Reg = "Reg".. v.Name:gsub("Noob","")
  182. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  183. if v.Name == "ImageLabel" and v.Image == peperoni then
  184. fireclickdetector(v.Parent.Parent.ClickDetector)
  185. end
  186. end
  187. elseif v.Order.ImageLabel.Image == meat then
  188. local Reg = "Reg".. v.Name:gsub("Noob","")
  189. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  190. if v.Name == "ImageLabel" and v.Image == meat then
  191. fireclickdetector(v.Parent.Parent.ClickDetector)
  192. end
  193. end
  194. end
  195. end
  196. end
  197. end
  198. end
  199. end
  200. end
  201. end)
  202. end)
  203. MainSection:NewToggle("Ice Cream Farm","Will farm money in ice cream shop",function(v)
  204. getgenv().icecreamfarm = v
  205. spawn(function()
  206. while getgenv().icecreamfarm == true do
  207. local something1 = "rbxassetid://8194156889"
  208. local something2 = "rbxassetid://8194157235"
  209. local something3 = "rbxassetid://8194157085"
  210. local something4 = "rbxassetid://8194156946"
  211. wait()
  212. for i,z in pairs(game:GetService("Workspace").Map["Ice Cream Store"]:GetChildren()) do
  213. if z.Name == "OrderSystem" then
  214. for i,v in pairs(z:GetChildren()) do
  215. if string.find(v.Name,"Noob") then
  216. if v.Transparency == 0 then
  217. if v.Order.ImageLabel.Image == something1 then
  218. local Reg = "Reg".. v.Name:gsub("Noob","")
  219. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  220. if v.Name == "ImageLabel" and v.Image == something1 then
  221. fireclickdetector(v.Parent.Parent.ClickDetector)
  222. end
  223. end
  224. elseif v.Order.ImageLabel.Image == something2 then
  225. local Reg = "Reg".. v.Name:gsub("Noob","")
  226. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  227. if v.Name == "ImageLabel" and v.Image == something2 then
  228. fireclickdetector(v.Parent.Parent.ClickDetector)
  229. end
  230. end
  231. elseif v.Order.ImageLabel.Image == something3 then
  232. local Reg = "Reg".. v.Name:gsub("Noob","")
  233. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  234. if v.Name == "ImageLabel" and v.Image == something3 then
  235. fireclickdetector(v.Parent.Parent.ClickDetector)
  236. end
  237. end
  238. elseif v.Order.ImageLabel.Image == something4 then
  239. local Reg = "Reg".. v.Name:gsub("Noob","")
  240. for i,v in pairs(v.Parent:FindFirstChild(Reg):GetDescendants()) do
  241. if v.Name == "ImageLabel" and v.Image == something4 then
  242. fireclickdetector(v.Parent.Parent.ClickDetector)
  243. end
  244. end
  245. end
  246. end
  247. end
  248. end
  249. end
  250. end
  251. end
  252. end)
  253. end)
  254.  
  255. MainSection:NewToggle("Auto Slap","Will auto slap", function(v)
  256. getgenv().autoslap = v
  257. while true do
  258. wait()
  259. if not getgenv().autoslap then return end
  260. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  261. if v.Name == "Fight" then
  262. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  263. break
  264. end
  265. end
  266. local args = {
  267. [1] = "Slap"
  268. }
  269. game:GetService("Players").LocalPlayer.Character.Fight.FightScript.FightEvent:FireServer(unpack(args))
  270. end
  271. end)
  272. MainSection:NewToggle("Auto Kick","Will auto Kick", function(v)
  273. getgenv().autokick = v
  274. while true do
  275. wait()
  276. if not getgenv().autokick then return end
  277. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  278. if v.Name == "Fight" then
  279. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  280. break
  281. end
  282. end
  283. local args = {
  284. [1] = "Kick"
  285. }
  286. game:GetService("Players").LocalPlayer.Character.Fight.FightScript.FightEvent:FireServer(unpack(args))
  287. end
  288. end)
  289. MainSection:NewToggle("Auto Stomp","Will auto Stomp", function(v)
  290. getgenv().autostomp = v
  291. while true do
  292. wait()
  293. if not getgenv().autostomp then return end
  294. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  295. if v.Name == "Fight" then
  296. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  297. break
  298. end
  299. end
  300. local args = {
  301. [1] = "Stomp"
  302. }
  303. game:GetService("Players").LocalPlayer.Character.Fight.FightScript.FightEvent:FireServer(unpack(args))
  304. end
  305. end)
  306.  
  307. ServerSection:NewButton("Call Police all","Will call police to everyone (Fixed)", function()
  308. game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest:FireServer("Bonus", "Call Police")
  309. for i, v in pairs(game:GetService'Players':GetChildren()) do
  310. if v and v.Character then
  311. game:GetService("ReplicatedStorage").RemoteEvent.CallPolice:FireServer(v)
  312. end
  313. end
  314. end)
  315.  
  316. ServerSection:NewButton("Make Server Laggy ","Will require 350 money and 300 slap Not 100% Lags",function()
  317. game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest:FireServer("Bonus", "Call Police")
  318. for i=1,800 do
  319. for i, v in pairs(game:GetService'Players':GetChildren()) do
  320. if v and v.Character then
  321. game:GetService("ReplicatedStorage").RemoteEvent.CallPolice:FireServer(v)
  322. end
  323. end
  324. end
  325. end)
  326.  
  327. ServerSection:NewButton("Make Server Loss All Data","Will require 350 money and 300 slap Almost 100% crash",function()
  328. game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest:FireServer("Bonus", "Call Police")
  329. for i=1,3000 do
  330. for i, v in pairs(game:GetService'Players':GetChildren()) do
  331. if v and v.Character then
  332. game:GetService("ReplicatedStorage").RemoteEvent.CallPolice:FireServer(v)
  333. end
  334. end
  335. end
  336. end)
  337.  
  338. ServerSection:NewButton("100% Server Crash","Will require 350 money and 300 slap",function()
  339. game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest:FireServer("Bonus", "Call Police")
  340. for i=1,10000 do
  341. for i, v in pairs(game:GetService'Players':GetChildren()) do
  342. if v and v.Character then
  343. game:GetService("ReplicatedStorage").RemoteEvent.CallPolice:FireServer(v)
  344. end
  345. end
  346. end
  347. end)
  348. MainSection:NewToggle("Open ATM Menu","Will teleport ATM Touchpart to you", function(v)
  349. getgenv().openatm = v
  350. wait(0.3)
  351. while true do
  352. wait(0.1)
  353. if not getgenv().openatm then return end
  354. if game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  355. game:GetService("Workspace").Map.ATMs.ATM.TouchPart.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  356. end
  357. end
  358. end)
  359.  
  360. MainSection:NewToggle("Remove Robux Buttons","Will delete DeveloperProducts and gamepasses", function(n)
  361. for i,v in pairs(game:GetService("Workspace").Map.BuyButtons.Monetization:GetChildren()) do
  362. if v:IsA("Folder") then
  363. print("Finded Folders")
  364. for i,b in pairs(v:GetChildren()) do
  365. for i,z in pairs(b:GetChildren()) do
  366. print("Got Model Childrens")
  367. if z:IsA("Part") then
  368. print("Reached Parts")
  369. if n then
  370. if z:FindFirstChild("BillboardGui") then
  371. z.BillboardGui.Enabled = false
  372. end
  373. z.CanCollide = false
  374. z.Transparency = 1
  375. else
  376. if z:FindFirstChild("BillboardGui") then
  377. z.BillboardGui.Enabled = true
  378. end
  379. z.CanCollide = true
  380. z.Transparency = 0
  381. end
  382. end
  383. end
  384. end
  385. end
  386. end
  387. end)
  388.  
  389. GunsSection:NewButton("Buy Remington 870","Will teleport you to shotgun and then back $10",function()
  390. if game:GetService("Workspace").Map.ShotgunSpawner:FindFirstChild("ShotgunCollector") then
  391. firetouchinterest(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart"),game:GetService("Workspace").Map.ShotgunSpawner.ShotgunCollector.Handle,0)
  392. end
  393. end)
  394.  
  395. GunsSection:NewButton("Buy Pistol","Will teleport you to Pistol and then back $2",function()
  396. if game:GetService("Workspace").Map.GunSpawner:FindFirstChild("GunCollector") then
  397. firetouchinterest(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart"),game:GetService("Workspace").Map.GunSpawner.GunCollector.Handle,0)
  398. end
  399. end)
  400.  
  401. GunsSection:NewButton("Buy Bar Stool","Will buy Bar Stool $50", function()
  402. local A_1 = "Bar Stool"
  403. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Bar Stool"]
  404. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  405. Event:FireServer(A_1, A_2)
  406. end)
  407.  
  408. GunsSection:NewButton("Buy Lock Pick ","Will Buy Lock Pick $50",function()
  409. local A_1 = "Lock Pick"
  410. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Lock Pick"]
  411. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  412. Event:FireServer(A_1, A_2)
  413. end)
  414. GunsSection:NewButton("Buy Knife ","Will Buy Knife $1",function()
  415. if game:GetService("Workspace").Map.KnifeHouse.KnifeSpawner:FindFirstChild("KnifeCollector") then
  416. firetouchinterest(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart"),game:GetService("Workspace").Map.KnifeHouse.KnifeSpawner.KnifeCollector.Handle,0)
  417. end
  418. end)
  419.  
  420. FunSection:NewButton("Buy Gravity Hammer","Will Buy Gravity Hammer $200",function()
  421. local A_1 = "Gravity Hammer"
  422. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Gravity Hammer"]
  423. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  424. Event:FireServer(A_1, A_2)
  425. end)
  426.  
  427. FunSection:NewButton("Buy Antigravity Hammer","Will Buy Antigravity Hammer $200",function()
  428. local A_1 = "Antigravity Hammer"
  429. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Antigravity Hammer"]
  430. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  431. Event:FireServer(A_1, A_2)
  432. end)
  433.  
  434. FunSection:NewButton("Buy Giant Ray","Will Buy Giant ray $150",function()
  435. local A_1 = "Giant Ray"
  436. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Giant Ray"]
  437. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  438. Event:FireServer(A_1, A_2)
  439. end)
  440.  
  441. FunSection:NewButton("Buy Shrink Ray","Will Buy Shrinkray $150",function()
  442. local A_1 = "Shrink Ray"
  443. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Shrink Ray"]
  444. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  445. Event:FireServer(A_1, A_2)
  446. end)
  447.  
  448. FunSection:NewButton("Buy Glider","Will Buy Glider $30",function()
  449. local A_1 = "Glider"
  450. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Glider"]
  451. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  452. Event:FireServer(A_1, A_2)
  453. end)
  454.  
  455. FunSection:NewButton("Launch The Night Time Event","Will Launch Night Time $100",function()
  456. local A_1 = "Night Time"
  457. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Night Time"]
  458. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  459. Event:FireServer(A_1, A_2)
  460. end)
  461.  
  462. FunSection:NewButton("Launch The Floor Is Lava Event","Will Launch Floor Is Lava event $500",function()
  463. local A_1 = "Floor Is Lava"
  464. local A_2 = game:GetService("Workspace").Map.BuyButtons.CashButtons["Floor Is Lava"]
  465. local Event = game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest
  466. Event:FireServer(A_1, A_2)
  467. end)
  468. FunSection:NewButton("Lock all houses","Will lock all houses/plots",function(t)
  469. for i,v in pairs(game:GetService("Workspace").Plots:GetDescendants()) do
  470. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == false then
  471. fireclickdetector(v.ClickDetector)
  472. end
  473. end
  474. for i,v in pairs(game:GetService("Workspace").Map:GetDescendants()) do
  475. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == false then
  476. fireclickdetector(v.ClickDetector)
  477. end
  478. end
  479. end)
  480. FunSection:NewButton("Unlock all houses","Will unlock all houses/plots",function(t)
  481. for i,v in pairs(game:GetService("Workspace").Plots:GetDescendants()) do
  482. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == true then
  483. fireclickdetector(v.ClickDetector)
  484. end
  485. end
  486. for i,v in pairs(game:GetService("Workspace").Map:GetDescendants()) do
  487. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == true then
  488. fireclickdetector(v.ClickDetector)
  489. end
  490. end
  491. end)
  492. FunSection:NewButton("Open All Houses","Will open all houses/plots",function(t)
  493. for i,v in pairs(game:GetService("Workspace").Plots:GetDescendants()) do
  494. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == true and v.Parent.Open.Value == false then
  495. fireclickdetector(v.ClickDetector)
  496. fireclickdetector(v.Parent.Handle.ClickDetector)
  497. end
  498. end
  499. for i,v in pairs(game:GetService("Workspace").Map:GetDescendants()) do
  500. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == true and v.Parent.Open.Value == false then
  501. fireclickdetector(v.ClickDetector)
  502. fireclickdetector(v.Parent.Handle.ClickDetector)
  503. end
  504. end
  505. for i,v in pairs(game:GetService("Workspace").Plots:GetDescendants()) do
  506. if v.Name == "Handle" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == false and v.Parent.Open.Value == false then
  507. fireclickdetector(v.ClickDetector)
  508. end
  509. end
  510. for i,v in pairs(game:GetService("Workspace").Map:GetDescendants()) do
  511. if v.Name == "Handle" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == false and v.Parent.Open.Value == false then
  512. fireclickdetector(v.ClickDetector)
  513. end
  514. end
  515. end)
  516. FunSection:NewButton("Close All Houses","Will Close all houses/plots",function(t)
  517. for i,v in pairs(game:GetService("Workspace").Plots:GetDescendants()) do
  518. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == true and v.Parent.Open.Value == true then
  519. fireclickdetector(v.ClickDetector)
  520. fireclickdetector(v.Parent.Handle.ClickDetector)
  521. end
  522. end
  523. for i,v in pairs(game:GetService("Workspace").Map:GetDescendants()) do
  524. if v.Name == "Turner" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == true and v.Parent.Open.Value == true then
  525. fireclickdetector(v.ClickDetector)
  526. fireclickdetector(v.Parent.Handle.ClickDetector)
  527. end
  528. end
  529. for i,v in pairs(game:GetService("Workspace").Plots:GetDescendants()) do
  530. if v.Name == "Handle" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == false and v.Parent.Open.Value == true then
  531. fireclickdetector(v.ClickDetector)
  532. end
  533. end
  534. for i,v in pairs(game:GetService("Workspace").Map:GetDescendants()) do
  535. if v.Name == "Handle" and v:FindFirstChild("ClickDetector") and v.Parent.Locked.Value == false and v.Parent.Open.Value == true then
  536. fireclickdetector(v.ClickDetector)
  537. end
  538. end
  539. end)
  540. PlayerSection:NewButton("Server Hop","Will change server", function()
  541. local module = loadstring(game:HttpGet"https://raw.githubusercontent.com/LeoKholYt/roblox/main/lk_serverhop.lua")()
  542. module:Teleport(game.PlaceId)
  543. end)
  544.  
  545. PlayerSection:NewButton("Rejoin","Will make you rejoin to server", function()
  546. local tps = game:GetService("TeleportService")
  547. local playera = game.Players.LocalPlayer
  548. local gameid = game.PlaceId
  549.  
  550. tps:Teleport(gameid,playera)
  551. end)
  552.  
  553. PlayerSection:NewSlider("WalkSpeed","Changes Your WalkSpeed",500,0,function(s)
  554. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  555. end)
  556.  
  557.  
  558. PlayerSection:NewSlider("JumpPower","Changes Your JumpPower",400,0,function(s)
  559. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  560. end)
  561. end
Advertisement
Add Comment
Please, Sign In to add comment