Advertisement
Guest User

asdasd

a guest
Jan 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.81 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Created By FunTrat0r#0020", Text = "STILL NOT A RIP"})
  2. local rg = Instance.new("ScreenGui")
  3. local fs = Instance.new("Frame")
  4. local buttonf = Instance.new("Frame")
  5. local farmbutton = Instance.new("TextButton")
  6. local questbutton = Instance.new("TextButton")
  7. local speedbutton = Instance.new("TextButton")
  8. local Mobsbutton = Instance.new("TextButton")
  9. local default = Instance.new("Frame")
  10. local user = Instance.new("TextLabel")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local farmf = Instance.new("Frame")
  14. local farmon = Instance.new("TextButton")
  15. local farmoff = Instance.new("TextButton")
  16. local superspeed = Instance.new("Frame")
  17. local speed = Instance.new("TextButton")
  18. local q = Instance.new("TextButton")
  19. local questf = Instance.new("Frame")
  20. local repfarm = Instance.new("TextButton")
  21. local quesfarm = Instance.new("TextButton")
  22. local mobf = Instance.new("Frame")
  23. local HUMAN = Instance.new("TextButton")
  24. local lowag = Instance.new("TextButton")
  25. local boss = Instance.new("TextButton")
  26. local highaog = Instance.new("TextButton")
  27.  
  28. rg.Name = "rg"
  29. rg.Parent = game.CoreGui
  30.  
  31. fs.Name = "rg"
  32. fs.Parent = rg
  33. fs.BackgroundColor3 = Color3.new(0)
  34. fs.BorderSizePixel = 0
  35. fs.Position = UDim2.new(0.021, 0,0.348, 0)
  36. fs.Size = UDim2.new(0, 153, 0, 126)
  37. fs.Draggable = true
  38.  
  39. buttonf.Name = "buttonf"
  40. buttonf.Parent = fs
  41. buttonf.BackgroundColor3 = Color3.new(0)
  42. buttonf.BorderColor3 = Color3.new(0, 128, 255)
  43. buttonf.Position = UDim2.new(0.0392156877, 0, 0.0476190485, 0)
  44. buttonf.Size = UDim2.new(0, 140, 0, 42)
  45.  
  46. farmbutton.Name = "farmbutton"
  47. farmbutton.Parent = buttonf
  48. farmbutton.BackgroundColor3 = Color3.new(0)
  49. farmbutton.BorderColor3 = Color3.new(0, 128, 255)
  50. farmbutton.Position = UDim2.new(0.042857144, 0, 0.142857149, 0)
  51. farmbutton.Size = UDim2.new(0, 58, 0, 13)
  52. farmbutton.Font = Enum.Font.Fantasy
  53. farmbutton.Text = "FARM"
  54. farmbutton.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  55. farmbutton.TextSize = 10
  56.  
  57. questbutton.Name = "questbutton"
  58. questbutton.Parent = buttonf
  59. questbutton.BackgroundColor3 = Color3.new(0)
  60. questbutton.BorderColor3 = Color3.new(0, 128, 255)
  61. questbutton.Position = UDim2.new(0.54285717, 0, 0.142857149, 0)
  62. questbutton.Size = UDim2.new(0, 58, 0, 13)
  63. questbutton.Font = Enum.Font.Fantasy
  64. questbutton.Text = "QUESTS"
  65. questbutton.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  66. questbutton.TextSize = 10
  67.  
  68. speedbutton.Name = "speedbutton"
  69. speedbutton.Parent = buttonf
  70. speedbutton.BackgroundColor3 = Color3.new(0)
  71. speedbutton.BorderColor3 = Color3.new(0, 128, 255)
  72. speedbutton.Position = UDim2.new(0.042857144, 0, 0.589999974, 0)
  73. speedbutton.Size = UDim2.new(0, 58, 0, 13)
  74. speedbutton.Font = Enum.Font.Fantasy
  75. speedbutton.Text = "SPEED"
  76. speedbutton.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  77. speedbutton.TextSize = 10
  78.  
  79. Mobsbutton.Name = "Mobsbutton"
  80. Mobsbutton.Parent = buttonf
  81. Mobsbutton.BackgroundColor3 = Color3.new(0)
  82. Mobsbutton.BorderColor3 = Color3.new(0, 128, 255)
  83. Mobsbutton.Position = UDim2.new(0.54285717, 0, 0.589999974, 0)
  84. Mobsbutton.Size = UDim2.new(0, 58, 0, 13)
  85. Mobsbutton.Font = Enum.Font.Fantasy
  86. Mobsbutton.Text = "MOBS"
  87. Mobsbutton.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  88. Mobsbutton.TextSize = 10
  89.  
  90. default.Name = "default"
  91. default.Parent = fs
  92. default.BackgroundColor3 = Color3.new(0)
  93. default.BorderColor3 = Color3.new(0, 128, 255)
  94. default.Position = UDim2.new(0.0392156877, 0, 0.43650794, 0)
  95. default.Size = UDim2.new(0, 140, 0, 64)
  96.  
  97. user.Name = "user"
  98. user.Parent = default
  99. user.BackgroundColor3 = Color3.new(1, 1, 1)
  100. user.BackgroundTransparency = 1
  101. user.Position = UDim2.new(0.042857144, 0, 0.109375, 0)
  102. user.Size = UDim2.new(0, 128, 0, 14)
  103. user.Font = Enum.Font.Fantasy
  104. user.Text = "HELLO, ".. game.Players.LocalPlayer.Name
  105. user.TextColor3 = Color3.new(1, 0, 0.0156863)
  106. user.TextSize = 10
  107.  
  108. TextLabel.Parent = default
  109. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextLabel.BackgroundTransparency = 1
  111. TextLabel.Position = UDim2.new(0.042857144, 0, 0.421875, 0)
  112. TextLabel.Size = UDim2.new(0, 128, 0, 13)
  113. TextLabel.Font = Enum.Font.Fantasy
  114. TextLabel.Text = "LETS SHED SOME BLOOD"
  115. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  116. TextLabel.TextSize = 10
  117.  
  118. TextLabel_2.Parent = default
  119. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  120. TextLabel_2.BackgroundTransparency = 1
  121. TextLabel_2.Position = UDim2.new(0.042857144, 0, 0.625, 0)
  122. TextLabel_2.Size = UDim2.new(0, 128, 0, 24)
  123. TextLabel_2.Font = Enum.Font.Fantasy
  124. TextLabel_2.Text = "DARKDEVS.PRO/PREMIUM"
  125. TextLabel_2.TextColor3 = Color3.new(0.0392157, 1, 0.521569)
  126. TextLabel_2.TextSize = 10
  127.  
  128. farmf.Name = "farmf"
  129. farmf.Parent = fs
  130. farmf.BackgroundColor3 = Color3.new(0)
  131. farmf.BorderColor3 = Color3.new(0, 128, 255)
  132. farmf.Position = UDim2.new(0.0392156877, 0, 0.43650794, 0)
  133. farmf.Size = UDim2.new(0, 140, 0, 64)
  134. farmf.Visible = false
  135.  
  136. farmon.Name = "farmon"
  137. farmon.Parent = farmf
  138. farmon.BackgroundColor3 = Color3.new(0)
  139. farmon.BorderColor3 = Color3.new(0, 128, 255)
  140. farmon.Position = UDim2.new(0.107142858, 0, 0.220982075, 0)
  141. farmon.Size = UDim2.new(0, 106, 0, 13)
  142. farmon.Font = Enum.Font.Fantasy
  143. farmon.Text = "AUTO FARM ALL : ON"
  144. farmon.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  145. farmon.TextSize = 10
  146.  
  147. superspeed.Name = "superspeed"
  148. superspeed.Parent = fs
  149. superspeed.BackgroundColor3 = Color3.new(0)
  150. superspeed.BorderColor3 = Color3.new(0, 128, 255)
  151. superspeed.Position = UDim2.new(0.0392156877, 0, 0.43650794, 0)
  152. superspeed.Size = UDim2.new(0, 140, 0, 64)
  153. superspeed.Visible = false
  154.  
  155. speed.Name = "speed"
  156. speed.Parent = superspeed
  157. speed.BackgroundColor3 = Color3.new(0)
  158. speed.BorderColor3 = Color3.new(0, 128, 255)
  159. speed.Position = UDim2.new(0.107142858, 0, 0.220982075, 0)
  160. speed.Size = UDim2.new(0, 106, 0, 13)
  161. speed.Font = Enum.Font.Fantasy
  162. speed.Text = "INCREASE SPEED"
  163. speed.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  164. speed.TextSize = 10
  165.  
  166. q.Name = "q"
  167. q.Parent = superspeed
  168. q.BackgroundColor3 = Color3.new(0)
  169. q.BorderColor3 = Color3.new(0, 128, 255)
  170. q.Position = UDim2.new(0.107142858, 0, 0.611607075, 0)
  171. q.Size = UDim2.new(0, 106, 0, 13)
  172. q.Font = Enum.Font.Fantasy
  173. q.Text = "PRESS Q"
  174. q.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  175. q.TextSize = 10
  176.  
  177. questf.Name = "questf"
  178. questf.Parent = fs
  179. questf.BackgroundColor3 = Color3.new(0)
  180. questf.BorderColor3 = Color3.new(0, 128, 255)
  181. questf.Position = UDim2.new(0.0392156877, 0, 0.43650794, 0)
  182. questf.Size = UDim2.new(0, 140, 0, 64)
  183. questf.Visible = false
  184.  
  185. repfarm.Name = "repfarm"
  186. repfarm.Parent = questf
  187. repfarm.BackgroundColor3 = Color3.new(0)
  188. repfarm.BorderColor3 = Color3.new(0, 128, 255)
  189. repfarm.Position = UDim2.new(0.107142858, 0, 0.595982075, 0)
  190. repfarm.Size = UDim2.new(0, 106, 0, 13)
  191. repfarm.Font = Enum.Font.Fantasy
  192. repfarm.Text = "GET REP"
  193. repfarm.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  194. repfarm.TextSize = 10
  195.  
  196. quesfarm.Name = "quesfarm"
  197. quesfarm.Parent = questf
  198. quesfarm.BackgroundColor3 = Color3.new(0)
  199. quesfarm.BorderColor3 = Color3.new(0, 128, 255)
  200. quesfarm.Position = UDim2.new(0.107142858, 0, 0.220982075, 0)
  201. quesfarm.Size = UDim2.new(0, 106, 0, 13)
  202. quesfarm.Font = Enum.Font.Fantasy
  203. quesfarm.Text = "GET QUEST"
  204. quesfarm.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  205. quesfarm.TextSize = 10
  206.  
  207. mobf.Name = "mobf"
  208. mobf.Parent = fs
  209. mobf.BackgroundColor3 = Color3.new(0)
  210. mobf.BorderColor3 = Color3.new(0, 128, 255)
  211. mobf.Position = UDim2.new(0.0392156877, 0, 0.43650794, 0)
  212. mobf.Size = UDim2.new(0, 140, 0, 64)
  213. mobf.Visible = false
  214.  
  215. lowag.Name = "lowag"
  216. lowag.Parent = mobf
  217. lowag.BackgroundColor3 = Color3.new(0)
  218. lowag.BorderColor3 = Color3.new(0, 128, 255)
  219. lowag.Position = UDim2.new(0.042857144, 0, 0.142857075, 0)
  220. lowag.Size = UDim2.new(0, 58, 0, 12)
  221. lowag.Font = Enum.Font.Fantasy
  222. lowag.Text = "LOW AOG."
  223. lowag.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  224. lowag.TextSize = 10
  225.  
  226. highaog.Name = "highaog"
  227. highaog.Parent = mobf
  228. highaog.BackgroundColor3 = Color3.new(0)
  229. highaog.BorderColor3 = Color3.new(0, 128, 255)
  230. highaog.Position = UDim2.new(0.54285717, 0, 0.142857075, 0)
  231. highaog.Size = UDim2.new(0, 58, 0, 12)
  232. highaog.Font = Enum.Font.Fantasy
  233. highaog.Text = "HIGH AOG."
  234. highaog.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  235. highaog.TextSize = 10
  236.  
  237. HUMAN.Name = "HUMAN"
  238. HUMAN.Parent = mobf
  239. HUMAN.BackgroundColor3 = Color3.new(0)
  240. HUMAN.BorderColor3 = Color3.new(0, 128, 255)
  241. HUMAN.Position = UDim2.new(0.54285717, 0, 0.439732075, 0)
  242. HUMAN.Size = UDim2.new(0, 58, 0, 12)
  243. HUMAN.Font = Enum.Font.Fantasy
  244. HUMAN.Text = "HUMANS"
  245. HUMAN.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  246. HUMAN.TextSize = 10
  247.  
  248. farmbutton.MouseButton1Down:connect(function()
  249. if farmf.Visible == false then
  250. farmf.Visible = true
  251. default.Visible = false
  252. mobf.Visible = false
  253. superspeed.Visible = false
  254. questf.Visible = false
  255. else
  256. default.Visible = true
  257. farmf.Visible = false
  258. end
  259. end)
  260.  
  261. questbutton.MouseButton1Down:connect(function()
  262. if questf.Visible == false then
  263. farmf.Visible = false
  264. default.Visible = false
  265. mobf.Visible = false
  266. superspeed.Visible = false
  267. questf.Visible = true
  268. else
  269. default.Visible = true
  270. questf.Visible = false
  271. end
  272. end)
  273.  
  274. speedbutton.MouseButton1Down:connect(function()
  275. if superspeed.Visible == false then
  276. farmf.Visible = false
  277. default.Visible = false
  278. mobf.Visible = false
  279. superspeed.Visible = true
  280. questf.Visible = false
  281. else
  282. default.Visible = true
  283. superspeed.Visible = false
  284. end
  285. end)
  286.  
  287. Mobsbutton.MouseButton1Down:connect(function()
  288. if mobf.Visible == false then
  289. farmf.Visible = false
  290. default.Visible = false
  291. mobf.Visible = true
  292. superspeed.Visible = false
  293. questf.Visible = false
  294. else
  295. default.Visible = true
  296. mobf.Visible = false
  297. end
  298. end)
  299.  
  300. farmon.MouseButton1Down:connect(function()
  301. _G.range = math.huge
  302.  
  303. local lp = game.Players.LocalPlayer
  304. local rs = game:GetService("RunService").RenderStepped
  305. local pfs = game:GetService("PathfindingService")
  306. local closest = math.huge
  307. local enemy = nil
  308.  
  309. function attack(entity)
  310. if entity then
  311. if(lp.Character:FindFirstChild("HumanoidRootPart") and enemy:FindFirstChild("HumanoidRootPart")) then
  312. rs:wait()
  313. local ehrp = enemy:FindFirstChild("HumanoidRootPart")
  314. if ehrp ~= nil and (ehrp.Position-lp.Character.HumanoidRootPart.Position).magnitude > 200 then
  315. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, enemy:FindFirstChild("HumanoidRootPart").Position)
  316. local points = path:GetWaypoints()
  317.  
  318. for _,v in pairs(points) do
  319. rs:wait()
  320.  
  321. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  322. end
  323. else
  324. if enemy:FindFirstChild("HumanoidRootPart") ~= nil then
  325. lp.Character.HumanoidRootPart.CFrame = enemy:FindFirstChild("HumanoidRootPart").CFrame * CFrame.new(0,0,4)
  326. end
  327. end
  328. local key = "\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140"
  329. local remote = game:GetService("Players").LocalPlayer.Character.Remotes.KeyEvent
  330. remote:FireServer(key,"Mouse1","Down",CFrame.new(0,0,0))
  331. end
  332. end
  333. end
  334.  
  335. while wait() do
  336. for i,v in pairs(game:GetService("Workspace").NPCSpawns:GetChildren()) do
  337. local npc = v:GetChildren()[1]
  338. if(npc and npc:FindFirstChild("HumanoidRootPart") and npc:FindFirstChild("Humanoid"))then
  339. local mag = (npc:FindFirstChild("HumanoidRootPart").Position-lp.Character.HumanoidRootPart.Position).magnitude
  340. if mag <= _G.range then
  341. closest = mag
  342. enemy = npc
  343. repeat attack(enemy) until not enemy or not enemy:FindFirstChild("HumanoidRootPart")
  344. end
  345. end
  346. end
  347. end
  348. end)
  349.  
  350. speed.MouseButton1Down:connect(function()
  351. down = false
  352. velocity = Instance.new("BodyVelocity")
  353. velocity.maxForce = Vector3.new(100000, 0, 100000)
  354.  
  355. local speed = 150
  356. gyro = Instance.new("BodyGyro")
  357. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  358.  
  359. local hum = game.Players.LocalPlayer.Character.Humanoid
  360.  
  361. function onButton1Down(mouse)
  362. down = true
  363. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  364. velocity.velocity = (hum.MoveDirection) * speed
  365. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  366. while down do
  367. if not down then break end
  368. velocity.velocity = (hum.MoveDirection) * speed
  369. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  370. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  371. wait(0.1)
  372. end
  373. end
  374.  
  375. function onButton1Up(mouse)
  376. velocity.Parent = nil
  377. gyro.Parent = nil
  378. down = false
  379. end
  380.  
  381. function onSelected(mouse)
  382. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  383. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  384. end
  385.  
  386. onSelected(game.Players.LocalPlayer:GetMouse())
  387. end)
  388.  
  389. repfarm.MouseButton1Down:connect(function()
  390. local lp = game.Players.LocalPlayer
  391. local rs = game:GetService("RunService").RenderStepped
  392. local pfs = game:GetService("PathfindingService")
  393. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
  394. local points = path:GetWaypoints()
  395.  
  396. for _,v in pairs(points) do
  397. rs:wait()
  398.  
  399. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  400. end
  401. wait()
  402. local Event = game:GetService("ReplicatedStorage").Remotes.ReputationCashOut
  403. Event:InvokeServer()
  404. end)
  405.  
  406. quesfarm.MouseButton1Down:connect(function()
  407. local lp = game.Players.LocalPlayer
  408. local rs = game:GetService("RunService").RenderStepped
  409. local pfs = game:GetService("PathfindingService")
  410. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
  411. local points = path:GetWaypoints()
  412.  
  413. for _,v in pairs(points) do
  414. rs:wait()
  415.  
  416. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  417. end
  418. wait()
  419. local Event = game:GetService("ReplicatedStorage").Remotes.Yoshimura.Task
  420. Event:InvokeServer()
  421. end)
  422.  
  423. HUMAN.MouseButton1Down:connect(function()
  424. local lp = game.Players.LocalPlayer
  425. local rs = game:GetService("RunService").RenderStepped
  426. local pfs = game:GetService("PathfindingService")
  427. for i,k in pairs(game.Workspace.NPCSpawns["HumanSpawns"]:GetChildren()) do
  428. if k.Name == "Athlete" or "Human" then
  429. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  430. local points = path:GetWaypoints()
  431.  
  432. for _,v in pairs(points) do
  433. rs:wait()
  434. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  435. end
  436. end
  437. end
  438. end)
  439.  
  440. lowag.MouseButton1Down:connect(function()
  441. local lp = game.Players.LocalPlayer
  442. local rs = game:GetService("RunService").RenderStepped
  443. local pfs = game:GetService("PathfindingService")
  444. for i,k in pairs(game.Workspace.NPCSpawns["GhoulSpawns"]:GetChildren()) do
  445. if k.Name == "Low Rank Aogiri Member" then -- Mid And High
  446. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  447. local points = path:GetWaypoints()
  448.  
  449. for _,v in pairs(points) do
  450. rs:wait()
  451. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  452. end
  453. end
  454. end
  455. end)
  456.  
  457. highaog.MouseButton1Down:connect(function()
  458. local lp = game.Players.LocalPlayer
  459. local rs = game:GetService("RunService").RenderStepped
  460. local pfs = game:GetService("PathfindingService")
  461. for i,k in pairs(game.Workspace.NPCSpawns["AggroSpawns"]:GetChildren()) do
  462. if k.Name == "High Rank Aogiri Member" then
  463. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  464. local points = path:GetWaypoints()
  465.  
  466. for _,v in pairs(points) do
  467. rs:wait()
  468. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  469. end
  470. end
  471. end
  472. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement