Migas3456

Doge Hack By Ice Caster(not made by me)

Oct 20th, 2017
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local ImageLabel_2 = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local GOD = Instance.new("TextButton")
  9. local KillAll = Instance.new("TextButton")
  10. local Run = Instance.new("TextButton")
  11. local Slow = Instance.new("TextButton")
  12. local Kill = Instance.new("TextButton")
  13. local NameOfVictim = Instance.new("TextBox")
  14.  
  15. -- Properties
  16.  
  17. ScreenGui.Name = "ScreenGui"
  18. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.Position = UDim2.new(0.389696956, 0, 0.262886584, 0)
  23. Frame.Size = UDim2.new(0.24848485, 0, 0.506578922, 0)
  24.  
  25. ImageLabel.Parent = Frame
  26. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. ImageLabel.BackgroundTransparency = 100000
  28. ImageLabel.Position = UDim2.new(0.00975609757, 0, 0.012987013, 0)
  29. ImageLabel.Size = UDim2.new(0.175609753, 0, 0.216450214, 0)
  30. ImageLabel.Image = "rbxassetid://318337056"
  31.  
  32. ImageLabel_2.Parent = Frame
  33. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  34. ImageLabel_2.BackgroundTransparency = 100000
  35. ImageLabel_2.Position = UDim2.new(0.814634144, 0, 0.00432900432, 0)
  36. ImageLabel_2.Size = UDim2.new(0.175609753, 0, 0.216450214, 0)
  37. ImageLabel_2.Image = "rbxassetid://318337056"
  38.  
  39. TextLabel.Parent = Frame
  40. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  42. TextLabel.Position = UDim2.new(0.239024386, 0, 0.0216450226, 0)
  43. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  44. TextLabel.Font = Enum.Font.SourceSans
  45. TextLabel.FontSize = Enum.FontSize.Size14
  46. TextLabel.Text = "Doge Hack V0.1"
  47. TextLabel.TextScaled = true
  48. TextLabel.TextSize = 14
  49. TextLabel.TextWrapped = true
  50.  
  51. GOD.Name = "GOD"
  52. GOD.Parent = Frame
  53. GOD.BackgroundColor3 = Color3.new(1, 1, 1)
  54. GOD.BorderColor3 = Color3.new(0, 0, 0)
  55. GOD.Position = UDim2.new(0.00243902439, 0, 0.290043294, 0)
  56. GOD.Size = UDim2.new(1.00243902, 0, 0.121212125, 0)
  57. GOD.Text = "God"
  58. GOD.TextColor3 = Color3.new(0, 0, 0)
  59. GOD.TextScaled = true
  60. GOD.TextWrapped = true
  61.  
  62. GOD.MouseButton1Down:connect(function()
  63. --This is a localscript; you will need to have access to using scripts wherever you want this
  64. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  65. end)
  66.  
  67. KillAll.Name = "Kill All"
  68. KillAll.Parent = Frame
  69. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  70. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  71. KillAll.Position = UDim2.new(0.00731707318, 0, 0.424242437, 0)
  72. KillAll.Size = UDim2.new(1, 0, 0.112554111, 0)
  73. KillAll.Text = "Kill All"
  74. KillAll.TextColor3 = Color3.new(0, 0, 0)
  75. KillAll.TextScaled = true
  76. KillAll.TextWrapped = true
  77.  
  78. KillAll.MouseButton1Down:connect(function()
  79. for v,i in pairs(game.Players:GetChildren()) do
  80. i.Character.Humanoid.MaxHealth = 1
  81. i.Character.Humanoid.Health = 0
  82. end
  83. end)
  84.  
  85. Run.Name = "Run"
  86. Run.Parent = Frame
  87. Run.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Run.BorderColor3 = Color3.new(0, 0, 0)
  89. Run.Position = UDim2.new(0.0146341464, 0, 0.549783528, 0)
  90. Run.Size = UDim2.new(0.978048801, 0, 0.103896104, 0)
  91. Run.Text = "Fast"
  92. Run.TextColor3 = Color3.new(0, 0, 0)
  93. Run.TextScaled = true
  94. Run.TextWrapped = true
  95.  
  96. Run.MouseButton1Down:connect(function()
  97. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.WalkSpeed = 100 end end
  98. end)
  99.  
  100. Slow.Name = "Slow"
  101. Slow.Parent = Frame
  102. Slow.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Slow.BorderColor3 = Color3.new(0, 0, 0)
  104. Slow.Position = UDim2.new(0.0219512191, 0, 0.658008635, 0)
  105. Slow.Size = UDim2.new(0.978048801, 0, 0.095238097, 0)
  106. Slow.Text = "Slow"
  107. Slow.TextColor3 = Color3.new(0, 0, 0)
  108. Slow.TextScaled = true
  109. Slow.TextWrapped = true
  110.  
  111. Slow.MouseButton1Down:connect(function()
  112. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.WalkSpeed = 5 end end
  113. end)
  114.  
  115. Kill.Name = "Kill"
  116. Kill.Parent = Frame
  117. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Kill.Position = UDim2.new(0.00731707318, 0, 1.06493509, 0)
  119. Kill.Size = UDim2.new(0.982926846, 0, 0.0909090936, 0)
  120. Kill.FontSize = Enum.FontSize.Size18
  121. Kill.Text = "Kill"
  122. Kill.TextColor3 = Color3.new(0, 0, 0)
  123. Kill.TextScaled = true
  124. Kill.TextSize = 18
  125. Kill.TextWrapped = true
  126.  
  127. Kill.MouseButton1Down:connect(function()
  128. -- Replace "name" to the player to kill name!
  129. game.Workspace[NameOfVictim.Text].Humanoid.MaxHealth = 1
  130. game.Workspace[NameOfVictim.Text].Humanoid.Health = 0
  131. end)
  132.  
  133. NameOfVictim.Name = "NameOfVictim"
  134. NameOfVictim.Parent = Frame
  135. NameOfVictim.BackgroundColor3 = Color3.new(1, 1, 1)
  136. NameOfVictim.BorderColor3 = Color3.new(0, 0, 0)
  137. NameOfVictim.Position = UDim2.new(0.00243902439, 0, 0.982683957, 0)
  138. NameOfVictim.Size = UDim2.new(0.992682934, 0, 0.0822510794, 0)
  139. NameOfVictim.Text = "PLAYER NAME"
  140. NameOfVictim.TextColor3 = Color3.new(0, 0, 0)
  141. NameOfVictim.TextScaled = true
  142. NameOfVictim.TextWrapped = true
Add Comment
Please, Sign In to add comment