Advertisement
Exploiter3030

Untitled

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