Advertisement
asdadsasd

E

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