Advertisement
Guest User

Mortem metallum Beta Script

a guest
Jul 29th, 2022
736
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 1 0
  1. -- Made by dEyessect / script makers carbinesayshi and digitalmusketeer <--- musk leaked the script
  2. -- It updated today 12/25/20 added bad word gui and hitbox expander (the bad word gui requires your account to be 13+)
  3. -- 12/25/20 for the hit box expander to work it needs to be the range of the weapon you are using
  4. --(i took away the little blue boxes for the hitbox expander because it was useless)
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local staystun = Instance.new("TextButton")
  9. local staycorn = Instance.new("UICorner")
  10. local nostun = Instance.new("TextButton")
  11. local nostuncorn = Instance.new("UICorner")
  12. local gui2 = Instance.new("TextButton")
  13. local g2corn = Instance.new("UICorner")
  14. local bad = Instance.new("TextButton")
  15. local badcorn = Instance.new("UICorner")
  16. local hit = Instance.new("TextButton")
  17. local hitcorn = Instance.new("UICorner")
  18. local label = Instance.new("TextLabel")
  19. local labelcorn = Instance.new("UICorner")
  20. local close = Instance.new("TextButton")
  21. local closecorn = Instance.new("UICorner")
  22. local maincorn = Instance.new("UICorner")
  23. local openmain = Instance.new("Frame")
  24. local openmcorn = Instance.new("UICorner")
  25. local open = Instance.new("TextButton")
  26. local opencorn = Instance.new("UICorner")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.CoreGui
  31.  
  32. main.Name = "main"
  33. main.Parent = ScreenGui
  34. main.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  35. main.Position = UDim2.new(0.333941638, 0, 0.204797015, 0)
  36. main.Size = UDim2.new(0, 405, 0, 252)
  37. main.Visible = false
  38. main.Active = true
  39. main.Draggable = true
  40.  
  41. staystun.Name = "staystun"
  42. staystun.Parent = main
  43. staystun.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  44. staystun.BorderColor3 = Color3.fromRGB(85, 255, 255)
  45. staystun.Position = UDim2.new(0.023391813, 0, 0.263368845, 0)
  46. staystun.Size = UDim2.new(0, 200, 0, 50)
  47. staystun.Font = Enum.Font.GothamBold
  48. staystun.Text = "Button 1 : Click Before Button 2"
  49. staystun.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. staystun.TextSize = 14.000
  51. staystun.TextWrapped = true
  52. staystun.MouseButton1Down:connect(function()
  53. loadstring(game:HttpGet('https://pastebin.com/raw/pdnVWupS'))()
  54. end)
  55.  
  56. staycorn.Name = "staycorn"
  57. staycorn.Parent = staystun
  58.  
  59. nostun.Name = "nostun"
  60. nostun.Parent = main
  61. nostun.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  62. nostun.Position = UDim2.new(0.023391813, 0, 0.497114003, 0)
  63. nostun.Size = UDim2.new(0, 200, 0, 50)
  64. nostun.Font = Enum.Font.GothamBold
  65. nostun.Text = "Button 2 : No Stun"
  66. nostun.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. nostun.TextSize = 14.000
  68. nostun.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet('https://pastebin.com/raw/2uUpwvAf'))()
  70. end)
  71.  
  72. nostuncorn.Name = "nostuncorn"
  73. nostuncorn.Parent = nostun
  74.  
  75. gui2.Name = "gui2"
  76. gui2.Parent = main
  77. gui2.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  78. gui2.Position = UDim2.new(0.023391813, 0, 0.728571415, 0)
  79. gui2.Size = UDim2.new(0, 200, 0, 50)
  80. gui2.Font = Enum.Font.GothamBold
  81. gui2.Text = "Other OP gui"
  82. gui2.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. gui2.TextSize = 14.000
  84. gui2.MouseButton1Down:connect(function()
  85. loadstring(game:HttpGet("https://gist.githubusercontent.com/coolguywithabigdong/965c150473d6030b1e2a6e88294cc8ee/raw/cc50b977760cc21254e363c603ccdd1c4936392b/gistfile1.txt", true))()
  86. end)
  87.  
  88. g2corn.Name = "g2corn"
  89. g2corn.Parent = gui2
  90.  
  91. bad.Name = "bad"
  92. bad.Parent = main
  93. bad.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  94. bad.Position = UDim2.new(0.583755612, 0, 0.261832625, 0)
  95. bad.Size = UDim2.new(0, 148, 0, 77)
  96. bad.Font = Enum.Font.GothamBold
  97. bad.Text = "Bad word GUI O_O (your account needs to be age 13+)"
  98. bad.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. bad.TextSize = 14.000
  100. bad.TextWrapped = true
  101. bad.MouseButton1Down:connect(function()
  102. loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/chetbypasser/main/chetbypass'))()
  103. end)
  104.  
  105. badcorn.Name = "badcorn"
  106. badcorn.Parent = bad
  107.  
  108. hit.Name = "hit"
  109. hit.Parent = main
  110. hit.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  111. hit.Position = UDim2.new(0.583755612, 0, 0.59523809, 0)
  112. hit.Size = UDim2.new(0, 147, 0, 78)
  113. hit.Font = Enum.Font.GothamBold
  114. hit.Text = "Hitbox Expander (works if you get kinda close to the enemy)"
  115. hit.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. hit.TextSize = 14.000
  117. hit.TextWrapped = true
  118. hit.MouseButton1Down:connect(function()
  119. _G.HeadSize = 20
  120. _G.Disabled = true
  121.  
  122. game:GetService('RunService').RenderStepped:connect(function()
  123. if _G.Disabled then
  124. for i,v in next, game:GetService('Players'):GetPlayers() do
  125. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  126. pcall(function()
  127. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  128. v.Character.HumanoidRootPart.Transparency = 10
  129. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  130. v.Character.HumanoidRootPart.Material = "Neon"
  131. v.Character.HumanoidRootPart.CanCollide = false
  132. end)
  133. end
  134. end
  135. end
  136. end)
  137. end)
  138.  
  139. hitcorn.Name = "hitcorn"
  140. hitcorn.Parent = hit
  141.  
  142. label.Name = "label"
  143. label.Parent = main
  144. label.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  145. label.Position = UDim2.new(0.190123454, 0, 0.0346320607, 0)
  146. label.Size = UDim2.new(0, 249, 0, 46)
  147. label.Font = Enum.Font.GothamBold
  148. label.Text = "No Stun GUI v1.1"
  149. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. label.TextSize = 14.000
  151.  
  152. labelcorn.Name = "labelcorn"
  153. labelcorn.Parent = label
  154.  
  155. close.Name = "close"
  156. close.Parent = main
  157. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  158. close.Position = UDim2.new(0.901234567, 0, 0.0674603209, 0)
  159. close.Size = UDim2.new(0, 31, 0, 29)
  160. close.Font = Enum.Font.GothamBold
  161. close.Text = "X"
  162. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  163. close.TextSize = 17.000
  164. close.TextWrapped = true
  165. close.MouseButton1Down:connect(function()
  166. main.Visible = false
  167. openmain.Visible = true
  168. end)
  169.  
  170. closecorn.CornerRadius = UDim.new(0, 10)
  171. closecorn.Name = "closecorn"
  172. closecorn.Parent = close
  173.  
  174. maincorn.Name = "maincorn"
  175. maincorn.Parent = main
  176.  
  177. openmain.Name = "openmain"
  178. openmain.Parent = ScreenGui
  179. openmain.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  180. openmain.Position = UDim2.new(0, 0, 0.405870497, 0)
  181. openmain.Size = UDim2.new(0, 100, 0, 50)
  182. openmain.Active = true
  183. openmain.Draggable = true
  184.  
  185. openmcorn.Name = "openmcorn"
  186. openmcorn.Parent = openmain
  187.  
  188. open.Name = "open"
  189. open.Parent = openmain
  190. open.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  191. open.Position = UDim2.new(0, 0, -0.132257074, 0)
  192. open.Size = UDim2.new(0, 100, 0, 49)
  193. open.Font = Enum.Font.GothamBold
  194. open.Text = "OPEN"
  195. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. open.TextSize = 18.000
  197. open.MouseButton1Down:connect(function()
  198. openmain.Visible = false
  199. main.Visible = true
  200. end)
  201.  
  202. opencorn.Name = "opencorn"
  203. opencorn.Parent = open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement