Advertisement
JannickP8

benGUI mm2 destroyer by Axtra

Mar 27th, 2022 (edited)
345
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.92 KB | None | 0 0
  1. --by cryptic
  2. --krnl, synapse x and sentinel support only
  3. --any other executor will crash the game
  4.  
  5. -- Instances:
  6.  
  7. local benGUI = Instance.new("ScreenGui")
  8. local main = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local image = Instance.new("ImageLabel")
  11. local UICorner = Instance.new("UICorner")
  12. local credits = Instance.new("TextLabel")
  13. local closeBtn = Instance.new("TextButton")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local vynixuloader = Instance.new("TextButton")
  16. local eclipseLoader = Instance.new("TextButton")
  17. local xennywareloader = Instance.new("TextButton")
  18. local owlHubLoader = Instance.new("TextButton")
  19. local openBenGUI = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. benGUI.Name = "benGUI"
  24. benGUI.Parent = game.CoreGui
  25.  
  26. main.Name = "main"
  27. main.Parent = benGUI
  28. main.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  29. main.BorderSizePixel = 0
  30. main.Position = UDim2.new(0.0393759273, 0, 0.477949947, 0)
  31. main.Size = UDim2.new(0, 402, 0, 405)
  32. main.Visible = false
  33. main.Draggable = true
  34.  
  35. title.Name = "title"
  36. title.Parent = main
  37. title.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  38. title.BorderSizePixel = 0
  39. title.Position = UDim2.new(-0.000425044564, 0, -0.00106238853, 0)
  40. title.Size = UDim2.new(0, 186, 0, 50)
  41. title.Font = Enum.Font.Sarpanch
  42. title.Text = "benGUI - Murder Mystery 2 Destroyer"
  43. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. title.TextScaled = true
  45. title.TextSize = 14.000
  46. title.TextWrapped = true
  47.  
  48. image.Name = "image"
  49. image.Parent = title
  50. image.BackgroundColor3 = Color3.fromRGB(14, 255, 54)
  51. image.BackgroundTransparency = 1.000
  52. image.Position = UDim2.new(1, 0, 0.0200000033, 0)
  53. image.Size = UDim2.new(0, 41, 0, 35)
  54. image.Image = "rbxassetid://8896158178"
  55. image.ImageColor3 = Color3.fromRGB(255, 0, 0)
  56.  
  57. UICorner.Parent = title
  58.  
  59. credits.Name = "credits"
  60. credits.Parent = title
  61. credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. credits.BackgroundTransparency = 1.000
  63. credits.Position = UDim2.new(1.04301071, 0, 0.620000005, 0)
  64. credits.Size = UDim2.new(0, 117, 0, 20)
  65. credits.Font = Enum.Font.Roboto
  66. credits.Text = "GUI by JannickP8/Axtra"
  67. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. credits.TextSize = 14.000
  69.  
  70. closeBtn.Name = "closeBtn"
  71. closeBtn.Parent = title
  72. closeBtn.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  73. closeBtn.BackgroundTransparency = 0.800
  74. closeBtn.Position = UDim2.new(1.74931693, 0, 0.00860534701, 0)
  75. closeBtn.Size = UDim2.new(0, 76, 0, 42)
  76. closeBtn.Font = Enum.Font.SourceSans
  77. closeBtn.Text = "close/hide"
  78. closeBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. closeBtn.TextScaled = true
  80. closeBtn.TextSize = 14.000
  81. closeBtn.TextWrapped = true
  82.  
  83. UICorner_2.Parent = main
  84.  
  85. vynixuloader.Name = "vynixuloader"
  86. vynixuloader.Parent = main
  87. vynixuloader.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  88. vynixuloader.BorderSizePixel = 0
  89. vynixuloader.Position = UDim2.new(0.526982486, 0, 0.151676774, 0)
  90. vynixuloader.Size = UDim2.new(0, 181, 0, 155)
  91. vynixuloader.Font = Enum.Font.SciFi
  92. vynixuloader.Text = "Vynixu's MM2 Script  - ok GUI 14 Features"
  93. vynixuloader.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. vynixuloader.TextScaled = true
  95. vynixuloader.TextSize = 14.000
  96. vynixuloader.TextWrapped = true
  97. vynixuloader.MouseButton1Click:Connect(function()
  98.     loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  99. end)
  100.  
  101. eclipseLoader.Name = "eclipseLoader"
  102. eclipseLoader.Parent = main
  103. eclipseLoader.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  104. eclipseLoader.BorderSizePixel = 0
  105. eclipseLoader.Position = UDim2.new(0.030878298, 0, 0.151676774, 0)
  106. eclipseLoader.Size = UDim2.new(0, 181, 0, 155)
  107. eclipseLoader.Font = Enum.Font.SciFi
  108. eclipseLoader.Text = "Eclipse Hub - best GUI 200+ Features"
  109. eclipseLoader.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. eclipseLoader.TextScaled = true
  111. eclipseLoader.TextSize = 14.000
  112. eclipseLoader.TextWrapped = true
  113. eclipseLoader.MouseButton1Click:Connect(function()
  114.     loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  115. end)
  116.  
  117. xennywareloader.Name = "xennywareloader"
  118. xennywareloader.Parent = main
  119. xennywareloader.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  120. xennywareloader.BorderSizePixel = 0
  121. xennywareloader.Position = UDim2.new(0.0301353559, 0, 0.57414794, 0)
  122. xennywareloader.Size = UDim2.new(0, 181, 0, 155)
  123. xennywareloader.Font = Enum.Font.SciFi
  124. xennywareloader.Text = "Xenny Ware - op GUI 150+ Features"
  125. xennywareloader.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. xennywareloader.TextScaled = true
  127. xennywareloader.TextSize = 14.000
  128. xennywareloader.TextWrapped = true
  129. xennywareloader.MouseButton1Click:Connect(function()
  130.     repeat wait() until game.Players.LocalPlayer.Character
  131.     local url = "https://raw.githubusercontent.com/xennyy/Xenny-Ware/main/loader.lua"
  132.     loadstring(game:HttpGet(url))()
  133. end)
  134.  
  135. owlHubLoader.Name = "owlHubLoader"
  136. owlHubLoader.Parent = main
  137. owlHubLoader.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  138. owlHubLoader.BorderSizePixel = 0
  139. owlHubLoader.Position = UDim2.new(0.526239514, 0, 0.57414794, 0)
  140. owlHubLoader.Size = UDim2.new(0, 181, 0, 155)
  141. owlHubLoader.Font = Enum.Font.SciFi
  142. owlHubLoader.Text = "Owl Hub - good Aimbot and esp gui also good for mm2"
  143. owlHubLoader.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. owlHubLoader.TextScaled = true
  145. owlHubLoader.TextSize = 14.000
  146. owlHubLoader.TextWrapped = true
  147. owlHubLoader.MouseButton1Click:Connect(function()
  148.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))()
  149. end)
  150.  
  151. openBenGUI.Name = "openBenGUI"
  152. openBenGUI.Parent = benGUI
  153. openBenGUI.BackgroundColor3 = Color3.fromRGB(135, 135, 135)
  154. openBenGUI.BorderSizePixel = 0
  155. openBenGUI.Position = UDim2.new(0.851411581, 0, 0.647199035, 0)
  156. openBenGUI.Size = UDim2.new(0, 200, 0, 28)
  157. openBenGUI.Font = Enum.Font.LuckiestGuy
  158. openBenGUI.Text = "open/show benGUI"
  159. openBenGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. openBenGUI.TextSize = 20.000
  161. openBenGUI.TextWrapped = true
  162.  
  163. -- Scripts:
  164.  
  165. local function BPGCLPA_fake_script() -- image.rb
  166.     local script = Instance.new('LocalScript', image)
  167.  
  168.     --put this in the label that u wanna make rainbow
  169.     local r = {
  170.         Color3.fromRGB(254, 0, 0);      --red
  171.         Color3.fromRGB(255, 127, 0);    --orange
  172.         Color3.fromRGB(255, 221, 1);    --yellow
  173.         Color3.fromRGB(0, 200, 0);      --green
  174.         Color3.fromRGB(0, 160, 199);    --light blue
  175.         Color3.fromRGB(0, 55, 230);     --dark blue
  176.         Color3.fromRGB(129, 16, 210)}   --purple
  177.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  178.     script.Parent.ImageColor3 = r[1]
  179.     i = 1
  180.     while true do
  181.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  182.             ImageColor3 = r[i]})
  183.         tween:Play()
  184.         repeat wait() until tween.Completed
  185.         wait(0.1)
  186.         if i == #r then i = 1 else i = i + 1 end
  187.     end
  188. end
  189. coroutine.wrap(BPGCLPA_fake_script)()
  190. local function LNDA_fake_script() -- credits.rb
  191.     local script = Instance.new('LocalScript', credits)
  192.  
  193.     --put this in the label that u wanna make rainbow
  194.     local r = {
  195.         Color3.fromRGB(254, 0, 0);      --red
  196.         Color3.fromRGB(255, 127, 0);    --orange
  197.         Color3.fromRGB(255, 221, 1);    --yellow
  198.         Color3.fromRGB(0, 200, 0);      --green
  199.         Color3.fromRGB(0, 160, 199);    --light blue
  200.         Color3.fromRGB(0, 55, 230);     --dark blue
  201.         Color3.fromRGB(129, 16, 210)}   --purple
  202.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  203.     script.Parent.TextColor3 = r[1]
  204.     i = 1
  205.     while true do
  206.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  207.             TextColor3 = r[i]})
  208.         tween:Play()
  209.         repeat wait() until tween.Completed
  210.         wait(0.1)
  211.         if i == #r then i = 1 else i = i + 1 end
  212.     end
  213. end
  214. coroutine.wrap(LNDA_fake_script)()
  215. local function GRJHA_fake_script() -- title.rb
  216.     local script = Instance.new('LocalScript', title)
  217.  
  218.     --put this in the label that u wanna make rainbow
  219.     local r = {
  220.         Color3.fromRGB(254, 0, 0);      --red
  221.         Color3.fromRGB(255, 127, 0);    --orange
  222.         Color3.fromRGB(255, 221, 1);    --yellow
  223.         Color3.fromRGB(0, 200, 0);      --green
  224.         Color3.fromRGB(0, 160, 199);    --light blue
  225.         Color3.fromRGB(0, 55, 230);     --dark blue
  226.         Color3.fromRGB(129, 16, 210)}   --purple
  227.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  228.     script.Parent.TextColor3 = r[1]
  229.     i = 1
  230.     while true do
  231.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  232.             TextColor3 = r[i]})
  233.         tween:Play()
  234.         repeat wait() until tween.Completed
  235.         wait(0.1)
  236.         if i == #r then i = 1 else i = i + 1 end
  237.     end
  238. end
  239. coroutine.wrap(GRJHA_fake_script)()
  240. local function OFZQYRF_fake_script() -- closeBtn.close
  241.     local script = Instance.new('LocalScript', closeBtn)
  242.  
  243.     script.Parent.MouseButton1Click:Connect(function()
  244.         script.Parent.Parent.Parent.Visible = false
  245.         script.Parent.Parent.Parent.Parent.openBenGUI.Visible = true
  246.     end)
  247. end
  248. coroutine.wrap(OFZQYRF_fake_script)()
  249. local function CJOAU_fake_script() -- openBenGUI.rb
  250.     local script = Instance.new('LocalScript', openBenGUI)
  251.  
  252.     --put this in the label that u wanna make rainbow
  253.     local r = {
  254.         Color3.fromRGB(254, 0, 0);      --red
  255.         Color3.fromRGB(255, 127, 0);    --orange
  256.         Color3.fromRGB(255, 221, 1);    --yellow
  257.         Color3.fromRGB(0, 200, 0);      --green
  258.         Color3.fromRGB(0, 160, 199);    --light blue
  259.         Color3.fromRGB(0, 55, 230);     --dark blue
  260.         Color3.fromRGB(129, 16, 210)}   --purple
  261.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  262.     script.Parent.TextColor3 = r[1]
  263.     i = 1
  264.     while true do
  265.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  266.             TextColor3 = r[i]})
  267.         tween:Play()
  268.         repeat wait() until tween.Completed
  269.         wait(0.1)
  270.         if i == #r then i = 1 else i = i + 1 end
  271.     end
  272. end
  273. coroutine.wrap(CJOAU_fake_script)()
  274. local function HDMV_fake_script() -- openBenGUI.open
  275.     local script = Instance.new('LocalScript', openBenGUI)
  276.  
  277.     script.Parent.MouseButton1Click:Connect(function()
  278.         script.Parent.Parent.main.Visible = true
  279.         script.Parent.Visible = false
  280.     end)
  281. end
  282. coroutine.wrap(HDMV_fake_script)()
  283.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement