Advertisement
Joshua_Dent_Scripts

g0dh3cks by Joshua_Dent

Feb 21st, 2020
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. local g0dh3cks = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Cloud = Instance.new("TextButton")
  4. local Shadow = Instance.new("TextButton")
  5. local Hulk = Instance.new("TextButton")
  6. local Saitama = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. g0dh3cks.Name = "g0dh3cks"
  9. g0dh3cks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. g0dh3cks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11. Frame.Parent = g0dh3cks
  12. Frame.Active = true
  13. Frame.Draggable = true
  14. Frame.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  15. Frame.Position = UDim2.new(0.350698829, 0, 0.0702087283, 0)
  16. Frame.Selectable = true
  17. Frame.Size = UDim2.new(0, 424, 0, 323)
  18. Cloud.Name = "Cloud"
  19. Cloud.Parent = Frame
  20. Cloud.BackgroundColor3 = Color3.new(0.419608, 0.419608, 1)
  21. Cloud.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  22. Cloud.Size = UDim2.new(0, 173, 0, 50)
  23. Cloud.Font = Enum.Font.SourceSans
  24. Cloud.Text = "Cloud"
  25. Cloud.TextColor3 = Color3.new(0, 0, 0)
  26. Cloud.TextScaled = true
  27. Cloud.TextSize = 14
  28. Cloud.TextWrapped = true
  29. Cloud.MouseButton1Click:connect(function()
  30. loadstring(game:HttpGet("https://pastebin.com/raw/vL0wSGZb", true))()
  31. end)
  32. Shadow.Name = "Shadow"
  33. Shadow.Parent = Frame
  34. Shadow.BackgroundColor3 = Color3.new(0.419608, 0.419608, 1)
  35. Shadow.Position = UDim2.new(0.591981113, 0, 0, 0)
  36. Shadow.Size = UDim2.new(0, 173, 0, 50)
  37. Shadow.Font = Enum.Font.SourceSans
  38. Shadow.Text = "Shadow Titan"
  39. Shadow.TextColor3 = Color3.new(0, 0, 0)
  40. Shadow.TextScaled = true
  41. Shadow.TextSize = 14
  42. Shadow.TextWrapped = true
  43. Shadow.MouseButton1Click:connect(function()
  44. loadstring(game:HttpGet("https://raw.githubusercontent.com/OfficerBamford/ROBLOX-EXPLOIT-SCRIPTS/master/Shadow_Titan.txt", true))()
  45. end)
  46. Hulk.Name = "Hulk"
  47. Hulk.Parent = Frame
  48. Hulk.BackgroundColor3 = Color3.new(0.419608, 0.419608, 1)
  49. Hulk.Position = UDim2.new(0, 0, 0.26006192, 0)
  50. Hulk.Size = UDim2.new(0, 173, 0, 50)
  51. Hulk.Font = Enum.Font.SourceSans
  52. Hulk.Text = "Hulk"
  53. Hulk.TextColor3 = Color3.new(0, 0, 0)
  54. Hulk.TextScaled = true
  55. Hulk.TextSize = 14
  56. Hulk.TextWrapped = true
  57. Hulk.MouseButton1Click:connect(function()
  58. loadstring(game:HttpGet("https://raw.githubusercontent.com/OfficerBamford/ROBLOX-EXPLOIT-SCRIPTS/master/HULK.txt", true))()
  59. end)
  60. Saitama.Name = "Saitama"
  61. Saitama.Parent = Frame
  62. Saitama.BackgroundColor3 = Color3.new(0.419608, 0.419608, 1)
  63. Saitama.Position = UDim2.new(0.589622617, 0, 0.26006192, 0)
  64. Saitama.Size = UDim2.new(0, 173, 0, 50)
  65. Saitama.Font = Enum.Font.SourceSans
  66. Saitama.Text = "Saitama"
  67. Saitama.TextColor3 = Color3.new(0, 0, 0)
  68. Saitama.TextScaled = true
  69. Saitama.TextSize = 14
  70. Saitama.TextWrapped = true
  71. Saitama.MouseButton1Click:connect(function()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/OfficerBamford/ROBLOX-EXPLOIT-SCRIPTS/master/Saitama.txt", true))()
  73. end)
  74. TextLabel.Parent = Frame
  75. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextLabel.Position = UDim2.new(0.264150947, 0, 0.67801857, 0)
  77. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  78. TextLabel.Font = Enum.Font.SourceSans
  79. TextLabel.Text = "g0dh3cks GUI by Joshua_Dent"
  80. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  81. TextLabel.TextScaled = true
  82. TextLabel.TextSize = 14
  83. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement