Advertisement
Exploiter3030

lkojidfkgygads

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