Advertisement
Guest User

Untitled

a guest
Nov 4th, 2024
77
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.21 KB | None | 0 1
  1. repeat wait() until game:IsLoaded()
  2. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/DevSoGod/MyScript/main/library"))()
  3. local Window = library:CreateWindow("War Tycoon || We Love War")
  4. local Tab = Window:CreateTab("Main")
  5. local Sector = Tab:CreateSector("Section1", "left")
  6. Sector:AddToggle("Full AutoRebirth", false, function(v)
  7. _G.AutoRebirth = v
  8. end)
  9. local dd1 = Sector:AddDropdown("Whitelist",{}, false ,true , function(v)
  10. _G.WL = v
  11. end)
  12. Sector:AddButton("Refresh Players", function()
  13. for i, v in pairs(dd1:getList()) do
  14. dd1:Remove(tostring(v))
  15. end
  16. for i, v in pairs(game.Players:GetChildren()) do
  17. if not table.find(dd1:getList(), v.Name) then
  18. dd1:Add(v.Name)
  19. end
  20. end
  21. end)
  22. Sector:AddDropdown("Select Traget",{"Players","Base Shield","AC-130 Gunship"}, false ,true , function(v)
  23. _G.SelectTraget = v
  24. end)
  25. Sector:AddToggle("Spam RPG (Very Risk)", false, function(v)
  26. _G.SpamRPG = v
  27. end)
  28.  
  29.  
  30.  
  31.  
  32. local Sector = Tab:CreateSector("Section2", "Right")
  33.  
  34. Sector:AddToggle("FarmOil (Bad and Risk)", false, function(v)
  35. _G.FarmOil = v
  36. end)
  37.  
  38. Sector:AddToggle("FarmVehiclePart (Risk)", false, function(v)
  39. _G.FarmVehiclePart = v
  40. end)
  41. Sector:AddTextbox("Enter Point" , "100" , function(w)
  42. _G.Point = w
  43. end)
  44. Sector:AddButton("Get Point" , function()
  45. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  46. if a.Owner.Value == game.Players.LocalPlayer then
  47. for i = 1,tonumber(_G.Point) do
  48. a:WaitForChild("PurchasedObjects"):WaitForChild("MovingTarget"):WaitForChild("AddPoints"):FireServer(a:WaitForChild("PurchasedObjects"):WaitForChild("MovingTarget"):WaitForChild("Target3"))
  49. end
  50. end
  51. end
  52. end)
  53. Sector:AddToggle("Esp VehiclePart(Quest)", false, function(v)
  54. _G.ESPOperations = v
  55. end)
  56. local function Oil()
  57. local dist, thing = math.huge
  58. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  59. if a.Owner.Value == game.Players.LocalPlayer then
  60. for _,b in pairs(a.UnpurchasedButtons:GetChildren()) do
  61. if table.find({"Large Oil 1","Large Oil 2","Large Oil 3","Large Oil 4","Large Oil 5","Large Oil 6","Oil 1","Oil 2","Oil 3","Oil 4","Oil 5","Oil 6"},b.Name) then
  62. local mag = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - b.Gradient.Position).magnitude
  63. if mag < dist then
  64. dist = mag
  65. thing = b
  66. end
  67. end
  68. end
  69. end
  70. end
  71. return thing
  72. end
  73. local function Misc()
  74. local dist, thing = math.huge
  75. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  76. if a.Owner.Value == game.Players.LocalPlayer then
  77. for _,b in pairs(a.UnpurchasedButtons:GetChildren()) do
  78. if not table.find({"Large Oil 1","Large Oil 2","Large Oil 3","Large Oil 4","Large Oil 5","Large Oil 6","Oil 1","Oil 2","Oil 3","Oil 4","Oil 5","Oil 6"},b.Name) then
  79. if tostring(b.Neon.Color) == "0, 1, 0" or tostring(b.Neon.Color) == "1, 0, 0" or tostring(b.Neon.Color) == "0.0156863, 0.686275, 0.921569" then
  80. local mag = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - b.Gradient.Position).magnitude
  81. if mag < dist then
  82. dist = mag
  83. thing = b
  84. end
  85. end
  86. end
  87. end
  88. end
  89. end
  90. return thing
  91. end
  92. local function Rebirth()
  93. local dist, thing = math.huge
  94. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  95. if a.Owner.Value == game.Players.LocalPlayer then
  96. for _,b in pairs(a.UnpurchasedButtons:GetChildren()) do
  97. if tostring(b.Neon.Color) == "1, 1, 0" and tonumber(b:GetAttribute("RebirthAmount")) <= game:GetService("Players").LocalPlayer.leaderstats.Rebirths.Value then
  98. local mag = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - b.Gradient.Position).magnitude
  99. if mag < dist then
  100. dist = mag
  101. thing = b
  102. end
  103. end
  104. end
  105. end
  106. end
  107. return thing
  108. end
  109. local function fix()
  110. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  111. if a.Owner.Value == game.Players.LocalPlayer then
  112. for _,b in pairs(a.PurchasedObjects:GetChildren()) do
  113. if table.find({"Large Oil 1","Large Oil 2","Large Oil 3","Large Oil 4","Large Oil 5","Large Oil 6","Oil 1","Oil 2","Oil 3","Oil 4","Oil 5","Oil 6"},b.Name) then
  114. if b:FindFirstChild("Broken") and b.Broken.Value == true then
  115. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  116. if a.Owner.Value == game.Players.LocalPlayer then
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.Essentials.CashCollector.CFrame
  118. wait(1)
  119. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 0)
  120. wait(.1)
  121. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 1)
  122. wait(.1)
  123. end
  124. end
  125. wait(0.5)
  126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = b.ElectricalBox.Effect.CFrame
  127. wait(1)
  128. fireproximityprompt(b.ElectricalBox.Effect.OilExtractor)
  129. end
  130. end
  131. end
  132. end
  133. end
  134. end
  135.  
  136. spawn(function()
  137. pcall(function()
  138. while wait() do
  139. pcall(function()
  140. if _G.AutoRebirth then
  141. pcall(function()
  142. if fix() then
  143. fix()
  144. elseif game:GetService("Players").LocalPlayer.leaderstats.Cash.Value <= 0 then
  145. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  146. if a.Owner.Value == game.Players.LocalPlayer then
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.PurchasedObjects["Oil 1"].CB1.CFrame
  148. wait(0.1)
  149. fireproximityprompt(a.PurchasedObjects["Oil 1"].CB1.DefaultExtractor)
  150. wait(1)
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.Essentials.CashCollector.CFrame
  152. wait(.1)
  153. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 0)
  154. wait(.1)
  155. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 1)
  156. wait(.1)
  157. end
  158. end
  159. elseif Rebirth() then
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Rebirth().Gradient.CFrame
  161. wait(1)
  162. firetouchinterest(Rebirth().Gradient, game.Players.LocalPlayer.Character["Right Leg"], 0)
  163. wait(.1)
  164. firetouchinterest(Rebirth().Gradient, game.Players.LocalPlayer.Character["Right Leg"], 1)
  165. wait(.1)
  166. elseif Oil() then
  167. if tostring(Oil().Neon.Color) == "0, 1, 0" or tostring(Oil().Neon.Color) == "0.0156863, 0.686275, 0.921569" then
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Oil().Gradient.CFrame
  169. wait(1)
  170. firetouchinterest(Oil().Gradient, game.Players.LocalPlayer.Character["Right Leg"], 0)
  171. wait(.1)
  172. firetouchinterest(Oil().Gradient, game.Players.LocalPlayer.Character["Right Leg"], 1)
  173. wait(.1)
  174. elseif tostring(Oil().Neon.Color) == "1, 0, 0" then
  175. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  176. if a.Owner.Value == game.Players.LocalPlayer then
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.Essentials.CashCollector.CFrame
  178. wait(1)
  179. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 0)
  180. wait(.1)
  181. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 1)
  182. wait(.1)
  183. end
  184. end
  185. end
  186. elseif Misc() then
  187. if tostring(Misc().Neon.Color) == "0, 1, 0" or tostring(Misc().Neon.Color) == "0.0156863, 0.686275, 0.921569" then
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Misc().Gradient.CFrame
  189. wait(1)
  190. firetouchinterest(Misc().Gradient, game.Players.LocalPlayer.Character["Right Leg"], 0)
  191. wait(.1)
  192. firetouchinterest(Misc().Gradient, game.Players.LocalPlayer.Character["Right Leg"], 1)
  193. wait(.1)
  194. elseif tostring(Misc().Neon.Color) == "1, 0, 0" then
  195. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  196. if a.Owner.Value == game.Players.LocalPlayer then
  197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.Essentials.CashCollector.CFrame
  198. wait(1)
  199. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 0)
  200. wait(.1)
  201. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 1)
  202. wait(.1)
  203. end
  204. end
  205. end
  206. elseif game:GetService("Players").LocalPlayer.PlayerGui.RebirthGui.RebirthButton.Visible == true then
  207. if game:GetService("Players").LocalPlayer.leaderstats.Cash.Value >= 500000 then
  208. game:GetService("ReplicatedStorage"):WaitForChild("RebirthEVT"):FireServer()
  209. else
  210. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  211. if a.Owner.Value == game.Players.LocalPlayer then
  212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.Essentials.CashCollector.CFrame
  213. wait(.1)
  214. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 0)
  215. wait(.1)
  216. firetouchinterest(a.Essentials.CashCollector, game.Players.LocalPlayer.Character["Right Leg"], 1)
  217. wait(.1)
  218. end
  219. end
  220. end
  221. end
  222. end)
  223. end
  224. end)
  225. end
  226. end)
  227. end)
  228. spawn(function()
  229. pcall(function()
  230. while wait() do
  231. pcall(function()
  232. if table.find(_G.SelectTraget,"Players") and _G.SpamRPG then
  233. for _,v in pairs(workspace:GetChildren()) do
  234. if v.Name ~= game.Players.LocalPlayer.Name and v:FindFirstChild("HumanoidRootPart") and not table.find(_G.WL,v.Name) then
  235. game:GetService("ReplicatedStorage"):WaitForChild("RocketSystem"):WaitForChild("RocketHit"):FireServer(v.HumanoidRootPart.Position,Vector3.yAxis,game:GetService("Players").LocalPlayer.Character.RPG,game:GetService("Players").LocalPlayer.Character.RPG,v.HumanoidRootPart)
  236. wait()
  237. end
  238. end
  239. end
  240. end)
  241. end
  242. end)
  243. end)
  244. local function Shield()
  245. local dist, thing = math.huge
  246. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  247. if a.Owner.Value ~= game.Players.LocalPlayer and a.PurchasedObjects:FindFirstChild("Base Shield") and a.PurchasedObjects["Base Shield"]:FindFirstChild("Shield") and a.PurchasedObjects["Base Shield"]["Shield"]:FindFirstChild("Shield4") then
  248. local mag = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - a.WorldPivot.Position).magnitude
  249. if mag < dist then
  250. dist = mag
  251. thing = a
  252. end
  253. end
  254. end
  255. return thing
  256. end
  257. spawn(function()
  258. pcall(function()
  259. while wait() do
  260. pcall(function()
  261. if table.find(_G.SelectTraget,"Base Shield") and _G.SpamRPG then
  262. pcall(function()
  263. game:GetService("ReplicatedStorage"):WaitForChild("RocketSystem"):WaitForChild("RocketHit"):FireServer(Shield().PurchasedObjects["Base Shield"].Shield.Shield4.Position,Vector3.yAxis,game:GetService("Players").LocalPlayer.Character.RPG,game:GetService("Players").LocalPlayer.Character.RPG,Shield().PurchasedObjects["Base Shield"].Shield.Shield4)
  264. end)
  265. end
  266. end)
  267. end
  268. end)
  269. end)
  270.  
  271. local function Ship()
  272. local dist, thing = math.huge
  273. for _,v in pairs(workspace["Game Systems"]["Gunship Workspace"]:GetChildren()) do
  274. if v.Name == "AC-130 Gunship" then
  275. local mag = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.MainPart.Position).magnitude
  276. if mag < dist then
  277. dist = mag
  278. thing = v
  279. end
  280. end
  281. end
  282. return thing
  283. end
  284. spawn(function()
  285. pcall(function()
  286. while wait() do
  287. pcall(function()
  288. if table.find(_G.SelectTraget,"AC-130 Gunship") and _G.SpamRPG then
  289. pcall(function()
  290. game:GetService("ReplicatedStorage"):WaitForChild("RocketSystem"):WaitForChild("RocketHit"):FireServer(Ship().MainPart.Position,Vector3.yAxis,game:GetService("Players").LocalPlayer.Character.RPG,game:GetService("Players").LocalPlayer.Character.RPG,Ship().MainPart)
  291. end)
  292. end
  293. end)
  294. end
  295. end)
  296. end)
  297. spawn(function()
  298. pcall(function()
  299. while wait() do
  300. pcall(function()
  301. if _G.FarmVehiclePart then
  302. pcall(function()
  303. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  304. if a.Owner.Value == game.Players.LocalPlayer then
  305. for _,v in pairs(workspace["Game Systems"]["Crate Workspace"]:GetChildren()) do
  306. if _G.FarmVehiclePart == true then
  307. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  308. wait(1)
  309. end
  310. if _G.FarmVehiclePart == true then
  311. fireproximityprompt(v.StealPrompt)
  312. wait(2)
  313. end
  314. if _G.FarmVehiclePart == true then
  315. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.Essentials["Oil Collector"].CratePromptPart.CFrame
  316. wait(1)
  317. end
  318. if _G.FarmVehiclePart == true then
  319. fireproximityprompt(a.Essentials["Oil Collector"].CratePromptPart.SellPrompt)
  320. wait(1)
  321. end
  322. end
  323. end
  324. end
  325. end)
  326. end
  327. end)
  328. end
  329. end)
  330. end)
  331.  
  332. spawn(function()
  333. pcall(function()
  334. while wait() do
  335. pcall(function()
  336. if _G.FarmOil then
  337. pcall(function()
  338. if game.Players.LocalPlayer.Character:FindFirstChild("Barrel") then
  339. for _,a in pairs(workspace.Tycoon.Tycoons:GetChildren()) do
  340. if a.Owner.Value == game.Players.LocalPlayer then
  341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Tycoon.Tycoons.Hotel.Essentials["Oil Collector"].Collector.BarrelSlot.CFrame
  342. wait(2)
  343. fireproximityprompt(a.Essentials["Oil Collector"].Collector.dropPrompt)
  344. end
  345. end
  346. else
  347. for i = 1,2 do
  348. if workspace.Beams:FindFirstChild("Oil Rig"..tostring(i)) then
  349. if not workspace["Game Systems"].Warehouses["Oil Rig"..tostring(i)]["Oil Capture"]:FindFirstChild("Barrel Template") then
  350. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Beams:FindFirstChild("Oil Rig"..tostring(i)).CFrame
  351. else
  352. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Beams:FindFirstChild("Oil Rig"..tostring(i)).CFrame
  353. wait(2)
  354. fireproximityprompt(workspace["Game Systems"].Warehouses["Oil Rig"..tostring(i)]["Oil Capture"]["Barrel Template"].PromptPart.BarrelPickup)
  355. wait(1)
  356. end
  357. end
  358. end
  359. end
  360. end)
  361. end
  362. end)
  363. end
  364. end)
  365. end)
  366.  
  367. spawn(function()
  368. pcall(function()
  369. while wait() do
  370. pcall(function()
  371. if _G.ESPOperations then
  372. pcall(function()
  373. for _,v in pairs(workspace["Game Systems"].Operations:GetChildren()) do
  374. for _,vv in pairs(v:GetChildren()) do
  375. if vv:FindFirstChild("Collection") and vv.Collection:FindFirstChildOfClass("ProximityPrompt") and not vv.Collection:FindFirstChildOfClass("BillboardGui") then
  376. local BillboardGui = Instance.new("BillboardGui")
  377. local TextLabel = Instance.new("TextLabel")
  378. BillboardGui.Parent = vv.Collection
  379. BillboardGui.AlwaysOnTop = true
  380. BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  381. BillboardGui.StudsOffset = Vector3.new(0, 2, 0)
  382. TextLabel.Parent = BillboardGui
  383. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  384. TextLabel.BackgroundTransparency = 1
  385. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  386. TextLabel.Text = vv.Name
  387. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  388. TextLabel.TextScaled = true
  389. end
  390. end
  391. end
  392. end)
  393. end
  394. end)
  395. end
  396. end)
  397. end)
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. local Tab = Window:CreateTab("Setting/Misc")
  494. local Sector = Tab:CreateSector("Section1", "left")
  495. Sector:AddTextbox("Speed" , "16" , function(w)
  496. _G.Speed = w
  497. end)
  498. Sector:AddTextbox("Jump" , "50" , function(w)
  499. _G.Jump = w
  500. end)
  501. Sector:AddToggle("WalkSpeed", false, function(t)
  502. _G.WalkSpeed = t
  503. end)
  504. Sector:AddToggle("JumpPower", false, function(t)
  505. _G.JumpPower = t
  506. end)
  507. Sector:AddToggle("CtrlClickTP", false, function(t)
  508. _G.CtrlClickTP = t
  509. end)
  510. Sector:AddButton("Rejoin" , function()
  511. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId, game:GetService("Players").LocalPlayer)
  512. end)
  513. Sector:AddButton("ResetCamera" , function()
  514. game:GetService("Workspace").CurrentCamera:Destroy()
  515. wait(.1)
  516. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Humanoid
  517. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  518. game:GetService("Players").LocalPlayer.CameraMinZoomDistance = .5
  519. game:GetService("Players").LocalPlayer.CameraMaxZoomDistance = 100000
  520. game:GetService("Players").LocalPlayer.CameraMode = "Classic"
  521. end)
  522. Sector:AddButton("InstantProximityPrompt" , function()
  523. game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(prompt)
  524. prompt.HoldDuration = 0
  525. end)
  526. end)
  527. spawn(function()
  528. pcall(function()
  529. while wait() do
  530. pcall(function()
  531. if _G.JumpPower then
  532. pcall(function()
  533. wait()
  534. local HumanModCons = {}
  535. local Char = game.Players.LocalPlayer.Character or workspace:FindFirstChild(game.Players.LocalPlayer.Name)
  536. local Human = Char and Char:FindFirstChildWhichIsA("Humanoid")
  537. local function JumpPowerChange()
  538. if Char and Human and _G.JumpPower then
  539. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').UseJumpPower then
  540. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').JumpPower = tonumber(_G.Jump)
  541. else
  542. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').JumpHeight = tonumber(_G.Jump)
  543. end
  544. end
  545. end
  546. JumpPowerChange()
  547. HumanModCons.jpLoop = (HumanModCons.jpLoop and HumanModCons.jpLoop:Disconnect() and false) or Human:GetPropertyChangedSignal("JumpPower"):Connect(JumpPowerChange)
  548. HumanModCons.jpCA = (HumanModCons.jpCA and HumanModCons.jpCA:Disconnect() and false) or game.Players.LocalPlayer.CharacterAdded:Connect(function(v)
  549. Char, Human = v, v:WaitForChild("Humanoid")
  550. JumpPowerChange()
  551. HumanModCons.jpLoop = (HumanModCons.jpLoop and HumanModCons.jpLoop:Disconnect() and false) or Human:GetPropertyChangedSignal("JumpPower"):Connect(JumpPowerChange)
  552. end)
  553. wait(9e9)
  554. end)
  555. end
  556. end)
  557. end
  558. end)
  559. end)
  560. spawn(function()
  561. pcall(function()
  562. while wait() do
  563. pcall(function()
  564. if _G.WalkSpeed then
  565. pcall(function()
  566. wait()
  567. local HumanModCons = {}
  568. local Char = game.Players.LocalPlayer.Character or workspace:FindFirstChild(game.Players.LocalPlayer.Name)
  569. local Human = Char and Char:FindFirstChildWhichIsA("Humanoid")
  570. local function WalkSpeedChange()
  571. if Char and Human and _G.WalkSpeed then
  572. Human.WalkSpeed = tonumber(_G.Speed)
  573. end
  574. end
  575. WalkSpeedChange()
  576. HumanModCons.wsLoop = (HumanModCons.wsLoop and HumanModCons.wsLoop:Disconnect() and false) or Human:GetPropertyChangedSignal("WalkSpeed"):Connect(WalkSpeedChange)
  577. HumanModCons.wsCA = (HumanModCons.wsCA and HumanModCons.wsCA:Disconnect() and false) or game.Players.LocalPlayer.CharacterAdded:Connect(function(v)
  578. Char, Human = v, v:WaitForChild("Humanoid")
  579. WalkSpeedChange()
  580. HumanModCons.wsLoop = (HumanModCons.wsLoop and HumanModCons.wsLoop:Disconnect() and false) or Human:GetPropertyChangedSignal("WalkSpeed"):Connect(WalkSpeedChange)
  581. end)
  582. wait(9e9)
  583. end)
  584. end
  585. end)
  586. end
  587. end)
  588. end)
  589. local UIS = game:GetService("UserInputService")
  590. local Player = game.Players.LocalPlayer
  591. local Mouse = Player:GetMouse()
  592. function GetCharacter()
  593. return game.Players.LocalPlayer.Character
  594. end
  595. function Teleport(pos)
  596. local Char = GetCharacter()
  597. if Char then
  598. Char:MoveTo(pos)
  599. end
  600. end
  601. UIS.InputBegan:Connect(function(input)
  602. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) and _G.CtrlClickTP == true then
  603. Teleport(Mouse.Hit.p)
  604. end
  605. end)
  606.  
  607. local Sector = Tab:CreateSector("Section2", "Right")
  608. Sector:AddKeybind("Keybind GUI", "Insert",true, function()
  609. for i, v in pairs(game:GetService("CoreGui"):GetChildren()) do
  610. if v:FindFirstChild("main") then
  611. v.main.Visible = not v.main.Visible;
  612. end
  613. end
  614. end)
  615. Sector:AddToggle("CloseGuiAfterExecute", false, function(o)
  616. _G.CloseGuiAfterExecute = o
  617. end)
  618. Sector:AddToggle("RejoinAfterKick", false, function(o)
  619. _G.rejoinKick = o
  620. end)
  621. spawn(function()
  622. getgenv().rejoin = game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(Kick)
  623. if ((Kick.Name == "ErrorPrompt") and Kick:FindFirstChild("MessageArea") and Kick.MessageArea:FindFirstChild("ErrorFrame")) then
  624. if _G.rejoinKick == true then
  625. game:GetService("TeleportService"):Teleport(game.PlaceId)
  626. end
  627. end
  628. end)
  629. end)
  630. Sector:AddTextbox("FPS" , "20" , function(w)
  631. _G.FPS = w
  632. end)
  633. Sector:AddToggle("SetFpsCap", false, function(o)
  634. _G.Fpscap = o
  635. end)
  636. Sector:AddButton("infiniteyield" , function()
  637. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  638. end)
  639. Sector:AddButton("DarkDex" , function()
  640. loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua", true))()
  641. end)
  642. Sector:AddButton("RemoteSpy" , function()
  643. loadstring(game:HttpGet("https://raw.githubusercontent.com/SmellLikeHacker/IDK/main/RemoteSpy", true))()
  644. end)
  645. Sector:AddButton("CopyDiscordLink" , function()
  646. setclipboard("https://discord.gg/48geaWzacy")
  647. end)
  648. Sector:AddButton("JoinDiscord" , function()
  649. request = http_request or request or HttpPost or syn.request
  650. request({Url = "http://127.0.0.1:6463/rpc?v=1",Method = "POST",Headers = {["Content-Type"] = "application/json",["origin"] = "https://discord.com",},Body = game:GetService("HttpService"):JSONEncode({["args"] = {["code"] = "48geaWzacy",},["cmd"] = "INVITE_BROWSER",["nonce"] = "."})})
  651. end)
  652. Sector:AddButton("SUPER SECRET BUTTON" , function()
  653. local soundId = "rbxassetid://6454805792"
  654. local sound = Instance.new("Sound")
  655. sound.SoundId = soundId
  656. sound.Volume = 10
  657. sound.Looped = true
  658. sound.Parent = game.Players.LocalPlayer.Character
  659. sound:Play()
  660. end)
  661. spawn(function()
  662. pcall(function()
  663. while task.wait() do
  664. pcall(function()
  665. game:GetService("Players").LocalPlayer.DevCameraOcclusionMode = "Invisicam"
  666. game:GetService("Players").LocalPlayer.CameraMaxZoomDistance = 100000
  667. end)
  668. end
  669. end)
  670. end)
  671. spawn(function()
  672. pcall(function()
  673. while wait() do
  674. pcall(function()
  675. if _G.CloseGuiAfterExecute then
  676. pcall(function()
  677. wait()
  678. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  679. if v:FindFirstChild("main") then
  680. v.main.Visible = not v.main.Visible
  681. end
  682. end
  683. wait(9e9)
  684. end)
  685. end
  686. end)
  687. end
  688. end)
  689. end)
  690. spawn(function()
  691. pcall(function()
  692. while wait(1) do
  693. pcall(function()
  694. if _G.Fpscap then
  695. setfpscap(tonumber(_G.FPS))
  696. end
  697. end)
  698. end
  699. end)
  700. end)
  701. game:GetService("Players").LocalPlayer.Idled:connect(function()
  702. game:GetService("VirtualUser"):CaptureController()
  703. game:GetService("VirtualUser"):ClickButton2(Vector2.new())
  704. end)
  705. library:ConfigSystem("WarTycoon"):Load()
  706. while wait(1) do
  707. pcall(function()
  708. library:ConfigSystem("WarTycoon"):Save()
  709. end)
  710. end
  711.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement