ChaosityYT

Boku No Roblox : Remastered GUI

May 25th, 2019
11,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.05 KB | None | 0 0
  1. -- Roblox Pain
  2. -- Version: 2.82
  3. -- Instances:
  4. local HEROBOKUMYASS = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local UASTudentQUest = Instance.new("TextButton")
  7. local PoliceQuest = Instance.new("TextButton")
  8. local WeakVillianQue = Instance.new("TextButton")
  9. local HeroQuest = Instance.new("TextButton")
  10. local _2Frame = Instance.new("Frame")
  11. local Farmheroes = Instance.new("TextButton")
  12. local FarmWeakVillian = Instance.new("TextButton")
  13. local FarmNoumu = Instance.new("TextButton")
  14. local FarmVillians = Instance.new("TextButton")
  15. local FarmUAStudents = Instance.new("TextButton")
  16. local FarmPolice = Instance.new("TextButton")
  17. local FarmCriminal = Instance.new("TextButton")
  18. local FarmAllMight = Instance.new("TextButton")
  19. local dontcopymyscripts = Instance.new("TextLabel")
  20. local dontcopymyscripts_2 = Instance.new("TextLabel")
  21. local dontcopymyscripts_3 = Instance.new("TextLabel")
  22. local TextLabel = Instance.new("TextLabel")
  23. local TextLabel_2 = Instance.new("TextLabel")
  24. local CriminalQuest = Instance.new("TextButton")
  25. local _3Fram = Instance.new("Frame")
  26. local tpKuro = Instance.new("TextButton")
  27. local tpdoctor1 = Instance.new("TextButton")
  28. local tpDoct2 = Instance.new("TextButton")
  29. local tpdoctor3 = Instance.new("TextButton")
  30. local TpWeaponShop = Instance.new("TextButton")
  31. local TpNezu = Instance.new("TextButton")
  32. local dontcopymyscripts_4 = Instance.new("TextLabel")
  33. local dontcopymyscripts_5 = Instance.new("TextLabel")
  34. local TPDeku = Instance.new("TextButton")
  35. local TextLabel_3 = Instance.new("TextLabel")
  36. local AntiKick = Instance.new("TextButton")
  37. local TextLabel_4 = Instance.new("TextLabel")
  38. --Properties:
  39. HEROBOKUMYASS.Name = "HERO BOKU MY ASS"
  40. HEROBOKUMYASS.Parent = game.CoreGui
  41.  
  42. Main.Name = "Main'"
  43. Main.Parent = HEROBOKUMYASS
  44. Main.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  45. Main.Position = UDim2.new(0.508429468, 0, 0.173024505, 0)
  46. Main.Size = UDim2.new(0, 237, 0, 429)
  47. Main.Active = true
  48. Main.Draggable = true
  49.  
  50. UASTudentQUest.Name = "UA STudent QUest"
  51. UASTudentQUest.Parent = Main
  52. UASTudentQUest.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  53. UASTudentQUest.Position = UDim2.new(0.069947958, 0, 0.410900295, 0)
  54. UASTudentQUest.Size = UDim2.new(0, 200, 0, 35)
  55. UASTudentQUest.Font = Enum.Font.Fantasy
  56. UASTudentQUest.Text = "UA Student Qu"
  57. UASTudentQUest.TextColor3 = Color3.new(0, 0, 0)
  58. UASTudentQUest.TextSize = 30
  59. UASTudentQUest.MouseButton1Down:connect(function()
  60. if UAFarming == false then
  61. UAFarming = true
  62. UASTudentQUest.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  63. else
  64. UAFarming = false
  65. UASTudentQUest.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  66. Stepped:Disconnect()
  67. end
  68. local runService = game:GetService('RunService')
  69.  
  70. if UAFarming then
  71. Stepped = runService.Stepped:Connect(function()
  72. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  73. if string.find(v.Name, "Sus") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  74. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  75. end
  76. end
  77. end)
  78. end
  79. wait()
  80. for i,v in pairs(workspace:GetChildren()) do
  81. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  82. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  83. end
  84. end
  85. end)
  86.  
  87. PoliceQuest.Name = "Police Quest"
  88. PoliceQuest.Parent = Main
  89. PoliceQuest.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  90. PoliceQuest.Position = UDim2.new(0.069947958, 0, 0.516510904, 0)
  91. PoliceQuest.Size = UDim2.new(0, 200, 0, 35)
  92. PoliceQuest.Font = Enum.Font.Fantasy
  93. PoliceQuest.Text = "Police Quest"
  94. PoliceQuest.TextColor3 = Color3.new(0, 0, 0)
  95. PoliceQuest.TextSize = 30
  96. PoliceQuest.MouseButton1Down:connect(function()
  97. if UAFarming == false then
  98. UAFarming = true
  99. PoliceQuest.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  100. else
  101. UAFarming = false
  102. PoliceQuest.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  103. Stepped:Disconnect()
  104. end
  105. local runService = game:GetService('RunService')
  106.  
  107. if UAFarming then
  108. Stepped = runService.Stepped:Connect(function()
  109. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  110. if string.find(v.Name, "Gang") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  111. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  112. end
  113. end
  114. end)
  115. end
  116. wait()
  117. for i,v in pairs(workspace:GetChildren()) do
  118. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  120. end
  121. end
  122. end)
  123.  
  124. WeakVillianQue.Name = "Weak Villian Que"
  125. WeakVillianQue.Parent = Main
  126. WeakVillianQue.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  127. WeakVillianQue.Position = UDim2.new(0.069947958, 0, 0.756036639, 0)
  128. WeakVillianQue.Size = UDim2.new(0, 200, 0, 35)
  129. WeakVillianQue.Font = Enum.Font.Fantasy
  130. WeakVillianQue.Text = "Villain Quest"
  131. WeakVillianQue.TextColor3 = Color3.new(0, 0, 0)
  132. WeakVillianQue.TextSize = 30
  133. WeakVillianQue.MouseButton1Down:connect(function()
  134. if UAFarming == false then
  135. UAFarming = true
  136. WeakVillianQue.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  137. else
  138. UAFarming = false
  139. WeakVillianQue.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  140. Stepped:Disconnect()
  141. end
  142. local runService = game:GetService('RunService')
  143.  
  144. if UAFarming then
  145. Stepped = runService.Stepped:Connect(function()
  146. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  147. if string.find(v.Name, "Hero") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  149. end
  150. end
  151. end)
  152. end
  153. wait()
  154. for i,v in pairs(workspace:GetChildren()) do
  155. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  156. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  157. end
  158. end
  159. end)
  160.  
  161. HeroQuest.Name = "Hero Quest"
  162. HeroQuest.Parent = Main
  163. HeroQuest.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  164. HeroQuest.Position = UDim2.new(0.0699479654, 0, 0.284843355, 0)
  165. HeroQuest.Size = UDim2.new(0, 200, 0, 35)
  166. HeroQuest.Font = Enum.Font.Fantasy
  167. HeroQuest.Text = "Hero Quest"
  168. HeroQuest.TextColor3 = Color3.new(0, 0, 0)
  169. HeroQuest.TextSize = 30
  170. HeroQuest.MouseButton1Down:connect(function()
  171. if UAFarming == false then
  172. UAFarming = true
  173. HeroQuest.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  174. else
  175. UAFarming = false
  176. HeroQuest.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  177. Stepped:Disconnect()
  178. end
  179. local runService = game:GetService('RunService')
  180.  
  181. if UAFarming then
  182. Stepped = runService.Stepped:Connect(function()
  183. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  184. if string.find(v.Name, "Vill") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  186. end
  187. end
  188. end)
  189. end
  190. wait()
  191. for i,v in pairs(workspace:GetChildren()) do
  192. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  194. end
  195. end
  196. end)
  197.  
  198. _2Frame.Name = "2Frame"
  199. _2Frame.Parent = Main
  200. _2Frame.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  201. _2Frame.Position = UDim2.new(-1.0523752, 0, -0.00339545938, 0)
  202. _2Frame.Size = UDim2.new(0, 232, 0, 535)
  203.  
  204.  
  205. Farmheroes.Name = "Farm heroes"
  206. Farmheroes.Parent = _2Frame
  207. Farmheroes.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  208. Farmheroes.Position = UDim2.new(0.0657285452, 0, 0.221439362, 0)
  209. Farmheroes.Size = UDim2.new(0, 200, 0, 35)
  210. Farmheroes.Font = Enum.Font.Fantasy
  211. Farmheroes.Text = "Farm Heroes"
  212. Farmheroes.TextColor3 = Color3.new(0, 0, 0)
  213. Farmheroes.TextSize = 30
  214. Farmheroes.MouseButton1Down:connect(function()
  215. if UAFarming == false then
  216. UAFarming = true
  217. Farmheroes.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  218. else
  219. UAFarming = false
  220. Farmheroes.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  221. Stepped:Disconnect()
  222. end
  223. local runService = game:GetService('RunService')
  224.  
  225. if UAFarming then
  226. Stepped = runService.Stepped:Connect(function()
  227. for i,v in pairs(workspace.NPCs:GetChildren()) do
  228. if string.find(v.Name, "Hero") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  230. end
  231. end
  232. end)
  233. end
  234. wait()
  235. for i,v in pairs(workspace:GetChildren()) do
  236. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  238. end
  239. end
  240. end)
  241.  
  242. FarmWeakVillian.Name = "Farm Weak Villian"
  243. FarmWeakVillian.Parent = _2Frame
  244. FarmWeakVillian.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  245. FarmWeakVillian.Position = UDim2.new(0.0657285452, 0, 0.305551499, 0)
  246. FarmWeakVillian.Size = UDim2.new(0, 200, 0, 35)
  247. FarmWeakVillian.Font = Enum.Font.Fantasy
  248. FarmWeakVillian.Text = "Farm Weak Vil"
  249. FarmWeakVillian.TextColor3 = Color3.new(0, 0, 0)
  250. FarmWeakVillian.TextSize = 30
  251. FarmWeakVillian.MouseButton1Down:connect(function()
  252. if UAFarming == false then
  253. UAFarming = true
  254. FarmWeakVillian.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  255. else
  256. UAFarming = false
  257. FarmWeakVillian.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  258. Stepped:Disconnect()
  259. end
  260. local runService = game:GetService('RunService')
  261.  
  262. if UAFarming then
  263. Stepped = runService.Stepped:Connect(function()
  264. for i,v in pairs(workspace.NPCs:GetChildren()) do
  265. if string.find(v.Name, "Weak") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  267. end
  268. end
  269. end)
  270. end
  271. wait()
  272. for i,v in pairs(workspace:GetChildren()) do
  273. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  274. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  275. end
  276. end
  277. end)
  278.  
  279. FarmNoumu.Name = "Farm Noumu"
  280. FarmNoumu.Parent = _2Frame
  281. FarmNoumu.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  282. FarmNoumu.Position = UDim2.new(0.0657285452, 0, 0.399009466, 0)
  283. FarmNoumu.Size = UDim2.new(0, 200, 0, 35)
  284. FarmNoumu.Font = Enum.Font.Fantasy
  285. FarmNoumu.Text = "Farm Noumu"
  286. FarmNoumu.TextColor3 = Color3.new(0, 0, 0)
  287. FarmNoumu.TextSize = 30
  288. FarmNoumu.MouseButton1Down:connect(function()
  289. if UAFarming == false then
  290. UAFarming = true
  291. FarmNoumu.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  292. else
  293. UAFarming = false
  294. FarmNoumu.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  295. Stepped:Disconnect()
  296. end
  297. local runService = game:GetService('RunService')
  298.  
  299. if UAFarming then
  300. Stepped = runService.Stepped:Connect(function()
  301. for i,v in pairs(workspace.NPCs:GetChildren()) do
  302. if string.find(v.Name, "No") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  303. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  304. end
  305. end
  306. end)
  307. end
  308. wait()
  309. for i,v in pairs(workspace:GetChildren()) do
  310. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  312. end
  313. end
  314. end)
  315.  
  316. FarmVillians.Name = "Farm Endeavor"
  317. FarmVillians.Parent = _2Frame
  318. FarmVillians.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  319. FarmVillians.Position = UDim2.new(0.0657285452, 0, 0.501813114, 0)
  320. FarmVillians.Size = UDim2.new(0, 200, 0, 35)
  321. FarmVillians.Font = Enum.Font.Fantasy
  322. FarmVillians.Text = "Farm Endeavor"
  323. FarmVillians.TextColor3 = Color3.new(0, 0, 0)
  324. FarmVillians.TextSize = 30
  325. FarmVillians.MouseButton1Down:connect(function()
  326. if UAFarming == false then
  327. UAFarming = true
  328. FarmVillians.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  329. else
  330. UAFarming = false
  331. FarmVillians.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  332. Stepped:Disconnect()
  333. end
  334. local runService = game:GetService('RunService')
  335.  
  336. if UAFarming then
  337. Stepped = runService.Stepped:Connect(function()
  338. for i,v in pairs(workspace.NPCs:GetChildren()) do
  339. if string.find(v.Name, "End") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  341. end
  342. end
  343. end)
  344. end
  345. wait()
  346. for i,v in pairs(workspace:GetChildren()) do
  347. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  348. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  349. end
  350. end
  351. end)
  352.  
  353. FarmUAStudents.Name = "Farm UA Students"
  354. FarmUAStudents.Parent = _2Frame
  355. FarmUAStudents.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  356. FarmUAStudents.Position = UDim2.new(0.0657285452, 0, 0.597140253, 0)
  357. FarmUAStudents.Size = UDim2.new(0, 200, 0, 35)
  358. FarmUAStudents.Font = Enum.Font.Fantasy
  359. FarmUAStudents.Text = "Farm UA Stud"
  360. FarmUAStudents.TextColor3 = Color3.new(0, 0, 0)
  361. FarmUAStudents.TextSize = 30
  362. FarmUAStudents.MouseButton1Down:connect(function()
  363. if UAFarming == false then
  364. UAFarming = true
  365. FarmUAStudents.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  366. else
  367. UAFarming = false
  368. FarmUAStudents.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  369. Stepped:Disconnect()
  370. end
  371. local runService = game:GetService('RunService')
  372.  
  373. if UAFarming then
  374. Stepped = runService.Stepped:Connect(function()
  375. for i,v in pairs(workspace.NPCs:GetChildren()) do
  376. if string.find(v.Name, "UA") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  378. end
  379. end
  380. end)
  381. end
  382. wait()
  383. for i,v in pairs(workspace:GetChildren()) do
  384. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  385. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  386. end
  387. end
  388. end)
  389.  
  390. FarmPolice.Name = "Farm Police"
  391. FarmPolice.Parent = _2Frame
  392. FarmPolice.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  393. FarmPolice.Position = UDim2.new(0.0657285452, 0, 0.692467391, 0)
  394. FarmPolice.Size = UDim2.new(0, 200, 0, 35)
  395. FarmPolice.Font = Enum.Font.Fantasy
  396. FarmPolice.Text = "Farm Police"
  397. FarmPolice.TextColor3 = Color3.new(0, 0, 0)
  398. FarmPolice.TextSize = 30
  399. FarmPolice.MouseButton1Down:connect(function()
  400. if UAFarming == false then
  401. UAFarming = true
  402. FarmPolice.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  403. else
  404. UAFarming = false
  405. FarmPolice.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  406. Stepped:Disconnect()
  407. end
  408. local runService = game:GetService('RunService')
  409.  
  410. if UAFarming then
  411. Stepped = runService.Stepped:Connect(function()
  412. for i,v in pairs(workspace.NPCs:GetChildren()) do
  413. if string.find(v.Name, "Pol") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  414. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  415. end
  416. end
  417. end)
  418. end
  419. wait()
  420. for i,v in pairs(workspace:GetChildren()) do
  421. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  423. end
  424. end
  425. end)
  426.  
  427. FarmCriminal.Name = "Farm Criminal"
  428. FarmCriminal.Parent = _2Frame
  429. FarmCriminal.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  430. FarmCriminal.Position = UDim2.new(0.0657285452, 0, 0.784056067, 0)
  431. FarmCriminal.Size = UDim2.new(0, 200, 0, 35)
  432. FarmCriminal.Font = Enum.Font.Fantasy
  433. FarmCriminal.Text = "Farm Criminal"
  434. FarmCriminal.TextColor3 = Color3.new(0, 0, 0)
  435. FarmCriminal.TextSize = 30
  436. FarmCriminal.MouseButton1Down:connect(function()
  437. if UAFarming == false then
  438. UAFarming = true
  439. FarmCriminal.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  440. else
  441. UAFarming = false
  442. FarmCriminal.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  443. Stepped:Disconnect()
  444. end
  445. local runService = game:GetService('RunService')
  446.  
  447. if UAFarming then
  448. Stepped = runService.Stepped:Connect(function()
  449. for i,v in pairs(workspace.NPCs:GetChildren()) do
  450. if string.find(v.Name, "Crim") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  452. end
  453. end
  454. end)
  455. end
  456. wait()
  457. for i,v in pairs(workspace:GetChildren()) do
  458. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  459. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  460. end
  461. end
  462. end)
  463.  
  464.  
  465. FarmAllMight.Name = "Farm All Might"
  466. FarmAllMight.Parent = _2Frame
  467. FarmAllMight.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  468. FarmAllMight.Position = UDim2.new(0.0657285452, 0, 0.875644922, 0)
  469. FarmAllMight.Size = UDim2.new(0, 200, 0, 35)
  470. FarmAllMight.Font = Enum.Font.Fantasy
  471. FarmAllMight.Text = "Farm All Might"
  472. FarmAllMight.TextColor3 = Color3.new(0, 0, 0)
  473. FarmAllMight.TextSize = 30
  474. FarmAllMight.MouseButton1Down:connect(function()
  475. if UAFarming == false then
  476. UAFarming = true
  477. FarmAllMight.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  478. else
  479. UAFarming = false
  480. FarmAllMight.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  481. Stepped:Disconnect()
  482. end
  483. local runService = game:GetService('RunService')
  484.  
  485. if UAFarming then
  486. Stepped = runService.Stepped:Connect(function()
  487. for i,v in pairs(workspace.NPCs:GetChildren()) do
  488. if string.find(v.Name, "All") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  489. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  490. end
  491. end
  492. end)
  493. end
  494. wait()
  495. for i,v in pairs(workspace:GetChildren()) do
  496. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  497. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  498. end
  499. end
  500. end)
  501.  
  502. dontcopymyscripts.Name = "dontcopymyscripts"
  503. dontcopymyscripts.Parent = _2Frame
  504. dontcopymyscripts.BackgroundColor3 = Color3.new(1, 1, 1)
  505. dontcopymyscripts.BackgroundTransparency = 1
  506. dontcopymyscripts.Position = UDim2.new(-0.422413915, 0, 0.0990654156, 0)
  507. dontcopymyscripts.Size = UDim2.new(0, 242, 0, 50)
  508. dontcopymyscripts.Font = Enum.Font.Fantasy
  509. dontcopymyscripts.Text = "F"
  510. dontcopymyscripts.TextColor3 = Color3.new(0, 0, 0)
  511. dontcopymyscripts.TextSize = 80
  512. dontcopymyscripts.TextWrapped = true
  513.  
  514. dontcopymyscripts_2.Name = "dontcopymyscripts"
  515. dontcopymyscripts_2.Parent = _2Frame
  516. dontcopymyscripts_2.BackgroundColor3 = Color3.new(1, 1, 1)
  517. dontcopymyscripts_2.BackgroundTransparency = 1
  518. dontcopymyscripts_2.Position = UDim2.new(0.0646550208, 0, 0.099065423, 0)
  519. dontcopymyscripts_2.Size = UDim2.new(0, 242, 0, 50)
  520. dontcopymyscripts_2.Font = Enum.Font.Fantasy
  521. dontcopymyscripts_2.Text = "ARMS"
  522. dontcopymyscripts_2.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  523. dontcopymyscripts_2.TextSize = 80
  524. dontcopymyscripts_2.TextWrapped = true
  525.  
  526. dontcopymyscripts_3.Name = "dontcopymyscripts"
  527. dontcopymyscripts_3.Parent = _2Frame
  528. dontcopymyscripts_3.BackgroundColor3 = Color3.new(1, 1, 1)
  529. dontcopymyscripts_3.BackgroundTransparency = 1
  530. dontcopymyscripts_3.Position = UDim2.new(-0.512931228, 0, 0.00560747087, 0)
  531. dontcopymyscripts_3.Size = UDim2.new(0, 242, 0, 50)
  532. dontcopymyscripts_3.Font = Enum.Font.Fantasy
  533. dontcopymyscripts_3.Text = "S"
  534. dontcopymyscripts_3.TextColor3 = Color3.new(0, 0, 0)
  535. dontcopymyscripts_3.TextSize = 30
  536. dontcopymyscripts_3.TextWrapped = true
  537.  
  538. TextLabel.Parent = Main
  539. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  540. TextLabel.BackgroundTransparency = 1
  541. TextLabel.Position = UDim2.new(0.0721845627, 0, 0.11842265, 0)
  542. TextLabel.Size = UDim2.new(0, 242, 0, 50)
  543. TextLabel.Font = Enum.Font.Fantasy
  544. TextLabel.Text = "UEST"
  545. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  546. TextLabel.TextSize = 80
  547. TextLabel.TextWrapped = true
  548.  
  549. TextLabel_2.Parent = Main
  550. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  551. TextLabel_2.BackgroundTransparency = 1
  552. TextLabel_2.Position = UDim2.new(-0.000909468159, 0, 0.11838337, 0)
  553. TextLabel_2.Size = UDim2.new(0, 57, 0, 50)
  554. TextLabel_2.Font = Enum.Font.Fantasy
  555. TextLabel_2.Text = "Q"
  556. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  557. TextLabel_2.TextSize = 80
  558. TextLabel_2.TextWrapped = true
  559.  
  560. CriminalQuest.Name = "Criminal Quest"
  561. CriminalQuest.Parent = Main
  562. CriminalQuest.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  563. CriminalQuest.Position = UDim2.new(0.069947958, 0, 0.632813513, 0)
  564. CriminalQuest.Size = UDim2.new(0, 200, 0, 35)
  565. CriminalQuest.Font = Enum.Font.Fantasy
  566. CriminalQuest.Text = "Criminals Que"
  567. CriminalQuest.TextColor3 = Color3.new(0, 0, 0)
  568. CriminalQuest.TextSize = 30
  569. CriminalQuest.MouseButton1Down:connect(function()
  570. if UAFarming == false then
  571. UAFarming = true
  572. CriminalQuest.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  573. else
  574. UAFarming = false
  575. CriminalQuest.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  576. Stepped:Disconnect()
  577. end
  578. local runService = game:GetService('RunService')
  579.  
  580. if UAFarming then
  581. Stepped = runService.Stepped:Connect(function()
  582. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  583. if string.find(v.Name, "Inj") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  584. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  585. end
  586. end
  587. end)
  588. end
  589. wait()
  590. for i,v in pairs(workspace:GetChildren()) do
  591. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  592. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  593. end
  594. end
  595. end)
  596.  
  597.  
  598. _3Fram.Name = "3Fram"
  599. _3Fram.Parent = Main
  600. _3Fram.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  601. _3Fram.Position = UDim2.new(1.0922184, 0, 0.0101032574, 0)
  602. _3Fram.Size = UDim2.new(0, 232, 0, 364)
  603.  
  604.  
  605. tpKuro.Name = "tp Kuro"
  606. tpKuro.Parent = _3Fram
  607. tpKuro.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  608. tpKuro.Position = UDim2.new(0.0312457941, 0, 0.26174438, 0)
  609. tpKuro.Size = UDim2.new(0, 216, 0, 25)
  610. tpKuro.Font = Enum.Font.Fantasy
  611. tpKuro.Text = "Tp Kurogiri"
  612. tpKuro.TextColor3 = Color3.new(0, 0, 0)
  613. tpKuro.TextSize = 30
  614. tpKuro.MouseButton1Down:connect(function()
  615. if UAFarming == false then
  616. UAFarming = true
  617. tpKuro.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  618. else
  619. UAFarming = false
  620. tpKuro.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  621. Stepped:Disconnect()
  622. end
  623. local runService = game:GetService('RunService')
  624.  
  625. if UAFarming then
  626. Stepped = runService.Stepped:Connect(function()
  627. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  628. if string.find(v.Name, "Kur") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  629. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  630. end
  631. end
  632. end)
  633. end
  634. wait()
  635. for i,v in pairs(workspace:GetChildren()) do
  636. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  637. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  638. end
  639. end
  640. end)
  641.  
  642.  
  643. tpdoctor1.Name = "tp doctor1"
  644. tpdoctor1.Parent = _3Fram
  645. tpdoctor1.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  646. tpdoctor1.Position = UDim2.new(0.0312457941, 0, 0.356845587, 0)
  647. tpdoctor1.Size = UDim2.new(0, 216, 0, 25)
  648. tpdoctor1.Font = Enum.Font.Fantasy
  649. tpdoctor1.Text = "Tp Doctor1"
  650. tpdoctor1.TextColor3 = Color3.new(0, 0, 0)
  651. tpdoctor1.TextSize = 30
  652. tpdoctor1.MouseButton1Down:connect(function()
  653. if UAFarming == false then
  654. UAFarming = true
  655. tpdoctor1.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  656. else
  657. UAFarming = false
  658. tpdoctor1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  659. Stepped:Disconnect()
  660. end
  661. local runService = game:GetService('RunService')
  662.  
  663. if UAFarming then
  664. Stepped = runService.Stepped:Connect(function()
  665. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  666. if string.find(v.Name, "Doctor") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  667. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  668. end
  669. end
  670. end)
  671. end
  672. wait()
  673. for i,v in pairs(workspace:GetChildren()) do
  674. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  675. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  676. end
  677. end
  678. end)
  679.  
  680. tpDoct2.Name = "tp Doct2"
  681. tpDoct2.Parent = _3Fram
  682. tpDoct2.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  683. tpDoct2.Position = UDim2.new(0.0312457941, 0, 0.46831727, 0)
  684. tpDoct2.Size = UDim2.new(0, 216, 0, 25)
  685. tpDoct2.Font = Enum.Font.Fantasy
  686. tpDoct2.Text = "Tp Doctor2"
  687. tpDoct2.TextColor3 = Color3.new(0, 0, 0)
  688. tpDoct2.TextSize = 30
  689. tpDoct2.MouseButton1Down:connect(function()
  690. if UAFarming == false then
  691. UAFarming = true
  692. tpDoct2.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  693. else
  694. UAFarming = false
  695. tpDoct2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  696. Stepped:Disconnect()
  697. end
  698. local runService = game:GetService('RunService')
  699.  
  700. if UAFarming then
  701. Stepped = runService.Stepped:Connect(function()
  702. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  703. if string.find(v.Name, "Doctor3") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  704. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  705. end
  706. end
  707. end)
  708. end
  709. wait()
  710. for i,v in pairs(workspace:GetChildren()) do
  711. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  712. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  713. end
  714. end
  715. end)
  716.  
  717.  
  718. tpdoctor3.Name = "tp doctor3"
  719. tpdoctor3.Parent = _3Fram
  720. tpdoctor3.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  721. tpdoctor3.Position = UDim2.new(0.0312457941, 0, 0.577041745, 0)
  722. tpdoctor3.Size = UDim2.new(0, 216, 0, 25)
  723. tpdoctor3.Font = Enum.Font.Fantasy
  724. tpdoctor3.Text = "Tp Doctor3"
  725. tpdoctor3.TextColor3 = Color3.new(0, 0, 0)
  726. tpdoctor3.TextSize = 30
  727. tpdoctor3.MouseButton1Down:connect(function()
  728. if UAFarming == false then
  729. UAFarming = true
  730. tpdoctor3.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  731. else
  732. UAFarming = false
  733. tpdoctor3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  734. Stepped:Disconnect()
  735. end
  736. local runService = game:GetService('RunService')
  737.  
  738. if UAFarming then
  739. Stepped = runService.Stepped:Connect(function()
  740. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  741. if string.find(v.Name, "Doctor2") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  742. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  743. end
  744. end
  745. end)
  746. end
  747. wait()
  748. for i,v in pairs(workspace:GetChildren()) do
  749. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  750. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  751. end
  752. end
  753. end)
  754.  
  755. TpWeaponShop.Name = "Tp WeaponShop"
  756. TpWeaponShop.Parent = _3Fram
  757. TpWeaponShop.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  758. TpWeaponShop.Position = UDim2.new(0.0312457941, 0, 0.691912889, 0)
  759. TpWeaponShop.Size = UDim2.new(0, 216, 0, 25)
  760. TpWeaponShop.Font = Enum.Font.Fantasy
  761. TpWeaponShop.Text = "Weapon Shop"
  762. TpWeaponShop.TextColor3 = Color3.new(0, 0, 0)
  763. TpWeaponShop.TextSize = 30
  764. TpWeaponShop.MouseButton1Down:connect(function()
  765. if UAFarming == false then
  766. UAFarming = true
  767. TpWeaponShop.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  768. else
  769. UAFarming = false
  770. TpWeaponShop.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  771. Stepped:Disconnect()
  772. end
  773. local runService = game:GetService('RunService')
  774.  
  775. if UAFarming then
  776. Stepped = runService.Stepped:Connect(function()
  777. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  778. if string.find(v.Name, "Wea") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  779. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  780. end
  781. end
  782. end)
  783. end
  784. wait()
  785. for i,v in pairs(workspace:GetChildren()) do
  786. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  787. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  788. end
  789. end
  790. end)
  791.  
  792. TpNezu.Name = "Tp Nezu"
  793. TpNezu.Parent = _3Fram
  794. TpNezu.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  795. TpNezu.Position = UDim2.new(0.0312457941, 0, 0.799759209, 0)
  796. TpNezu.Size = UDim2.new(0, 216, 0, 25)
  797. TpNezu.Font = Enum.Font.Fantasy
  798. TpNezu.Text = "Tp Nezu"
  799. TpNezu.TextColor3 = Color3.new(0, 0, 0)
  800. TpNezu.TextSize = 30
  801. TpNezu.MouseButton1Down:connect(function()
  802. if UAFarming == false then
  803. UAFarming = true
  804. TpNezu.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  805. else
  806. UAFarming = false
  807. TpNezu.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  808. Stepped:Disconnect()
  809. end
  810. local runService = game:GetService('RunService')
  811.  
  812. if UAFarming then
  813. Stepped = runService.Stepped:Connect(function()
  814. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  815. if string.find(v.Name, "Ne") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  816. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  817. end
  818. end
  819. end)
  820. end
  821. wait()
  822. for i,v in pairs(workspace:GetChildren()) do
  823. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  824. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  825. end
  826. end
  827. end)
  828.  
  829. dontcopymyscripts_4.Name = "dontcopymyscripts"
  830. dontcopymyscripts_4.Parent = _3Fram
  831. dontcopymyscripts_4.BackgroundColor3 = Color3.new(1, 1, 1)
  832. dontcopymyscripts_4.BackgroundTransparency = 1
  833. dontcopymyscripts_4.Position = UDim2.new(0.349137723, 0, 0.0967186987, 0)
  834. dontcopymyscripts_4.Size = UDim2.new(0, 95, 0, 50)
  835. dontcopymyscripts_4.Font = Enum.Font.Fantasy
  836. dontcopymyscripts_4.Text = "P"
  837. dontcopymyscripts_4.TextColor3 = Color3.new(1, 1, 1)
  838. dontcopymyscripts_4.TextSize = 80
  839. dontcopymyscripts_4.TextWrapped = true
  840.  
  841. dontcopymyscripts_5.Name = "dontcopymyscripts"
  842. dontcopymyscripts_5.Parent = _3Fram
  843. dontcopymyscripts_5.BackgroundColor3 = Color3.new(1, 1, 1)
  844. dontcopymyscripts_5.BackgroundTransparency = 1
  845. dontcopymyscripts_5.Position = UDim2.new(0.241379261, 0, 0.0967186987, 0)
  846. dontcopymyscripts_5.Size = UDim2.new(0, 57, 0, 50)
  847. dontcopymyscripts_5.Font = Enum.Font.Fantasy
  848. dontcopymyscripts_5.Text = "T"
  849. dontcopymyscripts_5.TextColor3 = Color3.new(0, 0, 0)
  850. dontcopymyscripts_5.TextSize = 80
  851. dontcopymyscripts_5.TextWrapped = true
  852.  
  853. TPDeku.Name = "TP Deku"
  854. TPDeku.Parent = _3Fram
  855. TPDeku.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  856. TPDeku.Position = UDim2.new(0.0312457941, 0, 0.913213074, 0)
  857. TPDeku.Size = UDim2.new(0, 216, 0, 25)
  858. TPDeku.Font = Enum.Font.Fantasy
  859. TPDeku.Text = "TP Deku"
  860. TPDeku.TextColor3 = Color3.new(0, 0, 0)
  861. TPDeku.TextSize = 30
  862. TPDeku.MouseButton1Down:connect(function()
  863. if UAFarming == false then
  864. UAFarming = true
  865. TPDeku.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  866. else
  867. UAFarming = false
  868. TPDeku.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  869. Stepped:Disconnect()
  870. end
  871. local runService = game:GetService('RunService')
  872.  
  873. if UAFarming then
  874. Stepped = runService.Stepped:Connect(function()
  875. for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do
  876. if string.find(v.Name, "Dek") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  877. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  878. end
  879. end
  880. end)
  881. end
  882. wait()
  883. for i,v in pairs(workspace:GetChildren()) do
  884. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  885. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  886. end
  887. end
  888. end)
  889.  
  890. TextLabel_3.Parent = Main
  891. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  892. TextLabel_3.BackgroundTransparency = 1
  893. TextLabel_3.Position = UDim2.new(-1.05237532, 0, 0.00420358311, 0)
  894. TextLabel_3.Size = UDim2.new(0, 232, 0, 48)
  895. TextLabel_3.Font = Enum.Font.Fantasy
  896. TextLabel_3.Text = "cripter:Roblox Pain"
  897. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  898. TextLabel_3.TextSize = 30
  899. TextLabel_3.TextWrapped = true
  900.  
  901. AntiKick.Name = "Anti-Kick"
  902. AntiKick.Parent = Main
  903. AntiKick.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  904. AntiKick.Position = UDim2.new(0.0741673708, 0, 0.874917746, 0)
  905. AntiKick.Size = UDim2.new(0, 200, 0, 35)
  906. AntiKick.Font = Enum.Font.Fantasy
  907. AntiKick.Text = "Anti-Kick"
  908. AntiKick.TextColor3 = Color3.new(0, 0, 0)
  909. AntiKick.TextSize = 30
  910. AntiKick.MouseButton1Down:connect(function()
  911. if ThugFarming == false then
  912. ThugFarming = true
  913. AntiKick.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  914. else
  915. ThugFarming = false
  916. AntiKick.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  917. Stepped:Disconnect()
  918. end
  919. local getrawmetatable = getrawmetatable or debug.getmetatable
  920. local make_writeable = make_writeable or setreadonly or changereadonly or change_writeable
  921. make_writeable(getrawmetatable(game), false)
  922. local backup = getrawmetatable(game).__namecall
  923. getrawmetatable(game).__namecall = function(u, ...)
  924. local m = ({...})[select('#', ...)]
  925. local packed = {...}
  926. local a = {}
  927. for i = 1, #packed - 1 do
  928. a[i] = packed[i]
  929. end
  930. if m == 'Kick' then
  931. warn('Kick attempt at ' .. os.time() .. ' (' .. tostring(unpack(a)) .. ')')
  932. return true
  933. end
  934. return backup and backup(u, ...) or u[m](u, unpack(a))
  935. end
  936. end)
  937.  
  938. TextLabel_4.Parent = Main
  939. TextLabel_4.BackgroundColor3 = Color3.new(0.6, 0.584314, 1)
  940. TextLabel_4.Position = UDim2.new(-0.56292367, 0, -0.157982588, 0)
  941. TextLabel_4.Size = UDim2.new(0, 528, 0, 66)
  942. TextLabel_4.Font = Enum.Font.Fantasy
  943. TextLabel_4.Text = "Boku no Remastered"
  944. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  945. TextLabel_4.TextSize = 49
  946. TextLabel_4.TextWrapped = true
  947. -- Scripts:
Add Comment
Please, Sign In to add comment