Facebook
From Mustard Lion, 1 Year ago, written in Plain Text.
This paste is a reply to Re: Roblox mad city script from Scanty Elephant - view diff
Embed
Download Paste or View Raw
Hits: 263
  1. Injectbutton.MouseButton1Down:connect(function()
  2. Script Here
  3. end)
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Hackframe = Instance.new("Frame")
  6. local Hackname = Instance.new("TextLabel")
  7. local Scriptbox = Instance.new("TextBox")
  8. local Injectbutton = Instance.new("TextButton")
  9. local Clearbutton = Instance.new("TextButton")
  10. local Credits = Instance.new("TextLabel")
  11. local Gethackbutton = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.Workspace
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Hackframe.Name = "Hackframe"
  19. Hackframe.Parent = ScreenGui
  20. Hackframe.BackgroundColor3 = Color3.new(0.180392, 0.545098, 0.545098)
  21. Hackframe.Position = UDim2.new(0.0679851621, 0, 0.230341017, 0)
  22. Hackframe.Size = UDim2.new(0, 643, 0, 299)
  23.  
  24. Hackname.Name = "Hackname"
  25. Hackname.Parent = ScreenGui
  26. Hackname.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Hackname.Position = UDim2.new(0.336217552, 0, 0.126506045, 0)
  28. Hackname.Size = UDim2.new(0, 200, 0, 50)
  29. Hackname.Font = Enum.Font.SourceSans
  30. Hackname.Text = "Mad City Hacker V1"
  31. Hackname.TextColor3 = Color3.new(1, 1, 1)
  32. Hackname.TextScaled = true
  33. Hackname.TextSize = 14
  34. Hackname.TextWrapped = true
  35.  
  36. Scriptbox.Name = "Scriptbox"
  37. Scriptbox.Parent = ScreenGui
  38. Scriptbox.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0.533333)
  39. Scriptbox.Position = UDim2.new(0.0679851696, 0, 0.285140574, 0)
  40. Scriptbox.Size = UDim2.new(0, 643, 0, 199)
  41. Scriptbox.Font = Enum.Font.SourceSans
  42. Scriptbox.Text = "Script here"
  43. Scriptbox.TextColor3 = Color3.new(0, 0, 0)
  44. Scriptbox.TextSize = 14
  45.  
  46. Injectbutton.Name = "Injectbutton"
  47. Injectbutton.Parent = ScreenGui
  48. Injectbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  49. Injectbutton.Position = UDim2.new(0.067985177, 0, 0.728915691, 0)
  50. Injectbutton.Size = UDim2.new(0, 200, 0, 50)
  51. Injectbutton.Font = Enum.Font.SourceSans
  52. Injectbutton.Text = "Inject"
  53. Injectbutton.TextColor3 = Color3.new(1, 1, 1)
  54. Injectbutton.TextScaled = true
  55. Injectbutton.TextSize = 14
  56. Injectbutton.TextWrapped = true
  57.  
  58. Clearbutton.Name = "Clearbutton"
  59. Clearbutton.Parent = ScreenGui
  60. Clearbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  61. Clearbutton.Position = UDim2.new(0.336217552, 0, 0.728915691, 0)
  62. Clearbutton.Size = UDim2.new(0, 200, 0, 50)
  63. Clearbutton.Font = Enum.Font.SourceSans
  64. Clearbutton.Text = "Clear"
  65. Clearbutton.TextColor3 = Color3.new(1, 1, 1)
  66. Clearbutton.TextScaled = true
  67. Clearbutton.TextSize = 14
  68. Clearbutton.TextWrapped = true
  69.  
  70. Credits.Name = "Credits"
  71. Credits.Parent = ScreenGui
  72. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Credits.Position = UDim2.new(0.0679851696, 0, 0.228915676, 0)
  74. Credits.Size = UDim2.new(0, 643, 0, 28)
  75. Credits.Font = Enum.Font.SourceSans
  76. Credits.Text = "GUI maded By vearpuppy2 aka vearpuppy244"
  77. Credits.TextColor3 = Color3.new(0, 0, 0)
  78. Credits.TextScaled = true
  79. Credits.TextSize = 14
  80. Credits.TextWrapped = true
  81.  
  82. Gethackbutton.Name = "Gethackbutton"
  83. Gethackbutton.Parent = ScreenGui
  84. Gethackbutton.BackgroundColor3 = Color3.new(0, 1, 1)
  85. Gethackbutton.Position = UDim2.new(0.615574777, 0, 0.728915691, 0)
  86. Gethackbutton.Size = UDim2.new(0, 200, 0, 50)
  87. Gethackbutton.Font = Enum.Font.SourceSans
  88. Gethackbutton.Text = "Get the Hacks"
  89. Gethackbutton.TextColor3 = Color3.new(1, 1, 1)
  90. Gethackbutton.TextScaled = true
  91. Gethackbutton.TextSize = 14
  92. Gethackbutton.TextWrapped = true