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