Advertisement
Exploiter3030

Untitled

Feb 22nd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton2 = Instance.new("TextButton")
  8. local TextButton3 = Instance.new("TextButton")
  9. local TextButton4 = Instance.new("TextButton")
  10. local TextButton5 = Instance.new("TextButton")
  11. local TextButton6 = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(1, 0.172549, 0.709804)
  19. Frame.BackgroundTransparency = 0.64999997615814
  20. Frame.Position = UDim2.new(0.495381117, 0, 0.105269082, 0)
  21. Frame.Size = UDim2.new(0, 292, 0, 245)
  22. Frame.Active = true
  23. Frame.Draggable = true
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextLabel.BackgroundTransparency = 0.94999998807907
  28. TextLabel.Position = UDim2.new(0.154611021, 0, 0.436890095, 0)
  29. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Credits: Kai~Kun#0460 | Dogs&Cats#5312"
  32. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  33. TextLabel.TextSize = 14
  34.  
  35. TextButton2.Name = "TextButton2"
  36. TextButton2.Parent = Frame
  37. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  38. TextButton2.BackgroundTransparency = 0.60000002384186
  39. TextButton2.Position = UDim2.new(-0.000590354204, 0, 0.795825124, 0)
  40. TextButton2.Size = UDim2.new(0, 101, 0, 50)
  41. TextButton2.Font = Enum.Font.SourceSans
  42. TextButton2.Text = "Heal"
  43. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  44. TextButton2.TextSize = 14
  45. TextButton2.MouseButton1Click:connect(function()
  46. local A_1 = game.Players.LocalPlayer.Character.Humanoid
  47. local A_2 = -math.huge
  48. local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
  49. Event:FireServer(A_1, A_2)
  50. end)
  51.  
  52. TextButton3.Name = "TextButton3"
  53. TextButton3.Parent = Frame
  54. TextButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  55. TextButton3.BackgroundTransparency = 0.69999998807907
  56. TextButton3.Position = UDim2.new(0.686671436, 0, 0.795825124, 0)
  57. TextButton3.Size = UDim2.new(0, 93, 0, 50)
  58. TextButton3.Font = Enum.Font.SourceSans
  59. TextButton3.Text = "Kill MegaBosses"
  60. TextButton3.TextColor3 = Color3.new(0, 0, 0)
  61. TextButton3.TextSize = 14
  62. TextButton3.MouseButton1Click:connect(function()
  63. for i,v in pairs(workspace.CurrentMegaBosses:GetChildren()) do
  64. local A_1 = v.Humanoid
  65. local A_2 = math.huge
  66. local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
  67. Event:FireServer(A_1, A_2)
  68. end
  69. end)
  70.  
  71. TextButton4.Name = "TextButton4"
  72. TextButton4.Parent = Frame
  73. TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  74. TextButton4.BackgroundTransparency = 0.60000002384186
  75. TextButton4.Position = UDim2.new(0.699805737, 0, -0.0011395365, 0)
  76. TextButton4.Size = UDim2.new(0, 87, 0, 50)
  77. TextButton4.Font = Enum.Font.SourceSans
  78. TextButton4.Text = "Kill Bosses"
  79. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  80. TextButton4.TextSize = 14
  81. TextButton4.MouseButton1Click:connect(function()
  82. for i,v in pairs(workspace.CurrentBosses:GetChildren()) do
  83. local A_1 = v.Humanoid
  84. local A_2 = math.huge
  85. local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
  86. Event:FireServer(A_1, A_2)
  87. end
  88. end)
  89.  
  90. TextButton5.Name = "TextButton5"
  91. TextButton5.Parent = Frame
  92. TextButton5.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextButton5.BackgroundTransparency = 0.60000002384186
  94. TextButton5.Position = UDim2.new(-0.0058806669, 0, -0.00113953836, 0)
  95. TextButton5.Size = UDim2.new(0, 102, 0, 50)
  96. TextButton5.Font = Enum.Font.SourceSans
  97. TextButton5.Text = "Kill Enemy Farm"
  98. TextButton5.TextColor3 = Color3.new(0, 0, 0)
  99. TextButton5.TextSize = 14
  100. TextButton5.MouseButton1Click:connect(function()
  101. _G.kill = true
  102. while _G.kill == true do
  103. wait()
  104. for i,v in pairs(workspace.CurrentMegaBosses:GetChildren()) do
  105. local A_1 = v.Humanoid
  106. local A_2 = math.huge
  107. local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
  108. Event:FireServer(A_1, A_2)
  109. end
  110. wait()
  111. for i,v in pairs(workspace.CurrentBosses:GetChildren()) do
  112. local A_1 = v.Humanoid
  113. local A_2 = math.huge
  114. local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
  115. Event:FireServer(A_1, A_2)
  116. end
  117. wait()
  118. for i,v in pairs(workspace.CurrentEnemies:GetChildren()) do
  119. local A_1 = v.Humanoid
  120. local A_2 = math.huge
  121. local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
  122. Event:FireServer(A_1, A_2)
  123. end
  124. end
  125. end)
  126.  
  127. TextButton6.Name = "TextButton6"
  128. TextButton6.Parent = Frame
  129. TextButton6.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TextButton6.BackgroundTransparency = 0.80000001192093
  131. TextButton6.Position = UDim2.new(0.153368443, 0, 0.232404441, 0)
  132. TextButton6.Size = UDim2.new(0, 200, 0, 50)
  133. TextButton6.Font = Enum.Font.SourceSans
  134. TextButton6.Text = "Disable Farm"
  135. TextButton6.TextColor3 = Color3.new(0, 0, 0)
  136. TextButton6.TextSize = 14
  137. TextButton6.MouseButton1Click:connect(function()
  138. _G.kill = false
  139. end)
  140.  
  141. TextButton.Parent = ScreenGui
  142. TextButton.BackgroundColor3 = Color3.new(0.584314, 0.113725, 0.666667)
  143. TextButton.Position = UDim2.new(-0.0097489953, 0, 0.894667923, 0)
  144. TextButton.Size = UDim2.new(0, 200, 0, 57)
  145. TextButton.Font = Enum.Font.SourceSans
  146. TextButton.Text = "Open/Close"
  147. TextButton.TextColor3 = Color3.new(0, 0, 0)
  148. TextButton.TextSize = 14
  149. TextButton.MouseButton1Click:connect(function()
  150. if Frame.Visible == true then
  151. Frame.Visible = false
  152. else
  153. Frame.Visible = true
  154. end
  155. end)
  156.  
  157. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement