Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.50 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local FarmMob = Instance.new("TextBox")
  8. local EasyQuests = Instance.new("TextButton")
  9. local AutoClick = Instance.new("TextButton")
  10. local StopFarm = Instance.new("TextButton")
  11. local Startfarm = Instance.new("TextButton")
  12. local NextPage = Instance.new("TextButton")
  13. local Open = Instance.new("TextButton")
  14. local Whitelist = Instance.new("Frame")
  15. local Title = Instance.new("TextBox")
  16. local TextBox = Instance.new("TextBox")
  17. local Enter = Instance.new("TextButton")
  18. local Page2 = Instance.new("Frame")
  19. local AttackPlayer = Instance.new("TextButton")
  20. local TextBox_2 = Instance.new("TextBox")
  21. local StopAttackingPlayer = Instance.new("TextButton")
  22. local Back = Instance.new("TextButton")
  23. local Close_2 = Instance.new("TextButton")
  24. --Properties:
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. MainFrame.Name = "MainFrame"
  29. MainFrame.Parent = ScreenGui
  30. MainFrame.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  31. MainFrame.BackgroundTransparency = 0.30000001192093
  32. MainFrame.Position = UDim2.new(0.0276243091, 0, 0.246073291, 0)
  33. MainFrame.Selectable = true
  34. MainFrame.Size = UDim2.new(0, 306, 0, 222)
  35. MainFrame.Visible = false
  36.  
  37. Close.Name = "Close"
  38. Close.Parent = MainFrame
  39. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  40. Close.Position = UDim2.new(0.918032765, 0, 0, 0)
  41. Close.Size = UDim2.new(0, 25, 0, 23)
  42. Close.Font = Enum.Font.SourceSans
  43. Close.Text = "X"
  44. Close.TextColor3 = Color3.new(0, 0, 0)
  45. Close.TextSize = 30
  46.  
  47. FarmMob.Name = "FarmMob"
  48. FarmMob.Parent = MainFrame
  49. FarmMob.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  50. FarmMob.BackgroundTransparency = 0.30000001192093
  51. FarmMob.Position = UDim2.new(0.498124868, 0, 0.54954952, 0)
  52. FarmMob.Size = UDim2.new(0, 153, 0, 50)
  53. FarmMob.Font = Enum.Font.SourceSans
  54. FarmMob.Text = "Name"
  55. FarmMob.TextColor3 = Color3.new(0, 0, 0)
  56. FarmMob.TextScaled = true
  57. FarmMob.TextSize = 20
  58. FarmMob.TextWrapped = true
  59.  
  60. EasyQuests.Name = "Easy Quests"
  61. EasyQuests.Parent = MainFrame
  62. EasyQuests.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  63. EasyQuests.Position = UDim2.new(0, 0, 0.77477479, 0)
  64. EasyQuests.Size = UDim2.new(0, 153, 0, 50)
  65. EasyQuests.Font = Enum.Font.SourceSans
  66. EasyQuests.Text = "Instant Quests"
  67. EasyQuests.TextColor3 = Color3.new(0, 0, 0)
  68. EasyQuests.TextScaled = true
  69. EasyQuests.TextSize = 14
  70. EasyQuests.TextWrapped = true
  71.  
  72. AutoClick.Name = "AutoClick"
  73. AutoClick.Parent = MainFrame
  74. AutoClick.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  75. AutoClick.Position = UDim2.new(0, 0, 0.54954952, 0)
  76. AutoClick.Size = UDim2.new(0, 153, 0, 50)
  77. AutoClick.Font = Enum.Font.SourceSans
  78. AutoClick.Text = "Autoclick"
  79. AutoClick.TextColor3 = Color3.new(0, 0, 0)
  80. AutoClick.TextScaled = true
  81. AutoClick.TextSize = 14
  82. AutoClick.TextWrapped = true
  83.  
  84. StopFarm.Name = "Stop Farm"
  85. StopFarm.Parent = MainFrame
  86. StopFarm.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  87. StopFarm.Position = UDim2.new(0, 0, 0.32432431, 0)
  88. StopFarm.Size = UDim2.new(0, 306, 0, 50)
  89. StopFarm.Font = Enum.Font.SourceSans
  90. StopFarm.Text = "Stop Farm"
  91. StopFarm.TextColor3 = Color3.new(0, 0, 0)
  92. StopFarm.TextScaled = true
  93. StopFarm.TextSize = 14
  94. StopFarm.TextWrapped = true
  95.  
  96. Startfarm.Name = "Start farm"
  97. Startfarm.Parent = MainFrame
  98. Startfarm.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  99. Startfarm.Position = UDim2.new(0.5, 0, 0.77477479, 0)
  100. Startfarm.Size = UDim2.new(0, 153, 0, 50)
  101. Startfarm.Font = Enum.Font.SourceSans
  102. Startfarm.Text = "Start farm"
  103. Startfarm.TextColor3 = Color3.new(0, 0, 0)
  104. Startfarm.TextScaled = true
  105. Startfarm.TextSize = 14
  106. Startfarm.TextWrapped = true
  107.  
  108. NextPage.Name = "Next Page"
  109. NextPage.Parent = MainFrame
  110. NextPage.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  111. NextPage.Position = UDim2.new(0, 0, 0.103603587, 0)
  112. NextPage.Size = UDim2.new(0, 306, 0, 50)
  113. NextPage.Font = Enum.Font.SourceSans
  114. NextPage.Text = "Next Page"
  115. NextPage.TextColor3 = Color3.new(0, 0, 0)
  116. NextPage.TextScaled = true
  117. NextPage.TextSize = 14
  118. NextPage.TextWrapped = true
  119.  
  120. Open.Name = "Open"
  121. Open.Parent = ScreenGui
  122. Open.BackgroundColor3 = Color3.new(0.313726, 1, 0.337255)
  123. Open.BackgroundTransparency = 0.5
  124. Open.Position = UDim2.new(0, 0, 0.537958086, 0)
  125. Open.Size = UDim2.new(0, 114, 0, 50)
  126. Open.Font = Enum.Font.SourceSans
  127. Open.Text = "Open"
  128. Open.TextColor3 = Color3.new(0, 0, 0)
  129. Open.TextSize = 30
  130.  
  131. Whitelist.Name = "Whitelist"
  132. Whitelist.Parent = ScreenGui
  133. Whitelist.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Whitelist.Position = UDim2.new(0.423835844, 0, 0.201570675, 0)
  135. Whitelist.Size = UDim2.new(0, 377, 0, 177)
  136. Whitelist.Visible = false
  137.  
  138. Title.Name = "Title"
  139. Title.Parent = Whitelist
  140. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Title.Size = UDim2.new(0, 377, 0, 56)
  142. Title.ClearTextOnFocus = false
  143. Title.Font = Enum.Font.SourceSans
  144. Title.Text = "Please Enter Your Key Below If You Wish To Proceed"
  145. Title.TextColor3 = Color3.new(0, 0, 0)
  146. Title.TextScaled = true
  147. Title.TextSize = 14
  148. Title.TextWrapped = true
  149.  
  150. TextBox.Parent = Whitelist
  151. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TextBox.Position = UDim2.new(0, 0, 0.316384166, 0)
  153. TextBox.Size = UDim2.new(0, 377, 0, 74)
  154. TextBox.Font = Enum.Font.SourceSans
  155. TextBox.Text = "Enter Key Here"
  156. TextBox.TextColor3 = Color3.new(0, 0, 0)
  157. TextBox.TextScaled = true
  158. TextBox.TextSize = 14
  159. TextBox.TextWrapped = true
  160.  
  161. Enter.Name = "Enter"
  162. Enter.Parent = Whitelist
  163. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  164. Enter.Position = UDim2.new(0, 0, 0.717514098, 0)
  165. Enter.Size = UDim2.new(0, 377, 0, 50)
  166. Enter.Font = Enum.Font.SourceSans
  167. Enter.Text = "Enter"
  168. Enter.TextColor3 = Color3.new(0, 0, 0)
  169. Enter.TextScaled = true
  170. Enter.TextSize = 14
  171. Enter.TextWrapped = true
  172.  
  173. Page2.Name = "Page2"
  174. Page2.Parent = ScreenGui
  175. Page2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  176. Page2.BackgroundTransparency = 0.30000001192093
  177. Page2.Position = UDim2.new(0.0276243091, 0, 0.246073291, 0)
  178. Page2.Selectable = true
  179. Page2.Size = UDim2.new(0, 306, 0, 222)
  180. Page2.Visible = false
  181.  
  182. AttackPlayer.Name = "Attack Player"
  183. AttackPlayer.Parent = Page2
  184. AttackPlayer.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  185. AttackPlayer.Position = UDim2.new(0, 0, 0.405405402, 0)
  186. AttackPlayer.Size = UDim2.new(0, 306, 0, 58)
  187. AttackPlayer.Font = Enum.Font.SourceSans
  188. AttackPlayer.Text = "Attack Player"
  189. AttackPlayer.TextColor3 = Color3.new(0, 0, 0)
  190. AttackPlayer.TextScaled = true
  191. AttackPlayer.TextSize = 14
  192. AttackPlayer.TextWrapped = true
  193.  
  194. TextBox_2.Parent = Page2
  195. TextBox_2.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  196. TextBox_2.Position = UDim2.new(0, 0, 0.180180177, 0)
  197. TextBox_2.Size = UDim2.new(0, 306, 0, 50)
  198. TextBox_2.Font = Enum.Font.SourceSans
  199. TextBox_2.Text = "Player Name"
  200. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  201. TextBox_2.TextScaled = true
  202. TextBox_2.TextSize = 14
  203. TextBox_2.TextWrapped = true
  204.  
  205. StopAttackingPlayer.Name = "Stop Attacking Player"
  206. StopAttackingPlayer.Parent = Page2
  207. StopAttackingPlayer.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  208. StopAttackingPlayer.Position = UDim2.new(0, 0, 0.666666687, 0)
  209. StopAttackingPlayer.Size = UDim2.new(0, 306, 0, 53)
  210. StopAttackingPlayer.Font = Enum.Font.SourceSans
  211. StopAttackingPlayer.Text = "Stop Attacking Player"
  212. StopAttackingPlayer.TextColor3 = Color3.new(0, 0, 0)
  213. StopAttackingPlayer.TextScaled = true
  214. StopAttackingPlayer.TextSize = 14
  215. StopAttackingPlayer.TextWrapped = true
  216.  
  217. Back.Name = "Back"
  218. Back.Parent = Page2
  219. Back.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  220. Back.Position = UDim2.new(0, 0, 0.905405402, 0)
  221. Back.Size = UDim2.new(0, 306, 0, 21)
  222. Back.Font = Enum.Font.SourceSans
  223. Back.Text = "Back"
  224. Back.TextColor3 = Color3.new(0, 0, 0)
  225. Back.TextScaled = true
  226. Back.TextSize = 30
  227. Back.TextWrapped = true
  228.  
  229. Close_2.Name = "Close"
  230. Close_2.Parent = Page2
  231. Close_2.BackgroundColor3 = Color3.new(1, 0, 0)
  232. Close_2.Position = UDim2.new(0.918032765, 0, 0, 0)
  233. Close_2.Size = UDim2.new(0, 25, 0, 23)
  234. Close_2.Font = Enum.Font.SourceSans
  235. Close_2.Text = "X"
  236. Close_2.TextColor3 = Color3.new(0, 0, 0)
  237. Close_2.TextSize = 30
  238. -- Scripts:
  239. function SCRIPT_CHDO75_FAKESCRIPT() -- Close.Script
  240. local script = Instance.new('Script')
  241. script.Parent = Close
  242. script.Parent.MouseButton1Click:Connect(function()
  243. script.Parent.Parent.Visible = false
  244. script.Parent.Parent.Parent.Open.Visible = true
  245. end)
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_CHDO75_FAKESCRIPT))
  249. function SCRIPT_ATTK67_FAKESCRIPT() -- EasyQuests.Script
  250. local script = Instance.new('Script')
  251. script.Parent = EasyQuests
  252. script.Parent.MouseButton1Click:Connect(function()
  253. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart
  254. local args = {
  255. [1] = Game["Workspace"]["FriendlyNPCs"]["Bulma"]
  256. }
  257. remote:FireServer(unpack(args))
  258. wait(0.25)
  259. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  260. local args = {}
  261. remote:FireServer(unpack(args))
  262. wait(1)
  263. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  264. local args = {
  265. [1] = "Yes"
  266. }
  267. remote:FireServer(unpack(args))
  268. wait(1)
  269. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  270. local args = {}
  271. remote:FireServer(unpack(args))
  272. wait(1)
  273. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart
  274. local args = {
  275. [1] = Game["Workspace"]["FriendlyNPCs"]["SpaceShip"]
  276. }
  277. remote:FireServer(unpack(args))
  278. wait(1)
  279. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  280. local args = {
  281. [1] = "No"
  282. }
  283. remote:FireServer(unpack(args))
  284. wait(1)
  285. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  286. local args = {}
  287. remote:FireServer(unpack(args))
  288. end)
  289. wait()
  290. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart
  291. local args = {
  292. [1] = Game["Workspace"]["FriendlyNPCs"]["Trunks [Future]"]
  293. }
  294. remote:FireServer(unpack(args))
  295. wait(1)
  296. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  297. local args = {}
  298. remote:FireServer(unpack(args))
  299. wait(1)
  300. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  301. local args = {
  302. [1] = "Yes"
  303. }
  304. remote:FireServer(unpack(args))
  305. wait(1)
  306. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart
  307. local args = {
  308. [1] = Game["Workspace"]["FriendlyNPCs"]["TimeMachine"]
  309. }
  310. remote:FireServer(unpack(args))
  311. wait(1)
  312. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  313. local args = {
  314. [1] = "No"
  315. }
  316. remote:FireServer(unpack(args))
  317. wait(1)
  318. local remote = game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance
  319. local args = {}
  320. remote:FireServer(unpack(args))
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. end
  328. coroutine.resume(coroutine.create(SCRIPT_ATTK67_FAKESCRIPT))
  329. function SCRIPT_RRIJ71_FAKESCRIPT() -- AutoClick.Script
  330. local script = Instance.new('Script')
  331. script.Parent = AutoClick
  332. script.Parent.MouseButton1Click:Connect(function()
  333. local VU = game:GetService("VirtualUser")
  334. while wait(1) do
  335. VU:CaptureController()
  336. VU:ClickButton1(Vector2.new())
  337. end
  338. end)
  339.  
  340. end
  341. coroutine.resume(coroutine.create(SCRIPT_RRIJ71_FAKESCRIPT))
  342. function SCRIPT_QVMR74_FAKESCRIPT() -- StopFarm.Script
  343. local script = Instance.new('Script')
  344. script.Parent = StopFarm
  345. script.Parent.MouseButton1Click:Connect(function()
  346. if _G.Farming == true then
  347. _G.Farming = false
  348. end
  349. end)
  350.  
  351. end
  352. coroutine.resume(coroutine.create(SCRIPT_QVMR74_FAKESCRIPT))
  353. function SCRIPT_UARA88_FAKESCRIPT() -- Startfarm.Script
  354. local script = Instance.new('Script')
  355. script.Parent = Startfarm
  356. local farm = script.Parent.Parent.FarmMob
  357. script.Parent.MouseButton1Click:Connect(function()
  358. if farm.Text == "Chi Expert" then
  359. farm.Text = "Farming Chi Expert"
  360. wait(0.5)
  361. local VU = game:GetService("VirtualUser")
  362. while wait(1) do
  363. VU:CaptureController()
  364. VU:ClickButton1(Vector2.new())
  365. _G.Farming = true
  366.  
  367. if _G.Farming == true then
  368. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  369. end
  370. wait(2)
  371. while _G.Farming == true do
  372. wait(0)
  373. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  374. if string.find(v.Name, "Chi Expert") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  376. end
  377. end
  378. end
  379. end
  380.  
  381. elseif
  382. farm.Text == "Snake" then
  383. farm.Text = "Farming Snake"
  384. wait(0.5)
  385. local VU = game:GetService("VirtualUser")
  386. while wait(1) do
  387. VU:CaptureController()
  388. VU:ClickButton1(Vector2.new())
  389. _G.Farming = true
  390.  
  391. if _G.Farming == true then
  392. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  393. end
  394. wait(2)
  395. while _G.Farming == true do
  396. wait(0)
  397. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  398. if string.find(v.Name, "Snake") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  399. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  400. end
  401. end
  402. end
  403. end
  404.  
  405. elseif farm.Text == "Gorilla" then
  406. farm.Text = "Farming Gorilla"
  407. wait(0.5)
  408. local VU = game:GetService("VirtualUser")
  409. while wait(1) do
  410. VU:CaptureController()
  411. VU:ClickButton1(Vector2.new())
  412. _G.Farming = true
  413.  
  414. if _G.Farming == true then
  415. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  416. end
  417. wait(2)
  418. while _G.Farming == true do
  419. wait(0)
  420. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  421. if string.find(v.Name, "Gorilla") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  423. end
  424. end
  425. end
  426. end
  427.  
  428. elseif farm.Text == "Bear" then
  429. farm.Text = "Farming Bear"
  430. wait(0.5)
  431. local VU = game:GetService("VirtualUser")
  432. while wait(1) do
  433. VU:CaptureController()
  434. VU:ClickButton1(Vector2.new())
  435. _G.Farming = true
  436.  
  437. if _G.Farming == true then
  438. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  439. end
  440. wait(2)
  441. while _G.Farming == true do
  442. wait(0)
  443. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  444. if string.find(v.Name, "Bear") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  446. end
  447. end
  448. end
  449. end
  450. elseif farm.Text == "Corrupt Police" then
  451. farm.Text = "Farming Corrupt Police"
  452. wait(0.5)
  453. local VU = game:GetService("VirtualUser")
  454. while wait(1) do
  455. VU:CaptureController()
  456. VU:ClickButton1(Vector2.new())
  457. _G.Farming = true
  458.  
  459. if _G.Farming == true then
  460. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  461. end
  462. wait(2)
  463. while _G.Farming == true do
  464. wait(0)
  465. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  466. if string.find(v.Name, "Corrupt Police") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  468. end
  469. end
  470. end
  471. end
  472. elseif farm.Text == "Thug" then
  473. farm.Text = "Farming Thug"
  474. wait(0.5)
  475. local VU = game:GetService("VirtualUser")
  476. while wait(1) do
  477. VU:CaptureController()
  478. VU:ClickButton1(Vector2.new())
  479. _G.Farming = true
  480.  
  481. if _G.Farming == true then
  482. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  483. end
  484. wait(2)
  485. while _G.Farming == true do
  486. wait(0)
  487. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  488. if string.find(v.Name, "Thug") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  489. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  490. end
  491. end
  492. end
  493. end
  494. elseif farm.Text == "Brute" then
  495. farm.Text = "Farming Brute"
  496. wait(0.5)
  497. local VU = game:GetService("VirtualUser")
  498. while wait(1) do
  499. VU:CaptureController()
  500. VU:ClickButton1(Vector2.new())
  501. _G.Farming = true
  502.  
  503. if _G.Farming == true then
  504. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  505. end
  506. wait(2)
  507. while _G.Farming == true do
  508. wait(0)
  509. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  510. if string.find(v.Name, "Brute") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  511. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  512. end
  513. end
  514. end
  515. end
  516. elseif farm.Text == "Scorpion" then
  517. farm.Text = "Farming Scorpion"
  518. wait(0.5)
  519. local VU = game:GetService("VirtualUser")
  520. while wait(1) do
  521. VU:CaptureController()
  522. VU:ClickButton1(Vector2.new())
  523. _G.Farming = true
  524.  
  525. if _G.Farming == true then
  526. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  527. end
  528. wait(2)
  529. while _G.Farming == true do
  530. wait(0)
  531. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  532. if string.find(v.Name, "Scorpion") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  533. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  534. end
  535. end
  536. end
  537. end
  538. elseif farm.Text == "Black Scorpion" then
  539. farm.Text = "Farming Black Scorpion"
  540. wait(0.5)
  541. local VU = game:GetService("VirtualUser")
  542. while wait(1) do
  543. VU:CaptureController()
  544. VU:ClickButton1(Vector2.new())
  545. _G.Farming = true
  546.  
  547. if _G.Farming == true then
  548. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  549. end
  550. wait(2)
  551. while _G.Farming == true do
  552. wait(0)
  553. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  554. if string.find(v.Name, "Black Scorpion") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  555. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  556. end
  557. end
  558. end
  559. end
  560. elseif farm.Text == "Red Ribbon Army"
  561. then farm.Text = "Farming Red Ribbon Army"
  562. elseif farm.Text == "Android Prototypes" then
  563. farm.Text = "Farming Android Prototypes"
  564. elseif farm.Text == "Kungfu Master" then
  565. farm.Text = "Farming Kungfu Master"
  566. wait(0.5)
  567. local VU = game:GetService("VirtualUser")
  568. while wait(1) do
  569. VU:CaptureController()
  570. VU:ClickButton1(Vector2.new())
  571. _G.Farming = true
  572.  
  573. if _G.Farming == true then
  574. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  575. end
  576. wait(2)
  577. while _G.Farming == true do
  578. wait(0)
  579. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  580. if string.find(v.Name, "Kung Fu Master") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  581. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  582. end
  583. end
  584. end
  585. end
  586. elseif farm.Text == "Kick Boxer" then
  587. farm.Text = "Farming Kick Boxer"
  588. wait(0.5)
  589. local VU = game:GetService("VirtualUser")
  590. while wait(1) do
  591. VU:CaptureController()
  592. VU:ClickButton1(Vector2.new())
  593. _G.Farming = true
  594.  
  595. if _G.Farming == true then
  596. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  597. end
  598. wait(2)
  599. while _G.Farming == true do
  600. wait(0)
  601. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  602. if string.find(v.Name, "Kick Boxer") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  603. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  604. end
  605. end
  606. end
  607. end
  608. elseif farm.Text == "Yeti" then
  609. farm.Text = "Farming Yeti"
  610. wait(0.5)
  611. local VU = game:GetService("VirtualUser")
  612. while wait(1) do
  613. VU:CaptureController()
  614. VU:ClickButton1(Vector2.new())
  615. _G.Farming = true
  616.  
  617. if _G.Farming == true then
  618. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  619. end
  620. wait(2)
  621. while _G.Farming == true do
  622. wait(0)
  623. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  624. if string.find(v.Name, "Yeti") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  625. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  626. end
  627. end
  628. end
  629. end
  630. elseif farm.Text == "Universal Champion" then
  631. farm.Text = "Farming Universal Champion"
  632. wait(0.5)
  633. local VU = game:GetService("VirtualUser")
  634. while wait(1) do
  635. VU:CaptureController()
  636. VU:ClickButton1(Vector2.new())
  637. _G.Farming = true
  638.  
  639. if _G.Farming == true then
  640. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  641. end
  642. wait(2)
  643. while _G.Farming == true do
  644. wait(0)
  645. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  646. if string.find(v.Name, "Universal Champion") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  647. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  648. end
  649. end
  650. end
  651. end
  652. elseif farm.Text == "Purple Fighter" then
  653. farm.Text = "Farming Purple Fighter"
  654. wait(0.5)
  655. local VU = game:GetService("VirtualUser")
  656. while wait(1) do
  657. VU:CaptureController()
  658. VU:ClickButton1(Vector2.new())
  659. _G.Farming = true
  660.  
  661. if _G.Farming == true then
  662. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  663. end
  664. wait(2)
  665. while _G.Farming == true do
  666. wait(0)
  667. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  668. if string.find(v.Name, "Purple Fighter") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  669. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  670. end
  671. end
  672. end
  673. end
  674. elseif farm.Text == "Saibared" then
  675. farm.Text = "Farming Saibared"
  676. wait(0.5)
  677. local VU = game:GetService("VirtualUser")
  678. while wait(1) do
  679. VU:CaptureController()
  680. VU:ClickButton1(Vector2.new())
  681. _G.Farming = true
  682.  
  683. if _G.Farming == true then
  684. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  685. end
  686. wait(2)
  687. while _G.Farming == true do
  688. wait(0)
  689. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  690. if string.find(v.Name, "Saibared") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  691. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  692. end
  693. end
  694. end
  695. end
  696. elseif farm.Text == "Evil Saiyan" then
  697. farm.Text = "Farming Evil Saiyan"
  698. wait(0.5)
  699. local VU = game:GetService("VirtualUser")
  700. while wait(1) do
  701. VU:CaptureController()
  702. VU:ClickButton1(Vector2.new())
  703. _G.Farming = true
  704.  
  705. if _G.Farming == true then
  706. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  707. end
  708. wait(2)
  709. while _G.Farming == true do
  710. wait(0)
  711. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  712. if string.find(v.Name, "Evil Saiyan") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  713. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  714. end
  715. end
  716. end
  717. end
  718. elseif farm.Text == "Evil Majin" then
  719. farm.Text = "Farming Evil Majin"
  720. wait(0.5)
  721. local VU = game:GetService("VirtualUser")
  722. while wait(1) do
  723. VU:CaptureController()
  724. VU:ClickButton1(Vector2.new())
  725. _G.Farming = true
  726.  
  727. if _G.Farming == true then
  728. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  729. end
  730. wait(2)
  731. while _G.Farming == true do
  732. wait(0)
  733. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  734. if string.find(v.Name, "Evil Majin") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  735. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  736. end
  737. end
  738. end
  739. end
  740. elseif farm.Text == "Evil Namekian" then
  741. farm.Text = "Farming Evil Namekian"
  742. wait(0.5)
  743. local VU = game:GetService("VirtualUser")
  744. while wait(1) do
  745. VU:CaptureController()
  746. VU:ClickButton1(Vector2.new())
  747. _G.Farming = true
  748.  
  749. if _G.Farming == true then
  750. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  751. end
  752. wait(2)
  753. while _G.Farming == true do
  754. wait(0)
  755. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  756. if string.find(v.Name, "Evil Namekian") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  757. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  758. end
  759. end
  760. end
  761. end
  762. elseif farm.Text == "Imperfect Cell" then
  763. farm.Text = "Farming Imperfect Cell"
  764. wait(0.5)
  765. local VU = game:GetService("VirtualUser")
  766. while wait(1) do
  767. VU:CaptureController()
  768. VU:ClickButton1(Vector2.new())
  769. _G.Farming = true
  770.  
  771. if _G.Farming == true then
  772. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  773. end
  774. wait(2)
  775. while _G.Farming == true do
  776. wait(0)
  777. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  778. if string.find(v.Name, "Imperfect Cell") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  779. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  780. end
  781. end
  782. end
  783. end
  784. elseif farm.Text == "Android 17" then
  785. farm.Text = "Farming Android 17"
  786. wait(0.5)
  787. local VU = game:GetService("VirtualUser")
  788. while wait(1) do
  789. VU:CaptureController()
  790. VU:ClickButton1(Vector2.new())
  791. _G.Farming = true
  792.  
  793. if _G.Farming == true then
  794. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  795. end
  796. wait(2)
  797. while _G.Farming == true do
  798. wait(0)
  799. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  800. if string.find(v.Name, "Android 17") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  801. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  802. end
  803. end
  804. end
  805. end
  806. elseif farm.Text == "Android 18" then
  807. farm.Text = "Farming Android 18"
  808. wait(0.5)
  809. local VU = game:GetService("VirtualUser")
  810. while wait(1) do
  811. VU:CaptureController()
  812. VU:ClickButton1(Vector2.new())
  813. _G.Farming = true
  814.  
  815. if _G.Farming == true then
  816. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  817. end
  818. wait(2)
  819. while _G.Farming == true do
  820. wait(0)
  821. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  822. if string.find(v.Name, "Android 18") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  823. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  824. end
  825. end
  826. end
  827. end
  828. elseif farm.Text == "Mad Scientist" then
  829. farm.Text = "Farming Mad Scientist"
  830. wait(0.5)
  831. local VU = game:GetService("VirtualUser")
  832. while wait(1) do
  833. VU:CaptureController()
  834. VU:ClickButton1(Vector2.new())
  835. _G.Farming = true
  836.  
  837. if _G.Farming == true then
  838. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  839. end
  840. wait(2)
  841. while _G.Farming == true do
  842. wait(0)
  843. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  844. if string.find(v.Name, "Mad Scientist") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  845. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  846. end
  847. end
  848. end
  849. end
  850. elseif farm.Text == "Evil Crane Student" then
  851. farm.Text = "Farming Evil Crane Student"
  852. wait(0.5)
  853. local VU = game:GetService("VirtualUser")
  854. while wait(1) do
  855. VU:CaptureController()
  856. VU:ClickButton1(Vector2.new())
  857. _G.Farming = true
  858.  
  859. if _G.Farming == true then
  860. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  861. end
  862. wait(2)
  863. while _G.Farming == true do
  864. wait(0)
  865. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  866. if string.find(v.Name, "Evil Crane Student") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  867. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  868. end
  869. end
  870. end
  871. end
  872. elseif farm.Text == "Evil Super Saiyan" then
  873. farm.Text = "Farming Evil Super Saiyan"
  874. wait(0.5)
  875. local VU = game:GetService("VirtualUser")
  876. while wait(1) do
  877. VU:CaptureController()
  878. VU:ClickButton1(Vector2.new())
  879. _G.Farming = true
  880.  
  881. if _G.Farming == true then
  882. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  883. end
  884. wait(2)
  885. while _G.Farming == true do
  886. wait(0)
  887. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  888. if string.find(v.Name, "Evil Super Saiyan") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  889. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  890. end
  891. end
  892. end
  893. end
  894. elseif farm.Text == "Saibaman" then
  895. farm.Text = "Farming Saibamen"
  896. wait(0.5)
  897. local VU = game:GetService("VirtualUser")
  898. while wait(1) do
  899. VU:CaptureController()
  900. VU:ClickButton1(Vector2.new())
  901. _G.Farming = true
  902.  
  903. if _G.Farming == true then
  904. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  905. end
  906. wait(2)
  907. while _G.Farming == true do
  908. wait(0)
  909. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  910. if string.find(v.Name, "Saibaman") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  911. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  912. end
  913. end
  914. end
  915. end
  916. elseif farm.Text == "Saibablue" then
  917. farm.Text = "Farming Saibablue"
  918. wait(0.5)
  919. local VU = game:GetService("VirtualUser")
  920. while wait(1) do
  921. VU:CaptureController()
  922. VU:ClickButton1(Vector2.new())
  923. _G.Farming = true
  924.  
  925. if _G.Farming == true then
  926. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  927. end
  928. wait(2)
  929. while _G.Farming == true do
  930. wait(0)
  931. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  932. if string.find(v.Name, "Saibablue") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  933. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  934. end
  935. end
  936. end
  937. end
  938. elseif farm.Text == "Alien" then
  939. farm.Text = "Farming Alien"
  940. wait(0.5)
  941. local VU = game:GetService("VirtualUser")
  942. while wait(1) do
  943. VU:CaptureController()
  944. VU:ClickButton1(Vector2.new())
  945. _G.Farming = true
  946.  
  947. if _G.Farming == true then
  948. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  949. end
  950. wait(2)
  951. while _G.Farming == true do
  952. wait(0)
  953. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  954. if string.find(v.Name, "Alien") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  955. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  956. end
  957. end
  958. end
  959. end
  960. elseif farm.Text == "Galactic Patrol" then
  961. farm.Text = "Farming Galactic Patrol"
  962. wait(0.5)
  963. local VU = game:GetService("VirtualUser")
  964. while wait(1) do
  965. VU:CaptureController()
  966. VU:ClickButton1(Vector2.new())
  967. _G.Farming = true
  968.  
  969. if _G.Farming == true then
  970. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  971. end
  972. wait(2)
  973. while _G.Farming == true do
  974. wait(0)
  975. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  976. if string.find(v.Name, "Galactic Patrol") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  977. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  978. end
  979. end
  980. end
  981. end
  982. else farm.Text = "This mob is not supported yet"
  983.  
  984. end
  985. end)
  986.  
  987. end
  988. coroutine.resume(coroutine.create(SCRIPT_UARA88_FAKESCRIPT))
  989. function SCRIPT_LJNU67_FAKESCRIPT() -- NextPage.Script
  990. local script = Instance.new('Script')
  991. script.Parent = NextPage
  992. script.Parent.MouseButton1Click:Connect(function()
  993. script.Parent.Parent.Visible = false
  994. wait(0.25)
  995. script.Parent.Parent.Parent.Page2.Visible = true
  996. end)
  997.  
  998. end
  999. coroutine.resume(coroutine.create(SCRIPT_LJNU67_FAKESCRIPT))
  1000. function SCRIPT_DFRU73_FAKESCRIPT() -- Open.Script
  1001. local script = Instance.new('Script')
  1002. script.Parent = Open
  1003. if script.Parent.Parent.Whitelist.TextBox.Text == "AriRemelShaffer" then
  1004. script.Parent.MouseButton1Click:Connect(function()
  1005. script.Parent.Parent.Whitelist.Visible = false
  1006. wait(0.25)
  1007. script.Parent.Parent.MainFrame.Visible = true
  1008. end)
  1009. end
  1010. if script.Parent.Parent.Whitelist.TextBox.Text ~= "AriRemelShaffer" then
  1011. script.Parent.MouseButton1Click:Connect(function()
  1012. script.Parent.Parent.Whitelist.Visible = true
  1013. script.Parent.Visible = false
  1014. end)
  1015. end
  1016. wait(0.25)
  1017. if script.Parent.Parent.Whitelist.TextBox.Text == "AriRemelShaffer" then
  1018. script.Parent.MouseButton1Click:Connect(function()
  1019. script.Parent.Parent.Whitelist.Visible = false
  1020. wait(0.25)
  1021. script.Parent.Parent.MainFrame.Visible = true
  1022. end)
  1023. end
  1024. if script.Parent.Parent.Whitelist.TextBox.Text ~= "AriRemelShaffer" then
  1025. script.Parent.MouseButton1Click:Connect(function()
  1026. script.Parent.Parent.Whitelist.Visible = true
  1027. script.Parent.Visible = false
  1028. end)
  1029. end
  1030.  
  1031.  
  1032. end
  1033. coroutine.resume(coroutine.create(SCRIPT_DFRU73_FAKESCRIPT))
  1034. function SCRIPT_ZKRD69_FAKESCRIPT() -- Enter.Script
  1035. local script = Instance.new('Script')
  1036. script.Parent = Enter
  1037. local text = script.Parent.Parent.TextBox
  1038. script.Parent.MouseButton1Click:Connect(function()
  1039. if text.Text == "AriRemelShaffer" then
  1040. script.Parent.Parent.Visible = false
  1041. wait(2)
  1042. script.Parent.Parent.Parent.MainFrame.Visible = true
  1043. elseif text.Text ~= "AriRemelShaffer" then
  1044. text.Text = "Your Key Is Incorrect"
  1045. end
  1046. end)
  1047. wait(1)
  1048. script.Parent.MouseButton1Click:Connect(function()
  1049. if text.Text == "AriRemelShaffer" then
  1050. script.Parent.Parent.Visible = false
  1051. wait(2)
  1052. script.Parent.Parent.Parent.MainFrame.Visible = true
  1053. elseif text.Text ~= "AriRemelShaffer" then
  1054. text.Text = "Your Key Is Incorrect"
  1055. end
  1056. end)
  1057.  
  1058. end
  1059. coroutine.resume(coroutine.create(SCRIPT_ZKRD69_FAKESCRIPT))
  1060. function SCRIPT_FXGF65_FAKESCRIPT() -- AttackPlayer.Script
  1061. local script = Instance.new('Script')
  1062. script.Parent = AttackPlayer
  1063. local name = script.Parent.Parent.TextBox.Text
  1064. script.Parent.MouseButton1Click:Connect(function()
  1065. _G.Farming = true
  1066.  
  1067. if _G.Farming == true then
  1068. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1069. end
  1070. wait(2)
  1071. while _G.Farming == true do
  1072. wait(0.2)
  1073. for i,v in pairs(game.Workspace.Live:GetDescendants()) do
  1074. if string.find(v.Name, name) and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health >0 then
  1075. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v:FindFirstChild("HumanoidRootPart").CFrame
  1076. end
  1077. end
  1078. end
  1079. end)
  1080.  
  1081. end
  1082. coroutine.resume(coroutine.create(SCRIPT_FXGF65_FAKESCRIPT))
  1083. function SCRIPT_DVHL85_FAKESCRIPT() -- StopAttackingPlayer.Script
  1084. local script = Instance.new('Script')
  1085. script.Parent = StopAttackingPlayer
  1086. script.Parent.MouseButton1Click:Connect(function()
  1087. if _G.Farming == true then
  1088. _G.Farming = false
  1089. end
  1090. end)
  1091.  
  1092. end
  1093. coroutine.resume(coroutine.create(SCRIPT_DVHL85_FAKESCRIPT))
  1094. function SCRIPT_FKTS83_FAKESCRIPT() -- Back.Script
  1095. local script = Instance.new('Script')
  1096. script.Parent = Back
  1097. script.Parent.MouseButton1Click:Connect(function()
  1098. script.Parent.Parent.Visible = false
  1099. wait(1)
  1100. script.Parent.Parent.Parent.MainFrame.Visible = true
  1101. end)
  1102.  
  1103. end
  1104. coroutine.resume(coroutine.create(SCRIPT_FKTS83_FAKESCRIPT))
  1105. function SCRIPT_CBMA67_FAKESCRIPT() -- Close_2.Script
  1106. local script = Instance.new('Script')
  1107. script.Parent = Close_2
  1108. script.Parent.MouseButton1Click:Connect(function()
  1109. script.Parent.Parent.Visible = false
  1110. script.Parent.Parent.Parent.Open.Visible = true
  1111. end)
  1112.  
  1113. end
  1114. coroutine.resume(coroutine.create(SCRIPT_CBMA67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement