Advertisement
ThatBoiRaven

Heroes Online Farmer V4

May 24th, 2019
11,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.93 KB | None | 0 0
  1. --[[
  2. __ ___ __ __ ____
  3. / |/ / ____ _ ____/ / ___ / /_ __ __ / __ \ ____ _ _ __ ___ ____
  4. / /|_/ / / __ `/ / __ / / _ \ / __ \ / / / / / /_/ / / __ `/| | / / / _ \ / __ \
  5. / / / / / /_/ / / /_/ / / __/ / /_/ / / /_/ / / _, _/ / /_/ / | |/ / / __/ / / / /
  6. /_/ /_/ \__,_/ \__,_/ \___/ /_.___/ \__, / /_/ |_| \__,_/ |___/ \___/ /_/ /_/
  7. /____/
  8. ]]--
  9. local GUI = Instance.new("ScreenGui")
  10. local Topframe = Instance.new("Frame")
  11. local Mainframe = Instance.new("Frame")
  12. local MapsFrame = Instance.new("Frame")
  13. local SOON = Instance.new("TextButton")
  14. local xd = Instance.new("TextLabel")
  15. local QuestStatus = Instance.new("TextLabel")
  16. local xd_2 = Instance.new("TextLabel")
  17. local SOON_2 = Instance.new("TextButton")
  18. local EventFarm = Instance.new("TextButton")
  19. local QuestFarm = Instance.new("TextButton")
  20. local xd_3 = Instance.new("TextLabel")
  21. local Speed = Instance.new("TextBox")
  22. local xd_4 = Instance.new("TextLabel")
  23. local xd_5 = Instance.new("TextLabel")
  24. local Exit = Instance.new("TextButton")
  25. local xd_6 = Instance.new("TextLabel")
  26. local player = game:GetService("Players").LocalPlayer.Character
  27. local pplayer = game:GetService("Players").LocalPlayer
  28. local VirtualUser = game:service'VirtualUser'
  29. local highest = "nothingxddd"
  30. local level = 0
  31. local noob = {}
  32. local novice = {}
  33. local pro = {}
  34. local god = {}
  35. local why = {}
  36. local lol = {}
  37. local bool = false
  38. local boss = false
  39. local event = false
  40. local last = 0
  41. local eventlast = 0
  42. --Properties:
  43. GUI.Name = "GUI"
  44. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  45.  
  46. Topframe.Name = "Topframe"
  47. Topframe.Parent = GUI
  48. Topframe.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  49. Topframe.BorderSizePixel = 0
  50. Topframe.Position = UDim2.new(0.593019783, 0, 0.154221952, 0)
  51. Topframe.Size = UDim2.new(0, 277, 0, 18)
  52.  
  53. Mainframe.Name = "Mainframe"
  54. Mainframe.Parent = Topframe
  55. Mainframe.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  56. Mainframe.BorderSizePixel = 0
  57. Mainframe.Position = UDim2.new(0, 0, 0.9375, 0)
  58. Mainframe.Size = UDim2.new(0, 277, 0, 158)
  59.  
  60. MapsFrame.Name = "MapsFrame"
  61. MapsFrame.Parent = Mainframe
  62. MapsFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  63. MapsFrame.BorderColor3 = Color3.new(1, 0, 0)
  64. MapsFrame.Position = UDim2.new(0.0433213115, 0, 0.183544323, 0)
  65. MapsFrame.Size = UDim2.new(0, 259, 0, 120)
  66.  
  67. SOON.Name = "SOON"
  68. SOON.Parent = MapsFrame
  69. SOON.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  70. SOON.BorderSizePixel = 0
  71. SOON.Position = UDim2.new(0.0390127786, 0, 0.525000036, 0)
  72. SOON.Size = UDim2.new(0, 69, 0, 16)
  73. SOON.Font = Enum.Font.SourceSans
  74. SOON.Text = "NEXT VERSION"
  75. SOON.TextColor3 = Color3.new(1, 1, 1)
  76. SOON.TextSize = 14
  77.  
  78. xd.Name = "xd"
  79. xd.Parent = MapsFrame
  80. xd.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  81. xd.BorderSizePixel = 0
  82. xd.Position = UDim2.new(0.393390179, 0, 0.431944519, 0)
  83. xd.Size = UDim2.new(0, 72, 0, 16)
  84. xd.Font = Enum.Font.SourceSans
  85. xd.Text = "Quest Status:"
  86. xd.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  87. xd.TextSize = 14
  88. xd.TextWrapped = true
  89.  
  90. QuestStatus.Name = "QuestStatus"
  91. QuestStatus.Parent = MapsFrame
  92. QuestStatus.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  93. QuestStatus.BorderSizePixel = 0
  94. QuestStatus.Position = UDim2.new(0.764046669, 0, 0.431944489, 0)
  95. QuestStatus.Size = UDim2.new(0, 35, 0, 16)
  96. QuestStatus.Font = Enum.Font.SourceSans
  97. QuestStatus.Text = "0 / 0"
  98. QuestStatus.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  99. QuestStatus.TextSize = 14
  100. QuestStatus.TextWrapped = true
  101.  
  102. xd_2.Name = "xd"
  103. xd_2.Parent = MapsFrame
  104. xd_2.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  105. xd_2.BorderSizePixel = 0
  106. xd_2.Position = UDim2.new(0.362502158, 0, 0.658333361, 0)
  107. xd_2.Size = UDim2.new(0, 155, 0, 22)
  108. xd_2.Font = Enum.Font.SourceSans
  109. xd_2.Text = "https://discord.gg/XCy8VyV"
  110. xd_2.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  111. xd_2.TextSize = 14
  112. xd_2.TextWrapped = true
  113.  
  114. SOON_2.Name = "SOON"
  115. SOON_2.Parent = MapsFrame
  116. SOON_2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  117. SOON_2.BorderSizePixel = 0
  118. SOON_2.Position = UDim2.new(0.0390127786, 0, 0.741666675, 0)
  119. SOON_2.Size = UDim2.new(0, 69, 0, 16)
  120. SOON_2.Font = Enum.Font.SourceSans
  121. SOON_2.Text = "NEXT VERSION"
  122. SOON_2.TextColor3 = Color3.new(1, 1, 1)
  123. SOON_2.TextSize = 14
  124.  
  125. EventFarm.Name = "EventFarm"
  126. EventFarm.Parent = MapsFrame
  127. EventFarm.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  128. EventFarm.BorderSizePixel = 0
  129. EventFarm.Position = UDim2.new(0.0390127786, 0, 0.308333337, 0)
  130. EventFarm.Size = UDim2.new(0, 69, 0, 16)
  131. EventFarm.Font = Enum.Font.SourceSans
  132. EventFarm.Text = "Event Farm"
  133. EventFarm.TextColor3 = Color3.new(1, 1, 1)
  134. EventFarm.TextSize = 14
  135.  
  136. QuestFarm.Name = "Quest Farm"
  137. QuestFarm.Parent = MapsFrame
  138. QuestFarm.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  139. QuestFarm.BorderSizePixel = 0
  140. QuestFarm.Position = UDim2.new(0.0398076437, 0, 0.100000001, 0)
  141. QuestFarm.Size = UDim2.new(0, 68, 0, 16)
  142. QuestFarm.Font = Enum.Font.SourceSans
  143. QuestFarm.Text = "Quest Farm"
  144. QuestFarm.TextColor3 = Color3.new(1, 1, 1)
  145. QuestFarm.TextSize = 14
  146.  
  147. xd_3.Name = "xd"
  148. xd_3.Parent = MapsFrame
  149. xd_3.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  150. xd_3.BorderSizePixel = 0
  151. xd_3.Position = UDim2.new(0.381807178, 0, 0.173611194, 0)
  152. xd_3.Size = UDim2.new(0, 78, 0, 16)
  153. xd_3.Font = Enum.Font.SourceSans
  154. xd_3.Text = "Move Length:"
  155. xd_3.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  156. xd_3.TextSize = 14
  157. xd_3.TextWrapped = true
  158.  
  159. Speed.Name = "Speed"
  160. Speed.Parent = MapsFrame
  161. Speed.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  162. Speed.BorderSizePixel = 0
  163. Speed.Position = UDim2.new(0.703900337, 0, 0.175000012, 0)
  164. Speed.Size = UDim2.new(0, 67, 0, 16)
  165. Speed.Font = Enum.Font.SourceSans
  166. Speed.Text = "5"
  167. Speed.TextColor3 = Color3.new(1, 1, 1)
  168. Speed.TextSize = 14
  169.  
  170. xd_4.Name = "xd"
  171. xd_4.Parent = Topframe
  172. xd_4.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  173. xd_4.BorderSizePixel = 0
  174. xd_4.Position = UDim2.new(0.227436826, 0, 1, 0)
  175. xd_4.Size = UDim2.new(0, 156, 0, 26)
  176. xd_4.Font = Enum.Font.SourceSans
  177. xd_4.Text = "Heroes Offline Farmer"
  178. xd_4.TextColor3 = Color3.new(0.917647, 0, 0)
  179. xd_4.TextSize = 19
  180.  
  181. xd_5.Name = "xd"
  182. xd_5.Parent = Topframe
  183. xd_5.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  184. xd_5.BorderSizePixel = 0
  185. xd_5.Position = UDim2.new(0.663855791, 0, 0.166667938, 0)
  186. xd_5.Size = UDim2.new(0, 64, 0, 11)
  187. xd_5.Font = Enum.Font.SourceSans
  188. xd_5.Text = "Made By Raven"
  189. xd_5.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  190. xd_5.TextSize = 14
  191.  
  192. Exit.Name = "Exit"
  193. Exit.Parent = Topframe
  194. Exit.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  195. Exit.BorderSizePixel = 0
  196. Exit.Position = UDim2.new(0.919052839, 0, 0, 0)
  197. Exit.Size = UDim2.new(0, 22, 0, 17)
  198. Exit.Font = Enum.Font.SourceSans
  199. Exit.Text = "X"
  200. Exit.TextColor3 = Color3.new(1, 1, 1)
  201. Exit.TextSize = 14
  202.  
  203. xd_6.Name = "xd"
  204. xd_6.Parent = Topframe
  205. xd_6.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  206. xd_6.BorderSizePixel = 0
  207. xd_6.Position = UDim2.new(0.0216606501, 0, 0.166667938, 0)
  208. xd_6.Size = UDim2.new(0, 67, 0, 11)
  209. xd_6.Font = Enum.Font.SourceSans
  210. xd_6.Text = "Version: 4.00"
  211. xd_6.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  212. xd_6.TextSize = 12
  213. -- Scripts:
  214. Topframe.Active = true
  215. Topframe.Draggable = true
  216. GUI.Parent = game.CoreGui
  217. local tweeningInformation = TweenInfo.new(
  218. tonumber(Speed.Text),
  219. Enum.EasingStyle.Linear,
  220. Enum.EasingDirection.Out,
  221. 0,
  222. false,
  223. 0
  224. )
  225. function init()
  226. noob = {}
  227. novice = {}
  228. pro = {}
  229. god = {}
  230. why = {}
  231. lol = {}
  232. for i,v in pairs(workspace:GetChildren()) do
  233. local noobsauce = "UAStudent"
  234. local novicesauce = "Hooligan"
  235. local prosauce = "Thug"
  236. local rottensauce = "ArmedThug"
  237. local whysauce = "Stain's Follower"
  238. local lolsauce = "EarthBeast"
  239. local lolrottensauce = "EarthBeastr"
  240. if v.Name:lower():find(noobsauce:lower(), 1, true) then
  241. table.insert(noob, v)
  242. elseif v.Name:lower():find(novicesauce:lower(), 1, true) then
  243. table.insert(novice, v)
  244. elseif v.Name:lower():find(prosauce:lower(), 1, true) then
  245. if v.Name:lower():find(rottensauce:lower(), 1, true) then
  246. table.insert(god, v)
  247. else
  248. table.insert(pro, v)
  249. end
  250. elseif v.Name:lower():find(whysauce:lower(), 1, true) then
  251. table.insert(why, v)
  252. elseif v.Name:lower():find(lolsauce:lower(), 1, true) then
  253. if v.Name:lower():find(lolrottensauce:lower(), 1, true) then
  254. else
  255. table.insert(lol, v)
  256. end
  257. end
  258. end
  259. level = tonumber(pplayer.PlayerGui.GameGui.MainFrame.HUD.Level.text)
  260. if pplayer.PlayerGui.GameGui.MainFrame.MenuFrame.Quirk1Page.Move3.UnlockOrEquip.Text == "Equip" then
  261. local gay = pplayer.PlayerGui.GameGui.MainFrame.MenuFrame.Quirk1Page.Move3.AbilityName.Text
  262. local gayer = {}
  263. for word in string.gmatch(gay, "%a+") do
  264. table.insert(gayer, word)
  265. end
  266. table.remove(gayer, 1)
  267. highest = table.concat(gayer," ")
  268. elseif pplayer.PlayerGui.GameGui.MainFrame.MenuFrame.Quirk1Page.Move2.UnlockOrEquip.Text == "Equip" then
  269. local gay = pplayer.PlayerGui.GameGui.MainFrame.MenuFrame.Quirk1Page.Move2.AbilityName.Text
  270. local gayer = {}
  271. for word in string.gmatch(gay, "%a+") do
  272. table.insert(gayer, word)
  273. end
  274. table.remove(gayer, 1)
  275. highest = table.concat(gayer," ")
  276. elseif pplayer.PlayerGui.GameGui.MainFrame.MenuFrame.Quirk1Page.Move1.UnlockOrEquip.Text == "Equip" then
  277. local gay = pplayer.PlayerGui.GameGui.MainFrame.MenuFrame.Quirk1Page.Move1.AbilityName.Text
  278. local gayer = {}
  279. for word in string.gmatch(gay, "%a+") do
  280. table.insert(gayer, word)
  281. end
  282. table.remove(gayer, 1)
  283. highest = table.concat(gayer," ")
  284. end
  285. end
  286. init()--stup
  287.  
  288. function destrution()
  289. while bool do
  290. wait(0.2)
  291. if boss == false then
  292. if level < 15 then
  293. last = 1
  294. init()
  295. if noob[1].Settings.FakeHealth.Value <= 0 then
  296. if noob[2].Settings.FakeHealth.Value <= 0 then
  297. if noob[3].Settings.FakeHealth.Value <= 0 then
  298. if noob[4].Settings.FakeHealth.Value <= 0 then
  299. else
  300. local partProperties = {
  301. CFrame = CFrame.new(Vector3.new(noob[4].hitbox.Position.X, 48.27, noob[4].hitbox.Position.Z))
  302. }
  303. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  304. if highest == "nothingxddd" then
  305. local Remote = game.ReplicatedStorage.Events['DataEvent']
  306. local Arguments = {
  307. [1] = "Melee",
  308. [2] = noob[4].Name
  309. }
  310. Remote:FireServer(unpack(Arguments))
  311. else
  312. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  313. local Arguments = {
  314. [1] = highest,
  315. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  316. [4] = "Move5"
  317. }
  318. Remote:FireServer(unpack(Arguments))
  319. end
  320. end
  321. else
  322. local partProperties = {
  323. CFrame = CFrame.new(Vector3.new(noob[3].hitbox.Position.X, 48.27, noob[3].hitbox.Position.Z))
  324. }
  325. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  326. if highest == "nothingxddd" then
  327. local Remote = game.ReplicatedStorage.Events['DataEvent']
  328. local Arguments = {
  329. [1] = "Melee",
  330. [2] = noob[3].Name
  331. }
  332. Remote:FireServer(unpack(Arguments))
  333. else
  334. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  335. local Arguments = {
  336. [1] = highest,
  337. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  338. [4] = "Move5"
  339. }
  340. Remote:FireServer(unpack(Arguments))
  341. end
  342. end
  343. else
  344. local partProperties = {
  345. CFrame = CFrame.new(Vector3.new(noob[2].hitbox.Position.X, 48.27, noob[2].hitbox.Position.Z))
  346. }
  347. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  348. if highest == "nothingxddd" then
  349. local Remote = game.ReplicatedStorage.Events['DataEvent']
  350. local Arguments = {
  351. [1] = "Melee",
  352. [2] = noob[2].Name
  353. }
  354. Remote:FireServer(unpack(Arguments))
  355. else
  356. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  357. local Arguments = {
  358. [1] = highest,
  359. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  360. [4] = "Move5"
  361. }
  362. Remote:FireServer(unpack(Arguments))
  363. end
  364. end
  365. else
  366. local partProperties = {
  367. CFrame = CFrame.new(Vector3.new(noob[1].hitbox.Position.X, 48.27, noob[1].hitbox.Position.Z))
  368. }
  369. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  370. if highest == "nothingxddd" then
  371. local Remote = game.ReplicatedStorage.Events['DataEvent']
  372. local Arguments = {
  373. [1] = "Melee",
  374. [2] = noob[1].Name
  375. }
  376. Remote:FireServer(unpack(Arguments))
  377. else
  378. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  379. local Arguments = {
  380. [1] = highest,
  381. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  382. [4] = "Move5"
  383. }
  384. Remote:FireServer(unpack(Arguments))
  385. end
  386. end
  387. if pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "5 / 5" or pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "0 / 0" then
  388. local Remote = game.ReplicatedStorage.Events['DataEvent']
  389. local Arguments = {
  390. [1] = "InitiateQuest",
  391. [2] = "1"
  392. }
  393. Remote:FireServer(unpack(Arguments))
  394. end
  395. elseif level < 30 then
  396. last = 2
  397. init()
  398. if novice[1].Settings.FakeHealth.Value <= 0 then
  399. if novice[2].Settings.FakeHealth.Value <= 0 then
  400. if novice[3].Settings.FakeHealth.Value <= 0 then
  401. if novice[4].Settings.FakeHealth.Value <= 0 then
  402. else
  403. local partProperties = {
  404. CFrame = CFrame.new(Vector3.new(novice[4].hitbox.Position.X, 48.27, novice[4].hitbox.Position.Z))
  405. }
  406. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  407. if highest == "nothingxddd" then
  408. local Remote = game.ReplicatedStorage.Events['DataEvent']
  409. local Arguments = {
  410. [1] = "Melee",
  411. [2] = novice[4].Name
  412. }
  413. Remote:FireServer(unpack(Arguments))
  414. else
  415. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  416. local Arguments = {
  417. [1] = highest,
  418. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  419. [4] = "Move5"
  420. }
  421. Remote:FireServer(unpack(Arguments))
  422. end
  423. end
  424. else
  425. local partProperties = {
  426. CFrame = CFrame.new(Vector3.new(novice[3].hitbox.Position.X, 48.27, novice[3].hitbox.Position.Z))
  427. }
  428. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  429. if highest == "nothingxddd" then
  430. local Remote = game.ReplicatedStorage.Events['DataEvent']
  431. local Arguments = {
  432. [1] = "Melee",
  433. [2] = novice[3].Name
  434. }
  435. Remote:FireServer(unpack(Arguments))
  436. else
  437. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  438. local Arguments = {
  439. [1] = highest,
  440. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  441. [4] = "Move5"
  442. }
  443. Remote:FireServer(unpack(Arguments))
  444. end
  445. end
  446. else
  447. local partProperties = {
  448. CFrame = CFrame.new(Vector3.new(novice[2].hitbox.Position.X, 48.27, novice[2].hitbox.Position.Z))
  449. }
  450. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  451. if highest == "nothingxddd" then
  452. local Remote = game.ReplicatedStorage.Events['DataEvent']
  453. local Arguments = {
  454. [1] = "Melee",
  455. [2] = novice[2].Name
  456. }
  457. Remote:FireServer(unpack(Arguments))
  458. else
  459. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  460. local Arguments = {
  461. [1] = highest,
  462. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  463. [4] = "Move5"
  464. }
  465. Remote:FireServer(unpack(Arguments))
  466. end
  467. end
  468. else
  469. local partProperties = {
  470. CFrame = CFrame.new(Vector3.new(novice[1].hitbox.Position.X, 48.27, novice[1].hitbox.Position.Z))
  471. }
  472. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  473. if highest == "nothingxddd" then
  474. local Remote = game.ReplicatedStorage.Events['DataEvent']
  475. local Arguments = {
  476. [1] = "Melee",
  477. [2] = novice[1].Name
  478. }
  479. Remote:FireServer(unpack(Arguments))
  480. else
  481. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  482. local Arguments = {
  483. [1] = highest,
  484. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  485. [4] = "Move5"
  486. }
  487. Remote:FireServer(unpack(Arguments))
  488. end
  489. end
  490. if pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "7 / 7" or pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "0 / 0" then
  491. local Remote = game.ReplicatedStorage.Events['DataEvent']
  492. local Arguments = {
  493. [1] = "InitiateQuest",
  494. [2] = "2"
  495. }
  496. Remote:FireServer(unpack(Arguments))
  497. end
  498. elseif level < 60 then
  499. last = 3
  500. init()
  501. if pro[1].Settings.FakeHealth.Value <= 0 then
  502. if pro[2].Settings.FakeHealth.Value <= 0 then
  503. if pro[3].Settings.FakeHealth.Value <= 0 then
  504. if pro[4].Settings.FakeHealth.Value <= 0 then
  505. else
  506. local partProperties = {
  507. CFrame = CFrame.new(Vector3.new(pro[4].hitbox.Position.X, 48.27, pro[4].hitbox.Position.Z))
  508. }
  509. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  510. if highest == "nothingxddd" then
  511. local Remote = game.ReplicatedStorage.Events['DataEvent']
  512. local Arguments = {
  513. [1] = "Melee",
  514. [2] = pro[4].Name
  515. }
  516. Remote:FireServer(unpack(Arguments))
  517. else
  518. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  519. local Arguments = {
  520. [1] = highest,
  521. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  522. [4] = "Move5"
  523. }
  524. Remote:FireServer(unpack(Arguments))
  525. end
  526. end
  527. else
  528. local partProperties = {
  529. CFrame = CFrame.new(Vector3.new(pro[3].hitbox.Position.X, 48.27, pro[3].hitbox.Position.Z))
  530. }
  531. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  532. if highest == "nothingxddd" then
  533. local Remote = game.ReplicatedStorage.Events['DataEvent']
  534. local Arguments = {
  535. [1] = "Melee",
  536. [2] = pro[3].Name
  537. }
  538. Remote:FireServer(unpack(Arguments))
  539. else
  540. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  541. local Arguments = {
  542. [1] = highest,
  543. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  544. [4] = "Move5"
  545. }
  546. Remote:FireServer(unpack(Arguments))
  547. end
  548. end
  549. else
  550. local partProperties = {
  551. CFrame = CFrame.new(Vector3.new(pro[2].hitbox.Position.X, 48.27, pro[2].hitbox.Position.Z))
  552. }
  553. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  554. if highest == "nothingxddd" then
  555. local Remote = game.ReplicatedStorage.Events['DataEvent']
  556. local Arguments = {
  557. [1] = "Melee",
  558. [2] = pro[2].Name
  559. }
  560. Remote:FireServer(unpack(Arguments))
  561. else
  562. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  563. local Arguments = {
  564. [1] = highest,
  565. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  566. [4] = "Move5"
  567. }
  568. Remote:FireServer(unpack(Arguments))
  569. end
  570. end
  571. else
  572. local partProperties = {
  573. CFrame = CFrame.new(Vector3.new(pro[1].hitbox.Position.X, 48.27, pro[1].hitbox.Position.Z))
  574. }
  575. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  576. if highest == "nothingxddd" then
  577. local Remote = game.ReplicatedStorage.Events['DataEvent']
  578. local Arguments = {
  579. [1] = "Melee",
  580. [2] = pro[1].Name
  581. }
  582. Remote:FireServer(unpack(Arguments))
  583. else
  584. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  585. local Arguments = {
  586. [1] = highest,
  587. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  588. [4] = "Move5"
  589. }
  590. Remote:FireServer(unpack(Arguments))
  591. end
  592. end
  593. if pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "10 / 10" or pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "0 / 0" then
  594. local Remote = game.ReplicatedStorage.Events['DataEvent']
  595. local Arguments = {
  596. [1] = "InitiateQuest",
  597. [2] = "3"
  598. }
  599. Remote:FireServer(unpack(Arguments))
  600. end
  601. elseif level < 80 then
  602. last = 4
  603. init()
  604. if god[1].Settings.FakeHealth.Value <= 0 then
  605. if god[2].Settings.FakeHealth.Value <= 0 then
  606. if god[3].Settings.FakeHealth.Value <= 0 then
  607. if god[4].Settings.FakeHealth.Value <= 0 then
  608. else
  609. local partProperties = {
  610. CFrame = CFrame.new(Vector3.new(god[4].hitbox.Position.X, 48.27, god[4].hitbox.Position.Z))
  611. }
  612. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  613. if highest == "nothingxddd" then
  614. local Remote = game.ReplicatedStorage.Events['DataEvent']
  615. local Arguments = {
  616. [1] = "Melee",
  617. [2] = god[4].Name
  618. }
  619. Remote:FireServer(unpack(Arguments))
  620. else
  621. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  622. local Arguments = {
  623. [1] = highest,
  624. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  625. [4] = "Move5"
  626. }
  627. Remote:FireServer(unpack(Arguments))
  628. end
  629. end
  630. else
  631. local partProperties = {
  632. CFrame = CFrame.new(Vector3.new(god[3].hitbox.Position.X, 48.27, god[3].hitbox.Position.Z))
  633. }
  634. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  635. if highest == "nothingxddd" then
  636. local Remote = game.ReplicatedStorage.Events['DataEvent']
  637. local Arguments = {
  638. [1] = "Melee",
  639. [2] = god[3].Name
  640. }
  641. Remote:FireServer(unpack(Arguments))
  642. else
  643. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  644. local Arguments = {
  645. [1] = highest,
  646. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  647. [4] = "Move5"
  648. }
  649. Remote:FireServer(unpack(Arguments))
  650. end
  651. end
  652. else
  653. local partProperties = {
  654. CFrame = CFrame.new(Vector3.new(god[2].hitbox.Position.X, 48.27, god[2].hitbox.Position.Z))
  655. }
  656. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  657. if highest == "nothingxddd" then
  658. local Remote = game.ReplicatedStorage.Events['DataEvent']
  659. local Arguments = {
  660. [1] = "Melee",
  661. [2] = god[2].Name
  662. }
  663. Remote:FireServer(unpack(Arguments))
  664. else
  665. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  666. local Arguments = {
  667. [1] = highest,
  668. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  669. [4] = "Move5"
  670. }
  671. Remote:FireServer(unpack(Arguments))
  672. end
  673. end
  674. else
  675. local partProperties = {
  676. CFrame = CFrame.new(Vector3.new(god[1].hitbox.Position.X, 48.27, god[1].hitbox.Position.Z))
  677. }
  678. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  679. if highest == "nothingxddd" then
  680. local Remote = game.ReplicatedStorage.Events['DataEvent']
  681. local Arguments = {
  682. [1] = "Melee",
  683. [2] = god[1].Name
  684. }
  685. Remote:FireServer(unpack(Arguments))
  686. else
  687. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  688. local Arguments = {
  689. [1] = highest,
  690. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  691. [4] = "Move5"
  692. }
  693. Remote:FireServer(unpack(Arguments))
  694. end
  695. end
  696. if pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "5 / 5" or pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "0 / 0" then
  697. local Remote = game.ReplicatedStorage.Events['DataEvent']
  698. local Arguments = {
  699. [1] = "InitiateQuest",
  700. [2] = "5"
  701. }
  702. Remote:FireServer(unpack(Arguments))
  703. end
  704. elseif level < 100 then
  705. last = 5
  706. init()
  707. QuestStatus.Text = pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text
  708. if why[1].Settings.FakeHealth.Value <= 0 then
  709. if why[2].Settings.FakeHealth.Value <= 0 then
  710. if why[3].Settings.FakeHealth.Value <= 0 then
  711. if why[4].Settings.FakeHealth.Value <= 0 then
  712. else
  713. local partProperties = {
  714. CFrame = CFrame.new(Vector3.new(why[4].hitbox.Position.X, 48.27, why[4].hitbox.Position.Z))
  715. }
  716. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  717. if highest == "nothingxddd" then
  718. local Remote = game.ReplicatedStorage.Events['DataEvent']
  719. local Arguments = {
  720. [1] = "Melee",
  721. [2] = why[4].Name
  722. }
  723. Remote:FireServer(unpack(Arguments))
  724. else
  725. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  726. local Arguments = {
  727. [1] = highest,
  728. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  729. [4] = "Move5"
  730. }
  731. Remote:FireServer(unpack(Arguments))
  732. end
  733. end
  734. else
  735. local partProperties = {
  736. CFrame = CFrame.new(Vector3.new(why[3].hitbox.Position.X, 48.27, why[3].hitbox.Position.Z))
  737. }
  738. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  739. if highest == "nothingxddd" then
  740. local Remote = game.ReplicatedStorage.Events['DataEvent']
  741. local Arguments = {
  742. [1] = "Melee",
  743. [2] = why[3].Name
  744. }
  745. Remote:FireServer(unpack(Arguments))
  746. else
  747. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  748. local Arguments = {
  749. [1] = highest,
  750. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  751. [4] = "Move5"
  752. }
  753. Remote:FireServer(unpack(Arguments))
  754. end
  755. end
  756. else
  757. local partProperties = {
  758. CFrame = CFrame.new(Vector3.new(why[2].hitbox.Position.X, 48.27, why[2].hitbox.Position.Z))
  759. }
  760. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  761. if highest == "nothingxddd" then
  762. local Remote = game.ReplicatedStorage.Events['DataEvent']
  763. local Arguments = {
  764. [1] = "Melee",
  765. [2] = why[2].Name
  766. }
  767. Remote:FireServer(unpack(Arguments))
  768. else
  769. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  770. local Arguments = {
  771. [1] = highest,
  772. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  773. [4] = "Move5"
  774. }
  775. Remote:FireServer(unpack(Arguments))
  776. end
  777. end
  778. else
  779. local partProperties = {
  780. CFrame = CFrame.new(Vector3.new(why[1].hitbox.Position.X, 48.27, why[1].hitbox.Position.Z))
  781. }
  782. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  783. if highest == "nothingxddd" then
  784. local Remote = game.ReplicatedStorage.Events['DataEvent']
  785. local Arguments = {
  786. [1] = "Melee",
  787. [2] = why[1].Name
  788. }
  789. Remote:FireServer(unpack(Arguments))
  790. else
  791. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  792. local Arguments = {
  793. [1] = highest,
  794. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  795. [4] = "Move5"
  796. }
  797. Remote:FireServer(unpack(Arguments))
  798. end
  799. end
  800. if pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "5 / 5" or pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "0 / 0" then
  801. local Remote = game.ReplicatedStorage.Events['DataEvent']
  802. local Arguments = {
  803. [1] = "InitiateQuest",
  804. [2] = "5"
  805. }
  806. Remote:FireServer(unpack(Arguments))
  807. end
  808. elseif level < 120 then
  809. last = 6
  810. init()
  811. QuestStatus.Text = pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text
  812. if lol[1].Settings.FakeHealth.Value <= 0 then
  813. if lol[2].Settings.FakeHealth.Value <= 0 then
  814. if lol[3].Settings.FakeHealth.Value <= 0 then
  815. if lol[4].Settings.FakeHealth.Value <= 0 then
  816. else
  817. local partProperties = {
  818. CFrame = CFrame.new(Vector3.new(lol[4].hitbox.Position.X, -33.4, lol[4].hitbox.Position.Z))
  819. }
  820. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  821. if highest == "nothingxddd" then
  822. local Remote = game.ReplicatedStorage.Events['DataEvent']
  823. local Arguments = {
  824. [1] = "Melee",
  825. [2] = lol[4].Name
  826. }
  827. Remote:FireServer(unpack(Arguments))
  828. else
  829. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  830. local Arguments = {
  831. [1] = highest,
  832. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  833. [4] = "Move5"
  834. }
  835. Remote:FireServer(unpack(Arguments))
  836. end
  837. end
  838. else
  839. local partProperties = {
  840. CFrame = CFrame.new(Vector3.new(lol[3].hitbox.Position.X, -33.4, lol[3].hitbox.Position.Z))
  841. }
  842. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  843. if highest == "nothingxddd" then
  844. local Remote = game.ReplicatedStorage.Events['DataEvent']
  845. local Arguments = {
  846. [1] = "Melee",
  847. [2] = lol[3].Name
  848. }
  849. Remote:FireServer(unpack(Arguments))
  850. else
  851. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  852. local Arguments = {
  853. [1] = highest,
  854. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  855. [4] = "Move5"
  856. }
  857. Remote:FireServer(unpack(Arguments))
  858. end
  859. end
  860. else
  861. local partProperties = {
  862. CFrame = CFrame.new(Vector3.new(lol[2].hitbox.Position.X, -33.4, lol[2].hitbox.Position.Z))
  863. }
  864. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  865. if highest == "nothingxddd" then
  866. local Remote = game.ReplicatedStorage.Events['DataEvent']
  867. local Arguments = {
  868. [1] = "Melee",
  869. [2] = lol[2].Name
  870. }
  871. Remote:FireServer(unpack(Arguments))
  872. else
  873. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  874. local Arguments = {
  875. [1] = highest,
  876. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  877. [4] = "Move5"
  878. }
  879. Remote:FireServer(unpack(Arguments))
  880. end
  881. end
  882. else
  883. local partProperties = {
  884. CFrame = CFrame.new(Vector3.new(lol[1].hitbox.Position.X, -33.4, lol[1].hitbox.Position.Z))
  885. }
  886. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  887. if highest == "nothingxddd" then
  888. local Remote = game.ReplicatedStorage.Events['DataEvent']
  889. local Arguments = {
  890. [1] = "Melee",
  891. [2] = lol[1].Name
  892. }
  893. Remote:FireServer(unpack(Arguments))
  894. else
  895. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  896. local Arguments = {
  897. [1] = highest,
  898. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  899. [4] = "Move5"
  900. }
  901. Remote:FireServer(unpack(Arguments))
  902. end
  903. end
  904. if pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "5 / 5" or pplayer.PlayerGui.GameGui.MainFrame.CurrentQuestFrame.AmountyDone.Text == "0 / 0" then
  905. local Remote = game.ReplicatedStorage.Events['DataEvent']
  906. local Arguments = {
  907. [1] = "InitiateQuest",
  908. [2] = "6"
  909. }
  910. Remote:FireServer(unpack(Arguments))
  911. end
  912. end
  913. end
  914. end
  915. end
  916.  
  917. function sksp(gay, uwu)
  918. while event do
  919. wait(0.2)
  920. local partProperties = {
  921. CFrame = CFrame.new(Vector3.new(uwu.hitbox.Position.X, uwu.hitbox.Position.Y-15, uwu.hitbox.Position.Z))
  922. }
  923. Tween = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  924. if highest == "nothingxddd" then
  925. local Remote = game.ReplicatedStorage.Events['DataEvent']
  926. local Arguments = {
  927. [1] = "Melee",
  928. [2] = uwu.Name
  929. }
  930. Remote:FireServer(unpack(Arguments))
  931. else
  932. local Remote = game.ReplicatedStorage.Events['QuirkEvent']
  933. local Arguments = {
  934. [1] = highest,
  935. [2] = Vector3.new(2880.38574,48.3479996,1625.3125),
  936. [4] = "Move5"
  937. }
  938. Remote:FireServer(unpack(Arguments))
  939. end
  940. end
  941. end
  942.  
  943. function eventdestroy()
  944. while event do
  945. wait(1)
  946. for i,v in pairs(workspace:GetChildren()) do
  947. if v.Name == "Dabi" then
  948. boss = true
  949. sksp(1, v)
  950. if v.Settings.FakeHealth.Value <= 0 then
  951. boss = false
  952. end
  953. elseif v.Name == "Thanos[VILLIAN]" then
  954. boss = true
  955. sksp(1, v)
  956. if v.Settings.FakeHealth.Value <= 0 then
  957. boss = false
  958. end
  959. elseif v.Name == "Nomu" then
  960. boss = true
  961. sksp(1, v)
  962. if v.Settings.FakeHealth.Value <= 0 then
  963. boss = false
  964. end
  965. elseif v.Name == "HeroKillerStain" then
  966. boss = true
  967. sksp(1, v)
  968. if v.Settings.FakeHealth.Value <= 0 then
  969. boss = false
  970. end
  971. else
  972. end
  973. end
  974. end
  975. end
  976.  
  977. EventFarm.MouseButton1Click:Connect(function()
  978. if event == false then
  979. EventFarm.BackgroundColor3 = Color3.fromRGB(70, 175, 0)
  980. event = true
  981. eventdestroy()
  982. else
  983. EventFarm.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  984. event = false
  985. end
  986. end)
  987.  
  988. QuestFarm.MouseButton1Click:Connect(function()
  989. if bool == false then
  990. QuestFarm.BackgroundColor3 = Color3.fromRGB(70, 175, 0)
  991. bool = true
  992. destrution()
  993. else
  994. QuestFarm.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  995. bool = false
  996. end
  997. end)
  998. pplayer.CharacterAdded:connect(function(chara)
  999. wait(15)
  1000. if bool == false then
  1001. print("You died! Restarting script.")
  1002. destrution()
  1003. else
  1004. end
  1005. end)
  1006.  
  1007.  
  1008.  
  1009. --noclip
  1010. game:getService("RunService"):BindToRenderStep("",0,function()
  1011. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  1012. if bool or event then
  1013. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  1014. Tween:Play()
  1015. end
  1016. end)
  1017.  
  1018. --anti afk
  1019. game:service'Players'.LocalPlayer.Idled:connect(function()
  1020. VirtualUser:CaptureController()
  1021. VirtualUser:ClickButton2(Vector2.new())
  1022. end)
  1023.  
  1024. --exit
  1025. Exit.MouseButton1Click:Connect(function()
  1026. bool = false
  1027. GUI:Destroy()
  1028. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement