Advertisement
Hunterharris7

BUKO Its Not A Script Srry

Jun 25th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 KB | None | 0 0
  1. local BokunoRobloxGUI = Instance.new("ScreenGui")
  2. local TitleFrm = Instance.new("Frame")
  3. local TitltTxt = Instance.new("TextLabel")
  4. local CloseBtn = Instance.new("TextButton")
  5. local Body = Instance.new("Frame")
  6. local HeroBtn = Instance.new("TextButton")
  7. local WVillBtn = Instance.new("TextButton")
  8. local VillBtn = Instance.new("TextButton")
  9. local NomuBtn = Instance.new("TextButton")
  10. local PolBtn = Instance.new("TextButton")
  11. local CrimBtn = Instance.new("TextButton")
  12. local TomBtn = Instance.new("TextButton")
  13. local UASBtn = Instance.new("TextButton")
  14. local EndBtn = Instance.new("TextButton")
  15. local AllMBtn = Instance.new("TextButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local StopBtn = Instance.new("TextButton")
  18. --Properties:
  19. BokunoRobloxGUI.Name = "Boku no Roblox GUI"
  20. BokunoRobloxGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. BokunoRobloxGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. BokunoRobloxGUI.ResetOnSpawn = false
  23.  
  24. TitleFrm.Name = "TitleFrm"
  25. TitleFrm.Parent = BokunoRobloxGUI
  26. TitleFrm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. TitleFrm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  28. TitleFrm.BorderSizePixel = 2
  29. TitleFrm.Position = UDim2.new(0, 0, 0.335863382, 50)
  30. TitleFrm.Size = UDim2.new(0, 249, 0, 20)
  31.  
  32. TitltTxt.Name = "TitltTxt"
  33. TitltTxt.Parent = TitleFrm
  34. TitltTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TitltTxt.BackgroundTransparency = 1
  36. TitltTxt.BorderSizePixel = 0
  37. TitltTxt.Size = UDim2.new(0, 228, 0, 20)
  38. TitltTxt.Font = Enum.Font.SourceSansBold
  39. TitltTxt.Text = " BNR:R GUI"
  40. TitltTxt.TextColor3 = Color3.new(1, 1, 1)
  41. TitltTxt.TextSize = 14
  42.  
  43. CloseBtn.Name = "CloseBtn"
  44. CloseBtn.Parent = TitleFrm
  45. CloseBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. CloseBtn.BorderSizePixel = 0
  47. CloseBtn.Position = UDim2.new(0.916013539, 2, 0, 0)
  48. CloseBtn.Size = UDim2.new(0, 20, 0, 20)
  49. CloseBtn.Font = Enum.Font.SourceSansItalic
  50. CloseBtn.Text = "X"
  51. CloseBtn.TextColor3 = Color3.new(1, 1, 1)
  52. CloseBtn.TextSize = 14
  53.  
  54. Body.Name = "Body"
  55. Body.Parent = TitleFrm
  56. Body.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  57. Body.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  58. Body.BorderSizePixel = 2
  59. Body.Position = UDim2.new(0, 0, 1, 2)
  60. Body.Size = UDim2.new(0, 249, 0, 181)
  61.  
  62. HeroBtn.Name = "HeroBtn"
  63. HeroBtn.Parent = Body
  64. HeroBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  65. HeroBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  66. HeroBtn.BorderSizePixel = 2
  67. HeroBtn.Position = UDim2.new(0, 5, 0, 61)
  68. HeroBtn.Size = UDim2.new(0, 116, 0, 21)
  69. HeroBtn.Font = Enum.Font.SourceSansItalic
  70. HeroBtn.Text = "HERO"
  71. HeroBtn.TextColor3 = Color3.new(1, 1, 1)
  72. HeroBtn.TextSize = 14
  73.  
  74. WVillBtn.Name = "WVillBtn"
  75. WVillBtn.Parent = Body
  76. WVillBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  77. WVillBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  78. WVillBtn.BorderSizePixel = 2
  79. WVillBtn.Position = UDim2.new(0, 5, 0, 33)
  80. WVillBtn.Size = UDim2.new(0, 116, 0, 21)
  81. WVillBtn.Font = Enum.Font.SourceSansItalic
  82. WVillBtn.Text = "WEAK VILLAIN"
  83. WVillBtn.TextColor3 = Color3.new(1, 1, 1)
  84. WVillBtn.TextSize = 14
  85.  
  86. VillBtn.Name = "VillBtn"
  87. VillBtn.Parent = Body
  88. VillBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  89. VillBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  90. VillBtn.BorderSizePixel = 2
  91. VillBtn.Position = UDim2.new(0, 128, 0, 33)
  92. VillBtn.Size = UDim2.new(0, 116, 0, 21)
  93. VillBtn.Font = Enum.Font.SourceSansItalic
  94. VillBtn.Text = "VILLAIN"
  95. VillBtn.TextColor3 = Color3.new(1, 1, 1)
  96. VillBtn.TextSize = 14
  97.  
  98. NomuBtn.Name = "NomuBtn"
  99. NomuBtn.Parent = Body
  100. NomuBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. NomuBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  102. NomuBtn.BorderSizePixel = 2
  103. NomuBtn.Position = UDim2.new(0, 128, 0, 61)
  104. NomuBtn.Size = UDim2.new(0, 116, 0, 21)
  105. NomuBtn.Font = Enum.Font.SourceSansItalic
  106. NomuBtn.Text = "NOUMU"
  107. NomuBtn.TextColor3 = Color3.new(1, 1, 1)
  108. NomuBtn.TextSize = 14
  109.  
  110. PolBtn.Name = "PolBtn"
  111. PolBtn.Parent = Body
  112. PolBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  113. PolBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  114. PolBtn.BorderSizePixel = 2
  115. PolBtn.Position = UDim2.new(0, 5, 0, 5)
  116. PolBtn.Size = UDim2.new(0, 116, 0, 21)
  117. PolBtn.Font = Enum.Font.SourceSansItalic
  118. PolBtn.Text = "POLICE"
  119. PolBtn.TextColor3 = Color3.new(1, 1, 1)
  120. PolBtn.TextSize = 14
  121.  
  122. CrimBtn.Name = "CrimBtn"
  123. CrimBtn.Parent = Body
  124. CrimBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  125. CrimBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  126. CrimBtn.BorderSizePixel = 2
  127. CrimBtn.Position = UDim2.new(0, 128, 0, 5)
  128. CrimBtn.Size = UDim2.new(0, 116, 0, 21)
  129. CrimBtn.Font = Enum.Font.SourceSansItalic
  130. CrimBtn.Text = "CRIMINAL"
  131. CrimBtn.TextColor3 = Color3.new(1, 1, 1)
  132. CrimBtn.TextSize = 14
  133.  
  134. TomBtn.Name = "TomBtn"
  135. TomBtn.Parent = Body
  136. TomBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  137. TomBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  138. TomBtn.BorderSizePixel = 2
  139. TomBtn.Position = UDim2.new(0, 128, 0, 89)
  140. TomBtn.Size = UDim2.new(0, 116, 0, 21)
  141. TomBtn.Font = Enum.Font.SourceSansItalic
  142. TomBtn.Text = "TOMURA"
  143. TomBtn.TextColor3 = Color3.new(1, 1, 1)
  144. TomBtn.TextSize = 14
  145.  
  146. UASBtn.Name = "UASBtn"
  147. UASBtn.Parent = Body
  148. UASBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  149. UASBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  150. UASBtn.BorderSizePixel = 2
  151. UASBtn.Position = UDim2.new(0, 5, 0, 89)
  152. UASBtn.Size = UDim2.new(0, 116, 0, 21)
  153. UASBtn.Font = Enum.Font.SourceSansItalic
  154. UASBtn.Text = "UA STUDENTS"
  155. UASBtn.TextColor3 = Color3.new(1, 1, 1)
  156. UASBtn.TextSize = 14
  157.  
  158. EndBtn.Name = "EndBtn"
  159. EndBtn.Parent = Body
  160. EndBtn.BackgroundColor3 = Color3.new(0.772549, 0, 0)
  161. EndBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  162. EndBtn.BorderSizePixel = 2
  163. EndBtn.Position = UDim2.new(0, 128, 0, 117)
  164. EndBtn.Size = UDim2.new(0, 116, 0, 21)
  165. EndBtn.Font = Enum.Font.SourceSansItalic
  166. EndBtn.Text = "ENDEAVOR"
  167. EndBtn.TextColor3 = Color3.new(0, 0, 0)
  168. EndBtn.TextSize = 14
  169.  
  170. AllMBtn.Name = "AllMBtn"
  171. AllMBtn.Parent = Body
  172. AllMBtn.BackgroundColor3 = Color3.new(0.764706, 0.764706, 0)
  173. AllMBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  174. AllMBtn.BorderSizePixel = 2
  175. AllMBtn.Position = UDim2.new(0, 5, 0, 117)
  176. AllMBtn.Size = UDim2.new(0, 116, 0, 21)
  177. AllMBtn.Font = Enum.Font.SourceSansItalic
  178. AllMBtn.Text = "ALL MIGHT"
  179. AllMBtn.TextColor3 = Color3.new(0, 0, 0)
  180. AllMBtn.TextSize = 14
  181.  
  182. TextLabel.Parent = Body
  183. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  184. TextLabel.BackgroundTransparency = 1
  185. TextLabel.BorderSizePixel = 0
  186. TextLabel.Position = UDim2.new(0, 0, 0.925000012, 1)
  187. TextLabel.Size = UDim2.new(0, 249, 0, 11)
  188. TextLabel.Font = Enum.Font.SourceSans
  189. TextLabel.Text = "CLICK ON A NPC TO START FARMING"
  190. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  191. TextLabel.TextSize = 13
  192.  
  193. StopBtn.Name = "EndBtn"
  194. StopBtn.Parent = TitleFrm
  195. StopBtn.BackgroundColor3 = Color3.new(0.772549, 0, 0)
  196. StopBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  197. StopBtn.BorderSizePixel = 2
  198. StopBtn.Position = UDim2.new(0, 5, 0, 166)
  199. StopBtn.Size = UDim2.new(0, 239, 0, 21)
  200. StopBtn.Font = Enum.Font.SourceSansSemibold
  201. StopBtn.Text = "STOP FARMING"
  202. StopBtn.TextColor3 = Color3.new(0, 0, 0)
  203. StopBtn.TextSize = 14
  204.  
  205. local plr = game.Players.LocalPlayer
  206. local Quirk = ""
  207. local FarmV = false
  208. local WP = ""
  209. local ANPC = ""
  210.  
  211. local function FindQ()
  212. for i,v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren())do
  213. if string.match(v.Name, "Quirk") then
  214. Quirk = v.Name
  215. end
  216. end
  217. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Menu.Menu.Inventory.Weapons:GetChildren())do
  218. if v:IsA("ImageButton")then
  219. game.ReplicatedStorage.WeaponShop.Equip:FireServer(v.Name)
  220. WP = v.Name
  221. end
  222. end
  223. plr.Character:WaitForChild("Humanoid").Died:Connect(function()
  224. if FarmV then
  225. FarmV = false
  226. wait(7)
  227. FarmV = true
  228. Farm(ANPC)end
  229. end)
  230. end
  231.  
  232. function Farm(npc)
  233. FindQ()
  234. while true do
  235. if FarmV then
  236. for i,v in pairs(game.Workspace.NPCs:GetChildren())do
  237. if v.Name == npc and v.Humanoid.Health > 0 then
  238. while v.Humanoid.Health > 0 do
  239. if not FarmV then break end
  240. if game.Workspace[game.Players.LocalPlayer.Name].Humanoid.Health > 0 then
  241. plr.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + v.HumanoidRootPart.CFrame.lookVector * -3
  242. game.Workspace[game.Players.LocalPlayer.Name][Quirk].E:FireServer()
  243. game.Workspace[game.Players.LocalPlayer.Name].Main.Swing:FireServer(v.HumanoidRootPart.CFrame)
  244. wait()
  245. else
  246. wait()
  247. end
  248. end
  249. end
  250. end
  251. else
  252. break
  253. end
  254. end
  255. end
  256. CloseBtn.MouseButton1Down:Connect(function()
  257. BokunoRobloxGUI:Destroy()
  258. end)
  259. HeroBtn.MouseButton1Down:Connect(function()
  260. if not FarmV then
  261. FarmV = true
  262. ANPC="Hero"
  263. Farm("Hero")end
  264. end)
  265. WVillBtn.MouseButton1Down:Connect(function()
  266. if not FarmV then
  267. FarmV = true
  268. ANPC="Weak Villain"
  269. Farm("Weak Villain")end
  270. end)
  271. VillBtn.MouseButton1Down:Connect(function()
  272. if not FarmV then
  273. FarmV = true
  274. ANPC="Villain"
  275. Farm("Villain")end
  276. end)
  277. NomuBtn.MouseButton1Down:Connect(function()
  278. if not FarmV then
  279. FarmV = true
  280. ANPC="Noumu"
  281. Farm("Noumu")end
  282. end)
  283. CrimBtn.MouseButton1Down:Connect(function()
  284. if not FarmV then
  285. FarmV = true
  286. ANPC="Criminal"
  287. Farm("Criminal")end
  288. end)
  289. PolBtn.MouseButton1Down:Connect(function()
  290. if not FarmV then
  291. FarmV = true
  292. ANPC="Police"
  293. Farm("Police")end
  294. end)
  295. TomBtn.MouseButton1Down:Connect(function()
  296. if not FarmV then
  297. FarmV = true
  298. Farm("Tomura")
  299. ANPC="Tomura"end
  300. end)
  301. UASBtn.MouseButton1Down:Connect(function()
  302. if not FarmV then
  303. FarmV = true
  304. ANPC="UA Student"
  305. Farm("UA Student")end
  306. end)
  307. EndBtn.MouseButton1Down:Connect(function()
  308. if not FarmV then
  309. FarmV = true
  310. ANPC="Endeavor"
  311. Farm("Endeavor")end
  312. end)
  313. AllMBtn.MouseButton1Down:Connect(function()
  314. if not FarmV then
  315. FarmV = true
  316. ANPC="All Might 1"
  317. Farm("All Might 1")end
  318. end)
  319. StopBtn.MouseButton1Down:Connect(function()
  320. FarmV = false
  321. end)
  322. RAW Paste Data
  323. local BokunoRobloxGUI = Instance.new("ScreenGui")
  324. local TitleFrm = Instance.new("Frame")
  325. local TitltTxt = Instance.new("TextLabel")
  326. local CloseBtn = Instance.new("TextButton")
  327. local Body = Instance.new("Frame")
  328. local HeroBtn = Instance.new("TextButton")
  329. local WVillBtn = Instance.new("TextButton")
  330. local VillBtn = Instance.new("TextButton")
  331. local NomuBtn = Instance.new("TextButton")
  332. local PolBtn = Instance.new("TextButton")
  333. local CrimBtn = Instance.new("TextButton")
  334. local TomBtn = Instance.new("TextButton")
  335. local UASBtn = Instance.new("TextButton")
  336. local EndBtn = Instance.new("TextButton")
  337. local AllMBtn = Instance.new("TextButton")
  338. local TextLabel = Instance.new("TextLabel")
  339. local StopBtn = Instance.new("TextButton")
  340. --Properties:
  341. BokunoRobloxGUI.Name = "Boku no Roblox GUI"
  342. BokunoRobloxGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  343. BokunoRobloxGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  344. BokunoRobloxGUI.ResetOnSpawn = false
  345.  
  346. TitleFrm.Name = "TitleFrm"
  347. TitleFrm.Parent = BokunoRobloxGUI
  348. TitleFrm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  349. TitleFrm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  350. TitleFrm.BorderSizePixel = 2
  351. TitleFrm.Position = UDim2.new(0, 0, 0.335863382, 50)
  352. TitleFrm.Size = UDim2.new(0, 249, 0, 20)
  353.  
  354. TitltTxt.Name = "TitltTxt"
  355. TitltTxt.Parent = TitleFrm
  356. TitltTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  357. TitltTxt.BackgroundTransparency = 1
  358. TitltTxt.BorderSizePixel = 0
  359. TitltTxt.Size = UDim2.new(0, 228, 0, 20)
  360. TitltTxt.Font = Enum.Font.SourceSansBold
  361. TitltTxt.Text = " BNR:R GUI"
  362. TitltTxt.TextColor3 = Color3.new(1, 1, 1)
  363. TitltTxt.TextSize = 14
  364.  
  365. CloseBtn.Name = "CloseBtn"
  366. CloseBtn.Parent = TitleFrm
  367. CloseBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  368. CloseBtn.BorderSizePixel = 0
  369. CloseBtn.Position = UDim2.new(0.916013539, 2, 0, 0)
  370. CloseBtn.Size = UDim2.new(0, 20, 0, 20)
  371. CloseBtn.Font = Enum.Font.SourceSansItalic
  372. CloseBtn.Text = "X"
  373. CloseBtn.TextColor3 = Color3.new(1, 1, 1)
  374. CloseBtn.TextSize = 14
  375.  
  376. Body.Name = "Body"
  377. Body.Parent = TitleFrm
  378. Body.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  379. Body.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  380. Body.BorderSizePixel = 2
  381. Body.Position = UDim2.new(0, 0, 1, 2)
  382. Body.Size = UDim2.new(0, 249, 0, 181)
  383.  
  384. HeroBtn.Name = "HeroBtn"
  385. HeroBtn.Parent = Body
  386. HeroBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  387. HeroBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  388. HeroBtn.BorderSizePixel = 2
  389. HeroBtn.Position = UDim2.new(0, 5, 0, 61)
  390. HeroBtn.Size = UDim2.new(0, 116, 0, 21)
  391. HeroBtn.Font = Enum.Font.SourceSansItalic
  392. HeroBtn.Text = "HERO"
  393. HeroBtn.TextColor3 = Color3.new(1, 1, 1)
  394. HeroBtn.TextSize = 14
  395.  
  396. WVillBtn.Name = "WVillBtn"
  397. WVillBtn.Parent = Body
  398. WVillBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  399. WVillBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  400. WVillBtn.BorderSizePixel = 2
  401. WVillBtn.Position = UDim2.new(0, 5, 0, 33)
  402. WVillBtn.Size = UDim2.new(0, 116, 0, 21)
  403. WVillBtn.Font = Enum.Font.SourceSansItalic
  404. WVillBtn.Text = "WEAK VILLAIN"
  405. WVillBtn.TextColor3 = Color3.new(1, 1, 1)
  406. WVillBtn.TextSize = 14
  407.  
  408. VillBtn.Name = "VillBtn"
  409. VillBtn.Parent = Body
  410. VillBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  411. VillBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  412. VillBtn.BorderSizePixel = 2
  413. VillBtn.Position = UDim2.new(0, 128, 0, 33)
  414. VillBtn.Size = UDim2.new(0, 116, 0, 21)
  415. VillBtn.Font = Enum.Font.SourceSansItalic
  416. VillBtn.Text = "VILLAIN"
  417. VillBtn.TextColor3 = Color3.new(1, 1, 1)
  418. VillBtn.TextSize = 14
  419.  
  420. NomuBtn.Name = "NomuBtn"
  421. NomuBtn.Parent = Body
  422. NomuBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  423. NomuBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  424. NomuBtn.BorderSizePixel = 2
  425. NomuBtn.Position = UDim2.new(0, 128, 0, 61)
  426. NomuBtn.Size = UDim2.new(0, 116, 0, 21)
  427. NomuBtn.Font = Enum.Font.SourceSansItalic
  428. NomuBtn.Text = "NOUMU"
  429. NomuBtn.TextColor3 = Color3.new(1, 1, 1)
  430. NomuBtn.TextSize = 14
  431.  
  432. PolBtn.Name = "PolBtn"
  433. PolBtn.Parent = Body
  434. PolBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  435. PolBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  436. PolBtn.BorderSizePixel = 2
  437. PolBtn.Position = UDim2.new(0, 5, 0, 5)
  438. PolBtn.Size = UDim2.new(0, 116, 0, 21)
  439. PolBtn.Font = Enum.Font.SourceSansItalic
  440. PolBtn.Text = "POLICE"
  441. PolBtn.TextColor3 = Color3.new(1, 1, 1)
  442. PolBtn.TextSize = 14
  443.  
  444. CrimBtn.Name = "CrimBtn"
  445. CrimBtn.Parent = Body
  446. CrimBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  447. CrimBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  448. CrimBtn.BorderSizePixel = 2
  449. CrimBtn.Position = UDim2.new(0, 128, 0, 5)
  450. CrimBtn.Size = UDim2.new(0, 116, 0, 21)
  451. CrimBtn.Font = Enum.Font.SourceSansItalic
  452. CrimBtn.Text = "CRIMINAL"
  453. CrimBtn.TextColor3 = Color3.new(1, 1, 1)
  454. CrimBtn.TextSize = 14
  455.  
  456. TomBtn.Name = "TomBtn"
  457. TomBtn.Parent = Body
  458. TomBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  459. TomBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  460. TomBtn.BorderSizePixel = 2
  461. TomBtn.Position = UDim2.new(0, 128, 0, 89)
  462. TomBtn.Size = UDim2.new(0, 116, 0, 21)
  463. TomBtn.Font = Enum.Font.SourceSansItalic
  464. TomBtn.Text = "TOMURA"
  465. TomBtn.TextColor3 = Color3.new(1, 1, 1)
  466. TomBtn.TextSize = 14
  467.  
  468. UASBtn.Name = "UASBtn"
  469. UASBtn.Parent = Body
  470. UASBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  471. UASBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  472. UASBtn.BorderSizePixel = 2
  473. UASBtn.Position = UDim2.new(0, 5, 0, 89)
  474. UASBtn.Size = UDim2.new(0, 116, 0, 21)
  475. UASBtn.Font = Enum.Font.SourceSansItalic
  476. UASBtn.Text = "UA STUDENTS"
  477. UASBtn.TextColor3 = Color3.new(1, 1, 1)
  478. UASBtn.TextSize = 14
  479.  
  480. EndBtn.Name = "EndBtn"
  481. EndBtn.Parent = Body
  482. EndBtn.BackgroundColor3 = Color3.new(0.772549, 0, 0)
  483. EndBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  484. EndBtn.BorderSizePixel = 2
  485. EndBtn.Position = UDim2.new(0, 128, 0, 117)
  486. EndBtn.Size = UDim2.new(0, 116, 0, 21)
  487. EndBtn.Font = Enum.Font.SourceSansItalic
  488. EndBtn.Text = "ENDEAVOR"
  489. EndBtn.TextColor3 = Color3.new(0, 0, 0)
  490. EndBtn.TextSize = 14
  491.  
  492. AllMBtn.Name = "AllMBtn"
  493. AllMBtn.Parent = Body
  494. AllMBtn.BackgroundColor3 = Color3.new(0.764706, 0.764706, 0)
  495. AllMBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  496. AllMBtn.BorderSizePixel = 2
  497. AllMBtn.Position = UDim2.new(0, 5, 0, 117)
  498. AllMBtn.Size = UDim2.new(0, 116, 0, 21)
  499. AllMBtn.Font = Enum.Font.SourceSansItalic
  500. AllMBtn.Text = "ALL MIGHT"
  501. AllMBtn.TextColor3 = Color3.new(0, 0, 0)
  502. AllMBtn.TextSize = 14
  503.  
  504. TextLabel.Parent = Body
  505. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  506. TextLabel.BackgroundTransparency = 1
  507. TextLabel.BorderSizePixel = 0
  508. TextLabel.Position = UDim2.new(0, 0, 0.925000012, 1)
  509. TextLabel.Size = UDim2.new(0, 249, 0, 11)
  510. TextLabel.Font = Enum.Font.SourceSans
  511. TextLabel.Text = "CLICK ON A NPC TO START FARMING"
  512. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  513. TextLabel.TextSize = 13
  514.  
  515. StopBtn.Name = "EndBtn"
  516. StopBtn.Parent = TitleFrm
  517. StopBtn.BackgroundColor3 = Color3.new(0.772549, 0, 0)
  518. StopBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  519. StopBtn.BorderSizePixel = 2
  520. StopBtn.Position = UDim2.new(0, 5, 0, 166)
  521. StopBtn.Size = UDim2.new(0, 239, 0, 21)
  522. StopBtn.Font = Enum.Font.SourceSansSemibold
  523. StopBtn.Text = "STOP FARMING"
  524. StopBtn.TextColor3 = Color3.new(0, 0, 0)
  525. StopBtn.TextSize = 14
  526.  
  527. local plr = game.Players.LocalPlayer
  528. local Quirk = ""
  529. local FarmV = false
  530. local WP = ""
  531. local ANPC = ""
  532.  
  533. local function FindQ()
  534. for i,v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren())do
  535. if string.match(v.Name, "Quirk") then
  536. Quirk = v.Name
  537. end
  538. end
  539. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Menu.Menu.Inventory.Weapons:GetChildren())do
  540. if v:IsA("ImageButton")then
  541. game.ReplicatedStorage.WeaponShop.Equip:FireServer(v.Name)
  542. WP = v.Name
  543. end
  544. end
  545. plr.Character:WaitForChild("Humanoid").Died:Connect(function()
  546. if FarmV then
  547. FarmV = false
  548. wait(7)
  549. FarmV = true
  550. Farm(ANPC)end
  551. end)
  552. end
  553.  
  554. function Farm(npc)
  555. FindQ()
  556. while true do
  557. if FarmV then
  558. for i,v in pairs(game.Workspace.NPCs:GetChildren())do
  559. if v.Name == npc and v.Humanoid.Health > 0 then
  560. while v.Humanoid.Health > 0 do
  561. if not FarmV then break end
  562. if game.Workspace[game.Players.LocalPlayer.Name].Humanoid.Health > 0 then
  563. plr.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + v.HumanoidRootPart.CFrame.lookVector * -3
  564. game.Workspace[game.Players.LocalPlayer.Name][Quirk].E:FireServer()
  565. game.Workspace[game.Players.LocalPlayer.Name].Main.Swing:FireServer(v.HumanoidRootPart.CFrame)
  566. wait()
  567. else
  568. wait()
  569. end
  570. end
  571. end
  572. end
  573. else
  574. break
  575. end
  576. end
  577. end
  578. CloseBtn.MouseButton1Down:Connect(function()
  579. BokunoRobloxGUI:Destroy()
  580. end)
  581. HeroBtn.MouseButton1Down:Connect(function()
  582. if not FarmV then
  583. FarmV = true
  584. ANPC="Hero"
  585. Farm("Hero")end
  586. end)
  587. WVillBtn.MouseButton1Down:Connect(function()
  588. if not FarmV then
  589. FarmV = true
  590. ANPC="Weak Villain"
  591. Farm("Weak Villain")end
  592. end)
  593. VillBtn.MouseButton1Down:Connect(function()
  594. if not FarmV then
  595. FarmV = true
  596. ANPC="Villain"
  597. Farm("Villain")end
  598. end)
  599. NomuBtn.MouseButton1Down:Connect(function()
  600. if not FarmV then
  601. FarmV = true
  602. ANPC="Noumu"
  603. Farm("Noumu")end
  604. end)
  605. CrimBtn.MouseButton1Down:Connect(function()
  606. if not FarmV then
  607. FarmV = true
  608. ANPC="Criminal"
  609. Farm("Criminal")end
  610. end)
  611. PolBtn.MouseButton1Down:Connect(function()
  612. if not FarmV then
  613. FarmV = true
  614. ANPC="Police"
  615. Farm("Police")end
  616. end)
  617. TomBtn.MouseButton1Down:Connect(function()
  618. if not FarmV then
  619. FarmV = true
  620. Farm("Tomura")
  621. ANPC="Tomura"end
  622. end)
  623. UASBtn.MouseButton1Down:Connect(function()
  624. if not FarmV then
  625. FarmV = true
  626. ANPC="UA Student"
  627. Farm("UA Student")end
  628. end)
  629. EndBtn.MouseButton1Down:Connect(function()
  630. if not FarmV then
  631. FarmV = true
  632. ANPC="Endeavor"
  633. Farm("Endeavor")end
  634. end)
  635. AllMBtn.MouseButton1Down:Connect(function()
  636. if not FarmV then
  637. FarmV = true
  638. ANPC="All Might 1"
  639. Farm("All Might 1")end
  640. end)
  641. StopBtn.MouseButton1Down:Connect(function()
  642. FarmV = false
  643. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement