Advertisement
WafflesYT

Untitled

Mar 8th, 2019
1,370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. -- Made By --///Waffles1654\\\--
  2. local ShadowNinja = Instance.new("ScreenGui")
  3. local OPEN = Instance.new("Frame")
  4. local TextButton = Instance.new("TextButton")
  5. local Frame_3 = Instance.new("Frame")
  6. local Frame_4 = Instance.new("Frame")
  7. local MainFrame = Instance.new("Frame")
  8. local exit = Instance.new("TextButton")
  9. local Frame = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Frame_2 = Instance.new("Frame")
  12. local Buttons = Instance.new("Frame")
  13. local TextBox = Instance.new("TextBox")
  14. local autofarm = Instance.new("TextButton")
  15. local autosell = Instance.new("TextButton")
  16. local unlockall = Instance.new("TextButton")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. --Properties:
  19. ShadowNinja.Name = "ShadowNinja"
  20. ShadowNinja.Parent = game.CoreGui
  21.  
  22. OPEN.Name = "OPEN"
  23. OPEN.Parent = ShadowNinja
  24. OPEN.BackgroundColor3 = Color3.new(0.227451, 0.717647, 0.85098)
  25. OPEN.BorderSizePixel = 0
  26. OPEN.Position = UDim2.new(0, 0, 0.74830699, 0)
  27. OPEN.Size = UDim2.new(0, 56, 0, 28)
  28.  
  29. TextButton.Parent = OPEN
  30. TextButton.BackgroundColor3 = Color3.new(0.203922, 0.67451, 0.780392)
  31. TextButton.BorderColor3 = Color3.new(0.2, 0.639216, 0.74902)
  32. TextButton.BorderSizePixel = 0
  33. TextButton.Size = UDim2.new(0, 56, 0, 28)
  34. TextButton.Font = Enum.Font.GothamSemibold
  35. TextButton.Text = "OPEN"
  36. TextButton.TextColor3 = Color3.new(1, 1, 1)
  37. TextButton.TextScaled = true
  38. TextButton.TextSize = 14
  39. TextButton.TextWrapped = true
  40. TextButton.MouseButton1Click:connect(function()
  41. MainFrame.Visible = true
  42. OPEN.Visible = false
  43. end)
  44.  
  45. Frame_3.Parent = OPEN
  46. Frame_3.BackgroundColor3 = Color3.new(0.184314, 0.623529, 0.721569)
  47. Frame_3.BorderSizePixel = 0
  48. Frame_3.Position = UDim2.new(0, 0, -0.00169372559, 0)
  49. Frame_3.Size = UDim2.new(0, 56, 0, 7)
  50.  
  51. Frame_4.Parent = OPEN
  52. Frame_4.BackgroundColor3 = Color3.new(0.184314, 0.623529, 0.721569)
  53. Frame_4.BorderSizePixel = 0
  54. Frame_4.Position = UDim2.new(0, 0, 0.800000012, 0)
  55. Frame_4.Size = UDim2.new(0, 56, 0, 7)
  56.  
  57. MainFrame.Name = "MainFrame"
  58. MainFrame.Parent = ShadowNinja
  59. MainFrame.BackgroundColor3 = Color3.new(0.0470588, 0.160784, 0.188235)
  60. MainFrame.BorderSizePixel = 0
  61. MainFrame.Position = UDim2.new(0.40666151, 0, 0.331828445, 0)
  62. MainFrame.Size = UDim2.new(0, 241, 0, 197)
  63. MainFrame.Visible = false
  64. MainFrame.Draggable = true
  65.  
  66. exit.Name = "exit"
  67. exit.Parent = Buttons
  68. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  69. exit.BackgroundTransparency = 1
  70. exit.Position = UDim2.new(0.821576774, 0, 0, 0)
  71. exit.Size = UDim2.new(0, 43, 0, 32)
  72. exit.Font = Enum.Font.GothamSemibold
  73. exit.Text = "X"
  74. exit.TextColor3 = Color3.new(1, 1, 1)
  75. exit.TextSize = 40
  76. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  77. exit.TextWrapped = true
  78. exit.MouseButton1Click:connect(function()
  79. MainFrame.Visible = false
  80. OPEN.Visible = true
  81. end)
  82.  
  83. Frame.Parent = MainFrame
  84. Frame.BackgroundColor3 = Color3.new(0.227451, 0.717647, 0.85098)
  85. Frame.BorderColor3 = Color3.new(0.2, 0.611765, 0.737255)
  86. Frame.BorderSizePixel = 0
  87. Frame.Position = UDim2.new(0, 0, -0.00319691002, 0)
  88. Frame.Size = UDim2.new(0, 241, 0, 33)
  89.  
  90. TextLabel.Parent = Frame
  91. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  92. TextLabel.BackgroundTransparency = 1
  93. TextLabel.BorderSizePixel = 0
  94. TextLabel.Position = UDim2.new(0, 0, 0.0287984218, 0)
  95. TextLabel.Size = UDim2.new(0, 241, 0, 32)
  96. TextLabel.Font = Enum.Font.GothamBold
  97. TextLabel.Text = "ShadowFarm"
  98. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  99. TextLabel.TextSize = 23
  100. TextLabel.TextWrapped = true
  101.  
  102. Frame_2.Parent = Frame
  103. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Frame_2.BorderSizePixel = 0
  105. Frame_2.Position = UDim2.new(0.222000003, 0, 0.800000012, 0)
  106. Frame_2.Size = UDim2.new(0, 134, 0, 3)
  107.  
  108. Buttons.Name = "Buttons"
  109. Buttons.Parent = MainFrame
  110. Buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Buttons.BackgroundTransparency = 1
  112. Buttons.Size = UDim2.new(0, 241, 0, 197)
  113. Buttons.Draggable = true
  114.  
  115. TextBox.Parent = Buttons
  116. TextBox.BackgroundColor3 = Color3.new(0.0196078, 0.0784314, 0.0980392)
  117. TextBox.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  118. TextBox.Position = UDim2.new(0.245531127, 0, 0.238796383, 0)
  119. TextBox.Size = UDim2.new(0, 121, 0, 23)
  120. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  121. TextBox.Text = "NPC Name here"
  122. TextBox.TextColor3 = Color3.new(1, 1, 1)
  123. TextBox.TextScaled = true
  124. TextBox.TextSize = 14
  125. TextBox.TextStrokeColor3 = Color3.new(0.756863, 0.756863, 0.756863)
  126. TextBox.TextWrapped = true
  127.  
  128. autofarm.Name = "autofarm"
  129. autofarm.Parent = Buttons
  130. autofarm.BackgroundColor3 = Color3.new(0.0313726, 0.12549, 0.156863)
  131. autofarm.BorderColor3 = Color3.new(0.505882, 0.0117647, 0.0117647)
  132. autofarm.Position = UDim2.new(0.245531127, 0, 0.439913005, 0)
  133. autofarm.Size = UDim2.new(0, 121, 0, 23)
  134. autofarm.Font = Enum.Font.GothamSemibold
  135. autofarm.Text = "AutoFarm"
  136. autofarm.TextColor3 = Color3.new(1, 1, 1)
  137. autofarm.TextSize = 18
  138. autofarm.TextWrapped = true
  139. autofarm.MouseButton1Click:connect(function()
  140. local plr = game.workspace[game.Players.LocalPlayer.Name]
  141. if autofarm.BorderColor3 == Color3.new(0.505882, 0.0117647, 0.0117647) then
  142. autofarm.BorderColor3 = Color3.new(0.223529, 0.847059, 0.0352941)
  143. activated = 1
  144. else
  145. autofarm.BorderColor3 = Color3.new(0.505882, 0.0117647, 0.0117647)
  146. activated = 0
  147. end
  148. function tp(a, b, c)
  149. plr.HumanoidRootPart.CFrame = CFrame.new(a, b, c)
  150. end
  151. while wait(1) do
  152. if activated == 0 then
  153. break
  154. end
  155. local plr = game.workspace[game.Players.LocalPlayer.Name]
  156. for i, v in pairs(game.workspace.NPCs.Spawns:GetDescendants()) do
  157. if activated == 0 then
  158. break
  159. end
  160. if v:IsA("Model") and v.Name == TextBox.Text then
  161. if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
  162. c = v
  163. function getweapon()
  164. for i, v in pairs(game.Players[game.Players.LocalPlayer.Name].Backpack:GetChildren()) do
  165. Weapon = v
  166. end
  167. end
  168. if v.Humanoid.Health == 0 then
  169. plr.HumanoidRootPart.CFrame = CFrame.new(-2245.06909, 89.3046417, -108.302048, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  170. wait(1)
  171. break
  172. else
  173. v.HumanoidRootPart.Anchored = true
  174. plr.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + v.HumanoidRootPart.CFrame.lookVector * -2
  175. wait(1)
  176. while wait() do
  177. if activated == 0 then
  178. break
  179. end
  180. getweapon()
  181. if v.Humanoid.Health == 0 then
  182. plr.HumanoidRootPart.CFrame = CFrame.new(-2245.06909, 89.3046417, -108.302048, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  183. wait(1)
  184. break
  185. end
  186. if Weapon == nil then
  187. wait(0.3)
  188. else
  189. Weapon:Activate()
  190. wait(0.1)
  191. end
  192. end
  193. end
  194. end
  195. end
  196. end
  197. end
  198. c.HumanoidRootPart.Anchored = false
  199. end)
  200.  
  201. autosell.Name = "autosell"
  202. autosell.Parent = Buttons
  203. autosell.BackgroundColor3 = Color3.new(0.0313726, 0.12549, 0.156863)
  204. autosell.BorderColor3 = Color3.new(0.505882, 0.0117647, 0.0117647)
  205. autosell.Position = UDim2.new(0.245531127, 0, 0.636215329, 0)
  206. autosell.Size = UDim2.new(0, 121, 0, 23)
  207. autosell.Font = Enum.Font.GothamSemibold
  208. autosell.Text = "AutoFarmAll"
  209. autosell.TextColor3 = Color3.new(1, 1, 1)
  210. autosell.TextSize = 18
  211. autosell.TextWrapped = true
  212. autosell.MouseButton1Click:connect(function()
  213. local plr = game.workspace[game.Players.LocalPlayer.Name]
  214. if autosell.BorderColor3 == Color3.new(0.505882, 0.0117647, 0.0117647) then
  215. autosell.BorderColor3 = Color3.new(0.223529, 0.847059, 0.0352941)
  216. activated = 1
  217. else
  218. autosell.BorderColor3 = Color3.new(0.505882, 0.0117647, 0.0117647)
  219. activated = 0
  220. end
  221. function tp(a, b, c)
  222. plr.HumanoidRootPart.CFrame = CFrame.new(a, b, c)
  223. end
  224. while wait(1) do
  225. if activated == 0 then
  226. break
  227. end
  228. local plr = game.workspace[game.Players.LocalPlayer.Name]
  229. for i, v in pairs(game.workspace.NPCs.Spawns:GetDescendants()) do
  230. if activated == 0 then
  231. break
  232. end
  233. if v:IsA("Model") then
  234. if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
  235. c = v
  236. function getweapon()
  237. for i, v in pairs(game.Players[game.Players.LocalPlayer.Name].Backpack:GetChildren()) do
  238. Weapon = v
  239. end
  240. end
  241. if v.Humanoid.Health == 0 then
  242. plr.HumanoidRootPart.CFrame = CFrame.new(-2245.06909, 89.3046417, -108.302048, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  243. wait(1)
  244. break
  245. else
  246. v.HumanoidRootPart.Anchored = true
  247. plr.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + v.HumanoidRootPart.CFrame.lookVector * -2
  248. wait(1)
  249. while wait() do
  250. if activated == 0 then
  251. break
  252. end
  253. getweapon()
  254. if v.Humanoid.Health == 0 then
  255. plr.HumanoidRootPart.CFrame = CFrame.new(-2245.06909, 89.3046417, -108.302048, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  256. wait(1)
  257. break
  258. end
  259. if Weapon == nil then
  260. wait(0.3)
  261. else
  262. Weapon:Activate()
  263. wait(0.1)
  264. end
  265. end
  266. end
  267. end
  268. end
  269. end
  270. end
  271. c.HumanoidRootPart.Anchored = false
  272. end)
  273.  
  274. unlockall.Name = "unlockall"
  275. unlockall.Parent = Buttons
  276. unlockall.BackgroundColor3 = Color3.new(0.0313726, 0.12549, 0.156863)
  277. unlockall.BorderColor3 = Color3.new(0.505882, 0.0117647, 0.0117647)
  278. unlockall.Position = UDim2.new(0.245531127, 0, 0.825184226, 0)
  279. unlockall.Size = UDim2.new(0, 121, 0, 23)
  280. unlockall.Font = Enum.Font.GothamSemibold
  281. unlockall.Text = "Unlock All"
  282. unlockall.TextColor3 = Color3.new(1, 1, 1)
  283. unlockall.TextSize = 16
  284. unlockall.MouseButton1Click:connect(function()
  285. if unlockall.BorderColor3 == Color3.new(0.505882, 0.0117647, 0.0117647) then
  286. unlockall.BorderColor3 = Color3.new(0.223529, 0.847059, 0.0352941)
  287. activated = 1
  288. else
  289. unlockall.BorderColor3 = Color3.new(0.505882, 0.0117647, 0.0117647)
  290. activated = 0
  291. end
  292. if activated == 1 then
  293. for i,v in pairs(game.Players.LocalPlayer.Purchases:GetChildren()) do
  294. v.Value = true
  295. end
  296. for i, v in pairs(game.workspace.ZoneBuy:GetChildren()) do
  297. v.Transparency = 1
  298. v.CanCollide = false
  299. v.SurfaceGui.Enabled = false
  300. end
  301. else
  302. for i, v in pairs(game.workspace.ZoneBuy:GetChildren()) do
  303. v.Transparency = 0.5
  304. v.CanCollide = true
  305. v.SurfaceGui.Enabled = true
  306. end
  307. end
  308. end)
  309.  
  310. TextLabel_2.Parent = MainFrame
  311. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  312. TextLabel_2.BackgroundTransparency = 1
  313. TextLabel_2.BorderSizePixel = 0
  314. TextLabel_2.Position = UDim2.new(-0.00011458993, 0, 0.83138901, 0)
  315. TextLabel_2.Size = UDim2.new(0, 59, 0, 33)
  316. TextLabel_2.Font = Enum.Font.GothamBold
  317. TextLabel_2.Text = "By: Waffles1654"
  318. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  319. TextLabel_2.TextScaled = true
  320. TextLabel_2.TextSize = 23
  321. TextLabel_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement