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