HGGamerGiang

Hack Slaying Simulator 2 Boss (Beta)

Mar 4th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 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 GiangGamer = Instance.new("TextButton")
  7. local SCRIPTUPDATE2 = Instance.new("TextButton")
  8. local InfinityHealth = Instance.new("TextButton")
  9. local AutoKillBoss = Instance.new("TextButton")
  10. local AutoKillBoss2 = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.CoreGui
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  17. Frame.BorderColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0.208152637, 0, 0.221130222, 0)
  19. Frame.Size = UDim2.new(0, 307, 0, 330)
  20. Frame.Style = Enum.FrameStyle.DropShadow
  21. Frame.Draggble = true
  22.  
  23. GiangGamer.Name = "Made a By Giang Gamer"
  24. GiangGamer.Parent = Frame
  25. GiangGamer.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  26. GiangGamer.BorderColor3 = Color3.new(1, 1, 1)
  27. GiangGamer.Position = UDim2.new(0.0456026047, 0, 0.74848485, 0)
  28. GiangGamer.Size = UDim2.new(0, 110, 0, 49)
  29. GiangGamer.Font = Enum.Font.SourceSans
  30. GiangGamer.Text = "Delete shitty pets"
  31. GiangGamer.TextColor3 = Color3.new(1, 1, 1)
  32. GiangGamer.TextSize = 23
  33. GiangGamer.TextWrapped = true
  34.  
  35. SCRIPTUPDATE2.Name = "SCRIPT UPDATE 2"
  36. SCRIPTUPDATE2.Parent = Frame
  37. SCRIPTUPDATE2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  38. SCRIPTUPDATE2.BorderColor3 = Color3.new(1, 1, 1)
  39. SCRIPTUPDATE2.Position = UDim2.new(0.319218218, 0, 0.424242437, 0)
  40. SCRIPTUPDATE2.Size = UDim2.new(0, 110, 0, 49)
  41. SCRIPTUPDATE2.Font = Enum.Font.SourceSans
  42. SCRIPTUPDATE2.Text = "SCRIPT UPDATE 2"
  43. SCRIPTUPDATE2.TextColor3 = Color3.new(1, 1, 1)
  44. SCRIPTUPDATE2.TextSize = 23
  45. SCRIPTUPDATE2.TextWrapped = true
  46.  
  47. InfinityHealth.Name = "Infinity Health"
  48. InfinityHealth.Parent = Frame
  49. InfinityHealth.BackgroundColor3 = Color3.new(1, 1, 1)
  50. InfinityHealth.Position = UDim2.new(0.172638431, 0, 0.121212125, 0)
  51. InfinityHealth.Size = UDim2.new(0, 200, 0, 50)
  52. InfinityHealth.Style = Enum.ButtonStyle.RobloxButtonDefault
  53. InfinityHealth.Font = Enum.Font.SourceSansBold
  54. InfinityHealth.Text = "Infinity Health"
  55. InfinityHealth.TextColor3 = Color3.new(1, 1, 1)
  56. InfinityHealth.TextSize = 40
  57. InfinityHealth.MouseButton1Down:connect(function()
  58.  
  59. if eak == true then
  60. eak = false
  61. InfinityHealth.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  62. else
  63. eak = true
  64. InfinityHealth.BackgroundColor3 = Color3.new(40, 127, 71)
  65. gode()
  66. end
  67. end)
  68.  
  69.  
  70. AutoKillBoss.Name = "Auto Kill Boss"
  71. AutoKillBoss.Parent = Frame
  72. AutoKillBoss.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  73. AutoKillBoss.BorderColor3 = Color3.new(1, 1, 1)
  74. AutoKillBoss.Position = UDim2.new(0.319218218, 0, 0.424242437, 0)
  75. AutoKillBoss.Size = UDim2.new(0, 110, 0, 49)
  76. AutoKillBoss.Style = Enum.ButtonStyle.RobloxButtonDefault
  77. AutoKillBoss.Font = Enum.Font.SourceSans
  78. AutoKillBoss.Text = "Auto Kill Boss"
  79. AutoKillTextColor3 = Color3.new(1, 1, 1)
  80. AutoKillBoss.TextSize = 23
  81. AutoKillBoss.MouseButton1Down:connect(function()
  82.  
  83. if modifier == true then
  84. modifier = false
  85. AutoKillBoss.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  86. else
  87. modifier = true
  88. AutoKillBoss.BackgroundColor3 = Color3.new(40, 127, 71)
  89. kill()
  90. end
  91. end)
  92.  
  93. AutoKillBoss2.Name = "AutoKillBoss2"
  94. AutoKillBoss2.Parent = Frame
  95. AutoKillBoss2.BackgroundColor3 = Color3.new(1, 1, 1)
  96. AutoKillBoss2.Position = UDim2.new(0.0190712921, 0, 0.6770854, 0)
  97. AutoKillBoss2.Size = UDim2.new(0, 119, 0, 20)
  98. AutoKillBoss2.Style = Enum.ButtonStyle.RobloxButtonDefault
  99. AutoKillBoss2.Font = Enum.Font.SourceSans
  100. AutoKillBoss2.Text = "AutoKillBoss2"
  101. AutoKillBoss2.TextColor3 = Color3.new(1, 0, 0)
  102. AutoKillBoss2.TextSize = 14
  103. AutoKillBoss2.MouseButton1Down:connect(function()
  104. if modifier == true then
  105. modifier = false
  106. AutoKillBoss2.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  107. else
  108. modifier = true
  109. AutoKillBoss2.BackgroundColor3 = Color3.new(40, 127, 71)
  110. kill()
  111. end
  112. end)
  113.  
  114. -- Scripts:
  115.  
  116. -- Kill
  117. function kill()
  118. while modifier do
  119. wait()
  120. if game.Workspace.Enemies["Redcliff Emperor"]:FindFirstChild(" ") ~= nil then
  121. if game.Workspace.Enemies["Redcliff Emperor"][" "]:FindFirstChild("UpperTorso") ~= nil then
  122. if game.Workspace.Enemies["Redcliff Emperor"][" "]:FindFirstChild("HumanoidRootPart") ~= nil then
  123. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  124. enemie = game.Workspace.Enemies["Redcliff Emperor"]:FindFirstChild(" ")
  125. hum.CFrame = enemie.HumanoidRootPart.CFrame * CFrame.new(-3.5,0,3)
  126. if enemie:FindFirstChild("Redcliff EmperorSword") ~= nil then
  127. sword = enemie:FindFirstChild("Redcliff EmperorSword")
  128. sword:Destroy()
  129. end
  130. char = game.Players.LocalPlayer.Character:GetChildren()
  131. for i = 1, #char do
  132. if char[i].ClassName == "Tool" then
  133. char[i].ControlFolder.PlayAnimation:FireServer()
  134. end
  135. end
  136. wait(0.3)
  137. if enemie.Humanoid.Health ~= enemie.Humanoid.MaxHealth and game.Workspace.Enemies:FindFirstChild("Redcliff Emperor") ~= nil then
  138. if enemie:FindFirstChild("UpperTorso") ~= nil then
  139. enemie.UpperTorso:Destroy()
  140. end
  141. end
  142. end
  143. end
  144. end
  145. end
  146. end
  147.  
  148. -- GOD
  149.  
  150. function gode()
  151. while eak do
  152. wait()
  153. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  154. end
  155. end
  156.  
  157. -- functions
  158.  
  159. -- Kill_1
  160. function kill_1()
  161. while modifier do
  162. wait()
  163. if game.Workspace.Enemies["Deathspeaker"]:FindFirstChild(" ") ~= nil then
  164. if game.Workspace.Enemies["Deathspeaker"][" "]:FindFirstChild("UpperTorso") ~= nil then
  165. if game.Workspace.Enemies["Deathspeaker"][" "]:FindFirstChild("HumanoidRootPart") ~= nil then
  166. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  167. enemie = game.Workspace.Enemies["Deathspeaker"]:FindFirstChild(" ")
  168. hum.CFrame = enemie.HumanoidRootPart.CFrame * CFrame.new(-1,0,3)
  169. if enemie:FindFirstChild("DeathspeakerScythe") ~= nil then
  170. sword = enemie:FindFirstChild("DeathspeakerScythe")
  171. sword:Destroy()
  172. end
  173. char = game.Players.LocalPlayer.Character:GetChildren()
  174. for i = 1, #char do
  175. if char[i].ClassName == "Tool" then
  176. char[i].ControlFolder.PlayAnimation:FireServer()
  177. end
  178. end
  179. if enemie.Humanoid.Health ~= enemie.Humanoid.MaxHealth and game.Workspace.Enemies:FindFirstChild("Deathspeaker") ~= nil then
  180. if enemie:FindFirstChild("UpperTorso") ~= nil then
  181. enemie.UpperTorso:Destroy()
  182. end
  183. end
  184. end
  185. end
  186. end
  187. end
  188. end
Add Comment
Please, Sign In to add comment