Advertisement
ItzDiegoExploitzBoi

BNR script

May 20th, 2019
1,890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.30 KB | None | 0 0
  1. -- Made by Diego Exploits
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local bokuunoo = Instance.new("ScreenGui")
  6. local mainn = Instance.new("Frame")
  7. local secondary = Instance.new("Frame")
  8. local Tomura = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Criminal = Instance.new("TextButton")
  11. local Endeavor = Instance.new("TextButton")
  12. local WeakVillain = Instance.new("TextButton")
  13. local UAStud = Instance.new("TextButton")
  14. local AllMight = Instance.new("TextButton")
  15. local Hero = Instance.new("TextButton")
  16. local ForestBeast = Instance.new("TextButton")
  17. local Nomuu = Instance.new("TextButton")
  18. local GiantBeast = Instance.new("TextButton")
  19. local WeakNomuu = Instance.new("TextButton")
  20. local Police = Instance.new("TextButton")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local X = Instance.new("TextButton")
  23. local stopfarming = Instance.new("TextButton")
  24. --Properties:
  25. bokuunoo.Name = "bokuunoo"
  26. bokuunoo.Parent = game.CoreGui
  27.  
  28. mainn.Name = "mainn"
  29. mainn.Parent = bokuunoo
  30. mainn.Active = true
  31. mainn.BackgroundColor3 = Color3.new(0.0941177, 0.0784314, 0)
  32. mainn.Position = UDim2.new(0.215102717, 0, 0.160401002, 0)
  33. mainn.Size = UDim2.new(0, 604, 0, 377)
  34. mainn.Style = Enum.FrameStyle.RobloxRound
  35. mainn.Draggable = true
  36.  
  37. secondary.Name = "secondary"
  38. secondary.Parent = mainn
  39. secondary.Active = true
  40. secondary.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961)
  41. secondary.Position = UDim2.new(0.00543848006, 0, 0.00710732862, 0)
  42. secondary.Size = UDim2.new(0, 581, 0, 355)
  43. secondary.Style = Enum.FrameStyle.RobloxRound
  44.  
  45. Tomura.Name = "Tomura"
  46. Tomura.Parent = mainn
  47. Tomura.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  48. Tomura.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  49. Tomura.Position = UDim2.new(0.0179028045, 0, 0.172337711, 0)
  50. Tomura.Size = UDim2.new(0, 162, 0, 45)
  51. Tomura.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  52. Tomura.Font = Enum.Font.SciFi
  53. Tomura.Text = "Tomura"
  54. Tomura.TextColor3 = Color3.new(0, 0, 0)
  55. Tomura.TextSize = 25
  56. Tomura.TextStrokeColor3 = Color3.new(1, 1, 1)
  57. Tomura.TextStrokeTransparency = 0
  58. Tomura.MouseButton1Down:connect(function()
  59. _G.t = true
  60. name = "Tomura"
  61.  
  62. function tp(x,y,z)
  63. local valtomove = 4
  64. moving = true
  65. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  66. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  67. wait()
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  69. end
  70. end
  71. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  72. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  73. wait()
  74. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  75. end
  76. end
  77. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  78. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  79. wait()
  80. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  81. end
  82. end
  83. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  84. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  85. wait()
  86. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  87. end
  88. end
  89. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  90. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  91. wait()
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  93. end
  94. end
  95. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  96. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  97. wait()
  98. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  99. end
  100. end
  101. moving = false
  102. end
  103.  
  104. spawn (function()
  105. game:getService("RunService"):BindToRenderStep("",0,function()
  106. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  107. if moving == true then
  108. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  109. end
  110. end)
  111. end)
  112.  
  113.  
  114. while _G.t and wait() do
  115. local en = game.Workspace.NPCs:GetChildren()
  116. ene = {}
  117. for i, v in pairs(en) do
  118. if string.find(v.Name, name) then
  119. table.insert(ene, v)
  120. end
  121. end
  122.  
  123. function up()
  124. en = game.Workspace.NPCs:GetChildren()
  125. for i, v in pairs(en) do
  126. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  127. ene = v break
  128. end
  129. end
  130. end
  131. up()
  132. local p = game:GetService("Players").LocalPlayer
  133. while wait() and _G.t== true do up()
  134. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  135. if hrp then
  136. e = ene
  137. if e then e = e:FindFirstChild("HumanoidRootPart") end
  138.  
  139. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  140. local A_1 = "Katana"
  141. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  142. Event:FireServer(A_1)
  143. end
  144. end
  145. end
  146. end)
  147.  
  148. TextLabel.Parent = mainn
  149. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  150. TextLabel.BackgroundTransparency = 1
  151. TextLabel.Position = UDim2.new(0.178491294, 0, 0.0033375062, 0)
  152. TextLabel.Size = UDim2.new(0, 392, 0, 48)
  153. TextLabel.Font = Enum.Font.SciFi
  154. TextLabel.Text = "Boku no Roblox: Farming Script"
  155. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  156. TextLabel.TextSize = 34
  157.  
  158. Criminal.Name = "Criminal"
  159. Criminal.Parent = mainn
  160. Criminal.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  161. Criminal.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  162. Criminal.Position = UDim2.new(0.698366344, 0, 0.779764771, 0)
  163. Criminal.Size = UDim2.new(0, 162, 0, 45)
  164. Criminal.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  165. Criminal.Font = Enum.Font.SciFi
  166. Criminal.Text = "Criminal"
  167. Criminal.TextColor3 = Color3.new(0, 0, 0)
  168. Criminal.TextSize = 25
  169. Criminal.TextStrokeColor3 = Color3.new(1, 1, 1)
  170. Criminal.TextStrokeTransparency = 0
  171. Criminal.MouseButton1Down:connect(function()
  172.  
  173. _G.t = true
  174. name = "Criminal"
  175.  
  176. local A_1 = "Kill Criminal"
  177. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  178. Event:FireServer(A_1)
  179.  
  180. function tp(x,y,z)
  181. local valtomove = 4
  182. moving = true
  183. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  184. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  185. wait()
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  187. end
  188. end
  189. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  190. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  191. wait()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  193. end
  194. end
  195. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  196. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  197. wait()
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  199. end
  200. end
  201. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  202. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  203. wait()
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  205. end
  206. end
  207. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  208. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  209. wait()
  210. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  211. end
  212. end
  213. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  214. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  215. wait()
  216. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  217. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  218. wait()
  219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  220. end
  221. end
  222. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  223. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  224. wait()
  225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  226. end
  227. end
  228. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  229. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  230. wait()
  231. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  232. end
  233. end
  234. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  235. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  236. wait()
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  238. end
  239. end
  240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  241. end
  242. end
  243. moving = false
  244. end
  245.  
  246.  
  247. spawn (function()
  248. game:getService("RunService"):BindToRenderStep("",0,function()
  249. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  250. if moving == true then
  251. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  252. end
  253. end)
  254. end)
  255.  
  256.  
  257. while _G.t and wait() do
  258. local en = game.Workspace.NPCs:GetChildren()
  259. ene = {}
  260. for i, v in pairs(en) do
  261. if string.find(v.Name, name) then
  262. table.insert(ene, v)
  263. end
  264. end
  265.  
  266. function up()
  267. en = game.Workspace.NPCs:GetChildren()
  268. for i, v in pairs(en) do
  269. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  270. ene = v break
  271. end
  272. end
  273. end
  274. up()
  275. local p = game:GetService("Players").LocalPlayer
  276. while wait() and _G.t== true do up()
  277. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  278. if hrp then
  279. e = ene
  280. if e then e = e:FindFirstChild("HumanoidRootPart") end
  281.  
  282. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  283.  
  284. local A_1 = "Katana"
  285. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  286. Event:FireServer(A_1)
  287. end
  288.  
  289. local A_1 = "Kill Criminal"
  290. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest
  291. Event:FireServer(A_1)
  292. end
  293. end
  294. end)
  295.  
  296. Endeavor.Name = "Endeavor"
  297. Endeavor.Parent = mainn
  298. Endeavor.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  299. Endeavor.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  300. Endeavor.Position = UDim2.new(0.347373009, 0, 0.782417297, 0)
  301. Endeavor.Size = UDim2.new(0, 162, 0, 45)
  302. Endeavor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  303. Endeavor.Font = Enum.Font.SciFi
  304. Endeavor.Text = "Endeavor"
  305. Endeavor.TextColor3 = Color3.new(0, 0, 0)
  306. Endeavor.TextSize = 25
  307. Endeavor.TextStrokeColor3 = Color3.new(1, 1, 1)
  308. Endeavor.TextStrokeTransparency = 0
  309. Endeavor.MouseButton1Down:connect(function()
  310. _G.t = true
  311. name = "Endeavor"
  312.  
  313. function tp(x,y,z)
  314. local valtomove = 4
  315. moving = true
  316. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  317. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  318. wait()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  320. end
  321. end
  322. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  323. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  324. wait()
  325. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  326. end
  327. end
  328. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  329. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  330. wait()
  331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  332. end
  333. end
  334. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  335. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  336. wait()
  337. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  338. end
  339. end
  340. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  341. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  342. wait()
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  344. end
  345. end
  346. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  347. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  348. wait()
  349. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  350. end
  351. end
  352. moving = false
  353. end
  354.  
  355. spawn (function()
  356. game:getService("RunService"):BindToRenderStep("",0,function()
  357. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  358. if moving == true then
  359. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  360. end
  361. end)
  362. end)
  363.  
  364.  
  365. while _G.t and wait() do
  366. local en = game.Workspace.NPCs:GetChildren()
  367. ene = {}
  368. for i, v in pairs(en) do
  369. if string.find(v.Name, name) then
  370. table.insert(ene, v)
  371. end
  372. end
  373.  
  374. function up()
  375. en = game.Workspace.NPCs:GetChildren()
  376. for i, v in pairs(en) do
  377. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  378. ene = v break
  379. end
  380. end
  381. end
  382. up()
  383. local p = game:GetService("Players").LocalPlayer
  384. while wait() and _G.t== true do up()
  385. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  386. if hrp then
  387. e = ene
  388. if e then e = e:FindFirstChild("HumanoidRootPart") end
  389.  
  390. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  391. end
  392. end
  393. end
  394. end)
  395.  
  396. WeakVillain.Name = "WeakVillain"
  397. WeakVillain.Parent = mainn
  398. WeakVillain.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  399. WeakVillain.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  400. WeakVillain.Position = UDim2.new(0.0145915467, 0, 0.779764771, 0)
  401. WeakVillain.Size = UDim2.new(0, 162, 0, 45)
  402. WeakVillain.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  403. WeakVillain.Font = Enum.Font.SciFi
  404. WeakVillain.Text = "Weak Villain"
  405. WeakVillain.TextColor3 = Color3.new(0, 0, 0)
  406. WeakVillain.TextSize = 25
  407. WeakVillain.TextStrokeColor3 = Color3.new(1, 1, 1)
  408. WeakVillain.TextStrokeTransparency = 0
  409. WeakVillain.MouseButton1Down:connect(function()
  410. _G.t = true
  411. name = "Weak V"
  412. local A_1 = "Kill Weak Villain"-- wow learn how to script stop copying my script sad I learned if I can you can
  413. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  414. Event:FireServer(A_1)
  415.  
  416. function tp(x,y,z)
  417. local valtomove = 4
  418. moving = true
  419. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  420. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  421. wait()
  422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  423. end
  424. end
  425. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  426. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  427. wait()
  428. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  429. end
  430. end
  431. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  432. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  433. wait()
  434. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  435. end
  436. end
  437. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  438. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  439. wait()
  440. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  441. end
  442. end
  443. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  444. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  445. wait()
  446. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  447. end
  448. end
  449. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  450. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  451. wait()
  452. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  453. end
  454. end
  455. moving = false
  456. end
  457.  
  458. spawn (function()
  459. game:getService("RunService"):BindToRenderStep("",0,function()
  460. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  461. if moving == true then
  462. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  463. end
  464. end)
  465. end)
  466.  
  467.  
  468. while _G.t and wait() do
  469. local en = game.Workspace.NPCs:GetChildren()
  470. ene = {}
  471. for i, v in pairs(en) do
  472. if string.find(v.Name, name) then
  473. table.insert(ene, v)
  474. end
  475. end
  476.  
  477. function up()
  478. en = game.Workspace.NPCs:GetChildren()
  479. for i, v in pairs(en) do
  480. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  481. ene = v break
  482. end
  483. end
  484. end
  485. up()
  486. local p = game:GetService("Players").LocalPlayer
  487. while wait() and _G.t== true do up()
  488. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  489. if hrp then
  490. e = ene
  491. if e then e = e:FindFirstChild("HumanoidRootPart") end
  492.  
  493. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  494.  
  495. local A_1 = "Katana"
  496. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  497. Event:FireServer(A_1)
  498. end
  499.  
  500. local A_1 = "Kill Weak Villain"
  501. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest
  502. Event:FireServer(A_1)
  503. end
  504. end
  505.  
  506. end)
  507.  
  508.  
  509. UAStud.Name = "UAStud"
  510. UAStud.Parent = mainn
  511. UAStud.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  512. UAStud.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  513. UAStud.Position = UDim2.new(0.698366344, 0, 0.572868228, 0)
  514. UAStud.Size = UDim2.new(0, 162, 0, 45)
  515. UAStud.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  516. UAStud.Font = Enum.Font.SciFi
  517. UAStud.Text = "UA Student"
  518. UAStud.TextColor3 = Color3.new(0, 0, 0)
  519. UAStud.TextSize = 25
  520. UAStud.TextStrokeColor3 = Color3.new(1, 1, 1)
  521. UAStud.TextStrokeTransparency = 0
  522. UAStud.MouseButton1Down:connect(function()
  523.  
  524. _G.t = true
  525. name = "UA Student"
  526.  
  527. local A_1 = "Kill UA Student"
  528. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  529. Event:FireServer(A_1)
  530.  
  531. function tp(x,y,z)
  532. local valtomove = 4
  533. moving = true
  534. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  535. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  536. wait()
  537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  538. end
  539. end
  540. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  541. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  542. wait()
  543. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  544. end
  545. end
  546. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  547. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  548. wait()
  549. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  550. end
  551. end
  552. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  553. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  554. wait()
  555. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  556. end
  557. end
  558. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  559. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  560. wait()
  561. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  562. end
  563. end
  564. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  565. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  566. wait()
  567. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  568. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  569. wait()
  570. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  571. end
  572. end
  573. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  574. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  575. wait()
  576. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  577. end
  578. end
  579. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  580. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  581. wait()
  582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  583. end
  584. end
  585. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  586. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  587. wait()
  588. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  589. end
  590. end
  591. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  592. end
  593. end
  594. moving = false
  595. end
  596.  
  597.  
  598. spawn (function()
  599. game:getService("RunService"):BindToRenderStep("",0,function()
  600. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  601. if moving == true then
  602. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  603. end
  604. end)
  605. end)
  606.  
  607.  
  608. while _G.t and wait() do
  609. local en = game.Workspace.NPCs:GetChildren()
  610. ene = {}
  611. for i, v in pairs(en) do
  612. if string.find(v.Name, name) then
  613. table.insert(ene, v)
  614. end
  615. end
  616.  
  617. function up()
  618. en = game.Workspace.NPCs:GetChildren()
  619. for i, v in pairs(en) do
  620. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  621. ene = v break
  622. end
  623. end
  624. end
  625. up()
  626. local p = game:GetService("Players").LocalPlayer
  627. while wait() and _G.t== true do up()
  628. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  629. if hrp then
  630. e = ene
  631. if e then e = e:FindFirstChild("HumanoidRootPart") end
  632.  
  633. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  634.  
  635. local A_1 = "Katana"
  636. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  637. Event:FireServer(A_1)
  638. end
  639.  
  640. local A_1 = "Kill UA Student"
  641. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest
  642. Event:FireServer(A_1)
  643. end
  644. end
  645. end)
  646.  
  647. AllMight.Name = "AllMight"
  648. AllMight.Parent = mainn
  649. AllMight.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  650. AllMight.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  651. AllMight.Position = UDim2.new(0.349028617, 0, 0.572868228, 0)
  652. AllMight.Size = UDim2.new(0, 162, 0, 45)
  653. AllMight.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  654. AllMight.Font = Enum.Font.SciFi
  655. AllMight.Text = "All Might"
  656. AllMight.TextColor3 = Color3.new(0, 0, 0)
  657. AllMight.TextSize = 25
  658. AllMight.TextStrokeColor3 = Color3.new(1, 1, 1)
  659. AllMight.TextStrokeTransparency = 0
  660. AllMight.MouseButton1Down:connect(function()
  661. _G.t = true
  662. name = "All"
  663.  
  664. function tp(x,y,z)
  665. local valtomove = 4
  666. moving = true
  667. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  668. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  669. wait()
  670. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  671. end
  672. end
  673. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  674. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  675. wait()
  676. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  677. end
  678. end
  679. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  680. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  681. wait()
  682. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  683. end
  684. end
  685. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  686. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  687. wait()
  688. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  689. end
  690. end
  691. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  692. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  693. wait()
  694. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  695. end
  696. end
  697. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  698. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  699. wait()
  700. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  701. end
  702. end
  703. moving = false
  704. end
  705.  
  706. spawn (function()
  707. game:getService("RunService"):BindToRenderStep("",0,function()
  708. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  709. if moving == true then
  710. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  711. end
  712. end)
  713. end)
  714.  
  715.  
  716. while _G.t and wait() do
  717. local en = game.Workspace.NPCs:GetChildren()
  718. ene = {}
  719. for i, v in pairs(en) do
  720. if string.find(v.Name, name) then
  721. table.insert(ene, v)
  722. end
  723. end
  724.  
  725. function up()
  726. en = game.Workspace.NPCs:GetChildren()
  727. for i, v in pairs(en) do
  728. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  729. ene = v break
  730. end
  731. end
  732. end
  733. up()
  734. local p = game:GetService("Players").LocalPlayer
  735. while wait() and _G.t== true do up()
  736. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  737. if hrp then
  738. e = ene
  739. if e then e = e:FindFirstChild("HumanoidRootPart") end
  740.  
  741. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  742. end
  743. end
  744. end
  745. end)
  746.  
  747. Hero.Name = "Hero"
  748. Hero.Parent = mainn
  749. Hero.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  750. Hero.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  751. Hero.Position = UDim2.new(0.0162471756, 0, 0.572868228, 0)
  752. Hero.Size = UDim2.new(0, 162, 0, 45)
  753. Hero.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  754. Hero.Font = Enum.Font.SciFi
  755. Hero.Text = "Hero"
  756. Hero.TextColor3 = Color3.new(0, 0, 0)
  757. Hero.TextSize = 25
  758. Hero.TextStrokeColor3 = Color3.new(1, 1, 1)
  759. Hero.TextStrokeTransparency = 0
  760. Hero.MouseButton1Down:connect(function()
  761. _G.t = true
  762. name = "Hero"
  763. local A_1 = "Kill Hero"-- wow learn how to script stop copying my script sad I learned if I can you can
  764. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  765. Event:FireServer(A_1)
  766.  
  767. function tp(x,y,z)
  768. local valtomove = 4
  769. moving = true
  770. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  771. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  772. wait()
  773. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  774. end
  775. end
  776. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  777. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  778. wait()
  779. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  780. end
  781. end
  782. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  783. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  784. wait()
  785. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  786. end
  787. end
  788. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  789. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  790. wait()
  791. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  792. end
  793. end
  794. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  795. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  796. wait()
  797. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  798. end
  799. end
  800. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  801. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  802. wait()
  803. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  804. end
  805. end
  806. moving = false
  807. end
  808.  
  809. spawn (function()
  810. game:getService("RunService"):BindToRenderStep("",0,function()
  811. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  812. if moving == true then
  813. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  814. end
  815. end)
  816. end)
  817.  
  818.  
  819. while _G.t and wait() do
  820. local en = game.Workspace.NPCs:GetChildren()
  821. ene = {}
  822. for i, v in pairs(en) do
  823. if string.find(v.Name, name) then
  824. table.insert(ene, v)
  825. end
  826. end
  827.  
  828. function up()
  829. en = game.Workspace.NPCs:GetChildren()
  830. for i, v in pairs(en) do
  831. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  832. ene = v break
  833. end
  834. end
  835. end
  836. up()
  837. local p = game:GetService("Players").LocalPlayer
  838. while wait() and _G.t== true do up()
  839. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  840. if hrp then
  841. e = ene
  842. if e then e = e:FindFirstChild("HumanoidRootPart") end
  843.  
  844. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  845.  
  846. local A_1 = "Katana"
  847. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  848. Event:FireServer(A_1)
  849. end
  850.  
  851. local A_1 = "Kill Hero"
  852. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest
  853. Event:FireServer(A_1)
  854. end
  855. end
  856.  
  857. end)
  858.  
  859. ForestBeast.Name = "ForestBeast"
  860. ForestBeast.Parent = mainn
  861. ForestBeast.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  862. ForestBeast.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  863. ForestBeast.Position = UDim2.new(0.698366344, 0, 0.365971684, 0)
  864. ForestBeast.Size = UDim2.new(0, 162, 0, 45)
  865. ForestBeast.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  866. ForestBeast.Font = Enum.Font.SciFi
  867. ForestBeast.Text = "Forest Beast"
  868. ForestBeast.TextColor3 = Color3.new(0, 0, 0)
  869. ForestBeast.TextSize = 25
  870. ForestBeast.TextStrokeColor3 = Color3.new(1, 1, 1)
  871. ForestBeast.TextStrokeTransparency = 0
  872. ForestBeast.MouseButton1Down:connect(function()
  873.  
  874. _G.t = true
  875. name = "Forest Beast"
  876.  
  877.  
  878. local A_1 = "Kill Forest Beast"
  879. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  880. Event:FireServer(A_1)
  881.  
  882.  
  883. function tp(x,y,z)
  884. local valtomove = 4
  885. moving = true
  886. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  887. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  888. wait()
  889. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  890. end
  891. end
  892. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  893. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  894. wait()
  895. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  896. end
  897. end
  898. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  899. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  900. wait()
  901. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  902. end
  903. end
  904. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  905. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  906. wait()
  907. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  908. end
  909. end
  910. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  911. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  912. wait()
  913. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  914. end
  915. end
  916. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  917. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  918. wait()
  919. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  920. end
  921. end
  922. moving = false
  923. end
  924.  
  925. spawn (function()
  926. game:getService("RunService"):BindToRenderStep("",0,function()
  927. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  928. if moving == true then
  929. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  930. end
  931. end)
  932. end)
  933.  
  934.  
  935. while _G.t and wait() do
  936. local en = game.Workspace.NPCs:GetChildren()
  937. ene = {}
  938. for i, v in pairs(en) do
  939. if string.find(v.Name, name) then
  940. table.insert(ene, v)
  941. end
  942. end
  943.  
  944. function up()
  945. en = game.Workspace.NPCs:GetChildren()
  946. for i, v in pairs(en) do
  947. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  948. ene = v break
  949. end
  950. end
  951. end
  952. up()
  953. local p = game:GetService("Players").LocalPlayer
  954. while wait() and _G.t== true do up()
  955. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  956. if hrp then
  957. e = ene
  958. if e then e = e:FindFirstChild("HumanoidRootPart") end
  959.  
  960. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  961.  
  962. local A_1 = "Katana"
  963. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  964. Event:FireServer(A_1)
  965. end
  966.  
  967. local A_1 = "Kill Forest Beast"
  968. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest
  969. Event:FireServer(A_1)
  970. end
  971. end
  972. end)
  973.  
  974. Nomuu.Name = "Nomuu"
  975. Nomuu.Parent = mainn
  976. Nomuu.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  977. Nomuu.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  978. Nomuu.Position = UDim2.new(0.349028617, 0, 0.373929232, 0)
  979. Nomuu.Size = UDim2.new(0, 162, 0, 45)
  980. Nomuu.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  981. Nomuu.Font = Enum.Font.SciFi
  982. Nomuu.Text = "Nomuu"
  983. Nomuu.TextColor3 = Color3.new(0, 0, 0)
  984. Nomuu.TextSize = 25
  985. Nomuu.TextStrokeColor3 = Color3.new(1, 1, 1)
  986. Nomuu.TextStrokeTransparency = 0
  987. Nomuu.MouseButton1Down:connect(function()
  988. _G.t = true
  989. name = "No"
  990.  
  991. function tp(x,y,z)
  992. local valtomove = 4
  993. moving = true
  994. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  995. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  996. wait()
  997. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  998. end
  999. end
  1000. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1001. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1002. wait()
  1003. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  1004. end
  1005. end
  1006. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1007. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1008. wait()
  1009. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1010. end
  1011. end
  1012. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1013. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1014. wait()
  1015. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  1016. end
  1017. end
  1018. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1019. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1020. wait()
  1021. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1022. end
  1023. end
  1024. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1025. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1026. wait()
  1027. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1028. local A_1 = "Katana"
  1029. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  1030. Event:FireServer(A_1)
  1031. end
  1032. end
  1033. end
  1034. moving = false
  1035.  
  1036. spawn (function()
  1037. game:getService("RunService"):BindToRenderStep("",0,function()
  1038. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  1039. if moving == true then
  1040. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  1041. end
  1042. end)
  1043. end)
  1044.  
  1045.  
  1046. while _G.t and wait() do
  1047. local en = game.Workspace.NPCs:GetChildren()
  1048. ene = {}
  1049. for i, v in pairs(en) do
  1050. if string.find(v.Name, name) then
  1051. table.insert(ene, v)
  1052. end
  1053. end
  1054.  
  1055. function up()
  1056. en = game.Workspace.NPCs:GetChildren()
  1057. for i, v in pairs(en) do
  1058. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  1059. ene = v break
  1060. end
  1061. end
  1062. end
  1063. up()
  1064. local p = game:GetService("Players").LocalPlayer
  1065. while wait() and _G.t== true do up()
  1066. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  1067. if hrp then
  1068. e = ene
  1069. if e then e = e:FindFirstChild("HumanoidRootPart") end
  1070.  
  1071. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  1072.  
  1073. end
  1074. end
  1075. end
  1076. end)
  1077.  
  1078. GiantBeast.Name = "GiantBeast"
  1079. GiantBeast.Parent = mainn
  1080. GiantBeast.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  1081. GiantBeast.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  1082. GiantBeast.Position = UDim2.new(0.0162471756, 0, 0.373929203, 0)
  1083. GiantBeast.Size = UDim2.new(0, 162, 0, 45)
  1084. GiantBeast.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1085. GiantBeast.Font = Enum.Font.SciFi
  1086. GiantBeast.Text = "Giant Beast"
  1087. GiantBeast.TextColor3 = Color3.new(0, 0, 0)
  1088. GiantBeast.TextSize = 25
  1089. GiantBeast.TextStrokeColor3 = Color3.new(1, 1, 1)
  1090. GiantBeast.TextStrokeTransparency = 0
  1091. GiantBeast.MouseButton1Down:connect(function()
  1092. _G.t = true
  1093. name = "Giant Forest Beast"
  1094.  
  1095. function tp(x,y,z)
  1096. local valtomove = 4
  1097. moving = true
  1098. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1099. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1100. wait()
  1101. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1102. end
  1103. end
  1104. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1105. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1106. wait()
  1107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  1108. end
  1109. end
  1110. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1111. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1112. wait()
  1113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1114. end
  1115. end
  1116. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1117. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1118. wait()
  1119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  1120. end
  1121. end
  1122. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1123. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1124. wait()
  1125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1126. end
  1127. end
  1128. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1129. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1130. wait()
  1131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1132. local A_1 = "Katana"
  1133. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  1134. Event:FireServer(A_1)
  1135. end
  1136. end
  1137. end
  1138. moving = false
  1139.  
  1140. spawn (function()
  1141. game:getService("RunService"):BindToRenderStep("",0,function()
  1142. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  1143. if moving == true then
  1144. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  1145. end
  1146. end)
  1147. end)
  1148.  
  1149.  
  1150. while _G.t and wait() do
  1151. local en = game.Workspace.NPCs:GetChildren()
  1152. ene = {}
  1153. for i, v in pairs(en) do
  1154. if string.find(v.Name, name) then
  1155. table.insert(ene, v)
  1156. end
  1157. end
  1158.  
  1159. function up()
  1160. en = game.Workspace.NPCs:GetChildren()
  1161. for i, v in pairs(en) do
  1162. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  1163. ene = v break
  1164. end
  1165. end
  1166. end
  1167. up()
  1168. local p = game:GetService("Players").LocalPlayer
  1169. while wait() and _G.t== true do up()
  1170. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  1171. if hrp then
  1172. e = ene
  1173. if e then e = e:FindFirstChild("HumanoidRootPart") end
  1174.  
  1175. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  1176.  
  1177. end
  1178. end
  1179. end
  1180. end)
  1181.  
  1182. WeakNomuu.Name = "WeakNomuu"
  1183. WeakNomuu.Parent = mainn
  1184. WeakNomuu.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  1185. WeakNomuu.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  1186. WeakNomuu.Position = UDim2.new(0.698366344, 0, 0.172337711, 0)
  1187. WeakNomuu.Size = UDim2.new(0, 162, 0, 45)
  1188. WeakNomuu.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1189. WeakNomuu.Font = Enum.Font.SciFi
  1190. WeakNomuu.Text = "Weak Nomuu"
  1191. WeakNomuu.TextColor3 = Color3.new(0, 0, 0)
  1192. WeakNomuu.TextSize = 25
  1193. WeakNomuu.TextStrokeColor3 = Color3.new(1, 1, 1)
  1194. WeakNomuu.TextStrokeTransparency = 0
  1195. WeakNomuu.MouseButton1Down:connect(function()
  1196. _G.t = true
  1197. name = "Nomu"
  1198.  
  1199. function tp(x,y,z)
  1200. local valtomove = 4
  1201. moving = true
  1202. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1203. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1204. wait()
  1205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1206. end
  1207. end
  1208. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1209. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1210. wait()
  1211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  1212. end
  1213. end
  1214. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1215. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1216. wait()
  1217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1218. end
  1219. end
  1220. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1221. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1222. wait()
  1223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  1224. end
  1225. end
  1226. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1227. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1228. wait()
  1229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1230. end
  1231. end
  1232. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1233. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1234. wait()
  1235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1236. end
  1237. end
  1238. moving = false
  1239. end
  1240.  
  1241. spawn (function()
  1242. game:getService("RunService"):BindToRenderStep("",0,function()
  1243. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  1244. if moving == true then
  1245. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  1246. end
  1247. end)
  1248. end)
  1249.  
  1250.  
  1251. while _G.t and wait() do
  1252. local en = game.Workspace.NPCs:GetChildren()
  1253. ene = {}
  1254. for i, v in pairs(en) do
  1255. if string.find(v.Name, name) then
  1256. table.insert(ene, v)
  1257. end
  1258. end
  1259.  
  1260. function up()
  1261. en = game.Workspace.NPCs:GetChildren()
  1262. for i, v in pairs(en) do
  1263. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  1264. ene = v break
  1265. end
  1266. end
  1267. end
  1268. up()
  1269. local p = game:GetService("Players").LocalPlayer
  1270. while wait() and _G.t== true do up()
  1271. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  1272. if hrp then
  1273. e = ene
  1274. if e then e = e:FindFirstChild("HumanoidRootPart") end
  1275.  
  1276. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  1277.  
  1278. local A_1 = "Katana"
  1279. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  1280. Event:FireServer(A_1)
  1281. end
  1282. end
  1283. end
  1284.  
  1285. end)
  1286.  
  1287. Police.Name = "Police"
  1288. Police.Parent = mainn
  1289. Police.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  1290. Police.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  1291. Police.Position = UDim2.new(0.350684255, 0, 0.172337711, 0)
  1292. Police.Size = UDim2.new(0, 162, 0, 45)
  1293. Police.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1294. Police.Font = Enum.Font.SciFi
  1295. Police.Text = "Police"
  1296. Police.TextColor3 = Color3.new(0, 0, 0)
  1297. Police.TextSize = 25
  1298. Police.TextStrokeColor3 = Color3.new(1, 1, 1)
  1299. Police.TextStrokeTransparency = 0
  1300. Police.MouseButton1Down:connect(function()
  1301. _G.t = true
  1302. name = "Police"
  1303. local A_1 = "Kill Police"-- wow learn how to script stop copying my script sad I learned if I can you can
  1304. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  1305. Event:FireServer(A_1)
  1306.  
  1307. function tp(x,y,z)
  1308. local valtomove = 4
  1309. moving = true
  1310. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1311. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1312. wait()
  1313. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1314. end
  1315. end
  1316. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1317. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1318. wait()
  1319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  1320. end
  1321. end
  1322. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1323. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1324. wait()
  1325. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1326. end
  1327. end
  1328. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1329. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1330. wait()
  1331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  1332. end
  1333. end
  1334. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1335. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1336. wait()
  1337. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1338. end
  1339. end
  1340. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1341. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1342. wait()
  1343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1344. end
  1345. end
  1346. moving = false
  1347. end
  1348.  
  1349. spawn (function()
  1350. game:getService("RunService"):BindToRenderStep("",0,function()
  1351. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  1352. if moving == true then
  1353. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  1354. end
  1355. end)
  1356. end)
  1357.  
  1358.  
  1359. while _G.t and wait() do
  1360. local en = game.Workspace.NPCs:GetChildren()
  1361. ene = {}
  1362. for i, v in pairs(en) do
  1363. if string.find(v.Name, name) then
  1364. table.insert(ene, v)
  1365. end
  1366. end
  1367.  
  1368. function up()
  1369. en = game.Workspace.NPCs:GetChildren()
  1370. for i, v in pairs(en) do
  1371. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  1372. ene = v break
  1373. end
  1374. end
  1375. end
  1376. up()
  1377. local p = game:GetService("Players").LocalPlayer
  1378. while wait() and _G.t== true do up()
  1379. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  1380. if hrp then
  1381. e = ene
  1382. if e then e = e:FindFirstChild("HumanoidRootPart") end
  1383.  
  1384. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  1385.  
  1386. local A_1 = "Katana"
  1387. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  1388. Event:FireServer(A_1)
  1389. end
  1390.  
  1391. local A_1 = "Kill Police"
  1392. local Event = game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest
  1393. Event:FireServer(A_1)
  1394. end
  1395. end
  1396.  
  1397. end)
  1398.  
  1399. TextLabel_2.Parent = mainn
  1400. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1401. TextLabel_2.BackgroundTransparency = 1
  1402. TextLabel_2.Position = UDim2.new(-0.0377519615, 0, 0.905661583, 0)
  1403. TextLabel_2.Size = UDim2.new(0, 205, 0, 48)
  1404. TextLabel_2.Font = Enum.Font.Gotham
  1405. TextLabel_2.Text = "Diego Exploits"
  1406. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1407. TextLabel_2.TextSize = 20
  1408.  
  1409. X.Name = "X"
  1410. X.Parent = mainn
  1411. X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  1412. X.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  1413. X.Position = UDim2.new(0.955355346, 0, 0.00300436281, 0)
  1414. X.Size = UDim2.new(0, 33, 0, 36)
  1415. X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1416. X.Font = Enum.Font.SciFi
  1417. X.Text = "X"
  1418. X.TextColor3 = Color3.new(0, 0, 0)
  1419. X.TextSize = 25
  1420. X.TextStrokeColor3 = Color3.new(1, 1, 1)
  1421. X.TextStrokeTransparency = 0
  1422. X.MouseButton1Down:connect(function()
  1423. X.Visible = true
  1424. mainn.Visible = false
  1425. end)
  1426.  
  1427. stopfarming.Name = "stopfarming"
  1428. stopfarming.Parent = mainn
  1429. stopfarming.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  1430. stopfarming.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
  1431. stopfarming.Position = UDim2.new(-0.0143292658, 0, 0.0131722987, 0)
  1432. stopfarming.Size = UDim2.new(0, 73, 0, 45)
  1433. stopfarming.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1434. stopfarming.Font = Enum.Font.SciFi
  1435. stopfarming.Text = "STOP"
  1436. stopfarming.TextColor3 = Color3.new(0, 0, 0)
  1437. stopfarming.TextSize = 25
  1438. stopfarming.TextStrokeColor3 = Color3.new(1, 1, 1)
  1439. stopfarming.TextStrokeTransparency = 0
  1440. stopfarming.MouseButton1Down:connect(function()
  1441. _G.t = false
  1442. name = "Police"
  1443.  
  1444. function tp(x,y,z)
  1445. local valtomove = 4
  1446. moving = true
  1447. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1448. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1449. wait()
  1450. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1451. end
  1452. end
  1453. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1454. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1455. wait()
  1456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  1457. end
  1458. end
  1459. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  1460. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  1461. wait()
  1462. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1463. end
  1464. end
  1465. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  1466. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  1467. wait()
  1468. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  1469. end
  1470. end
  1471. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1472. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1473. wait()
  1474. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1475. end
  1476. end
  1477. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  1478. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  1479. wait()
  1480. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  1481. end
  1482. end
  1483. moving = false
  1484. end
  1485.  
  1486. spawn (function()
  1487. game:getService("RunService"):BindToRenderStep("",0,function()
  1488. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  1489. if moving == true then
  1490. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  1491. end
  1492. end)
  1493. end)
  1494.  
  1495.  
  1496. while _G.t and wait() do
  1497. local en = game.Workspace.NPCs:GetChildren()
  1498. ene = {}
  1499. for i, v in pairs(en) do
  1500. if string.find(v.Name, name) then
  1501. table.insert(ene, v)
  1502. end
  1503. end
  1504.  
  1505. function up()
  1506. en = game.Workspace.NPCs:GetChildren()
  1507. for i, v in pairs(en) do
  1508. if string.find(v.Name, name)and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 1 then
  1509. ene = v break
  1510. end
  1511. end
  1512. end
  1513. up()
  1514. local p = game:GetService("Players").LocalPlayer
  1515. while wait() and _G.t== true do up()
  1516. local hrp = p.Character:FindFirstChild("HumanoidRootPart")
  1517. if hrp then
  1518. e = ene
  1519. if e then e = e:FindFirstChild("HumanoidRootPart") end
  1520.  
  1521. tp(e.CFrame.X,e.CFrame.Y,e.CFrame.Z)
  1522. local A_1 = "Katana"
  1523. local Event = game:GetService("ReplicatedStorage").WeaponShop.Equip
  1524. Event:FireServer(A_1)
  1525. end
  1526. end
  1527. end
  1528. end)
  1529. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement