Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
1,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.76 KB | None | 0 0
  1. -- // If You Take MY Scripts Give Credit \\
  2. -- // scripter/gui Creator Roblox Pain \\
  3. -- Instances:
  4. local Dragonballzfinalstand = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local FarmKickBoxer = Instance.new("TextButton")
  8. local StrongNPC = Instance.new("TextLabel")
  9. local title = Instance.new("TextLabel")
  10. local FarmPurpleFT = Instance.new("TextButton")
  11. local FarmKungKu = Instance.new("TextButton")
  12. local title_2 = Instance.new("TextButton")
  13. local FarmEvilSaiyan = Instance.new("TextButton")
  14. local FarmAndriod18 = Instance.new("TextButton")
  15. local FarmPrototype = Instance.new("TextButton")
  16. local FarmEvilmajin = Instance.new("TextButton")
  17. local FarmUnivCham = Instance.new("TextButton")
  18. local FarmEvilNamek = Instance.new("TextButton")
  19. local FarmAndriod17 = Instance.new("TextButton")
  20. local farmEvilCrane = Instance.new("TextButton")
  21. local FarmSaibared = Instance.new("TextButton")
  22. local RobloxPain = Instance.new("TextButton")
  23. local _2frame = Instance.new("Frame")
  24. local _2Frame = Instance.new("Frame")
  25. local FarmSnake = Instance.new("TextButton")
  26. local TextLabel = Instance.new("TextLabel")
  27. local TextLabel_2 = Instance.new("TextLabel")
  28. local title_3 = Instance.new("TextButton")
  29. local FarmBear = Instance.new("TextButton")
  30. local FarmGorilla = Instance.new("TextButton")
  31. local FarmAlien = Instance.new("TextButton")
  32. local FarmBrute = Instance.new("TextButton")
  33. local FarmThug = Instance.new("TextButton")
  34. local FarmCorrupt = Instance.new("TextButton")
  35. local FarmBlackS = Instance.new("TextButton")
  36. local FarmSocrpion = Instance.new("TextButton")
  37. local RobloxPain_2 = Instance.new("TextButton")
  38. --Properties:
  39. Dragonballzfinalstand.Name = "Dragon ball z final stand"
  40. Dragonballzfinalstand.Parent = game.CoreGui
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = Dragonballzfinalstand
  44. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  45. Main.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  46. Main.BorderSizePixel = 5
  47. Main.Position = UDim2.new(0.265399516, 0, 0.140310049, 0)
  48. Main.Size = UDim2.new(0, 314, 0, 408)
  49. Main.Active = true
  50. Main.Draggable = true
  51.  
  52. Frame.Parent = Main
  53. Frame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  54. Frame.BorderColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  55. Frame.BorderSizePixel = 5
  56. Frame.Position = UDim2.new(0.0339754596, 0, 0.199823081, 0)
  57. Frame.Size = UDim2.new(0, 292, 0, 293)
  58.  
  59. FarmKickBoxer.Name = "FarmKickBoxer"
  60. FarmKickBoxer.Parent = Frame
  61. FarmKickBoxer.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  62. FarmKickBoxer.BorderColor3 = Color3.new(0, 0, 0)
  63. FarmKickBoxer.BorderSizePixel = 3
  64. FarmKickBoxer.Position = UDim2.new(0.0229825024, 0, 0.089731656, 0)
  65. FarmKickBoxer.Size = UDim2.new(0, 127, 0, 32)
  66. FarmKickBoxer.Font = Enum.Font.Fantasy
  67. FarmKickBoxer.Text = "Farm Kick Boxer"
  68. FarmKickBoxer.TextColor3 = Color3.new(0, 0, 0)
  69. FarmKickBoxer.TextSize = 15
  70. FarmKickBoxer.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  71. FarmKickBoxer.MouseButton1Down:connect(function()
  72. if KickFarming == false then
  73. KickFarming = true
  74. FarmKickBoxer.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  75. else
  76. KickFarming = false
  77. FarmKickBoxer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  78. Stepped:Disconnect()
  79. end
  80.  
  81. local runService = game:GetService('RunService')
  82.  
  83.  
  84. if KickFarming then
  85. Stepped = runService.Stepped:Connect(function()
  86. for i,v in pairs(workspace.Live:GetChildren()) do
  87. if string.find(v.Name, "Kick") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  88. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  89. end
  90. end
  91. end)
  92. end
  93. wait()
  94. for i,v in pairs(workspace:GetChildren()) do
  95. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  97. end
  98. end
  99. end)
  100.  
  101. StrongNPC.Name = "Strong NPC"
  102. StrongNPC.Parent = Frame
  103. StrongNPC.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  104. StrongNPC.BackgroundTransparency = 1
  105. StrongNPC.Position = UDim2.new(0.228485078, 0, -0.173993468, 0)
  106. StrongNPC.Size = UDim2.new(0, 200, 0, 50)
  107. StrongNPC.Font = Enum.Font.Fantasy
  108. StrongNPC.Text = "PC's Strong"
  109. StrongNPC.TextColor3 = Color3.new(1, 0, 0)
  110. StrongNPC.TextSize = 40
  111.  
  112. title.Name = "title"
  113. title.Parent = Frame
  114. title.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  115. title.BackgroundTransparency = 1
  116. title.BorderColor3 = Color3.new(0.666667, 0.666667, 1)
  117. title.Position = UDim2.new(-0.107330605, 0, -0.173993468, 0)
  118. title.Size = UDim2.new(0, 200, 0, 50)
  119. title.Font = Enum.Font.Fantasy
  120. title.Text = "N"
  121. title.TextColor3 = Color3.new(0.333333, 1, 1)
  122. title.TextSize = 40
  123.  
  124. FarmPurpleFT.Name = "FarmPurpleFT"
  125. FarmPurpleFT.Parent = Frame
  126. FarmPurpleFT.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  127. FarmPurpleFT.BorderColor3 = Color3.new(0, 0, 0)
  128. FarmPurpleFT.BorderSizePixel = 3
  129. FarmPurpleFT.Position = UDim2.new(0.528013647, 0, 0.089731656, 0)
  130. FarmPurpleFT.Size = UDim2.new(0, 127, 0, 32)
  131. FarmPurpleFT.Font = Enum.Font.Fantasy
  132. FarmPurpleFT.Text = "Farm Purple Ft"
  133. FarmPurpleFT.TextColor3 = Color3.new(0, 0, 0)
  134. FarmPurpleFT.TextSize = 15
  135. FarmPurpleFT.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  136. FarmPurpleFT.MouseButton1Down:connect(function()
  137. if purpsFarming == false then
  138. purpsFarming = true
  139. FarmPurpleFT.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  140. else
  141. purpsFarming = false
  142. FarmPurpleFT.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  143. Stepped:Disconnect()
  144. end
  145.  
  146. local runService = game:GetService('RunService')
  147.  
  148.  
  149. if purpsFarming then
  150. Stepped = runService.Stepped:Connect(function()
  151. for i,v in pairs(workspace.Live:GetChildren()) do
  152. if string.find(v.Name, "Purple") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  154. end
  155. end
  156. end)
  157. end
  158. wait()
  159. for i,v in pairs(workspace:GetChildren()) do
  160. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  162. end
  163. end
  164. end)
  165.  
  166. FarmKungKu.Name = "FarmKungKu"
  167. FarmKungKu.Parent = Frame
  168. FarmKungKu.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  169. FarmKungKu.BorderColor3 = Color3.new(0, 0, 0)
  170. FarmKungKu.BorderSizePixel = 3
  171. FarmKungKu.Position = UDim2.new(0.528013647, 0, 0.234460354, 0)
  172. FarmKungKu.Size = UDim2.new(0, 127, 0, 32)
  173. FarmKungKu.Font = Enum.Font.Fantasy
  174. FarmKungKu.Text = "Farm Kung Fu"
  175. FarmKungKu.TextColor3 = Color3.new(0, 0, 0)
  176. FarmKungKu.TextSize = 15
  177. FarmKungKu.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  178.  
  179. title_2.Name = "title"
  180. title_2.Parent = Frame
  181. title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  182. title_2.BackgroundTransparency = 1
  183. title_2.BorderColor3 = Color3.new(0.333333, 0, 0)
  184. title_2.Position = UDim2.new(-0.0246450361, 0, 1.03219211, 0)
  185. title_2.Size = UDim2.new(0, 306, 0, 16)
  186. title_2.Font = Enum.Font.Fantasy
  187. title_2.Text = "If You Cant Hit The Mob Rest "
  188. title_2.TextColor3 = Color3.new(0.333333, 1, 1)
  189. title_2.TextSize = 20
  190. title_2.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  191.  
  192. FarmEvilSaiyan.Name = "Farm Evil Saiyan"
  193. FarmEvilSaiyan.Parent = Frame
  194. FarmEvilSaiyan.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  195. FarmEvilSaiyan.BorderColor3 = Color3.new(0, 0, 0)
  196. FarmEvilSaiyan.BorderSizePixel = 3
  197. FarmEvilSaiyan.Position = UDim2.new(0.0245890021, 0, 0.237499893, 0)
  198. FarmEvilSaiyan.Size = UDim2.new(0, 127, 0, 32)
  199. FarmEvilSaiyan.Font = Enum.Font.Fantasy
  200. FarmEvilSaiyan.Text = "Farm Evil Saiyan"
  201. FarmEvilSaiyan.TextColor3 = Color3.new(0, 0, 0)
  202. FarmEvilSaiyan.TextSize = 15
  203. FarmEvilSaiyan.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  204. FarmEvilSaiyan.MouseButton1Down:connect(function()
  205. if EvilFarming == false then
  206. EvilFarming = true
  207. FarmEvilSaiyan.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  208. else
  209. EvilFarming = false
  210. FarmEvilSaiyan.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  211. Stepped:Disconnect()
  212. end
  213.  
  214. local runService = game:GetService('RunService')
  215.  
  216.  
  217. if EvilFarming then
  218. Stepped = runService.Stepped:Connect(function()
  219. for i,v in pairs(workspace.Live:GetChildren()) do
  220. if string.find(v.Name, "Evil Saiyan") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  222. end
  223. end
  224. end)
  225. end
  226. wait()
  227. for i,v in pairs(workspace:GetChildren()) do
  228. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  230. end
  231. end
  232. end)
  233.  
  234. FarmAndriod18.Name = "Farm Andriod 18"
  235. FarmAndriod18.Parent = Frame
  236. FarmAndriod18.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  237. FarmAndriod18.BorderColor3 = Color3.new(0, 0, 0)
  238. FarmAndriod18.BorderSizePixel = 3
  239. FarmAndriod18.Position = UDim2.new(0.528013647, 0, 0.389895529, 0)
  240. FarmAndriod18.Size = UDim2.new(0, 127, 0, 32)
  241. FarmAndriod18.Font = Enum.Font.Fantasy
  242. FarmAndriod18.Text = "Farm Andriod 18"
  243. FarmAndriod18.TextColor3 = Color3.new(0, 0, 0)
  244. FarmAndriod18.TextSize = 15
  245. FarmAndriod18.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  246. FarmAndriod18.MouseButton1Down:connect(function()
  247. if AndriodFarming == false then
  248. AndriodFarming = true
  249. FarmAndriod18.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  250. else
  251. AndriodFarming = false
  252. FarmAndriod18.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  253. Stepped:Disconnect()
  254. end
  255.  
  256. local runService = game:GetService('RunService')
  257.  
  258.  
  259. if AndriodFarming then
  260. Stepped = runService.Stepped:Connect(function()
  261. for i,v in pairs(workspace.Live:GetChildren()) do
  262. if string.find(v.Name, "Android 18") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  263. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  264. end
  265. end
  266. end)
  267. end
  268. wait()
  269. for i,v in pairs(workspace:GetChildren()) do
  270. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  271. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  272. end
  273. end
  274. end)
  275.  
  276. FarmPrototype.Name = "Farm Prototype"
  277. FarmPrototype.Parent = Frame
  278. FarmPrototype.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  279. FarmPrototype.BorderColor3 = Color3.new(0, 0, 0)
  280. FarmPrototype.BorderSizePixel = 3
  281. FarmPrototype.Position = UDim2.new(0.528013647, 0, 0.54118526, 0)
  282. FarmPrototype.Size = UDim2.new(0, 127, 0, 32)
  283. FarmPrototype.Font = Enum.Font.Fantasy
  284. FarmPrototype.Text = "Farm Prototype"
  285. FarmPrototype.TextColor3 = Color3.new(0, 0, 0)
  286. FarmPrototype.TextSize = 15
  287. FarmPrototype.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  288. FarmPrototype.MouseButton1Down:connect(function()
  289. if AndriodFarming == false then
  290. AndriodFarming = true
  291. FarmPrototype.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  292. else
  293. AndriodFarming = false
  294. FarmPrototype.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  295. Stepped:Disconnect()
  296. end
  297.  
  298. local runService = game:GetService('RunService')
  299.  
  300.  
  301. if AndriodFarming then
  302. Stepped = runService.Stepped:Connect(function()
  303. for i,v in pairs(workspace.Live:GetChildren()) do
  304. if string.find(v.Name, "Android Prot") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  306. end
  307. end
  308. end)
  309. end
  310. wait()
  311. for i,v in pairs(workspace:GetChildren()) do
  312. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  313. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  314. end
  315. end
  316. end)
  317.  
  318. FarmEvilmajin.Name = "Farm Evil majin"
  319. FarmEvilmajin.Parent = Frame
  320. FarmEvilmajin.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  321. FarmEvilmajin.BorderColor3 = Color3.new(0, 0, 0)
  322. FarmEvilmajin.BorderSizePixel = 3
  323. FarmEvilmajin.Position = UDim2.new(0.528013647, 0, 0.692242503, 0)
  324. FarmEvilmajin.Size = UDim2.new(0, 127, 0, 32)
  325. FarmEvilmajin.Font = Enum.Font.Fantasy
  326. FarmEvilmajin.Text = "Farm Evil majin"
  327. FarmEvilmajin.TextColor3 = Color3.new(0, 0, 0)
  328. FarmEvilmajin.TextSize = 15
  329. FarmEvilmajin.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  330. FarmEvilmajin.MouseButton1Down:connect(function()
  331. if majinFarming == false then
  332. majinFarming = true
  333. FarmEvilmajin.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  334. else
  335. majinFarming = false
  336. FarmEvilmajin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  337. Stepped:Disconnect()
  338. end
  339.  
  340. local runService = game:GetService('RunService')
  341.  
  342.  
  343. if majinFarming then
  344. Stepped = runService.Stepped:Connect(function()
  345. for i,v in pairs(workspace.Live:GetChildren()) do
  346. if string.find(v.Name, "Evil Majin") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  347. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  348. end
  349. end
  350. end)
  351. end
  352. wait()
  353. for i,v in pairs(workspace:GetChildren()) do
  354. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  355. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  356. end
  357. end
  358. end)
  359.  
  360. FarmUnivCham.Name = "Farm Univ Cham"
  361. FarmUnivCham.Parent = Frame
  362. FarmUnivCham.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  363. FarmUnivCham.BorderColor3 = Color3.new(0, 0, 0)
  364. FarmUnivCham.BorderSizePixel = 3
  365. FarmUnivCham.Position = UDim2.new(0.528013647, 0, 0.849068701, 0)
  366. FarmUnivCham.Size = UDim2.new(0, 127, 0, 32)
  367. FarmUnivCham.Font = Enum.Font.Fantasy
  368. FarmUnivCham.Text = "Farm Univ Cham"
  369. FarmUnivCham.TextColor3 = Color3.new(0, 0, 0)
  370. FarmUnivCham.TextSize = 15
  371. FarmUnivCham.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  372. FarmUnivCham.MouseButton1Down:connect(function()
  373. if UnviFarming == false then
  374. UnviFarming = true
  375. FarmUnivCham.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  376. else
  377. UnviFarming = false
  378. FarmUnivCham.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  379. Stepped:Disconnect()
  380. end
  381.  
  382. local runService = game:GetService('RunService')
  383.  
  384.  
  385. if UnviFarming then
  386. Stepped = runService.Stepped:Connect(function()
  387. for i,v in pairs(workspace.Live:GetChildren()) do
  388. if string.find(v.Name, "Universal") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  389. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  390. end
  391. end
  392. end)
  393. end
  394. wait()
  395. for i,v in pairs(workspace:GetChildren()) do
  396. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  397. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  398. end
  399. end
  400. end)
  401.  
  402. FarmEvilNamek.Name = "Farm Evil Namek"
  403. FarmEvilNamek.Parent = Frame
  404. FarmEvilNamek.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  405. FarmEvilNamek.BorderColor3 = Color3.new(0, 0, 0)
  406. FarmEvilNamek.BorderSizePixel = 3
  407. FarmEvilNamek.Position = UDim2.new(0.0177396871, 0, 0.387881458, 0)
  408. FarmEvilNamek.Size = UDim2.new(0, 127, 0, 32)
  409. FarmEvilNamek.Font = Enum.Font.Fantasy
  410. FarmEvilNamek.Text = "Farm Evil namek"
  411. FarmEvilNamek.TextColor3 = Color3.new(0, 0, 0)
  412. FarmEvilNamek.TextSize = 15
  413. FarmEvilNamek.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  414. FarmEvilNamek.MouseButton1Down:connect(function()
  415. if Farming == false then
  416. Farming = true
  417. FarmEvilNamek.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  418. else
  419. Farming = false
  420. FarmEvilNamek.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  421. Stepped:Disconnect()
  422. end
  423.  
  424. local runService = game:GetService('RunService')
  425.  
  426.  
  427. if Farming then
  428. Stepped = runService.Stepped:Connect(function()
  429. for i,v in pairs(workspace.Live:GetChildren()) do
  430. if string.find(v.Name, "Evil Namek") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  432. end
  433. end
  434. end)
  435. end
  436. wait()
  437. for i,v in pairs(workspace:GetChildren()) do
  438. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  440. end
  441. end
  442. end)
  443.  
  444. FarmAndriod17.Name = "Farm Andriod 17"
  445. FarmAndriod17.Parent = Frame
  446. FarmAndriod17.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  447. FarmAndriod17.BorderColor3 = Color3.new(0, 0, 0)
  448. FarmAndriod17.BorderSizePixel = 3
  449. FarmAndriod17.Position = UDim2.new(0.0245890021, 0, 0.541785359, 0)
  450. FarmAndriod17.Size = UDim2.new(0, 127, 0, 32)
  451. FarmAndriod17.Font = Enum.Font.Fantasy
  452. FarmAndriod17.Text = "Farm Andriod 17"
  453. FarmAndriod17.TextColor3 = Color3.new(0, 0, 0)
  454. FarmAndriod17.TextSize = 15
  455. FarmAndriod17.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  456. FarmAndriod17.MouseButton1Down:connect(function()
  457. if AndFarming == false then
  458. AndFarming = true
  459. FarmAndriod17.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  460. else
  461. AndFarming = false
  462. FarmAndriod17.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  463. Stepped:Disconnect()
  464. end
  465.  
  466. local runService = game:GetService('RunService')
  467.  
  468.  
  469. if AndFarming then
  470. Stepped = runService.Stepped:Connect(function()
  471. for i,v in pairs(workspace.Live:GetChildren()) do
  472. if string.find(v.Name, "Android 17") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  473. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  474. end
  475. end
  476. end)
  477. end
  478. wait()
  479. for i,v in pairs(workspace:GetChildren()) do
  480. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  481. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  482. end
  483. end
  484. end)
  485.  
  486. farmEvilCrane.Name = "farm Evil Crane"
  487. farmEvilCrane.Parent = Frame
  488. farmEvilCrane.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  489. farmEvilCrane.BorderColor3 = Color3.new(0, 0, 0)
  490. farmEvilCrane.BorderSizePixel = 3
  491. farmEvilCrane.Position = UDim2.new(0.0177396871, 0, 0.692615986, 0)
  492. farmEvilCrane.Size = UDim2.new(0, 127, 0, 32)
  493. farmEvilCrane.Font = Enum.Font.Fantasy
  494. farmEvilCrane.Text = "Farm Evil Crane"
  495. farmEvilCrane.TextColor3 = Color3.new(0, 0, 0)
  496. farmEvilCrane.TextSize = 15
  497. farmEvilCrane.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  498. farmEvilCrane.MouseButton1Down:connect(function()
  499. if EvilFarming == false then
  500. EvilFarming = true
  501. farmEvilCrane.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  502. else
  503. EvilFarming = false
  504. farmEvilCrane.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  505. Stepped:Disconnect()
  506. end
  507.  
  508. local runService = game:GetService('RunService')
  509.  
  510.  
  511. if EvilFarming then
  512. Stepped = runService.Stepped:Connect(function()
  513. for i,v in pairs(workspace.Live:GetChildren()) do
  514. if string.find(v.Name, "Evil Crane") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  515. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  516. end
  517. end
  518. end)
  519. end
  520. wait()
  521. for i,v in pairs(workspace:GetChildren()) do
  522. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  524. end
  525. end
  526. end)
  527.  
  528. FarmSaibared.Name = "Farm Saibared"
  529. FarmSaibared.Parent = Frame
  530. FarmSaibared.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  531. FarmSaibared.BorderColor3 = Color3.new(0, 0, 0)
  532. FarmSaibared.BorderSizePixel = 3
  533. FarmSaibared.Position = UDim2.new(0.0245890021, 0, 0.849068701, 0)
  534. FarmSaibared.Size = UDim2.new(0, 127, 0, 32)
  535. FarmSaibared.Font = Enum.Font.Fantasy
  536. FarmSaibared.Text = "Farm Saibared"
  537. FarmSaibared.TextColor3 = Color3.new(0, 0, 0)
  538. FarmSaibared.TextSize = 15
  539. FarmSaibared.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  540. FarmSaibared.MouseButton1Down:connect(function()
  541. if SaibFarming == false then
  542. SaibFarming = true
  543. FarmSaibared.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  544. else
  545. SaibFarming = false
  546. FarmSaibared.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  547. Stepped:Disconnect()
  548. end
  549.  
  550. local runService = game:GetService('RunService')
  551.  
  552.  
  553. if SaibFarming then
  554. Stepped = runService.Stepped:Connect(function()
  555. for i,v in pairs(workspace.Live:GetChildren()) do
  556. if string.find(v.Name, "Saib") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  558. end
  559. end
  560. end)
  561. end
  562. wait()
  563. for i,v in pairs(workspace:GetChildren()) do
  564. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  565. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  566. end
  567. end
  568. end)
  569.  
  570. RobloxPain.Name = "Roblox Pain"
  571. RobloxPain.Parent = Frame
  572. RobloxPain.BackgroundColor3 = Color3.new(0, 0, 0)
  573. RobloxPain.BorderColor3 = Color3.new(0, 0, 0)
  574. RobloxPain.BorderSizePixel = 3
  575. RobloxPain.Position = UDim2.new(0.148441896, 0, -0.353583097, 0)
  576. RobloxPain.Size = UDim2.new(0, 204, 0, 26)
  577. RobloxPain.Font = Enum.Font.Fantasy
  578. RobloxPain.Text = "Scripter:Roblox pain"
  579. RobloxPain.TextColor3 = Color3.new(0.333333, 1, 1)
  580. RobloxPain.TextSize = 20
  581. RobloxPain.TextStrokeColor3 = Color3.new(0, 1, 0)
  582.  
  583. _2frame.Name = "2frame"
  584. _2frame.Parent = Main
  585. _2frame.BackgroundColor3 = Color3.new(0, 0, 0)
  586. _2frame.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  587. _2frame.BorderSizePixel = 5
  588. _2frame.Position = UDim2.new(1.08212185, 0, 0.0417693779, 0)
  589. _2frame.Size = UDim2.new(0, 314, 0, 388)
  590.  
  591. _2Frame.Name = "2Frame"
  592. _2Frame.Parent = _2frame
  593. _2Frame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  594. _2Frame.BorderColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  595. _2Frame.BorderSizePixel = 5
  596. _2Frame.Position = UDim2.new(0.03397559, 0, 0.181150019, 0)
  597. _2Frame.Size = UDim2.new(0, 292, 0, 263)
  598.  
  599. FarmSnake.Name = "Farm Snake"
  600. FarmSnake.Parent = _2Frame
  601. FarmSnake.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  602. FarmSnake.BorderColor3 = Color3.new(0, 0, 0)
  603. FarmSnake.BorderSizePixel = 3
  604. FarmSnake.Position = UDim2.new(0.0229825024, 0, 0.0691898018, 0)
  605. FarmSnake.Size = UDim2.new(0, 127, 0, 32)
  606. FarmSnake.Font = Enum.Font.Fantasy
  607. FarmSnake.Text = "FARM SNAKE"
  608. FarmSnake.TextColor3 = Color3.new(0, 0, 0)
  609. FarmSnake.TextSize = 15
  610. FarmSnake.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  611. FarmSnake.MouseButton1Down:connect(function()
  612. if SnakeFarming == false then
  613. SnakeFarming = true
  614. FarmSnake.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  615. else
  616. SnakeFarming = false
  617. FarmSnake.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  618. Stepped:Disconnect()
  619. end
  620.  
  621. local runService = game:GetService('RunService')
  622.  
  623.  
  624. if SnakeFarming then
  625. Stepped = runService.Stepped:Connect(function()
  626. for i,v in pairs(workspace.Live:GetChildren()) do
  627. if string.find(v.Name, "Snake") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  628. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  629. end
  630. end
  631. end)
  632. end
  633. wait()
  634. for i,v in pairs(workspace:GetChildren()) do
  635. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  636. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  637. end
  638. end
  639. end)
  640.  
  641. TextLabel.Parent = _2Frame
  642. TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  643. TextLabel.BackgroundTransparency = 1
  644. TextLabel.Position = UDim2.new(0.180539891, 0, -0.193356872, 0)
  645. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  646. TextLabel.Font = Enum.Font.Fantasy
  647. TextLabel.Text = "PC'S Weak"
  648. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  649. TextLabel.TextSize = 40
  650.  
  651. TextLabel_2.Parent = _2Frame
  652. TextLabel_2.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  653. TextLabel_2.BackgroundTransparency = 1
  654. TextLabel_2.BorderColor3 = Color3.new(0.666667, 0.666667, 1)
  655. TextLabel_2.Position = UDim2.new(-0.00116615742, 0, -0.193356872, 0)
  656. TextLabel_2.Size = UDim2.new(0, 116, 0, 50)
  657. TextLabel_2.Font = Enum.Font.Fantasy
  658. TextLabel_2.Text = "N"
  659. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 1)
  660. TextLabel_2.TextSize = 40
  661.  
  662. title_3.Name = "title"
  663. title_3.Parent = _2Frame
  664. title_3.BackgroundColor3 = Color3.new(0, 0, 0)
  665. title_3.BorderColor3 = Color3.new(0.333333, 0, 0)
  666. title_3.BorderSizePixel = 0
  667. title_3.Position = UDim2.new(-0.0246450361, 0, 1.14485669, 0)
  668. title_3.Size = UDim2.new(0, 306, 0, 16)
  669. title_3.Font = Enum.Font.Fantasy
  670. title_3.Text = "If You Cant Hit The Mob Rest "
  671. title_3.TextColor3 = Color3.new(0.333333, 1, 1)
  672. title_3.TextSize = 20
  673. title_3.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  674.  
  675. FarmBear.Name = "Farm Bear"
  676. FarmBear.Parent = _2Frame
  677. FarmBear.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  678. FarmBear.BorderColor3 = Color3.new(0, 0, 0)
  679. FarmBear.BorderSizePixel = 3
  680. FarmBear.Position = UDim2.new(0.0245890021, 0, 0.263021499, 0)
  681. FarmBear.Size = UDim2.new(0, 127, 0, 32)
  682. FarmBear.Font = Enum.Font.Fantasy
  683. FarmBear.Text = "Farm Bear"
  684. FarmBear.TextColor3 = Color3.new(0, 0, 0)
  685. FarmBear.TextSize = 15
  686. FarmBear.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  687. FarmBear.MouseButton1Down:connect(function()
  688. if BearFarming == false then
  689. BearFarming = true
  690. FarmBear.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  691. else
  692. BearFarming = false
  693. FarmBear.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  694. Stepped:Disconnect()
  695. end
  696.  
  697. local runService = game:GetService('RunService')
  698.  
  699.  
  700. if BearFarming then
  701. Stepped = runService.Stepped:Connect(function()
  702. for i,v in pairs(workspace.Live:GetChildren()) do
  703. if string.find(v.Name, "Bear") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  704. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  705. end
  706. end
  707. end)
  708. end
  709. wait()
  710. for i,v in pairs(workspace:GetChildren()) do
  711. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  712. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  713. end
  714. end
  715. end)
  716.  
  717. FarmGorilla.Name = "Farm Gorilla"
  718. FarmGorilla.Parent = _2Frame
  719. FarmGorilla.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  720. FarmGorilla.BorderColor3 = Color3.new(0, 0, 0)
  721. FarmGorilla.BorderSizePixel = 3
  722. FarmGorilla.Position = UDim2.new(0.524589002, 0, 0.0691897571, 0)
  723. FarmGorilla.Size = UDim2.new(0, 127, 0, 32)
  724. FarmGorilla.Font = Enum.Font.Fantasy
  725. FarmGorilla.Text = "FARM Gorilla"
  726. FarmGorilla.TextColor3 = Color3.new(0, 0, 0)
  727. FarmGorilla.TextSize = 15
  728. FarmGorilla.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  729. FarmGorilla.MouseButton1Down:connect(function()
  730. if GorillaFarming == false then
  731. GorillaFarming = true
  732. FarmGorilla.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  733. else
  734. GorillaFarming = false
  735. FarmGorilla.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  736. Stepped:Disconnect()
  737. end
  738.  
  739. local runService = game:GetService('RunService')
  740.  
  741.  
  742. if GorillaFarming then
  743. Stepped = runService.Stepped:Connect(function()
  744. for i,v in pairs(workspace.Live:GetChildren()) do
  745. if string.find(v.Name, "Gorilla") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  746. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  747. end
  748. end
  749. end)
  750. end
  751. wait()
  752. for i,v in pairs(workspace:GetChildren()) do
  753. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  754. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  755. end
  756. end
  757. end)
  758.  
  759. FarmAlien.Name = "Farm Alien"
  760. FarmAlien.Parent = _2Frame
  761. FarmAlien.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  762. FarmAlien.BorderColor3 = Color3.new(0, 0, 0)
  763. FarmAlien.BorderSizePixel = 3
  764. FarmAlien.Position = UDim2.new(0.0211643446, 0, 0.65027386, 0)
  765. FarmAlien.Size = UDim2.new(0, 127, 0, 32)
  766. FarmAlien.Font = Enum.Font.Fantasy
  767. FarmAlien.Text = "FARM Alien"
  768. FarmAlien.TextColor3 = Color3.new(0, 0, 0)
  769. FarmAlien.TextSize = 15
  770. FarmAlien.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  771. FarmAlien.MouseButton1Down:connect(function()
  772. if AlienFarming == false then
  773. AlienFarming = true
  774. FarmAlien.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  775. else
  776. AlienFarming = false
  777. FarmAlien.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  778. Stepped:Disconnect()
  779. end
  780.  
  781. local runService = game:GetService('RunService')
  782.  
  783.  
  784. if AlienFarming then
  785. Stepped = runService.Stepped:Connect(function()
  786. for i,v in pairs(workspace.Live:GetChildren()) do
  787. if string.find(v.Name, "Alien") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  788. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  789. end
  790. end
  791. end)
  792. end
  793. wait()
  794. for i,v in pairs(workspace:GetChildren()) do
  795. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  796. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  797. end
  798. end
  799. end)
  800.  
  801. FarmBrute.Name = "Farm Brute"
  802. FarmBrute.Parent = _2Frame
  803. FarmBrute.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  804. FarmBrute.BorderColor3 = Color3.new(0, 0, 0)
  805. FarmBrute.BorderSizePixel = 3
  806. FarmBrute.Position = UDim2.new(0.524589002, 0, 0.263021499, 0)
  807. FarmBrute.Size = UDim2.new(0, 127, 0, 32)
  808. FarmBrute.Font = Enum.Font.Fantasy
  809. FarmBrute.Text = "Farm Brute"
  810. FarmBrute.TextColor3 = Color3.new(0, 0, 0)
  811. FarmBrute.TextSize = 15
  812. FarmBrute.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  813. FarmBrute.MouseButton1Down:connect(function()
  814. if BruteFarming == false then
  815. BruteFarming = true
  816. FarmBrute.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  817. else
  818. BruteFarming = false
  819. FarmBrute.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  820. Stepped:Disconnect()
  821. end
  822.  
  823. local runService = game:GetService('RunService')
  824.  
  825.  
  826. if BruteFarming then
  827. Stepped = runService.Stepped:Connect(function()
  828. for i,v in pairs(workspace.Live:GetChildren()) do
  829. if string.find(v.Name, "Brute") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  830. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  831. end
  832. end
  833. end)
  834. end
  835. wait()
  836. for i,v in pairs(workspace:GetChildren()) do
  837. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  838. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  839. end
  840. end
  841. end)
  842.  
  843.  
  844. FarmThug.Name = "Farm Thug"
  845. FarmThug.Parent = _2Frame
  846. FarmThug.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  847. FarmThug.BorderColor3 = Color3.new(0, 0, 0)
  848. FarmThug.BorderSizePixel = 3
  849. FarmThug.Position = UDim2.new(0.0245890021, 0, 0.445771873, 0)
  850. FarmThug.Size = UDim2.new(0, 127, 0, 32)
  851. FarmThug.Font = Enum.Font.Fantasy
  852. FarmThug.Text = "Farm Thug"
  853. FarmThug.TextColor3 = Color3.new(0, 0, 0)
  854. FarmThug.TextSize = 15
  855. FarmThug.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  856. FarmThug.MouseButton1Down:connect(function()
  857. if ThugFarming == false then
  858. ThugFarming = true
  859. FarmThug.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  860. else
  861. ThugFarming = false
  862. FarmThug.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  863. Stepped:Disconnect()
  864. end
  865.  
  866. local runService = game:GetService('RunService')
  867.  
  868.  
  869. if ThugFarming then
  870. Stepped = runService.Stepped:Connect(function()
  871. for i,v in pairs(workspace.Live:GetChildren()) do
  872. if string.find(v.Name, "Thug") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  873. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  874. end
  875. end
  876. end)
  877. end
  878. wait()
  879. for i,v in pairs(workspace:GetChildren()) do
  880. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  881. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  882. end
  883. end
  884. end)
  885.  
  886. FarmCorrupt.Name = "Farm Corrupt"
  887. FarmCorrupt.Parent = _2Frame
  888. FarmCorrupt.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  889. FarmCorrupt.BorderColor3 = Color3.new(0, 0, 0)
  890. FarmCorrupt.BorderSizePixel = 3
  891. FarmCorrupt.Position = UDim2.new(0.524589002, 0, 0.442840129, 0)
  892. FarmCorrupt.Size = UDim2.new(0, 127, 0, 32)
  893. FarmCorrupt.Font = Enum.Font.Fantasy
  894. FarmCorrupt.Text = "Farm Corrupt "
  895. FarmCorrupt.TextColor3 = Color3.new(0, 0, 0)
  896. FarmCorrupt.TextSize = 15
  897. FarmCorrupt.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  898. FarmCorrupt.MouseButton1Down:connect(function()
  899. if CorruptFarming == false then
  900. CorruptFarming = true
  901. FarmCorrupt.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  902. else
  903. CorruptFarming = false
  904. FarmCorrupt.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  905. Stepped:Disconnect()
  906. end
  907.  
  908. local runService = game:GetService('RunService')
  909.  
  910.  
  911. if CorruptFarming then
  912. Stepped = runService.Stepped:Connect(function()
  913. for i,v in pairs(workspace.Live:GetChildren()) do
  914. if string.find(v.Name, "Corrupt") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  915. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  916. end
  917. end
  918. end)
  919. end
  920. wait()
  921. for i,v in pairs(workspace:GetChildren()) do
  922. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  923. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  924. end
  925. end
  926. end)
  927.  
  928. FarmBlackS.Name = "Farm Black S"
  929. FarmBlackS.Parent = _2Frame
  930. FarmBlackS.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  931. FarmBlackS.BorderColor3 = Color3.new(0, 0, 0)
  932. FarmBlackS.BorderSizePixel = 3
  933. FarmBlackS.Position = UDim2.new(0.524589002, 0, 0.65027386, 0)
  934. FarmBlackS.Size = UDim2.new(0, 127, 0, 32)
  935. FarmBlackS.Font = Enum.Font.Fantasy
  936. FarmBlackS.Text = "FARM Tanks"
  937. FarmBlackS.TextColor3 = Color3.new(0, 0, 0)
  938. FarmBlackS.TextSize = 15
  939. FarmBlackS.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  940. FarmBlackS.MouseButton1Down:connect(function()
  941. if blackFarming == false then
  942. blackFarming = true
  943. FarmBlackS.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  944. else
  945. blackFarming = false
  946. FarmBlackS.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  947. Stepped:Disconnect()
  948. end
  949.  
  950. local runService = game:GetService('RunService')
  951.  
  952.  
  953. if blackFarming then
  954. Stepped = runService.Stepped:Connect(function()
  955. for i,v in pairs(workspace.Live:GetChildren()) do
  956. if string.find(v.Name, "Tank") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  957. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  958. end
  959. end
  960. end)
  961. end
  962. wait()
  963. for i,v in pairs(workspace:GetChildren()) do
  964. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  965. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  966. end
  967. end
  968. end)
  969.  
  970. FarmSocrpion.Name = "Farm Socrpion"
  971. FarmSocrpion.Parent = _2Frame
  972. FarmSocrpion.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  973. FarmSocrpion.BorderColor3 = Color3.new(0, 0, 0)
  974. FarmSocrpion.BorderSizePixel = 3
  975. FarmSocrpion.Position = UDim2.new(0.281438321, 0, 0.824902594, 0)
  976. FarmSocrpion.Size = UDim2.new(0, 127, 0, 32)
  977. FarmSocrpion.Font = Enum.Font.Fantasy
  978. FarmSocrpion.Text = "Farm Scorpion"
  979. FarmSocrpion.TextColor3 = Color3.new(0, 0, 0)
  980. FarmSocrpion.TextSize = 15
  981. FarmSocrpion.TextStrokeColor3 = Color3.new(0.666667, 1, 0.498039)
  982. FarmSocrpion.MouseButton1Down:connect(function()
  983. if ScorpionFarming == false then
  984. ScorpionFarming = true
  985. FarmSocrpion.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  986. else
  987. ScorpionFarming = false
  988. FarmSocrpion.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  989. Stepped:Disconnect()
  990. end
  991.  
  992. local runService = game:GetService('RunService')
  993.  
  994.  
  995. if ScorpionFarming then
  996. Stepped = runService.Stepped:Connect(function()
  997. for i,v in pairs(workspace.Live:GetChildren()) do
  998. if string.find(v.Name, "Scor") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  999. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  1000. end
  1001. end
  1002. end)
  1003. end
  1004. wait()
  1005. for i,v in pairs(workspace:GetChildren()) do
  1006. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  1007. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 0
  1008. end
  1009. end
  1010. end)
  1011.  
  1012. RobloxPain_2.Name = "Roblox Pain"
  1013. RobloxPain_2.Parent = _2frame
  1014. RobloxPain_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1015. RobloxPain_2.BorderColor3 = Color3.new(0, 0, 0)
  1016. RobloxPain_2.BorderSizePixel = 3
  1017. RobloxPain_2.Position = UDim2.new(0.141374335, 0, -0.0544173867, 0)
  1018. RobloxPain_2.Size = UDim2.new(0, 204, 0, 17)
  1019. RobloxPain_2.Font = Enum.Font.Fantasy
  1020. RobloxPain_2.Text = "Scripter:Roblox pain"
  1021. RobloxPain_2.TextColor3 = Color3.new(0.333333, 1, 1)
  1022. RobloxPain_2.TextSize = 20
  1023. RobloxPain_2.TextStrokeColor3 = Color3.new(0, 1, 0)
  1024. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement