forgetfuldingo

MurderMysteryFinal

Aug 9th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. --Developed by forgetfuldingo and Sweaty Chungus
  2. -- Instances:
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local GUIBody = Instance.new("Frame")
  6. local ImageLabel = Instance.new("ImageLabel")
  7. local JailShitter = Instance.new("TextButton")
  8. local AutoRob = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local OpenMain = Instance.new("Frame")
  11. local OpenButton = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. GUIBody.Name = "GUIBody"
  18. GUIBody.Parent = ScreenGui
  19. GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
  21. GUIBody.Size = UDim2.new(0, 640, 0, 480)
  22. GUIBody.Active = true
  23. GUIBody.Draggable = true
  24.  
  25. ImageLabel.Parent = GUIBody
  26. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  27. ImageLabel.Size = UDim2.new(0, 640, 0, 480)
  28. ImageLabel.Image = "rbxassetid://5518257523"
  29.  
  30. JailShitter.Name = "JailShitter"
  31. JailShitter.Parent = GUIBody
  32. JailShitter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. JailShitter.Position = UDim2.new(0.34375, 0, 0.208333328, 0)
  34. JailShitter.Size = UDim2.new(0, 200, 0, 50)
  35. JailShitter.Font = Enum.Font.ArialBold
  36. JailShitter.Text = "GUI"
  37. JailShitter.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. JailShitter.TextSize = 25.000
  39. JailShitter.TextWrapped = true
  40. JailShitter.MouseButton1Down:connect(function()
  41. loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()
  42. end)
  43.  
  44. AutoRob.Name = "AutoRob"
  45. AutoRob.Parent = GUIBody
  46. AutoRob.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. AutoRob.Position = UDim2.new(0.34375, 0, 0.416666657, 0)
  48. AutoRob.Size = UDim2.new(0, 200, 0, 50)
  49. AutoRob.Font = Enum.Font.ArialBold
  50. AutoRob.Text = "AutoCoins"
  51. AutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. AutoRob.TextSize = 25.000
  53. AutoRob.MouseButton1Down:connect(function()
  54. loadstring(game:HttpGet('https://pastebin.com/raw/Dswc69j7'))()
  55. end)
  56.  
  57.  
  58. Close.Name = "Close"
  59. Close.Parent = GUIBody
  60. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  61. Close.Position = UDim2.new(0.953125, 0, 0, 0)
  62. Close.Size = UDim2.new(0, 30, 0, 30)
  63. Close.Font = Enum.Font.SourceSans
  64. Close.Text = "X"
  65. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. Close.TextScaled = true
  67. Close.TextSize = 14.000
  68. Close.TextWrapped = true
  69. Close.MouseButton1Down:connect(function()
  70. GUIBody.Visible = false
  71. OpenMain.Visible = true
  72. end)
  73.  
  74.  
  75. OpenMain.Name = "OpenMain"
  76. OpenMain.Parent = ScreenGui
  77. OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  78. OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
  79. OpenMain.Size = UDim2.new(0, 80, 0, 60)
  80. OpenMain.Draggable = true
  81. OpenMain.Active = true
  82.  
  83. OpenButton.Name = "OpenButton"
  84. OpenButton.Parent = OpenMain
  85. OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  86. OpenButton.Size = UDim2.new(0, 80, 0, 40)
  87. OpenButton.Font = Enum.Font.SourceSans
  88. OpenButton.Text = "Open"
  89. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. OpenButton.TextSize = 14.000
  91. OpenButton.MouseButton1Down:connect(function()
  92. GUIBody.Visible = true
  93. OpenMain.Visible = false
  94. end)
Add Comment
Please, Sign In to add comment