Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. local boku = Instance.new("ScreenGui")
  2. local mainn = Instance.new("Frame")
  3. local secondary = Instance.new("Frame")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local farming = Instance.new("TextLabel")
  7. local ok = Instance.new("TextBox")
  8. local heroes = Instance.new("TextButton")
  9. local X = Instance.new("TextButton")
  10. local weakvil = Instance.new("TextButton")
  11. local nomomomo = Instance.new("TextButton")
  12. local endeavor = Instance.new("TextButton")
  13. local uastudent = Instance.new("TextButton")
  14. local police = Instance.new("TextButton")
  15. local crims = Instance.new("TextButton")
  16. local allmighto = Instance.new("TextButton")
  17. local quests = Instance.new("TextLabel")
  18. local antikick = Instance.new("TextButton")
  19. local villainquest = Instance.new("TextButton")
  20. local crimquest = Instance.new("TextButton")
  21. local policequest = Instance.new("TextButton")
  22. local uastudquest = Instance.new("TextButton")
  23. local heroquest = Instance.new("TextButton")
  24. local page2 = Instance.new("TextButton")
  25. local by = Instance.new("TextLabel")
  26. local habo = Instance.new("Frame")
  27. local secondary2 = Instance.new("Frame")
  28. local teleports = Instance.new("TextLabel")
  29. local Frame_3 = Instance.new("Frame")
  30. local X_2 = Instance.new("TextButton")
  31. local tpkurogiri = Instance.new("TextButton")
  32. local tpdoctor1 = Instance.new("TextButton")
  33. local dekutp = Instance.new("TextButton")
  34. local weaponshop = Instance.new("TextButton")
  35. local tpnezu = Instance.new("TextButton")
  36. local tpdoctor2 = Instance.new("TextButton")
  37. local tpdoctor3 = Instance.new("TextButton")
  38. local gobacktop1 = Instance.new("TextButton")
  39. --Properties:
  40. boku.Name = "boku"
  41. boku.Parent = game.CoreGui
  42.  
  43. mainn.Name = "mainn"
  44. mainn.Parent = boku
  45. mainn.Active = true
  46. mainn.BackgroundColor3 = Color3.new(0.0941177, 0.0784314, 0)
  47. mainn.Position = UDim2.new(0.167192429, 0, 0.160401002, 0)
  48. mainn.Size = UDim2.new(0, 651, 0, 570)
  49. mainn.Draggable = true
  50.  
  51. secondary.Name = "secondary"
  52. secondary.Parent = mainn
  53. secondary.Active = true
  54. secondary.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961)
  55. secondary.Position = UDim2.new(0.0219947826, 0, 0.0256749205, 0)
  56. secondary.Size = UDim2.new(0, 622, 0, 536)
  57.  
  58. Frame.Parent = secondary
  59. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Frame.Position = UDim2.new(0.00160771701, 0, 0.0942814797, 0)
  61. Frame.Size = UDim2.new(0, 621, 0, 7)
  62.  
  63. Frame_2.Parent = secondary
  64. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Frame_2.Position = UDim2.new(0, 0, 0.670774043, 0)
  66. Frame_2.Size = UDim2.new(0, 621, 0, 7)
  67.  
  68. farming.Name = "farming"
  69. farming.Parent = mainn
  70. farming.BackgroundColor3 = Color3.new(1, 1, 1)
  71. farming.BackgroundTransparency = 1
  72. farming.Position = UDim2.new(0.345622122, 0, 0.0234986953, 0)
  73. farming.Size = UDim2.new(0, 200, 0, 44)
  74. farming.Font = Enum.Font.SciFi
  75. farming.Text = "FARMING "
  76. farming.TextColor3 = Color3.new(1, 0.968628, 0.054902)
  77. farming.TextSize = 35
  78.  
  79. ok.Name = "ok"
  80. ok.Parent = mainn
  81. ok.BackgroundColor3 = Color3.new(0.0352941, 0.0901961, 0.113725)
  82. ok.Position = UDim2.new(0, 0, -0.0522236153, 0)
  83. ok.Size = UDim2.new(0, 651, 0, 37)
  84. ok.ClearTextOnFocus = false
  85. ok.Font = Enum.Font.SciFi
  86. ok.ShowNativeInput = false
  87. ok.Text = "BOKU NO ROBLOX: REMASTERED!"
  88. ok.TextColor3 = Color3.new(1, 0.917647, 0.0117647)
  89. ok.TextSize = 25
  90. ok.TextStrokeTransparency = 0
  91.  
  92. heroes.Name = "heroes"
  93. heroes.Parent = mainn
  94. heroes.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  95. heroes.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  96. heroes.Position = UDim2.new(0.0230414756, 0, 0.170346066, 0)
  97. heroes.Size = UDim2.new(0, 168, 0, 44)
  98. heroes.Font = Enum.Font.SciFi
  99. heroes.Text = "Farm Heroes"
  100. heroes.TextColor3 = Color3.new(0.0196078, 0.2, 1)
  101. heroes.TextSize = 25
  102. heroes.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294)
  103. heroes.TextStrokeTransparency = 0
  104. heroes.MouseButton1Down:connect(function()
  105. if UAFarming == false then
  106. UAFarming = true
  107. Heroes.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  108. else
  109. UAFarming = false
  110. heroes.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  111. Stepped:Disconnect()
  112. end
  113. local runService = game:GetService('RunService')
  114.  
  115. if UAFarming then
  116. Stepped = runService.Stepped:Connect(function()
  117. for i,v in pairs(workspace.NPCs:GetChildren()) do
  118. if string.find(v.Name, "Hero") 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. end
  124. wait()
  125. for i,v in pairs(workspace:GetChildren()) do
  126. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  128. end
  129. end
  130. end)
  131.  
  132. X.Name = "X"
  133. X.Parent = mainn
  134. X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  135. X.BackgroundTransparency = 1
  136. X.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
  137. X.Position = UDim2.new(0.917050719, 0, -0.0481556803, 0)
  138. X.Size = UDim2.new(0, 60, 0, 34)
  139. X.Font = Enum.Font.SciFi
  140. X.Text = "X"
  141. X.TextColor3 = Color3.new(0, 0, 0)
  142. X.TextSize = 35
  143. X.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
  144. X.TextStrokeTransparency = 0
  145. X.MouseButton1Down:connect(function()
  146. X.Visible = true
  147. mainn.Visible = false
  148. end)
  149.  
  150. weakvil.Name = "weakvil"
  151. weakvil.Parent = mainn
  152. weakvil.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  153. weakvil.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  154. weakvil.Position = UDim2.new(0.718894005, 0, 0.170346066, 0)
  155. weakvil.Size = UDim2.new(0, 168, 0, 44)
  156. weakvil.Font = Enum.Font.SciFi
  157. weakvil.Text = "Farm Weak Vil"
  158. weakvil.TextColor3 = Color3.new(0.0196078, 0.2, 1)
  159. weakvil.TextSize = 25
  160. weakvil.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294)
  161. weakvil.TextStrokeTransparency = 0
  162. weakvil.MouseButton1Down:connect(function()
  163. if UAFarming == false then
  164. UAFarming = true
  165. weakvil.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  166. else
  167. UAFarming = false
  168. weakvil.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  169. Stepped:Disconnect()
  170. end
  171. local runService = game:GetService('RunService')
  172.  
  173. if UAFarming then
  174. Stepped = runService.Stepped:Connect(function()
  175. for i,v in pairs(workspace.NPCs:GetChildren()) do
  176. if string.find(v.Name, "Weak") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  178. end
  179. end
  180. end)
  181. end
  182. wait()
  183. for i,v in pairs(workspace:GetChildren()) do
  184. if string.find(v.Name, "Thug") 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.  
  190. nomomomo.Name = "nomomomo"
  191. nomomomo.Parent = mainn
  192. nomomomo.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  193. nomomomo.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  194. nomomomo.Position = UDim2.new(0.37019971, 0, 0.170346066, 0)
  195. nomomomo.Size = UDim2.new(0, 168, 0, 44)
  196. nomomomo.Font = Enum.Font.SciFi
  197. nomomomo.Text = "Farm Noumo"
  198. nomomomo.TextColor3 = Color3.new(0.0196078, 0.2, 1)
  199. nomomomo.TextSize = 25
  200. nomomomo.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294)
  201. nomomomo.TextStrokeTransparency = 0
  202. nomomomo.MouseButton1Down:connect(function()
  203. if UAFarming == false then
  204. UAFarming = true
  205. nomomomo.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  206. else
  207. UAFarming = false
  208. nomomomo.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  209. Stepped:Disconnect()
  210. end
  211. local runService = game:GetService('RunService')
  212.  
  213. if UAFarming then
  214. Stepped = runService.Stepped:Connect(function()
  215. for i,v in pairs(workspace.NPCs:GetChildren()) do
  216. if string.find(v.Name, "No") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  218. end
  219. end
  220. end)
  221. end
  222. wait()
  223. for i,v in pairs(workspace:GetChildren()) do
  224. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  226. end
  227. end
  228. end)
  229.  
  230. endeavor.Name = "endeavor"
  231. endeavor.Parent = mainn
  232. endeavor.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  233. endeavor.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  234. endeavor.Position = UDim2.new(0.717357934, 0, 0.331609637, 0)
  235. endeavor.Size = UDim2.new(0, 168, 0, 44)
  236. endeavor.Font = Enum.Font.SciFi
  237. endeavor.Text = "Farm Endeavor"
  238. endeavor.TextColor3 = Color3.new(0.0196078, 0.2, 1)
  239. endeavor.TextSize = 25
  240. endeavor.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294)
  241. endeavor.TextStrokeTransparency = 0
  242. endeavor.MouseButton1Down:connect(function()
  243. if UAFarming == false then
  244. UAFarming = true
  245. endeavor.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  246. else
  247. UAFarming = false
  248. endeavor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  249. Stepped:Disconnect()
  250. end
  251. local runService = game:GetService('RunService')
  252.  
  253. if UAFarming then
  254. Stepped = runService.Stepped:Connect(function()
  255. for i,v in pairs(workspace.NPCs:GetChildren()) do
  256. if string.find(v.Name, "End") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  257. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  258. end
  259. end
  260. end)
  261. end
  262. wait()
  263. for i,v in pairs(workspace:GetChildren()) do
  264. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  265. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  266. end
  267. end
  268. end)
  269.  
  270. uastudent.Name = "uastudent"
  271. uastudent.Parent = mainn
  272. uastudent.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  273. uastudent.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  274. uastudent.Position = UDim2.new(0.37019971, 0, 0.329855263, 0)
  275. uastudent.Size = UDim2.new(0, 168, 0, 44)
  276. uastudent.Font = Enum.Font.SciFi
  277. uastudent.Text = "Farm UA Stud"
  278. uastudent.TextColor3 = Color3.new(0.0196078, 0.2, 1)
  279. uastudent.TextSize = 25
  280. uastudent.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294)
  281. uastudent.TextStrokeTransparency = 0
  282. uastudent.MouseButton1Down:connect(function()
  283. if UAFarming == false then
  284. UAFarming = true
  285. uastudent.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  286. else
  287. UAFarming = false
  288. uastudent.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  289. Stepped:Disconnect()
  290. end
  291. local runService = game:GetService('RunService')
  292.  
  293. if UAFarming then
  294. Stepped = runService.Stepped:Connect(function()
  295. for i,v in pairs(workspace.NPCs:GetChildren()) do
  296. if string.find(v.Name, "UA") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  297. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  298. end
  299. end
  300. end)
  301. end
  302. wait()
  303. for i,v in pairs(workspace:GetChildren()) do
  304. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  306. end
  307. end
  308. end)
  309.  
  310. police.Name = "police"
  311. police.Parent = mainn
  312. police.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  313. police.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  314. police.Position = UDim2.new(0.0215053782, 0, 0.331900239, 0)
  315. police.Size = UDim2.new(0, 168, 0, 44)
  316. police.Font = Enum.Font.SciFi
  317. police.Text = "Farm Police"
  318. police.TextColor3 = Color3.new(0.0196078, 0.2, 1)
  319. police.TextSize = 25
  320. police.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294)
  321. police.TextStrokeTransparency = 0
  322. police.MouseButton1Down:connect(function()
  323. if UAFarming == false then
  324. UAFarming = true
  325. police.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  326. else
  327. UAFarming = false
  328. police.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  329. Stepped:Disconnect()
  330. end
  331. local runService = game:GetService('RunService')
  332.  
  333. if UAFarming then
  334. Stepped = runService.Stepped:Connect(function()
  335. for i,v in pairs(workspace.NPCs:GetChildren()) do
  336. if string.find(v.Name, "Pol") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  337. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  338. end
  339. end
  340. end)
  341. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement