Advertisement
Upscalefanatic3

Auto kill & God Script

Mar 1st, 2019
30,637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. -- gui made By ItzHxS
  2. -- Script Auto kill made by mroboswag
  3. -- God script made by Me
  4.  
  5. -- Instances:
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local x = Instance.new("TextButton")
  10. local KLL = Instance.new("TextButton")
  11. local GD = Instance.new("TextButton")
  12.  
  13. -- initial variables
  14. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  15. thePlayer = game.Players.LocalPlayer.Character
  16.  
  17.  
  18. --Properties:
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  23. Frame.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  24. Frame.BorderSizePixel = 3
  25. Frame.Active = true
  26. Frame.Draggable = true
  27. Frame.Position = UDim2.new(0.283384293, 0, 0.228282824, 0)
  28. Frame.Size = UDim2.new(0, 405, 0, 223)
  29.  
  30. title.Name = "title"
  31. title.Parent = Frame
  32. title.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  33. title.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  34. title.BorderSizePixel = 4
  35. title.Position = UDim2.new(0, 0, -0.00442997552, 0)
  36. title.Size = UDim2.new(0, 405, 0, 50)
  37. title.Font = Enum.Font.GothamBold
  38. title.Text = "Slaying Simulator"
  39. title.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  40. title.TextSize = 35
  41. title.TextWrapped = true
  42.  
  43. x.Name = "x"
  44. x.Parent = Frame
  45. x.BackgroundColor3 = Color3.new(1, 1, 1)
  46. x.BackgroundTransparency = 1
  47. x.Position = UDim2.new(0.923479378, 0, -0.00442997552, 0)
  48. x.Size = UDim2.new(0, 30, 0, 27)
  49. x.Font = Enum.Font.GothamBold
  50. x.Text = "X"
  51. x.TextColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  52. x.TextScaled = true
  53. x.TextSize = 14
  54. x.TextWrapped = true
  55. x.MouseButton1Down:connect(function()
  56. Frame.Visible = false
  57. end)
  58.  
  59. KLL.Name = "KLL"
  60. KLL.Parent = Frame
  61. KLL.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  62. KLL.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  63. KLL.BorderSizePixel = 4
  64. KLL.Position = UDim2.new(0.0247140378, 0, 0.331892878, 0)
  65. KLL.Size = UDim2.new(0, 152, 0, 44)
  66. KLL.Font = Enum.Font.GothamBold
  67. KLL.Text = "Auto Kill"
  68. KLL.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  69. KLL.TextSize = 21
  70. KLL.MouseButton1Down:connect(function()
  71.  
  72. if modifier == true then
  73. modifier = false
  74. KLL.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  75. else
  76. modifier = true
  77. KLL.BackgroundColor3 = Color3.new(40, 127, 71)
  78. kill()
  79. end
  80. end)
  81.  
  82.  
  83. GD.Name = "GD"
  84. GD.Parent = Frame
  85. GD.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  86. GD.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  87. GD.BorderSizePixel = 4
  88. GD.Position = UDim2.new(0.600022674, 0, 0.331892878, 0)
  89. GD.Size = UDim2.new(0, 152, 0, 44)
  90. GD.Font = Enum.Font.GothamBold
  91. GD.Text = "INF. HEALTH"
  92. GD.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  93. GD.TextSize = 21
  94. GD.MouseButton1Down:connect(function()
  95.  
  96. if eak == true then
  97. eak = false
  98. GD.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  99. else
  100. eak = true
  101. GD.BackgroundColor3 = Color3.new(40, 127, 71)
  102. gode()
  103. end
  104. end)
  105.  
  106.  
  107. -- Scripts:
  108.  
  109. -- Kill
  110. function kill()
  111. while modifier do
  112. wait()
  113. if game.Workspace.Enemies["Redcliff Emperor"]:FindFirstChild(" ") ~= nil then
  114. if game.Workspace.Enemies["Redcliff Emperor"][" "]:FindFirstChild("UpperTorso") ~= nil then
  115. if game.Workspace.Enemies["Redcliff Emperor"][" "]:FindFirstChild("HumanoidRootPart") ~= nil then
  116. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  117. enemie = game.Workspace.Enemies["Redcliff Emperor"]:FindFirstChild(" ")
  118. hum.CFrame = enemie.HumanoidRootPart.CFrame * CFrame.new(-3.5,0,3)
  119. if enemie:FindFirstChild("RedcliffEmperor") ~= nil then
  120. sword = enemie:FindFirstChild("RedcliffEmperor")
  121. sword:Destroy()
  122. end
  123. char = game.Players.LocalPlayer.Character:GetChildren()
  124. for i = 1, #char do
  125. if char[i].ClassName == "Tool" then
  126. char[i].ControlFolder.PlayAnimation:FireServer()
  127. end
  128. end
  129. wait(0.3)
  130. if enemie.Humanoid.Health ~= enemie.Humanoid.MaxHealth and game.Workspace.Enemies:FindFirstChild("Redcliff Emperor") ~= nil then
  131. if enemie:FindFirstChild("UpperTorso") ~= nil then
  132. enemie.UpperTorso:Destroy()
  133. end
  134. end
  135. end
  136. end
  137. end
  138. end
  139. end
  140.  
  141. -- GOD
  142.  
  143. function gode()
  144. while eak do
  145. wait()
  146. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  147. end
  148. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement