Advertisement
Fainxc

Strongman Simulator (OP Script)

Jul 10th, 2023
4,960
2
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | Gaming | 2 0
  1. if not game:IsLoaded() then
  2. game.Loaded:Wait()
  3. end
  4. wait()
  5. _G.On = false
  6. _G.On2 = false
  7. _G.auto = false
  8. _G.multipier = 0
  9. local Codes = {
  10. "strongman",
  11. "100m",
  12. "Chad",
  13. "10m",
  14. "25k",
  15. "1500likes",
  16. "5000likes",
  17. "10000",
  18. "500likes"
  19. }
  20. function testinterest(part, totouch, staticnum)
  21. local test = part.CFrame
  22. part.CFrame = totouch.CFrame
  23. task.wait(0.2)
  24. part.CFrame = test
  25. end
  26. local HumanoidRootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  27. local task_defer = task.defer
  28. local pairs = pairs
  29. local rs = game:GetService("RunService")
  30. local area = game:GetService("Workspace").Areas["Area14_Retro"]
  31. local fireproximityprompt = fireproximityprompt
  32. local prox
  33. local function GetBadges()
  34. for _, v in pairs(game:GetService("Workspace").BadgeColliders:GetChildren()) do
  35. firetouchinterest(HumanoidRootPart, v, 0)
  36. firetouchinterest(HumanoidRootPart, v, 1)
  37. end
  38. end
  39. local function autoworkout()
  40. wait(0.1)
  41. for i, v in pairs(game:GetService("Workspace").Areas.Area1.Gym.TrainingEquipment:GetDescendants()) do
  42. if v:IsA("ProximityPrompt") then
  43. HumanoidRootPart.CFrame = game:GetService("Workspace").Areas.Area1.Gym.TrainingEquipment.WorkoutStation.Collider.CFrame
  44. repeat
  45. wait()
  46. fireproximityprompt(v)
  47. until HumanoidRootPart.Anchored == true
  48. end
  49. end
  50. while _G.auto do
  51. task.wait()
  52. if not _G.multipier or _G.multipier == 0 then
  53. game:GetService("ReplicatedStorage").StrongMan_UpgradeStrength:InvokeServer()
  54. else
  55. game:GetService("ReplicatedStorage").StrongMan_UpgradeStrength:InvokeServer(_G.multipier)
  56. end
  57. end
  58. end
  59. local function LagServer()
  60. wait(0.1)
  61. for i, v in pairs(game:GetService("Workspace").Areas.Area1.Gym.TrainingEquipment:GetDescendants()) do
  62. if v:IsA("ProximityPrompt") then
  63. HumanoidRootPart.CFrame = game:GetService("Workspace").Areas.Area1.Gym.TrainingEquipment.WorkoutStation.Collider.CFrame
  64. repeat
  65. wait()
  66. fireproximityprompt(v)
  67. until HumanoidRootPart.Anchored == true
  68. end
  69. end
  70. for i = 1, 400 do
  71. pcall(function()
  72. game:GetService("ReplicatedStorage").StrongMan_UpgradeStrength:InvokeServer(2 ^ 1024)
  73. end)
  74. end
  75. end
  76.  
  77. local function BreakExits()
  78. for _, v in pairs(game:GetService("Workspace").Areas:GetDescendants()) do
  79. if v.Name:lower():find("exit") or v.Name:lower():find("copy") then
  80. v:Destroy()
  81. end
  82. end
  83. end
  84. local Dragify = {}
  85. pcall(function() Dragify = loadstring(game:HttpGet("http://ligma.wtf/scripts/drag.lua", true))() end)
  86. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  87. if v:IsA("BoolValue") and v.Name == "IgnoreInStudio" and v.Parent:IsA("Script") then
  88. v.Parent.Parent.ChildAdded:Connect(function(add)
  89. rs.RenderStepped:Wait()
  90. add:Destroy()
  91. end)
  92. v.Parent.Parent:FindFirstChildWhichIsA("Part"):Destroy()
  93. end
  94. end
  95. local rs = game:GetService("RunService")
  96. game:GetService("Workspace").PlayerDraggables[game.Players.LocalPlayer.UserId].DescendantAdded:Connect(function(added)
  97. if added.Name == "ExtraWeight" and _G.noweight then
  98. added:Destroy()
  99. end
  100. end)
  101. game:GetService("Workspace").PlayerDraggables[game.Players.LocalPlayer.UserId].DescendantAdded:Connect(function(added)
  102. rs.RenderStepped:Wait()
  103. if added:IsA("Part") and added:FindFirstChild("Coins") ~= nil then
  104. if not _G.On then
  105. return
  106. end
  107. repeat
  108. wait(0.1)
  109. firetouchinterest(added, game:GetService("Workspace").Areas["Area24_Mine"].Goal, 0)
  110. firetouchinterest(added, game:GetService("Workspace").Areas["Area24_Mine"].Goal, 1)
  111. until added == nil
  112. end
  113. end)
  114.  
  115. task_defer(function()
  116. game:GetService("Workspace").PlayerDraggables[game.Players.LocalPlayer.UserId].DescendantAdded:Connect(function(added)
  117. rs.RenderStepped:Wait()
  118. if added:IsA("Part") and added:FindFirstChild("Coins") ~= nil then
  119. if not _G.On2 then
  120. return
  121. end
  122. repeat
  123. task.wait(0.1)
  124. testinterest(added, game:GetService("Workspace").Areas["Area24_Mine"].Goal, "static")
  125. until added == nil
  126. end
  127. end)
  128. end)
  129.  
  130. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
  131. local venyx = library.new("Strongman Simulator", 5013109572)
  132.  
  133. local main = venyx:addPage("Main", 5012544693)
  134.  
  135. local farm = venyx:addPage("Farming", 5012544693)
  136.  
  137. local page = venyx:addPage("Character", 5012544693)
  138. local settings = venyx:addPage("Settings", 5012544693)
  139. local autofarm = farm:addSection("Auto Farm")
  140. local autofarm2 = farm:addSection("Auto Farm 2 (slower, but will not slow down like one above)")
  141. local autofarm3 = farm:addSection("Auto Farm 3 (Super Fast, but will sometimes slow down)")
  142. local autostrength = farm:addSection("Auto Strength")
  143. local char = page:addSection("Character")
  144. local mainsec = main:addSection("Main")
  145. local Settingss = settings:addSection("Settings")
  146.  
  147. mainsec:addButton("Get all badges", function()
  148. GetBadges()
  149. end)
  150.  
  151. mainsec:addButton("Break Exits", function()
  152. BreakExits()
  153. end)
  154.  
  155. mainsec:addButton("Lag Server", function()
  156. LagServer()
  157. end)
  158.  
  159. Settingss:addButton("Rejoin Server", function()
  160. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId)
  161. end)
  162. local oldpos = HumanoidRootPart.CFrame
  163. HumanoidRootPart.CFrame = CFrame.new(-79.9094696, 19.8263607, 8124.82129, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  164. wait(0.25)
  165. HumanoidRootPart.CFrame = oldpos
  166. for _, v in pairs(area.DraggableItems:GetDescendants()) do
  167. if v:IsA("StringValue") and v.Name == "Title" and v.Value == "Crystal Minecart" then
  168. local part = v.Parent.InteractionPoint
  169. _G.Prox = v.Parent.InteractionPoint.ProximityPrompt
  170. end
  171. end
  172.  
  173. mainsec:addToggle("Disable Purchase Prompts", nil, function(value)
  174. _G.Value = value
  175. if _G.Value then
  176. game:GetService("CoreGui").PurchasePromptApp.Enabled = false
  177. else
  178. _G.Value = value
  179. game:GetService("CoreGui").PurchasePromptApp.Enabled = true
  180. end
  181. end)
  182.  
  183. autofarm:addToggle("Enabled", nil, function(value)
  184. _G.On = value
  185. HumanoidRootPart.CFrame = CFrame.new(-79.9094696, 19.8263607, 8124.82129, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  186. wait(0.1)
  187. task_defer(function()
  188. game.RunService.RenderStepped:connect(function()
  189. task.wait(0.1)
  190. if _G.On then
  191. HumanoidRootPart.CFrame = CFrame.new(-79.9094696, 19.8263607, 8124.82129, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  192. fireproximityprompt(_G.Prox, 0)
  193. end
  194. end)
  195. end)
  196. end)
  197. autofarm2:addToggle("Enabled", nil, function(value)
  198. _G.On2 = value
  199. HumanoidRootPart.CFrame = CFrame.new(-79.9094696, 19.8263607, 8124.82129, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  200. HumanoidRootPart.Anchored = false
  201. wait(0.1)
  202. task_defer(function()
  203. game.RunService.RenderStepped:connect(function()
  204. if _G.On2 then
  205. workspace.Gravity = math.huge
  206. HumanoidRootPart.CFrame = CFrame.new(-79.9094696, 19.8263607, 8124.82129, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  207. fireproximityprompt(_G.Prox, 0)
  208. else
  209. workspace.Gravity = 196.2
  210. end
  211. end)
  212. end)
  213. end)
  214. autostrength:addToggle("Enabled", nil, function(value)
  215. _G.auto = value
  216. if _G.auto then
  217. pcall(function() game:GetService("CoreGui").PurchasePromptApp.Enabled = false end)
  218. task_defer(autoworkout)
  219. else
  220. pcall(function() game:GetService("CoreGui").PurchasePromptApp.Enabled = true end)
  221. end
  222. end)
  223. autostrength:addSlider("Muliplier", 0, 0, 5000, function(value)
  224. _G.multipier = value
  225. end)
  226. char:addSlider("WalkSpeed", 0, 0, 1000, function(value)
  227. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value
  228. end)
  229. char:addSlider("JumpPower", 0, 0, 1000, function(value)
  230. game.Players.LocalPlayer.Character.Humanoid.JumpPower = value
  231. end)
Tags: Exploiting
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement