Advertisement
Guest User

Untitled

a guest
Jun 29th, 2019
5,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ANime = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local AutoAttack = Instance.new("TextButton")
  8. local title = Instance.new("TextButton")
  9. local FarmButton = Instance.new("TextButton")
  10. local GodModeButton = Instance.new("TextButton")
  11. local WOWLOL = Instance.new("TextButton")
  12. local credit = Instance.new("TextButton")
  13. local ImageLabel = Instance.new("ImageLabel")
  14. local runService = game:GetService('RunService')
  15. local Stepped
  16. ThugFarming = false
  17. PoliceFarming = false
  18. StudentFarming = false
  19. ArmedThugFarming = false
  20. GuardFarming = false
  21. HooliganFarming = false
  22. --Properties:
  23. ANime.Name = "ANime"
  24. ANime.Parent = game.CoreGui
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = ANime
  28. Main.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  29. Main.Position = UDim2.new(0.599290729, 0, 0.331632674, 0)
  30. Main.Size = UDim2.new(0, 254, 0, 371)
  31.  
  32. TextBox.Parent = Main
  33. TextBox.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  34. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  35. TextBox.BorderSizePixel = 0
  36. TextBox.Position = UDim2.new(0.0845812708, 0, 0.141340971, 0)
  37. TextBox.Size = UDim2.new(0, 200, 0, 37)
  38. TextBox.Font = Enum.Font.SourceSans
  39. TextBox.Text = ""
  40. TextBox.TextColor3 = Color3.new(0, 0, 0)
  41. TextBox.TextSize = 14
  42.  
  43. AutoAttack.Name = "AutoAttack"
  44. AutoAttack.Parent = Main
  45. AutoAttack.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  46. AutoAttack.BorderColor3 = Color3.new(0, 0, 0)
  47. AutoAttack.BorderSizePixel = 0
  48. AutoAttack.Position = UDim2.new(0.0885182768, 0, 0.371967554, 0)
  49. AutoAttack.Size = UDim2.new(0, 199, 0, 26)
  50. AutoAttack.Font = Enum.Font.SourceSans
  51. AutoAttack.Text = "Auto Attack"
  52. AutoAttack.TextColor3 = Color3.new(1, 1, 1)
  53. AutoAttack.TextSize = 14
  54.  
  55. title.Name = "title"
  56. title.Parent = Main
  57. title.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  58. title.BorderColor3 = Color3.new(0, 0, 0)
  59. title.BorderSizePixel = 0
  60. title.Position = UDim2.new(0, 0, -8.22576212e-08, 0)
  61. title.Size = UDim2.new(0, 254, 0, 39)
  62. title.Font = Enum.Font.GothamSemibold
  63. title.Text = "Anime Battle Arena"
  64. title.TextColor3 = Color3.new(1, 1, 1)
  65. title.TextSize = 24
  66. title.TextWrapped = true
  67.  
  68. FarmButton.Name = "FarmButton"
  69. FarmButton.Parent = Main
  70. FarmButton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  71. FarmButton.BorderColor3 = Color3.new(0, 0, 0)
  72. FarmButton.BorderSizePixel = 0
  73. FarmButton.Position = UDim2.new(0.294834405, 0, 0.263116062, 0)
  74. FarmButton.Size = UDim2.new(0, 95, 0, 29)
  75. FarmButton.Font = Enum.Font.SourceSans
  76. FarmButton.Text = "Farm Player"
  77. FarmButton.TextColor3 = Color3.new(1, 1, 1)
  78. FarmButton.TextSize = 14
  79. FarmButton.MouseButton1Click:connect(function()
  80. if ThugFarming == false then
  81. ThugFarming = true
  82. FarmButton.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  83. else
  84. ThugFarming = false
  85. FarmButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  86. Stepped:Disconnect()
  87. end
  88.  
  89. if ThugFarming then
  90. Stepped = runService.Stepped:Connect(function()
  91. for i,v in pairs(workspace.Live:GetChildren()) do
  92. if string.find(v.Name, TextBox.Text) and v:FindFirstChild("HumanoidRootPart") then
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  94. local VirtualUser=game:service'VirtualUser'
  95. VirtualUser:ClickButton1(Vector2.new())
  96. end
  97. end
  98. end)
  99. end
  100. end)
  101.  
  102. GodModeButton.Name = "GodModeButton"
  103. GodModeButton.Parent = Main
  104. GodModeButton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  105. GodModeButton.BorderColor3 = Color3.new(0, 0, 0)
  106. GodModeButton.BorderSizePixel = 0
  107. GodModeButton.Position = UDim2.new(0.214502528, 0, 0.463611662, 0)
  108. GodModeButton.Size = UDim2.new(0, 134, 0, 26)
  109. GodModeButton.Font = Enum.Font.SourceSans
  110. GodModeButton.Text = "God + Invisible Mode"
  111. GodModeButton.TextColor3 = Color3.new(1, 1, 1)
  112. GodModeButton.TextSize = 14
  113.  
  114. WOWLOL.Name = "WOWLOL"
  115. WOWLOL.Parent = Main
  116. WOWLOL.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  117. WOWLOL.BorderColor3 = Color3.new(0, 0, 0)
  118. WOWLOL.BorderSizePixel = 0
  119. WOWLOL.Position = UDim2.new(0.108203314, 0, 0.560646892, 0)
  120. WOWLOL.Size = UDim2.new(0, 199, 0, 51)
  121. WOWLOL.Font = Enum.Font.SourceSans
  122. WOWLOL.Text = "if you turn on God+Invisbile Mode you wont be able to hit anyone but players wont be able to hit you and see you"
  123. WOWLOL.TextColor3 = Color3.new(1, 1, 1)
  124. WOWLOL.TextScaled = true
  125. WOWLOL.TextSize = 14
  126. WOWLOL.TextWrapped = true
  127.  
  128. credit.Name = "credit"
  129. credit.Parent = Main
  130. credit.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  131. credit.BackgroundTransparency = 1
  132. credit.BorderColor3 = Color3.new(0, 0, 0)
  133. credit.Position = UDim2.new(0.108203307, 0, 0.714285553, 0)
  134. credit.Size = UDim2.new(0, 175, 0, 26)
  135. credit.Font = Enum.Font.SourceSans
  136. credit.Text = "Roblox Pain"
  137. credit.TextColor3 = Color3.new(1, 1, 1)
  138. credit.TextSize = 14
  139.  
  140. ImageLabel.Parent = Main
  141. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  142. ImageLabel.BorderSizePixel = 0
  143. ImageLabel.Position = UDim2.new(0.307086617, 0, 0.784366488, 0)
  144. ImageLabel.Size = UDim2.new(0, 72, 0, 72)
  145. ImageLabel.Image = "rbxassetid://3371844520"
  146. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement