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