KienZino

AUTO FARM BOKU NO ROBLOX

Apr 4th, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local BokunoRobloxGUI = Instance.new("ScreenGui")
  2. local TitleFrm = Instance.new("Frame")
  3. local TitleTxt = Instance.new("TextLabel")
  4. local CloseBtn = Instance.new("TextButton")
  5. local MinBtn = Instance.new("TextButton")
  6. local BodyFrm = Instance.new("Frame")
  7. local HeroTxt = Instance.new("TextLabel")
  8. local VillainTxt = Instance.new("TextLabel")
  9. local DivideFrm1 = Instance.new("Frame")
  10. local QuestsTxt = Instance.new("TextLabel")
  11. local DivideFrm2 = Instance.new("Frame")
  12. local DivideFrm3 = Instance.new("Frame")
  13. local SelectVillainBtn = Instance.new("TextButton")
  14. local FarmVillainBtn = Instance.new("TextButton")
  15. local FarmHeroBtn = Instance.new("TextButton")
  16. local SelectHeroBtn = Instance.new("TextButton")
  17. local QuestBtn = Instance.new("TextButton")
  18. local StartQuestBtn = Instance.new("TextButton")
  19. local BHeroFrm = Instance.new("ScrollingFrame")
  20. local CriminalBtn = Instance.new("TextButton")
  21. local WeakVillainBtn = Instance.new("TextButton")
  22. local VillainBtn = Instance.new("TextButton")
  23. local NoumuBtn = Instance.new("TextButton")
  24. local TomuraBtn = Instance.new("TextButton")
  25. local HeroTxt_2 = Instance.new("TextLabel")
  26. local BVillainFrm = Instance.new("ScrollingFrame")
  27. local PoliceBtn = Instance.new("TextButton")
  28. local UAStudentBtn = Instance.new("TextButton")
  29. local HeroBtn = Instance.new("TextButton")
  30. local AllMightBtn = Instance.new("TextButton")
  31. local EndeavorBtn = Instance.new("TextButton")
  32. local SkillsFrm = Instance.new("Frame")
  33. local ZSkillBtn = Instance.new("TextButton")
  34. local XSkillBtn = Instance.new("TextButton")
  35. local CSkillBtn = Instance.new("TextButton")
  36. local VSkillBtn = Instance.new("TextButton")
  37. local FSkillBtn = Instance.new("TextButton")
  38. local TextLabel = Instance.new("TextLabel")
  39. local QuestsFrm = Instance.new("ScrollingFrame")
  40. local KillCrimBtn = Instance.new("TextButton")
  41. local KillPolBtn = Instance.new("TextButton")
  42. local KillWVillBtn = Instance.new("TextButton")
  43. local KillHeroBtn = Instance.new("TextButton")
  44. local KillVillBtn = Instance.new("TextButton")
  45. local KillUAStudBtn = Instance.new("TextButton")
  46.  
  47. function RV()
  48.     local res = ""
  49.     for i = 1, 20 do
  50.         res = res .. string.char(math.random(97, 122))
  51.     end
  52.     return res
  53. end
  54.  
  55. BokunoRobloxGUI.Name = RV()
  56. BokunoRobloxGUI.Parent = game.CoreGui
  57. BokunoRobloxGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58. BokunoRobloxGUI.ResetOnSpawn = false
  59.  
  60. TitleFrm.Name = RV()
  61. TitleFrm.Parent = BokunoRobloxGUI
  62. TitleFrm.Active = true
  63. TitleFrm.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  64. TitleFrm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  65. TitleFrm.BorderSizePixel = 2
  66. TitleFrm.Position = UDim2.new(0.215018004, 0, 0.385199249, 0)
  67. TitleFrm.Size = UDim2.new(0, 450, 0, 20)
  68. TitleFrm.Draggable = true
  69.  
  70. TitleTxt.Name = RV()
  71. TitleTxt.Parent = TitleFrm
  72. TitleTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  73. TitleTxt.BackgroundTransparency = 1
  74. TitleTxt.BorderSizePixel = 0
  75. TitleTxt.Size = UDim2.new(0, 121, 0, 20)
  76. TitleTxt.Font = Enum.Font.SourceSansSemibold
  77. TitleTxt.Text = " Boku No Roblox GUI"
  78. TitleTxt.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  79. TitleTxt.TextSize = 15
  80. TitleTxt.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. CloseBtn.Name = RV()
  83. CloseBtn.Parent = TitleFrm
  84. CloseBtn.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  85. CloseBtn.BorderSizePixel = 0
  86. CloseBtn.Position = UDim2.new(0.955555558, 0, 0, 0)
  87. CloseBtn.Size = UDim2.new(0, 20, 0, 20)
  88. CloseBtn.Font = Enum.Font.SourceSans
  89. CloseBtn.Text = " X"
  90. CloseBtn.TextColor3 = Color3.new(1, 1, 1)
  91. CloseBtn.TextSize = 14
  92.  
  93. MinBtn.Name = RV()
  94. MinBtn.Parent = TitleFrm
  95. MinBtn.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  96. MinBtn.BorderSizePixel = 0
  97. MinBtn.Position = UDim2.new(0.910000026, 0, 0, 0)
  98. MinBtn.Size = UDim2.new(0, 20, 0, 20)
  99. MinBtn.Font = Enum.Font.SourceSans
  100. MinBtn.Text = "_"
  101. MinBtn.TextColor3 = Color3.new(1, 1, 1)
  102. MinBtn.TextSize = 14
  103. MinBtn.TextYAlignment = Enum.TextYAlignment.Top
  104.  
  105. BodyFrm.Name = RV()
  106. BodyFrm.Parent = TitleFrm
  107. BodyFrm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  108. BodyFrm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  109. BodyFrm.BorderSizePixel = 2
  110. BodyFrm.Position = UDim2.new(0, 0, 1.10000002, 0)
  111. BodyFrm.Size = UDim2.new(0, 450, 0, 100)
  112.  
  113. HeroTxt.Name = RV()
  114. HeroTxt.Parent = BodyFrm
  115. HeroTxt.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  116. HeroTxt.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  117. HeroTxt.BorderSizePixel = 2
  118. HeroTxt.Size = UDim2.new(0, 150, 0, 13)
  119. HeroTxt.Font = Enum.Font.SourceSans
  120. HeroTxt.Text = "BECOME A HERO"
  121. HeroTxt.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  122. HeroTxt.TextSize = 14
  123.  
  124. VillainTxt.Name = RV()
  125. VillainTxt.Parent = BodyFrm
  126. VillainTxt.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  127. VillainTxt.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  128. VillainTxt.BorderSizePixel = 2
  129. VillainTxt.Position = UDim2.new(0.338692814, 0, 0, 0)
  130. VillainTxt.Size = UDim2.new(0, 150, 0, 13)
  131. VillainTxt.Font = Enum.Font.SourceSans
  132. VillainTxt.Text = "BECOME A VILLAIN"
  133. VillainTxt.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  134. VillainTxt.TextSize = 14
  135.  
  136. DivideFrm1.Name = RV()
  137. DivideFrm1.Parent = BodyFrm
  138. DivideFrm1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  139. DivideFrm1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  140. DivideFrm1.BorderSizePixel = 0
  141. DivideFrm1.Position = UDim2.new(0.335000008, 0, 0, 0)
  142. DivideFrm1.Size = UDim2.new(0, 2, 0, 82)
  143. DivideFrm1.ZIndex = 3
  144.  
  145. QuestsTxt.Name = RV()
  146. QuestsTxt.Parent = BodyFrm
  147. QuestsTxt.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  148. QuestsTxt.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  149. QuestsTxt.BorderSizePixel = 2
  150. QuestsTxt.Position = UDim2.new(0.674901962, 0, 0, 0)
  151. QuestsTxt.Size = UDim2.new(0, 146, 0, 13)
  152. QuestsTxt.Font = Enum.Font.SourceSans
  153. QuestsTxt.Text = "QUESTS"
  154. QuestsTxt.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  155. QuestsTxt.TextSize = 14
  156.  
  157. DivideFrm2.Name = RV()
  158. DivideFrm2.Parent = BodyFrm
  159. DivideFrm2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  160. DivideFrm2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  161. DivideFrm2.BorderSizePixel = 0
  162. DivideFrm2.Position = UDim2.new(0.671999991, 0, 0, 0)
  163. DivideFrm2.Size = UDim2.new(0, 2, 0, 82)
  164.  
  165. DivideFrm3.Name = RV()
  166. DivideFrm3.Parent = BodyFrm
  167. DivideFrm3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  168. DivideFrm3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  169. DivideFrm3.BorderSizePixel = 0
  170. DivideFrm3.Position = UDim2.new(0, 0, 0.779999971, 4)
  171. DivideFrm3.Size = UDim2.new(0, 451, 0, 2)
  172.  
  173. SelectVillainBtn.Name = RV()
  174. SelectVillainBtn.Parent = BodyFrm
  175. SelectVillainBtn.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  176. SelectVillainBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  177. SelectVillainBtn.BorderSizePixel = 2
  178. SelectVillainBtn.Position = UDim2.new(0.0133333337, 0, 0, 21)
  179. SelectVillainBtn.Size = UDim2.new(0, 138, 0, 26)
  180. SelectVillainBtn.Font = Enum.Font.SourceSans
  181. SelectVillainBtn.Text = "Select NPC  ⇵"
  182. SelectVillainBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  183. SelectVillainBtn.TextSize = 14
  184.  
  185. FarmVillainBtn.Name = RV()
  186. FarmVillainBtn.Parent = BodyFrm
  187. FarmVillainBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  188. FarmVillainBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  189. FarmVillainBtn.BorderSizePixel = 2
  190. FarmVillainBtn.Position = UDim2.new(0.0133333337, 0, 0.339999914, 21)
  191. FarmVillainBtn.Size = UDim2.new(0, 138, 0, 21)
  192. FarmVillainBtn.Font = Enum.Font.SourceSans
  193. FarmVillainBtn.Text = "START FARMING"
  194. FarmVillainBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  195. FarmVillainBtn.TextSize = 14
  196.  
  197. FarmHeroBtn.Name = RV()
  198. FarmHeroBtn.Parent = BodyFrm
  199. FarmHeroBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  200. FarmHeroBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  201. FarmHeroBtn.BorderSizePixel = 2
  202. FarmHeroBtn.Position = UDim2.new(0.351111084, 0, 0.339999914, 21)
  203. FarmHeroBtn.Size = UDim2.new(0, 138, 0, 21)
  204. FarmHeroBtn.Font = Enum.Font.SourceSans
  205. FarmHeroBtn.Text = "START FARMING"
  206. FarmHeroBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  207. FarmHeroBtn.TextSize = 14
  208.  
  209. SelectHeroBtn.Name = RV()
  210. SelectHeroBtn.Parent = BodyFrm
  211. SelectHeroBtn.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  212. SelectHeroBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  213. SelectHeroBtn.BorderSizePixel = 2
  214. SelectHeroBtn.Position = UDim2.new(0.351111084, 0, 0, 21)
  215. SelectHeroBtn.Size = UDim2.new(0, 138, 0, 26)
  216. SelectHeroBtn.Font = Enum.Font.SourceSans
  217. SelectHeroBtn.Text = "Select NPC  ⇵"
  218. SelectHeroBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  219. SelectHeroBtn.TextSize = 14
  220.  
  221. QuestBtn.Name = RV()
  222. QuestBtn.Parent = BodyFrm
  223. QuestBtn.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  224. QuestBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  225. QuestBtn.BorderSizePixel = 2
  226. QuestBtn.Position = UDim2.new(0.689999998, 0, 0, 21)
  227. QuestBtn.Size = UDim2.new(0, 134, 0, 26)
  228. QuestBtn.Font = Enum.Font.SourceSans
  229. QuestBtn.Text = "Select QUEST  ⇵"
  230. QuestBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  231. QuestBtn.TextSize = 14
  232.  
  233. StartQuestBtn.Name = RV()
  234. StartQuestBtn.Parent = BodyFrm
  235. StartQuestBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  236. StartQuestBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  237. StartQuestBtn.BorderSizePixel = 2
  238. StartQuestBtn.Position = UDim2.new(0.689999998, 0, 0.339999914, 21)
  239. StartQuestBtn.Size = UDim2.new(0, 134, 0, 21)
  240. StartQuestBtn.Font = Enum.Font.SourceSans
  241. StartQuestBtn.Text = "START QUEST"
  242. StartQuestBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  243. StartQuestBtn.TextSize = 14
  244.  
  245. BHeroFrm.Name = RV()
  246. BHeroFrm.Parent = BodyFrm
  247. BHeroFrm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  248. BHeroFrm.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  249. BHeroFrm.BorderSizePixel = 2
  250. BHeroFrm.Position = UDim2.new(0.0133333337, 0, 0.209999993, 0)
  251. BHeroFrm.Size = UDim2.new(0, 138, 0, 100)
  252. BHeroFrm.Visible = false
  253. BHeroFrm.ZIndex = 2
  254. BHeroFrm.CanvasSize = UDim2.new(0, 0, 0, 125)
  255.  
  256. CriminalBtn.Name = RV()
  257. CriminalBtn.Parent = BHeroFrm
  258. CriminalBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  259. CriminalBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  260. CriminalBtn.BorderSizePixel = 0
  261. CriminalBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 13)
  262. CriminalBtn.Size = UDim2.new(0, 129, 0, 25)
  263. CriminalBtn.Font = Enum.Font.SourceSans
  264. CriminalBtn.Text = "CRIMINAL"
  265. CriminalBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  266. CriminalBtn.TextSize = 14
  267.  
  268. WeakVillainBtn.Name = RV()
  269. WeakVillainBtn.Parent = BHeroFrm
  270. WeakVillainBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  271. WeakVillainBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. WeakVillainBtn.BorderSizePixel = 0
  273. WeakVillainBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 38)
  274. WeakVillainBtn.Size = UDim2.new(0, 129, 0, 25)
  275. WeakVillainBtn.Font = Enum.Font.SourceSans
  276. WeakVillainBtn.Text = "WEAK VILLAIN"
  277. WeakVillainBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  278. WeakVillainBtn.TextSize = 14
  279.  
  280. VillainBtn.Name = RV()
  281. VillainBtn.Parent = BHeroFrm
  282. VillainBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  283. VillainBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  284. VillainBtn.BorderSizePixel = 0
  285. VillainBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 63)
  286. VillainBtn.Size = UDim2.new(0, 129, 0, 25)
  287. VillainBtn.Font = Enum.Font.SourceSans
  288. VillainBtn.Text = "VILLAIN"
  289. VillainBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  290. VillainBtn.TextSize = 14
  291.  
  292. NoumuBtn.Name = RV()
  293. NoumuBtn.Parent = BHeroFrm
  294. NoumuBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  295. NoumuBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  296. NoumuBtn.BorderSizePixel = 0
  297. NoumuBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 88)
  298. NoumuBtn.Size = UDim2.new(0, 129, 0, 25)
  299. NoumuBtn.Font = Enum.Font.SourceSans
  300. NoumuBtn.Text = "NOUMU"
  301. NoumuBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  302. NoumuBtn.TextSize = 14
  303.  
  304. TomuraBtn.Name = RV()
  305. TomuraBtn.Parent = BHeroFrm
  306. TomuraBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  307. TomuraBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  308. TomuraBtn.BorderSizePixel = 0
  309. TomuraBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 113)
  310. TomuraBtn.Size = UDim2.new(0, 129, 0, 25)
  311. TomuraBtn.Font = Enum.Font.SourceSans
  312. TomuraBtn.Text = "TOMURA"
  313. TomuraBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  314. TomuraBtn.TextSize = 14
  315.  
  316. HeroTxt_2.Name = RV()
  317. HeroTxt_2.Parent = BodyFrm
  318. HeroTxt_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  319. HeroTxt_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  320. HeroTxt_2.BorderSizePixel = 2
  321. HeroTxt_2.Position = UDim2.new(0, 0, 0.840000033, 0)
  322. HeroTxt_2.Size = UDim2.new(0, 71, 0, 16)
  323. HeroTxt_2.Font = Enum.Font.SourceSansSemibold
  324. HeroTxt_2.Text = "  USE SKILLS:"
  325. HeroTxt_2.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  326. HeroTxt_2.TextSize = 14
  327. HeroTxt_2.TextXAlignment = Enum.TextXAlignment.Left
  328.  
  329. BVillainFrm.Name = RV()
  330. BVillainFrm.Parent = BodyFrm
  331. BVillainFrm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  332. BVillainFrm.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  333. BVillainFrm.BorderSizePixel = 2
  334. BVillainFrm.Position = UDim2.new(0.351111084, 0, 0.209999993, 0)
  335. BVillainFrm.Size = UDim2.new(0, 138, 0, 100)
  336. BVillainFrm.Visible = false
  337. BVillainFrm.ZIndex = 2
  338. BVillainFrm.CanvasSize = UDim2.new(0, 0, 0, 125)
  339.  
  340. PoliceBtn.Name = RV()
  341. PoliceBtn.Parent = BVillainFrm
  342. PoliceBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  343. PoliceBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  344. PoliceBtn.BorderSizePixel = 0
  345. PoliceBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 13)
  346. PoliceBtn.Size = UDim2.new(0, 129, 0, 25)
  347. PoliceBtn.Font = Enum.Font.SourceSans
  348. PoliceBtn.Text = "POLICE"
  349. PoliceBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  350. PoliceBtn.TextSize = 14
  351.  
  352. UAStudentBtn.Name = RV()
  353. UAStudentBtn.Parent = BVillainFrm
  354. UAStudentBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  355. UAStudentBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  356. UAStudentBtn.BorderSizePixel = 0
  357. UAStudentBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 38)
  358. UAStudentBtn.Size = UDim2.new(0, 129, 0, 25)
  359. UAStudentBtn.Font = Enum.Font.SourceSans
  360. UAStudentBtn.Text = "UA STUDENT"
  361. UAStudentBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  362. UAStudentBtn.TextSize = 14
  363.  
  364. HeroBtn.Name = RV()
  365. HeroBtn.Parent = BVillainFrm
  366. HeroBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  367. HeroBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  368. HeroBtn.BorderSizePixel = 0
  369. HeroBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 63)
  370. HeroBtn.Size = UDim2.new(0, 129, 0, 25)
  371. HeroBtn.Font = Enum.Font.SourceSans
  372. HeroBtn.Text = "HERO"
  373. HeroBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  374. HeroBtn.TextSize = 14
  375.  
  376. AllMightBtn.Name = RV()
  377. AllMightBtn.Parent = BVillainFrm
  378. AllMightBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  379. AllMightBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  380. AllMightBtn.BorderSizePixel = 0
  381. AllMightBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 88)
  382. AllMightBtn.Size = UDim2.new(0, 129, 0, 25)
  383. AllMightBtn.Font = Enum.Font.SourceSans
  384. AllMightBtn.Text = "ALL MIGHT"
  385. AllMightBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  386. AllMightBtn.TextSize = 14
  387.  
  388. EndeavorBtn.Name = RV()
  389. EndeavorBtn.Parent = BVillainFrm
  390. EndeavorBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  391. EndeavorBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  392. EndeavorBtn.BorderSizePixel = 0
  393. EndeavorBtn.Position = UDim2.new(-0.00565216504, 0, -0.108999997, 113)
  394. EndeavorBtn.Size = UDim2.new(0, 129, 0, 25)
  395. EndeavorBtn.Font = Enum.Font.SourceSans
  396. EndeavorBtn.Text = "ENDEAVOR"
  397. EndeavorBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  398. EndeavorBtn.TextSize = 14
  399.  
  400. SkillsFrm.Name = RV()
  401. SkillsFrm.Parent = BodyFrm
  402. SkillsFrm.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  403. SkillsFrm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  404. SkillsFrm.BorderSizePixel = 2
  405. SkillsFrm.Position = UDim2.new(0.157777771, 0, 0.839999974, 0)
  406. SkillsFrm.Size = UDim2.new(0, 379, 0, 16)
  407.  
  408. ZSkillBtn.Name = RV()
  409. ZSkillBtn.Parent = SkillsFrm
  410. ZSkillBtn.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  411. ZSkillBtn.BorderColor3 = Color3.new(0.705882, 0, 0)
  412. ZSkillBtn.BorderSizePixel = 0
  413. ZSkillBtn.Size = UDim2.new(0, 20, 0, 16)
  414. ZSkillBtn.Font = Enum.Font.SourceSans
  415. ZSkillBtn.Text = "Z"
  416. ZSkillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  417. ZSkillBtn.TextSize = 14
  418.  
  419. XSkillBtn.Name = RV()
  420. XSkillBtn.Parent = SkillsFrm
  421. XSkillBtn.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  422. XSkillBtn.BorderColor3 = Color3.new(0.705882, 0, 0)
  423. XSkillBtn.BorderSizePixel = 0
  424. XSkillBtn.Position = UDim2.new(0.0524934381, 0, 0, 0)
  425. XSkillBtn.Size = UDim2.new(0, 20, 0, 16)
  426. XSkillBtn.Font = Enum.Font.SourceSans
  427. XSkillBtn.Text = "X"
  428. XSkillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  429. XSkillBtn.TextSize = 14
  430.  
  431. CSkillBtn.Name = RV()
  432. CSkillBtn.Parent = SkillsFrm
  433. CSkillBtn.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  434. CSkillBtn.BorderColor3 = Color3.new(0.705882, 0, 0)
  435. CSkillBtn.BorderSizePixel = 0
  436. CSkillBtn.Position = UDim2.new(0.104986876, 0, 0, 0)
  437. CSkillBtn.Size = UDim2.new(0, 20, 0, 16)
  438. CSkillBtn.Font = Enum.Font.SourceSans
  439. CSkillBtn.Text = "C"
  440. CSkillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  441. CSkillBtn.TextSize = 14
  442.  
  443. VSkillBtn.Name = RV()
  444. VSkillBtn.Parent = SkillsFrm
  445. VSkillBtn.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  446. VSkillBtn.BorderColor3 = Color3.new(0.705882, 0, 0)
  447. VSkillBtn.BorderSizePixel = 0
  448. VSkillBtn.Position = UDim2.new(0.157480314, 0, 0, 0)
  449. VSkillBtn.Size = UDim2.new(0, 20, 0, 16)
  450. VSkillBtn.Font = Enum.Font.SourceSans
  451. VSkillBtn.Text = "V"
  452. VSkillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  453. VSkillBtn.TextSize = 14
  454.  
  455. FSkillBtn.Name = RV()
  456. FSkillBtn.Parent = SkillsFrm
  457. FSkillBtn.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  458. FSkillBtn.BorderColor3 = Color3.new(0.705882, 0, 0)
  459. FSkillBtn.BorderSizePixel = 0
  460. FSkillBtn.Position = UDim2.new(0.157480314, 20, 0, 0)
  461. FSkillBtn.Size = UDim2.new(0, 20, 0, 16)
  462. FSkillBtn.Font = Enum.Font.SourceSans
  463. FSkillBtn.Text = "F"
  464. FSkillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  465. FSkillBtn.TextSize = 14
  466.  
  467. TextLabel.Name = RV()
  468. TextLabel.Parent = BodyFrm
  469. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  470. TextLabel.BackgroundTransparency = 1
  471. TextLabel.BorderSizePixel = 0
  472. TextLabel.Position = UDim2.new(0.337777764, 20, 0.839999974, 0)
  473. TextLabel.Size = UDim2.new(0, 278, 0, 16)
  474. TextLabel.Font = Enum.Font.Code
  475. TextLabel.Text = "MADE BY @DANISTY"
  476. TextLabel.TextColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  477. TextLabel.TextSize = 14
  478.  
  479. QuestsFrm.Name = RV()
  480. QuestsFrm.Parent = BodyFrm
  481. QuestsFrm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  482. QuestsFrm.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  483. QuestsFrm.BorderSizePixel = 2
  484. QuestsFrm.Position = UDim2.new(0.688888907, 0, 0.209999993, 0)
  485. QuestsFrm.Size = UDim2.new(0, 134, 0, 100)
  486. QuestsFrm.Visible = false
  487. QuestsFrm.ZIndex = 2
  488. QuestsFrm.CanvasPosition = Vector2.new(0, 0)
  489. QuestsFrm.CanvasSize = UDim2.new(0, 0, 0, 150)
  490.  
  491. KillCrimBtn.Name = RV()
  492. KillCrimBtn.Parent = QuestsFrm
  493. KillCrimBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  494. KillCrimBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  495. KillCrimBtn.BorderSizePixel = 0
  496. KillCrimBtn.Position = UDim2.new(-0.00565212872, 0, 0, 0)
  497. KillCrimBtn.Size = UDim2.new(0, 122, 0, 25)
  498. KillCrimBtn.Font = Enum.Font.SourceSans
  499. KillCrimBtn.Text = "KILL CRIMINAL"
  500. KillCrimBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  501. KillCrimBtn.TextSize = 14
  502.  
  503. KillPolBtn.Name = RV()
  504. KillPolBtn.Parent = QuestsFrm
  505. KillPolBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  506. KillPolBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  507. KillPolBtn.BorderSizePixel = 0
  508. KillPolBtn.Position = UDim2.new(-0.00565212872, 0, 0.00100000005, 25)
  509. KillPolBtn.Size = UDim2.new(0, 122, 0, 25)
  510. KillPolBtn.Font = Enum.Font.SourceSans
  511. KillPolBtn.Text = "KILL POLICE"
  512. KillPolBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  513. KillPolBtn.TextSize = 14
  514.  
  515. KillWVillBtn.Name = RV()
  516. KillWVillBtn.Parent = QuestsFrm
  517. KillWVillBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  518. KillWVillBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  519. KillWVillBtn.BorderSizePixel = 0
  520. KillWVillBtn.Position = UDim2.new(-0.00565212872, 0, 0.00100000005, 50)
  521. KillWVillBtn.Size = UDim2.new(0, 122, 0, 25)
  522. KillWVillBtn.Font = Enum.Font.SourceSans
  523. KillWVillBtn.Text = "KILL WEAK VILLAIN"
  524. KillWVillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  525. KillWVillBtn.TextSize = 14
  526.  
  527. KillHeroBtn.Name = RV()
  528. KillHeroBtn.Parent = QuestsFrm
  529. KillHeroBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  530. KillHeroBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  531. KillHeroBtn.BorderSizePixel = 0
  532. KillHeroBtn.Position = UDim2.new(-0.00565212872, 0, 0.00100000005, 100)
  533. KillHeroBtn.Size = UDim2.new(0, 122, 0, 25)
  534. KillHeroBtn.Font = Enum.Font.SourceSans
  535. KillHeroBtn.Text = "KILL HERO"
  536. KillHeroBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  537. KillHeroBtn.TextSize = 14
  538.  
  539. KillVillBtn.Name = RV()
  540. KillVillBtn.Parent = QuestsFrm
  541. KillVillBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  542. KillVillBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  543. KillVillBtn.BorderSizePixel = 0
  544. KillVillBtn.Position = UDim2.new(-0.00565212872, 0, 0.00100000005, 75)
  545. KillVillBtn.Size = UDim2.new(0, 122, 0, 25)
  546. KillVillBtn.Font = Enum.Font.SourceSans
  547. KillVillBtn.Text = "KILL VILLAIN"
  548. KillVillBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  549. KillVillBtn.TextSize = 14
  550.  
  551. KillUAStudBtn.Name = RV()
  552. KillUAStudBtn.Parent = QuestsFrm
  553. KillUAStudBtn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  554. KillUAStudBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  555. KillUAStudBtn.BorderSizePixel = 0
  556. KillUAStudBtn.Position = UDim2.new(-0.00565212872, 0, 0.00100000005, 125)
  557. KillUAStudBtn.Size = UDim2.new(0, 122, 0, 25)
  558. KillUAStudBtn.Font = Enum.Font.SourceSans
  559. KillUAStudBtn.Text = "KILL UA STUDENT"
  560. KillUAStudBtn.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  561. KillUAStudBtn.TextSize = 14
  562.  
  563. local plr = game.Players.LocalPlayer
  564. local SZ = false
  565. local SX = false
  566. local SC = false
  567. local SV = false
  568. local SF = false
  569. local CON = Color3.fromRGB(42, 180, 0)
  570. local COFF = Color3.fromRGB(180, 0, 0)
  571. local busy = false
  572. local farming = false
  573. local SQuest = ""
  574. local SQuestNPC = ""
  575. local SHero = ""
  576. local SVillain = ""
  577. local LP = plr.Character.HumanoidRootPart.CFrame
  578. if game.Players.LocalPlayer.PlayerGui.SaveGui:WaitForChild("AntiAutoClick", 1) then
  579. game.Players.LocalPlayer.PlayerGui.SaveGui.AntiAutoClick:Destroy()end
  580.  
  581. --Rename Students
  582. local function RStud()
  583.     for i,v in pairs(game.Workspace.NPCs:GetChildren())do
  584.         if v.Name == "UA Student 2" or v.Name == "UA Student 3" or v.Name == "UA Student 4" or v.Name == "UA Student 5"then
  585.             v.Name = "UA Student"
  586.         end
  587.     end
  588. end RStud()
  589.  
  590. local function AQuest(qst, mob)
  591.     RStud()
  592.     local Quest = qst
  593.     local NPC = mob
  594.     game.ReplicatedStorage.Remotes.Quest.AcceptQuest:FireServer(Quest)wait(1)
  595.     local convert = game.Players.LocalPlayer.PlayerGui.QuestGui.QuestObjectives.KilledAmount.Text
  596.     local AValue, divisor, NValue = convert:match('^(.*)(/)(.*)$')
  597.     NValue = tonumber(NValue)
  598.  
  599.     LP = plr.Character.HumanoidRootPart.CFrame
  600.     local Quirk = ""
  601.     local FarmV = false
  602.     local WP = ""
  603.     local ANPC = ""
  604.     local NeedV = NValue..divisor..NValue
  605.    
  606.     local function FindQ()
  607.         for i,v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren())do
  608.             if string.match(v.Name, "Quirk") then
  609.                 Quirk = v.Name
  610.             end
  611.         end
  612.         for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Menu.Menu.Inventory.Weapons:GetChildren())do
  613.             if v.Name == "Dagger" and v:FindFirstChild("ItemName").Text ~= "N/A"then
  614.                 game.ReplicatedStorage.WeaponShop.Equip:FireServer(v.Name)
  615.                 WP = v.Name
  616.                 break
  617.             elseif v.Name == "Katana" and v:FindFirstChild("ItemName").Text ~= "N/A"then
  618.                 game.ReplicatedStorage.WeaponShop.Equip:FireServer(v.Name)
  619.                 WP = v.Name    
  620.                 break
  621.             end
  622.         end
  623.     end
  624.    
  625.     local function UpdV()
  626.         convert = game.Players.LocalPlayer.PlayerGui.QuestGui.QuestObjectives.KilledAmount.Text
  627.     end
  628.    
  629.     local jo = false
  630.    
  631.     FindQ()
  632.     while farming and busy do
  633.     while convert ~= NeedV and busy do
  634.     for i,v in pairs(game.Workspace.NPCs:GetChildren())do
  635.     if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") and game.Workspace[game.Players.LocalPlayer.Name]:WaitForChild(Quirk)--[[and game.Workspace[game.Players.LocalPlayer.Name].RightHand:FindFirstChild(WP)]] then
  636.         if v.Name == NPC and v:WaitForChild("Humanoid").Health > 0 and convert ~= NeedV and busy then
  637.             while v:WaitForChild("Humanoid").Health > 0 and convert ~= NeedV and busy do
  638.                 if plr.Character:WaitForChild('Humanoid').Health > 0 and convert ~= NeedV and busy then
  639.                     if jo then
  640.                         wait(3)
  641.                         jo = false
  642.                         FindQ()
  643.                         RStud()
  644.                         UpdV()
  645.                     end
  646.                     plr.Character.HumanoidRootPart.CFrame = v:FindFirstChild("HumanoidRootPart").CFrame + v:FindFirstChild("HumanoidRootPart").CFrame.lookVector * -2
  647.                     if game.Workspace[game.Players.LocalPlayer.Name]:WaitForChild("RightHand"):FindFirstChild(WP)then game.Workspace[game.Players.LocalPlayer.Name].Main.Swing:FireServer(v:FindFirstChild("HumanoidRootPart").CFrame)wait()end
  648.                     game.Workspace[game.Players.LocalPlayer.Name][Quirk].E:FireServer()wait()
  649.                     if SZ and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("Z") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].Z:FireServer()end
  650.                     if SX and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("X") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].X:FireServer()end
  651.                     if SC and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("C") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].C:FireServer()end
  652.                     if SV and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("V") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].V:FireServer()end
  653.                     if SF and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("F") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].F:FireServer()end
  654.                     UpdV()
  655.                     RStud()
  656.                     wait()
  657.                 else
  658.                     RStud()
  659.                     FindQ()
  660.                     jo = true
  661.                     wait()
  662.                 end
  663.             end
  664.         else
  665.             wait()
  666.         end
  667.     else
  668.         wait()
  669.         FindQ()
  670.     end
  671.     end
  672.     end
  673.     wait()
  674.     game.ReplicatedStorage.Remotes.Quest.CompleteQuest:FireServer(Quest)
  675.     if farming then AQuest(Quest, NPC)end
  676.     end
  677.     wait()
  678.     print'done'
  679.     busy = false
  680.     farming = false
  681.     plr.Character.HumanoidRootPart.CFrame = LP
  682.     StartQuestBtn.Text = "START QUEST"
  683. end
  684.  
  685. local function KillNPC(mob)
  686.     RStud()
  687.     local NPC = mob
  688.     local Quirk = ""
  689.     local FarmV = false
  690.     local WP = ""
  691.     LP = plr.Character.HumanoidRootPart.CFrame
  692.    
  693.     local function FindQ()
  694.         for i,v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren())do
  695.             if string.match(v.Name, "Quirk") then
  696.                 Quirk = v.Name
  697.             end
  698.         end
  699.         for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Menu.Menu.Inventory.Weapons:GetChildren())do
  700.             if v.Name == "Dagger" and v:FindFirstChild("ItemName").Text ~= "N/A"then
  701.                 game.ReplicatedStorage.WeaponShop.Equip:FireServer(v.Name)
  702.                 WP = v.Name
  703.                 break
  704.             elseif v.Name == "Katana" and v:FindFirstChild("ItemName").Text ~= "N/A"then
  705.                 game.ReplicatedStorage.WeaponShop.Equip:FireServer(v.Name)
  706.                 WP = v.Name    
  707.                 break
  708.             end
  709.         end
  710.     end
  711.    
  712.     local jo = false
  713.    
  714.     FindQ()
  715.     while farming and busy do
  716.     for i,v in pairs(game.Workspace.NPCs:GetChildren())do
  717.     if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") and game.Workspace[game.Players.LocalPlayer.Name]:WaitForChild(Quirk) then
  718.         if v.Name == NPC and v:WaitForChild("Humanoid").Health > 0 and farming and busy then
  719.             while v:WaitForChild("Humanoid").Health > 0 and farming and busy do
  720.                 if plr.Character:WaitForChild('Humanoid').Health > 0 and farming and busy then
  721.                     if jo then
  722.                         wait(3)
  723.                         jo = false
  724.                         FindQ()
  725.                         RStud()
  726.                     end
  727.                     plr.Character.HumanoidRootPart.CFrame = v:FindFirstChild("HumanoidRootPart").CFrame + v:FindFirstChild("HumanoidRootPart").CFrame.lookVector * -2
  728.                     if game.Workspace[game.Players.LocalPlayer.Name]:WaitForChild("RightHand"):FindFirstChild(WP)then game.Workspace[game.Players.LocalPlayer.Name].Main.Swing:FireServer(v:FindFirstChild("HumanoidRootPart").CFrame)wait()end
  729.                     game.Workspace[game.Players.LocalPlayer.Name][Quirk].E:FireServer()wait()
  730.                     if SZ and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("Z") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].Z:FireServer()end
  731.                     if SX and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("X") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].X:FireServer()end
  732.                     if SC and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("C") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].C:FireServer()end
  733.                     if SV and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("V") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].V:FireServer()end
  734.                     if SF and game.Workspace[game.Players.LocalPlayer.Name][Quirk]:FindFirstChild("F") then wait(.1)game.Workspace[game.Players.LocalPlayer.Name][Quirk].F:FireServer()end
  735.                     wait()
  736.                     RStud()
  737.                 else
  738.                     RStud()
  739.                     FindQ()
  740.                     jo = true
  741.                     wait()
  742.                 end
  743.             end
  744.         else
  745.             wait()
  746.         end
  747.     else
  748.         wait()
  749.         FindQ()
  750.     end
  751.     end
  752.     end
  753.     wait()
  754.     busy = false
  755.     plr.Character.HumanoidRootPart.CFrame = LP
  756. end
  757.  
  758. local function Message(title, msg, duration)
  759.     game:GetService("StarterGui"):SetCore("SendNotification", {
  760.         Title = title;
  761.         Text = msg;
  762.         Duration = duration;
  763.     })
  764. end
  765.  
  766. local function SelectQuest(btn, sq, sqn, txt)
  767.     if  not busy then
  768.         QuestsFrm.Visible = false
  769.         btn.Text = txt.."  ⇵"
  770.         SQuest = sq
  771.         SQuestNPC = sqn
  772.     else
  773.         QuestsFrm.Visible = false
  774.         btn.Text = txt.."  ⇵"
  775.     end
  776. end
  777.  
  778. --Settings
  779. CloseBtn.MouseButton1Down:Connect(function()
  780.     BokunoRobloxGUI:Destroy()
  781. end)
  782.  
  783. MinBtn.MouseButton1Down:Connect(function()
  784.     BodyFrm.Visible = not BodyFrm.Visible
  785. end)
  786.  
  787. --Quests
  788. QuestBtn.MouseButton1Down:Connect(function()
  789.     QuestsFrm.Visible = true
  790. end)
  791.  
  792. StartQuestBtn.MouseButton1Down:Connect(function()
  793.     if busy then
  794.         if StartQuestBtn.Text == "STOP QUEST" then
  795.             busy = false
  796.             farming = false
  797.             StartQuestBtn.Text = "START QUEST"
  798.             game.ReplicatedStorage.Remotes.Quest.CancelQuest:FireServer()
  799.             plr.Character.HumanoidRootPart.CFrame = LP
  800.         else
  801.             Message("Error!", "Another process is running!", 5)
  802.         end
  803.     else
  804.         if SQuest == "" then
  805.             Message("Error!", "You need to select a quest", 5)
  806.         else
  807.             busy = true
  808.             farming = true
  809.             StartQuestBtn.Text = "STOP QUEST"
  810.             AQuest(SQuest, SQuestNPC)
  811.         end
  812.     end
  813. end)
  814.  
  815. KillCrimBtn.MouseButton1Down:Connect(function()
  816.     SelectQuest(QuestBtn, "Kill Criminal", "Criminal", "KILL CRIMINAL")
  817. end)
  818.  
  819. KillPolBtn.MouseButton1Down:Connect(function()
  820.     SelectQuest(QuestBtn, "Kill Police", "Police", "KILL POLICE")
  821. end)
  822.  
  823. KillWVillBtn.MouseButton1Down:Connect(function()
  824.     SelectQuest(QuestBtn, "Kill Weak Villain", "Weak Villain", "KILL WEAK VILLAIN")
  825. end)
  826.  
  827. KillVillBtn.MouseButton1Down:Connect(function()
  828.     SelectQuest(QuestBtn, "Kill Villain", "Villain", "KILL VILLAIN")
  829. end)
  830.  
  831. KillHeroBtn.MouseButton1Down:Connect(function()
  832.     SelectQuest(QuestBtn, "Kill Hero", "Hero", "KILL HERO")
  833. end)
  834.  
  835. KillUAStudBtn.MouseButton1Down:Connect(function()
  836.     SelectQuest(QuestBtn, "Kill UA Student", "UA Student", "KILL UA STUDENT")
  837. end)
  838.  
  839. --Become a Hero
  840. local function SelectNPC(btn, mob, txt, val)
  841.     if  not busy then
  842.         if val == "Hero"then BHeroFrm.Visible = false else BVillainFrm.Visible = false end
  843.         btn.Text = txt.."  ⇵"
  844.         if val == "Hero"then SHero = mob else SVillain = mob end
  845.     else
  846.         if val == "Hero"then BHeroFrm.Visible = false else BVillainFrm.Visible = false end
  847.         btn.Text = txt.."  ⇵"
  848.     end
  849. end
  850.  
  851. SelectVillainBtn.MouseButton1Down:Connect(function()
  852.     BHeroFrm.Visible = true
  853. end)
  854.  
  855. FarmVillainBtn.MouseButton1Down:Connect(function()
  856.     if busy then
  857.         if FarmVillainBtn.Text == "STOP FARMING" then
  858.             busy = false
  859.             farming = false
  860.             FarmVillainBtn.Text = "START FARMING"
  861.             plr.Character.HumanoidRootPart.CFrame = LP
  862.         else
  863.             Message("Error!", "Another process is running!", 5)
  864.         end
  865.     else
  866.         if SHero == "" then
  867.             Message("Error!", "You need to select a NPC", 5)
  868.         else
  869.             busy = true
  870.             farming = true
  871.             FarmVillainBtn.Text = "STOP FARMING"
  872.             KillNPC(SHero)
  873.         end
  874.     end
  875. end)
  876.  
  877. CriminalBtn.MouseButton1Down:Connect(function()
  878.     SelectNPC(SelectVillainBtn, "Criminal", "CRIMINAL", "Hero")
  879. end)
  880.  
  881. WeakVillainBtn.MouseButton1Down:Connect(function()
  882.     SelectNPC(SelectVillainBtn, "Weak Villain", "WEAK VILLAIN", "Hero")
  883. end)
  884.  
  885. VillainBtn.MouseButton1Down:Connect(function()
  886.     SelectNPC(SelectVillainBtn, "Villain", "VILLAIN", "Hero")
  887. end)
  888.  
  889. NoumuBtn.MouseButton1Down:Connect(function()
  890.     SelectNPC(SelectVillainBtn, "Noumu", "NOUMU", "Hero")
  891. end)
  892.  
  893. TomuraBtn.MouseButton1Down:Connect(function()
  894.     SelectNPC(SelectVillainBtn, "Tomura", "TOMURA", "Hero")
  895. end)
  896.  
  897. --Become a Villain
  898. SelectHeroBtn.MouseButton1Down:Connect(function()
  899.     BVillainFrm.Visible = true
  900. end)
  901.  
  902. FarmHeroBtn.MouseButton1Down:Connect(function()
  903.     if busy then
  904.         if FarmHeroBtn.Text == "STOP FARMING" then
  905.             busy = false
  906.             farming = false
  907.             FarmHeroBtn.Text = "START FARMING"
  908.             plr.Character.HumanoidRootPart.CFrame = LP
  909.         else
  910.             Message("Error!", "Another process is running!", 5)
  911.         end
  912.     else
  913.         if SVillain == "" then
  914.             Message("Error!", "You need to select a NPC", 5)
  915.         else
  916.             busy = true
  917.             farming = true
  918.             FarmHeroBtn.Text = "STOP FARMING"
  919.             KillNPC(SVillain)
  920.         end
  921.     end
  922. end)
  923.  
  924. PoliceBtn.MouseButton1Down:Connect(function()
  925.     SelectNPC(SelectHeroBtn, "Police", "POLICE", "Villain")
  926. end)
  927.  
  928. UAStudentBtn.MouseButton1Down:Connect(function()
  929.     SelectNPC(SelectHeroBtn, "UA Student", "UA STUDENT", "Villain")
  930. end)
  931.  
  932. HeroBtn.MouseButton1Down:Connect(function()
  933.     SelectNPC(SelectHeroBtn, "Hero", "HERO", "Villain")
  934. end)
  935.  
  936. AllMightBtn.MouseButton1Down:Connect(function()
  937.     SelectNPC(SelectHeroBtn, "All Might 1", "ALL MIGHT", "Villain")
  938. end)
  939.  
  940. EndeavorBtn.MouseButton1Down:Connect(function()
  941.     SelectNPC(SelectHeroBtn, "Endeavor", "ENDEAVOR", "Villain")
  942. end)
  943.  
  944. --Skills
  945. ZSkillBtn.MouseButton1Down:Connect(function()
  946.     SZ = not SZ
  947.     if SZ then
  948.         ZSkillBtn.BackgroundColor3 = CON
  949.     else
  950.         ZSkillBtn.BackgroundColor3 = COFF
  951.     end
  952. end)
  953.  
  954. XSkillBtn.MouseButton1Down:Connect(function()
  955.     SX = not SX
  956.     if SX then
  957.         XSkillBtn.BackgroundColor3 = CON
  958.     else
  959.         XSkillBtn.BackgroundColor3 = COFF
  960.     end
  961. end)
  962.  
  963. CSkillBtn.MouseButton1Down:Connect(function()
  964.     SC = not SC
  965.     if SC then
  966.         CSkillBtn.BackgroundColor3 = CON
  967.     else
  968.         CSkillBtn.BackgroundColor3 = COFF
  969.     end
  970. end)
  971.  
  972. VSkillBtn.MouseButton1Down:Connect(function()
  973.     SV = not SV
  974.     if SV then
  975.         VSkillBtn.BackgroundColor3 = CON
  976.     else
  977.         VSkillBtn.BackgroundColor3 = COFF
  978.     end
  979. end)
  980.  
  981. FSkillBtn.MouseButton1Down:Connect(function()
  982.     SF = not SF
  983.     if SF then
  984.         FSkillBtn.BackgroundColor3 = CON
  985.     else
  986.         FSkillBtn.BackgroundColor3 = COFF
  987.     end
  988. end)
Add Comment
Please, Sign In to add comment