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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Maxgat5/UiLib/main/lua')))()
  2. local w = library:CreateWindow("Strongman Simulator")
  3. local b = w:CreateFolder("AutoFarm")
  4. local e = w:CreateFolder("Mix")
  5. local u = w:CreateFolder("Credits")
  6. SelectedItem = "Feather"
  7. Items = {}
  8. for i,v in pairs(game:GetService("Workspace").Areas:GetDescendants()) do
  9.     if v.Name == "DraggableItems" then
  10.         for i,v1 in pairs(v:GetChildren()) do
  11.             if v1.ClassName == "MeshPart" or v1.ClassName == "Part" then
  12.                 table.insert(Items,v1.Title.Value)
  13.             end
  14.         end
  15.     end
  16. end
  17.  
  18. b:Toggle("Squats",function(bool)
  19.     shared.toggle = bool
  20.     Squats = bool
  21. end)
  22.  
  23. b:Dropdown("Select Item",Items,true,function(mob)
  24.     SelectedItem = mob
  25. end)
  26.  
  27. b:Toggle("AutoTakeItem",function(bool)
  28.     shared.toggle = bool
  29.     AutoTakeItem = bool
  30. end)
  31.  
  32. b:Toggle("AutoFinish",function(bool)
  33.     shared.toggle = bool
  34.     AutoFinish = bool
  35. end)
  36.  
  37. e:Toggle("AntiAfk",function(bool)
  38.     shared.toggle = bool
  39.     AntiAfk = bool
  40. end)
  41.  
  42. e:Button("Delete Doors",function()
  43.     for i,v in pairs(game:GetService("Workspace").Areas:GetDescendants()) do
  44.         if string.find(v.Name,"Exit") then
  45.             v:Destroy()
  46.         end
  47.     end
  48. end)
  49.  
  50. e:Button("Speed",function()
  51.     pcall(function()
  52.         while wait() do
  53.             game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
  54.         end
  55.     end)
  56. end)
  57.  
  58. e:Button("Be Smaller",function()
  59.     while wait() do
  60.         pcall(function()
  61.             for i,v in pairs(game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid:GetChildren()) do
  62.                 if v.ClassName == "NumberValue" then
  63.                     v.Value = 0.5
  64.                 end
  65.             end
  66.         end)
  67.     end
  68. end)
  69. --Credits
  70. u:Button("maxgat5#8395",function()
  71.     setclipboard("maxgat5#8395")
  72. end)
  73.  
  74. u:Button("Discord Server",function()
  75.     setclipboard("https://discord.gg/K4txdRSVfq")
  76. end)
  77.  
  78.  
  79. while wait() do
  80.     if AutoTakeItem == true then
  81.         local a,b = pcall(function()
  82.             for i,v in pairs(game:GetService("Workspace").Areas:GetDescendants()) do
  83.                 if v.Name == "ProximityPrompt" then
  84.                     if v.Parent.Parent.Parent.Name == "DraggableItems" then
  85.                         if v.Parent.Parent.Title.Value == SelectedItem then
  86.                             local tweenInfo = TweenInfo.new(
  87.                             0
  88.                             )
  89.                             local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  90.                             v.Parent.CFrame.Position + Vector3.new(0,0,0)
  91.                             )})
  92.                             t:Play()
  93.                             wait(.1)
  94.                             fireproximityprompt(v,0)
  95.                             fireproximityprompt(v,1)
  96.                         end
  97.                     end
  98.                 end
  99.             end
  100.         end)
  101.         print(a,b)
  102.     end
  103.    
  104.     if AutoFinish == true then
  105.         local a,b = pcall(function()
  106.             for i,v in pairs(game:GetService("Workspace").Areas:GetDescendants()) do
  107.                 if v.ClassName == "StringValue" then
  108.                     if v.Value == SelectedItem then
  109.                         if v.Parent.Parent.Name == "DraggableItems" then
  110.                             if v.Parent.Parent.Parent:FindFirstChild("Goal") then
  111.                                 local tweenInfo = TweenInfo.new(
  112.                                 .1
  113.                                 )
  114.                                 local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  115.                                 v.Parent.Parent.Parent.Goal.CFrame.Position + Vector3.new(0,0,15)
  116.                                 )})
  117.                                 t:Play()
  118.                                 wait(.1)
  119.                             else
  120.                                 if v.Parent.Parent.Parent:FindFirstChild("BlackWhiteTileTexture") then
  121.                                     local tweenInfo = TweenInfo.new(
  122.                                     .1
  123.                                     )
  124.                                     local t = game.TweenService:Create(game.Players.LocalPlayer.Character.PrimaryPart, tweenInfo, {CFrame = CFrame.new(
  125.                                     v.Parent.Parent.Parent.BlackWhiteTileTexture.CFrame.Position + Vector3.new(0,0,15)
  126.                                     )})
  127.                                     t:Play()
  128.                                     wait(.1)
  129.                                 end
  130.                             end
  131.                         end
  132.                     end
  133.                 end
  134.             end
  135.         end)
  136.         print(a,b)
  137.     end
  138.    
  139.     spawn(function()
  140.         if Squats == true then
  141.             game:GetService("ReplicatedStorage").StrongMan_UpgradeStrength:InvokeServer()
  142.         end
  143.     end)
  144.    
  145.     spawn(function()
  146.         if AntiAfk == true then
  147.             local bb=game:service'VirtualUser'
  148.             bb:CaptureController()
  149.             bb:ClickButton2(Vector2.new())
  150.         end
  151.     end)
  152. end