Advertisement
LuaXe

Strong Muscle Simulator 2

Jun 3rd, 2023 (edited)
2,891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.21 KB | Source Code | 0 0
  1. function C() spawn(function () while getgenv().C do local args = {[1] = "Tool"}game:GetService("ReplicatedStorage").Events.Weight:FireServer(unpack(args)) game:GetService("ReplicatedStorage").Combat.Events.Punch:FireServer() wait() end end) end
  2. function R() spawn(function () while getgenv().R do game:GetService("ReplicatedStorage").Events.Rebirth:FireServer() wait() end end) end
  3. function F() spawn(function () while getgenv().F do local args = {[1] = "Craft All"}game:GetService("ReplicatedStorage").Events.PetAction:InvokeServer(unpack(args)) wait() end end) end
  4. function H() spawn(function () while getgenv().H do local args = {[1] = E,[2] = 1}game:GetService("ReplicatedStorage").Events.HatchEgg:InvokeServer(unpack(args)) wait() end end) end
  5. function U() spawn(function () while getgenv().U do
  6. local args = {[1] = "Speed",[2] = "Gem"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args))
  7. local args = {[1] = "Equip",[2] = "Gem"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args))
  8. local args = {[1] = "Luck",[2] = "Gem"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args))
  9. local args = {[1] = "Storage",[2] = "Gem"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args))
  10. local args = {[1] = "Speed",[2] = "Gem"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args))
  11. local args = {[1] = "Coin",[2] = "Coin"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args))
  12. local args = {[1] = "Gem",[2] = "Gem"}game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args)) wait()
  13. end end) end
  14.  
  15. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  16.  
  17. local w = library:CreateWindow("Strong Muscle Sim 2")
  18.  
  19. local b = w:CreateFolder("Main")
  20.  
  21. b:Button("TP To The Game",function() game:GetService("TeleportService"):Teleport(12911986432) end)
  22.  
  23. b:Toggle("Inf. Strength",function(val) getgenv().C = val C() end)
  24. b:Toggle("Inf. Rebirths",function(val) getgenv().R = val R() end)
  25. b:Toggle("Max Upgrades",function(val) getgenv().U = val U() end)
  26. b:Toggle("Auto Craft",function(val) getgenv().F = val F() end)
  27. b:Toggle("Hatch",function(val) getgenv().H = val H() end)
  28.  
  29. b:Dropdown("Choose",{"Basic","Town","Beach","Crystal","Forest","Desert","Hell","Candy","Void"},true,function(val) E = val end)
  30.  
  31. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(38, 38, 38);})
  32.  
  33. local w = library:CreateWindow("LocalPlayer")
  34.  
  35. local b = w:CreateFolder("LP")
  36.  
  37. b:DestroyGui()
  38.  
  39. b:Button("Discord",function() setclipboard("workink.co/2GQ/LTD") end)
  40. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  41. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  42. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  43.  
  44. b:Box("Speed","number",function(val) S = val end)
  45. b:Box("Jump","number",function(val) J = val end)
  46. b:Box("Hip Height","number",function(val) H = val end)
  47. b:Box("Gravity","number",function(val) G = val end)
  48.  
  49. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  50. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  51. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  52. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  53.  
  54. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  55.  
  56. function TPCFrame(Player_CFrame) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end end
  57. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position.Position end
  58. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  59.  
  60. function Chat(Mes, Freq) spawn(function () while getgenv().Chat do local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(Freq) end end) end
  61. function Speed(Nume) spawn(function () while getgenv().Speed do game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume if not getgenv().Speed then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end wait() end end) end
  62. function Jump(Nume) spawn(function () while getgenv().Jump do game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume if not getgenv().Jump then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end wait() end end) end
  63. function Hip(Nume) spawn(function () while getgenv().Hip do game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume if not getgenv().Hip then game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1 end wait() end end) end
  64. function Grav(Nume) spawn(function () while getgenv().Grav do game:GetService("Workspace").Gravity = Nume if not getgenv().Grav then game:GetService("Workspace").Gravity = 196.2 end wait() end end) end
Tags: Roblox lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement