Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
5,700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. -- Made by senpiehax.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SENSPIEHAX = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. --Properties:
  10. SENSPIEHAX.Name = "SENSPIE HAX"
  11. SENSPIEHAX.Parent = game.CoreGui
  12.  
  13. main.Name = "main"
  14. main.Parent = SENSPIEHAX
  15. main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  16. main.Position = UDim2.new(0.216710731, 0, 0.18994233, 0)
  17. main.Size = UDim2.new(0, 299, 0, 286)
  18. main.Active =true
  19. main.Draggable = true
  20.  
  21. TextButton.Parent = main
  22. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextButton.Position = UDim2.new(0.234113723, 0, 0.367132902, 0)
  24. TextButton.Size = UDim2.new(0, 158, 0, 75)
  25. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  26. TextButton.Font = Enum.Font.SourceSans
  27. TextButton.Text = "AUTO FARM"
  28. TextButton.TextColor3 = Color3.new(0, 0, 0)
  29. TextButton.TextSize = 14
  30. TextButton.MouseButton1Down:connect(function()
  31. local maxhp = 100 --change to max hp to farm mobs
  32. game:GetService('RunService').Stepped:connect(function()
  33. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  34. end)
  35. for g,c in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  36. if c:IsA("LocalScript") then
  37. c:Destroy()
  38. end
  39. end
  40. while wait() do
  41. for i,v in pairs(game:GetService("Workspace").NPCs:GetChildren()) do
  42. if v.Humanoid.Health < maxhp and v:FindFirstChild("HumanoidRootPart") then
  43. for d,a in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  44. if a.ClassName == "Tool" then
  45. repeat
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, -5, 0), v.HumanoidRootPart.Position)
  47. wait()
  48. a:Activate()
  49. until v.Humanoid.Health == 0
  50. end
  51. end
  52. end
  53. end
  54. end
  55. end)
  56.  
  57. TextLabel.Parent = main
  58. TextLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  59. TextLabel.Position = UDim2.new(0, 0, 0.87062937, 0)
  60. TextLabel.Size = UDim2.new(0, 299, 0, 37)
  61. TextLabel.Font = Enum.Font.SourceSans
  62. TextLabel.Text = "Created by: SENSPIE HAX"
  63. TextLabel.TextColor3 = Color3.new(1, 0.333333, 0)
  64. TextLabel.TextSize = 20
  65.  
  66. TextLabel_2.Parent = main
  67. TextLabel_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  68. TextLabel_2.Size = UDim2.new(0, 299, 0, 37)
  69. TextLabel_2.Font = Enum.Font.SourceSans
  70. TextLabel_2.Text = "Slicing Simulator"
  71. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 0)
  72. TextLabel_2.TextSize = 20
  73. -- Scripts:
  74. function SCRIPT_PXUT71_FAKESCRIPT() -- TextButton.Rainbower
  75. local script = Instance.new('LocalScript')
  76. script.Parent = TextButton
  77. while wait() do
  78. script.Parent.TextColor3 = Color3.new(1,0,0)
  79. for i=1,15 do
  80. game:GetService("RunService").RenderStepped:wait()
  81. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  82. end
  83. for i=1,15 do
  84. game:GetService("RunService").RenderStepped:wait()
  85. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  86. end
  87. for i=1,15 do
  88. game:GetService("RunService").RenderStepped:wait()
  89. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  90. end
  91. for i=1,15 do
  92. game:GetService("RunService").RenderStepped:wait()
  93. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  94. end
  95. for i=1,15 do
  96. game:GetService("RunService").RenderStepped:wait()
  97. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  98. end
  99. for i=1,15 do
  100. game:GetService("RunService").RenderStepped:wait()
  101. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  102. end
  103. end
  104.  
  105. end
  106. coroutine.resume(coroutine.create(SCRIPT_PXUT71_FAKESCRIPT))
  107. function SCRIPT_WOGA67_FAKESCRIPT() -- TextLabel_2.Rainbower
  108. local script = Instance.new('LocalScript')
  109. script.Parent = TextLabel_2
  110. while wait() do
  111. script.Parent.TextColor3 = Color3.new(1,0,0)
  112. for i=1,15 do
  113. game:GetService("RunService").RenderStepped:wait()
  114. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  115. end
  116. for i=1,15 do
  117. game:GetService("RunService").RenderStepped:wait()
  118. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  119. end
  120. for i=1,15 do
  121. game:GetService("RunService").RenderStepped:wait()
  122. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  123. end
  124. for i=1,15 do
  125. game:GetService("RunService").RenderStepped:wait()
  126. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  127. end
  128. for i=1,15 do
  129. game:GetService("RunService").RenderStepped:wait()
  130. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  131. end
  132. for i=1,15 do
  133. game:GetService("RunService").RenderStepped:wait()
  134. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  135. end
  136. end
  137.  
  138. end
  139. coroutine.resume(coroutine.create(SCRIPT_WOGA67_FAKESCRIPT))
  140. function SCRIPT_FNFM80_FAKESCRIPT() -- main.Rainbower
  141. local script = Instance.new('LocalScript')
  142. script.Parent = main
  143. while wait() do
  144. script.Parent.TextColor3 = Color3.new(1,0,0)
  145. for i=1,15 do
  146. game:GetService("RunService").RenderStepped:wait()
  147. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  148. end
  149. for i=1,15 do
  150. game:GetService("RunService").RenderStepped:wait()
  151. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  152. end
  153. for i=1,15 do
  154. game:GetService("RunService").RenderStepped:wait()
  155. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  156. end
  157. for i=1,15 do
  158. game:GetService("RunService").RenderStepped:wait()
  159. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  160. end
  161. for i=1,15 do
  162. game:GetService("RunService").RenderStepped:wait()
  163. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  164. end
  165. for i=1,15 do
  166. game:GetService("RunService").RenderStepped:wait()
  167. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  168. end
  169. end
  170.  
  171. end
  172. coroutine.resume(coroutine.create(SCRIPT_FNFM80_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement