Advertisement
Guest User

Paste it

a guest
Sep 21st, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. -- Gui By Kenji. Facebook : https://www.facebook.com/KenMatLonOccho
  2. -- Script By Amnesia. v3rmillion: https://v3rmillion.net/member.php?action=profile&uid=65347
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local start = Instance.new("TextButton")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local TextLabel_4 = Instance.new("TextLabel")
  11. --Properties:
  12. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Frame.BorderSizePixel = 4
  17. Frame.Position = UDim2.new(0.353340864, 0, 0.373754144, 0)
  18. Frame.Size = UDim2.new(0, 258, 0, 152)
  19. Frame.Active = true
  20. Frame.Draggable = true
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextLabel.BorderSizePixel = 3
  25. TextLabel.Size = UDim2.new(0, 258, 0, 44)
  26. TextLabel.Font = Enum.Font.Cartoon
  27. TextLabel.Text = "Gui Hax Auto Farm My Hero Bizarre Adventures"
  28. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  29. TextLabel.TextScaled = true
  30. TextLabel.TextSize = 14
  31. TextLabel.TextWrapped = true
  32.  
  33. start.Name = "start"
  34. start.Parent = Frame
  35. start.BackgroundColor3 = Color3.new(1, 1, 1)
  36. start.BorderSizePixel = 3
  37. start.Position = UDim2.new(0.0503875986, 0, 0.381578952, 0)
  38. start.Size = UDim2.new(0, 89, 0, 72)
  39. start.Font = Enum.Font.Highway
  40. start.Text = "Start"
  41. start.TextColor3 = Color3.new(0, 1, 0)
  42. start.TextSize = 30
  43.  
  44. start.MouseButton1Down:connect(function()
  45. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  46.  
  47. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  48.  
  49. l.Parent = game.Players.LocalPlayer.Character
  50. l.Name = "Humanoid"
  51.  
  52. wait(0.1)
  53.  
  54. game.Players.LocalPlayer.Character["1"]:Destroy()
  55.  
  56. game.Workspace.CurrentCamera.CameraSubject =
  57. game.Players.LocalPlayer.Character
  58.  
  59. game.Players.LocalPlayer.Character.Animate.Disabled = true
  60.  
  61. wait(0.1)
  62.  
  63. game.Players.LocalPlayer.Character.Animate.Disabled = false
  64.  
  65. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  66.  
  67. wait(0,5)
  68. while wait(0,1) do
  69. for _,v in pairs(game.Workspace.Mobs:GetDescendants()) do
  70.  
  71. if v:IsA("Model") and v:FindFirstChild("HumanoidRootPart") then
  72.  
  73. repeat
  74.  
  75. wait(0,1)
  76.  
  77. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  78.  
  79. game:GetService("ReplicatedStorage").RemoteEvents.PunchRemote:FireServer()
  80.  
  81. until v.Humanoid.Health == 0
  82.  
  83. end
  84.  
  85. end
  86.  
  87. end
  88. end)
  89.  
  90. TextLabel_2.Parent = Frame
  91. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. TextLabel_2.BorderSizePixel = 0
  93. TextLabel_2.Position = UDim2.new(0.430232555, 0, 0.328947365, 0)
  94. TextLabel_2.Size = UDim2.new(0, 147, 0, 40)
  95. TextLabel_2.Font = Enum.Font.SourceSans
  96. TextLabel_2.Text = "Gui By Kiet Pham"
  97. TextLabel_2.TextColor3 = Color3.new(1, 0.666667, 0)
  98. TextLabel_2.TextScaled = true
  99. TextLabel_2.TextSize = 19
  100. TextLabel_2.TextWrapped = true
  101.  
  102. TextLabel_3.Parent = Frame
  103. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  104. TextLabel_3.BorderSizePixel = 0
  105. TextLabel_3.Position = UDim2.new(0.430232555, 0, 0.671052635, 0)
  106. TextLabel_3.Size = UDim2.new(0, 147, 0, 43)
  107. TextLabel_3.Font = Enum.Font.SourceSans
  108. TextLabel_3.Text = "Script By Amnesia "
  109. TextLabel_3.TextColor3 = Color3.new(1, 0, 0)
  110. TextLabel_3.TextScaled = true
  111. TextLabel_3.TextSize = 19
  112. TextLabel_3.TextWrapped = true
  113.  
  114. TextLabel_4.Parent = Frame
  115. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  116. TextLabel_4.BorderSizePixel = 0
  117. TextLabel_4.Position = UDim2.new(0.430232555, 0, 0.546052635, 0)
  118. TextLabel_4.Size = UDim2.new(0, 147, 0, 23)
  119. TextLabel_4.Font = Enum.Font.SourceSans
  120. TextLabel_4.Text = "-----------"
  121. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  122. TextLabel_4.TextSize = 50
  123. TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement