Aldoaprilyan423

OP ro gh

Sep 11th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LScript 26.43 KB | None | 0 0
  1. local MadebyAlex = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Name = Instance.new("TextLabel")
  4. local JumpBox = Instance.new("TextBox")
  5. local JumpSet = Instance.new("TextButton")
  6. local SpeedBox = Instance.new("TextBox")
  7. local Setspeed = Instance.new("TextButton")
  8. local Help = Instance.new("TextLabel")
  9. local Labelforj = Instance.new("TextLabel")
  10. local Credit = Instance.new("TextLabel")
  11. local Moreoptions = Instance.new("TextButton")
  12. local ExitGUI = Instance.new("TextButton")
  13. local CloseMainFrame = Instance.new("TextButton")
  14. local Main2 = Instance.new("Frame")
  15. local FirstPopUp = Instance.new("Frame")
  16. local FarmButton = Instance.new("TextButton")
  17. local QuestButton = Instance.new("TextButton")
  18. local Help2 = Instance.new("TextLabel")
  19. local Text1 = Instance.new("TextLabel")
  20. local CloseFarmingMore = Instance.new("TextButton")
  21. local Name2 = Instance.new("TextLabel")
  22. local FarmFrame = Instance.new("Frame")
  23. local HumanButton = Instance.new("TextButton")
  24. local HumanTitle = Instance.new("TextLabel")
  25. local MidRankAOG = Instance.new("TextLabel")
  26. local MidRankButton = Instance.new("TextButton")
  27. local BossTItle = Instance.new("TextLabel")
  28. local BossButton = Instance.new("TextButton")
  29. local HighAOG = Instance.new("TextLabel")
  30. local HighAOGButton = Instance.new("TextButton")
  31. local TextLabel = Instance.new("TextLabel")
  32. local CloseFarmFrame = Instance.new("TextButton")
  33. local QuestFrame = Instance.new("Frame")
  34. local AutoGetQuestButton = Instance.new("TextButton")
  35. local AutoGetQuestTitle = Instance.new("TextLabel")
  36. local AutoRedeemRepTitle = Instance.new("TextLabel")
  37. local AutoRedeemRepButton = Instance.new("TextButton")
  38. local TextLabel_2 = Instance.new("TextLabel")
  39. local TextLabel_3 = Instance.new("TextLabel")
  40. local Credit2 = Instance.new("TextLabel")
  41. local CloseQuestFrame = Instance.new("TextButton")
  42. local OpenButton = Instance.new("Frame")
  43. local OpenButtonReal = Instance.new("TextButton")
  44.  
  45. MadebyAlex.Name = "MadebyAlex"
  46. MadebyAlex.Parent = game.CoreGui
  47. MadebyAlex.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  48.  
  49. Main.Name = "Main"
  50. Main.Parent = MadebyAlex
  51. Main.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  52. Main.BorderColor3 = Color3.new(0.121569, 0.172549, 0.223529)
  53. Main.Position = UDim2.new(0.422680408, 0, 0.103515625, 0)
  54. Main.Size = UDim2.new(0, 329, 0, 390)
  55. Main.Active = true
  56. Main.Draggable = true
  57.  
  58. Name.Name = "Name"
  59. Name.Parent = Main
  60. Name.BackgroundColor3 = Color3.new(0.027451, 0.0392157, 0.0509804)
  61. Name.BackgroundTransparency = 0.75
  62. Name.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
  63. Name.Size = UDim2.new(0, 329, 0, 36)
  64. Name.Font = Enum.Font.Cartoon
  65. Name.Text = "v0.1    Ro-Ghoul Script"
  66. Name.TextColor3 = Color3.new(1, 1, 1)
  67. Name.TextScaled = true
  68. Name.TextSize = 14
  69. Name.TextWrapped = true
  70.  
  71. JumpBox.Name = "JumpBox"
  72. JumpBox.Parent = Main
  73. JumpBox.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  74. JumpBox.BorderColor3 = Color3.new(0.152941, 0.215686, 0.278431)
  75. JumpBox.Position = UDim2.new(0.043058455, 0, 0.689748049, 0)
  76. JumpBox.Size = UDim2.new(0, 189, 0, 70)
  77. JumpBox.Font = Enum.Font.Cartoon
  78. JumpBox.Text = ""
  79. JumpBox.TextColor3 = Color3.new(0, 1, 0.2)
  80. JumpBox.TextScaled = true
  81. JumpBox.TextSize = 14
  82. JumpBox.TextWrapped = true
  83.  
  84. JumpSet.Name = "JumpSet"
  85. JumpSet.Parent = Main
  86. JumpSet.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  87. JumpSet.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  88. JumpSet.Position = UDim2.new(0.672374904, 0, 0.693147242, 0)
  89. JumpSet.Size = UDim2.new(0, 91, 0, 65)
  90. JumpSet.Font = Enum.Font.Cartoon
  91. JumpSet.Text = "Set"
  92. JumpSet.TextColor3 = Color3.new(0, 1, 0.2)
  93. JumpSet.TextScaled = true
  94. JumpSet.TextSize = 14
  95. JumpSet.TextWrapped = true
  96. JumpSet.MouseButton1Click:connect(function()
  97.     local player = game.Players.LocalPlayer
  98.     local character = player.Character
  99.    
  100.     character.Humanoid.JumpPower = JumpBox.Text
  101. end)
  102.  
  103. SpeedBox.Name = "SpeedBox"
  104. SpeedBox.Parent = Main
  105. SpeedBox.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  106. SpeedBox.BorderColor3 = Color3.new(0.152941, 0.215686, 0.278431)
  107. SpeedBox.Position = UDim2.new(0.043058455, 0, 0.380418986, 0)
  108. SpeedBox.Size = UDim2.new(0, 189, 0, 70)
  109. SpeedBox.Font = Enum.Font.Cartoon
  110. SpeedBox.Text = ""
  111. SpeedBox.TextColor3 = Color3.new(0, 1, 0.2)
  112. SpeedBox.TextScaled = true
  113. SpeedBox.TextSize = 14
  114. SpeedBox.TextWrapped = true
  115.  
  116. Setspeed.Name = "Setspeed"
  117. Setspeed.Parent = Main
  118. Setspeed.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  119. Setspeed.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  120. Setspeed.Position = UDim2.new(0.672374904, 0, 0.383818179, 0)
  121. Setspeed.Size = UDim2.new(0, 91, 0, 65)
  122. Setspeed.Font = Enum.Font.Cartoon
  123. Setspeed.Text = "Set"
  124. Setspeed.TextColor3 = Color3.new(0, 1, 0.2)
  125. Setspeed.TextScaled = true
  126. Setspeed.TextSize = 14
  127. Setspeed.TextWrapped = true
  128. Setspeed.MouseButton1Click:connect(function()
  129.     local player = game.Players.LocalPlayer
  130.     local character = player.Character
  131.    
  132.     character.Humanoid.WalkSpeed = SpeedBox.Text
  133. end)
  134.  
  135. Help.Name = "Help"
  136. Help.Parent = Main
  137. Help.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Help.BackgroundTransparency = 1
  139. Help.BorderSizePixel = 0
  140. Help.Position = UDim2.new(0.043058455, 0, 0.278442353, 0)
  141. Help.Size = UDim2.new(0, 299, 0, 31)
  142. Help.Font = Enum.Font.Cartoon
  143. Help.Text = "To set your walkspeed or jump power edit the textbox down below to your number then click set, put 40 or you will crash"
  144. Help.TextColor3 = Color3.new(1, 1, 1)
  145. Help.TextScaled = true
  146. Help.TextSize = 14
  147. Help.TextWrapped = true
  148.  
  149. Labelforj.Name = "Labelforj"
  150. Labelforj.Parent = Main
  151. Labelforj.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Labelforj.BackgroundTransparency = 1
  153. Labelforj.BorderSizePixel = 0
  154. Labelforj.Position = UDim2.new(0.043058455, 0, 0.582309663, 0)
  155. Labelforj.Size = UDim2.new(0, 299, 0, 31)
  156. Labelforj.Font = Enum.Font.Cartoon
  157. Labelforj.Text = "Jump Power"
  158. Labelforj.TextColor3 = Color3.new(1, 1, 1)
  159. Labelforj.TextSize = 20
  160. Labelforj.TextWrapped = true
  161.  
  162. Credit.Name = "Credit"
  163. Credit.Parent = Main
  164. Credit.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  165. Credit.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
  166. Credit.Position = UDim2.new(0, 0, 0.941025615, 0)
  167. Credit.Size = UDim2.new(0, 329, 0, 23)
  168. Credit.Font = Enum.Font.SourceSans
  169. Credit.Text = "Made By Alexander"
  170. Credit.TextColor3 = Color3.new(1, 1, 1)
  171. Credit.TextScaled = true
  172. Credit.TextSize = 14
  173. Credit.TextWrapped = true
  174.  
  175. Moreoptions.Name = "Moreoptions"
  176. Moreoptions.Parent = Main
  177. Moreoptions.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  178. Moreoptions.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
  179. Moreoptions.Position = UDim2.new(0.194528878, 0, 0.117948718, 0)
  180. Moreoptions.Size = UDim2.new(0, 200, 0, 50)
  181. Moreoptions.Font = Enum.Font.Cartoon
  182. Moreoptions.Text = "Farming & More"
  183. Moreoptions.TextColor3 = Color3.new(1, 1, 1)
  184. Moreoptions.TextScaled = true
  185. Moreoptions.TextSize = 14
  186. Moreoptions.TextWrapped = true
  187. Moreoptions.MouseButton1Click:connect(function()
  188.     Main2.Visible = true
  189. end)
  190.  
  191. ExitGUI.Name = "ExitGUI"
  192. ExitGUI.Parent = Main
  193. ExitGUI.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  194. ExitGUI.BackgroundTransparency = 1
  195. ExitGUI.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  196. ExitGUI.Position = UDim2.new(0.902582943, 0, 0.0923076943, 0)
  197. ExitGUI.Size = UDim2.new(0, 32, 0, 24)
  198. ExitGUI.Font = Enum.Font.Cartoon
  199. ExitGUI.Text = "x"
  200. ExitGUI.TextColor3 = Color3.new(1, 0, 0)
  201. ExitGUI.TextScaled = true
  202. ExitGUI.TextSize = 14
  203. ExitGUI.TextWrapped = true
  204. ExitGUI.MouseButton1Click:connect(function()
  205.     MadebyAlex:Destroy()
  206. end)
  207.  
  208. CloseMainFrame.Name = "CloseMainFrame"
  209. CloseMainFrame.Parent = Main
  210. CloseMainFrame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  211. CloseMainFrame.BackgroundTransparency = 1
  212. CloseMainFrame.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  213. CloseMainFrame.Position = UDim2.new(0.8509112, 0, 0.0923076943, 0)
  214. CloseMainFrame.Size = UDim2.new(0, 32, 0, 24)
  215. CloseMainFrame.Font = Enum.Font.Cartoon
  216. CloseMainFrame.Text = "-"
  217. CloseMainFrame.TextColor3 = Color3.new(1, 1, 1)
  218. CloseMainFrame.TextScaled = true
  219. CloseMainFrame.TextSize = 14
  220. CloseMainFrame.TextWrapped = true
  221. CloseMainFrame.MouseButton1Click:connect(function()
  222.     Main.Visible = false
  223.     OpenButton.Visible = true
  224. end)
  225.  
  226. Main2.Name = "Main2"
  227. Main2.Parent = MadebyAlex
  228. Main2.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  229. Main2.BorderColor3 = Color3.new(0.121569, 0.172549, 0.223529)
  230. Main2.Position = UDim2.new(0.483598858, 0, 0.140625, 0)
  231. Main2.Size = UDim2.new(0, 239, 0, 349)
  232. Main2.Visible = false
  233. Main2.Active = true
  234. Main2.Draggable = true
  235.  
  236. FirstPopUp.Name = "FirstPopUp"
  237. FirstPopUp.Parent = Main2
  238. FirstPopUp.BackgroundColor3 = Color3.new(1, 1, 1)
  239. FirstPopUp.BackgroundTransparency = 1
  240. FirstPopUp.Position = UDim2.new(0, 0, 0.103151865, 0)
  241. FirstPopUp.Size = UDim2.new(0, 239, 0, 313)
  242.  
  243. FarmButton.Name = "FarmButton"
  244. FarmButton.Parent = FirstPopUp
  245. FarmButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  246. FarmButton.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  247. FarmButton.Position = UDim2.new(0.079497911, 0, 0.292263597, 0)
  248. FarmButton.Size = UDim2.new(0, 200, 0, 50)
  249. FarmButton.ZIndex = 7
  250. FarmButton.Font = Enum.Font.Cartoon
  251. FarmButton.Text = "Farm"
  252. FarmButton.TextColor3 = Color3.new(1, 1, 1)
  253. FarmButton.TextScaled = true
  254. FarmButton.TextSize = 14
  255. FarmButton.TextWrapped = true
  256. FarmButton.MouseButton1Click:connect(function()
  257.     FirstPopUp.Visible = false
  258.     QuestFrame.Visible = false
  259.     FarmFrame.Visible = true
  260. end)
  261.  
  262. QuestButton.Name = "QuestButton"
  263. QuestButton.Parent = FirstPopUp
  264. QuestButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  265. QuestButton.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  266. QuestButton.Position = UDim2.new(0.079497911, 0, 0.713467002, 0)
  267. QuestButton.Size = UDim2.new(0, 200, 0, 50)
  268. QuestButton.ZIndex = 7
  269. QuestButton.Font = Enum.Font.Cartoon
  270. QuestButton.Text = "Quests"
  271. QuestButton.TextColor3 = Color3.new(1, 1, 1)
  272. QuestButton.TextScaled = true
  273. QuestButton.TextSize = 14
  274. QuestButton.TextWrapped = true
  275. QuestButton.MouseButton1Click:connect(function()
  276.     FirstPopUp.Visible = false
  277.     QuestFrame.Visible = true
  278.     FarmFrame.Visible = false
  279. end)
  280.  
  281. Help2.Name = "Help2"
  282. Help2.Parent = FirstPopUp
  283. Help2.BackgroundColor3 = Color3.new(1, 1, 1)
  284. Help2.BackgroundTransparency = 1
  285. Help2.BorderSizePixel = 0
  286. Help2.Position = UDim2.new(0, 0, 0.108882524, 0)
  287. Help2.Size = UDim2.new(0, 239, 0, 50)
  288. Help2.ZIndex = 7
  289. Help2.Font = Enum.Font.Cartoon
  290. Help2.Text = "Select 1 of these 2 buttons then a whole new gui should pop up, after that click those buttons"
  291. Help2.TextColor3 = Color3.new(1, 1, 1)
  292. Help2.TextScaled = true
  293. Help2.TextSize = 14
  294. Help2.TextWrapped = true
  295.  
  296. Text1.Name = "Text1"
  297. Text1.Parent = FirstPopUp
  298. Text1.BackgroundColor3 = Color3.new(1, 1, 1)
  299. Text1.BackgroundTransparency = 1
  300. Text1.BorderSizePixel = 0
  301. Text1.Position = UDim2.new(0, 0, 0.498567373, 0)
  302. Text1.Size = UDim2.new(0, 239, 0, 50)
  303. Text1.ZIndex = 7
  304. Text1.Font = Enum.Font.Cartoon
  305. Text1.Text = "This is a short new gui so dont copy it, or your gay"
  306. Text1.TextColor3 = Color3.new(1, 1, 1)
  307. Text1.TextSize = 14
  308. Text1.TextWrapped = true
  309.  
  310. CloseFarmingMore.Name = "CloseFarming&More"
  311. CloseFarmingMore.Parent = FirstPopUp
  312. CloseFarmingMore.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  313. CloseFarmingMore.BackgroundTransparency = 1
  314. CloseFarmingMore.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  315. CloseFarmingMore.Position = UDim2.new(0.866108775, 0, 0, 0)
  316. CloseFarmingMore.Size = UDim2.new(0, 32, 0, 24)
  317. CloseFarmingMore.Font = Enum.Font.Cartoon
  318. CloseFarmingMore.Text = "x"
  319. CloseFarmingMore.TextColor3 = Color3.new(1, 0, 0)
  320. CloseFarmingMore.TextScaled = true
  321. CloseFarmingMore.TextSize = 14
  322. CloseFarmingMore.TextWrapped = true
  323. CloseFarmingMore.MouseButton1Click:connect(function()
  324.     Main2.Visible = false
  325. end)
  326.  
  327. Name2.Name = "Name2"
  328. Name2.Parent = Main2
  329. Name2.BackgroundColor3 = Color3.new(0.027451, 0.0392157, 0.0509804)
  330. Name2.BackgroundTransparency = 0.75
  331. Name2.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
  332. Name2.Size = UDim2.new(0, 239, 0, 36)
  333. Name2.Font = Enum.Font.Cartoon
  334. Name2.Text = "v0.1    Ro-Ghoul Script"
  335. Name2.TextColor3 = Color3.new(1, 1, 1)
  336. Name2.TextScaled = true
  337. Name2.TextSize = 14
  338. Name2.TextWrapped = true
  339.  
  340. FarmFrame.Name = "FarmFrame"
  341. FarmFrame.Parent = Main2
  342. FarmFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  343. FarmFrame.BackgroundTransparency = 1
  344. FarmFrame.Position = UDim2.new(0, 0, 0.103151865, 0)
  345. FarmFrame.Size = UDim2.new(0, 239, 0, 313)
  346. FarmFrame.Visible = false
  347.  
  348. HumanButton.Name = "HumanButton"
  349. HumanButton.Parent = FarmFrame
  350. HumanButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  351. HumanButton.Position = UDim2.new(0.0334728025, 0, 0.182108626, 0)
  352. HumanButton.Size = UDim2.new(0, 51, 0, 36)
  353. HumanButton.ZIndex = 9
  354. HumanButton.Font = Enum.Font.SourceSans
  355. HumanButton.Text = ""
  356. HumanButton.TextColor3 = Color3.new(0.0666667, 1, 0)
  357. HumanButton.TextSize = 14
  358. HumanButton.MouseButton1Click:connect(function()
  359.     local lp = game.Players.LocalPlayer
  360. local rs = game:GetService("RunService").RenderStepped
  361. local pfs = game:GetService("PathfindingService")
  362.             for i,k in pairs(game.Workspace.NPCSpawns["HumanSpawns"]:GetChildren()) do
  363.             if k.Name == "Athlete" or "Human" then
  364. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  365. local points = path:GetWaypoints()
  366.            
  367. for _,v in pairs(points) do
  368. rs:wait()
  369. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  370. end
  371.             end
  372.             end
  373.            
  374. end)
  375.  
  376. HumanTitle.Name = "HumanTitle"
  377. HumanTitle.Parent = FarmFrame
  378. HumanTitle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  379. HumanTitle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  380. HumanTitle.Position = UDim2.new(0.276150614, 0, 0.182108626, 0)
  381. HumanTitle.Size = UDim2.new(0, 164, 0, 36)
  382. HumanTitle.Font = Enum.Font.Cartoon
  383. HumanTitle.Text = "Human"
  384. HumanTitle.TextColor3 = Color3.new(1, 1, 1)
  385. HumanTitle.TextScaled = true
  386. HumanTitle.TextSize = 14
  387. HumanTitle.TextWrapped = true
  388.  
  389. MidRankAOG.Name = "MidRankAOG"
  390. MidRankAOG.Parent = FarmFrame
  391. MidRankAOG.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  392. MidRankAOG.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  393. MidRankAOG.Position = UDim2.new(0.271966517, 0, 0.383386612, 0)
  394. MidRankAOG.Size = UDim2.new(0, 164, 0, 36)
  395. MidRankAOG.Font = Enum.Font.Cartoon
  396. MidRankAOG.Text = "Mid Rank AOG"
  397. MidRankAOG.TextColor3 = Color3.new(1, 1, 1)
  398. MidRankAOG.TextScaled = true
  399. MidRankAOG.TextSize = 14
  400. MidRankAOG.TextWrapped = true
  401.  
  402. MidRankButton.Name = "MidRankButton"
  403. MidRankButton.Parent = FarmFrame
  404. MidRankButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  405. MidRankButton.Position = UDim2.new(0.0292887017, 0, 0.383386612, 0)
  406. MidRankButton.Size = UDim2.new(0, 51, 0, 36)
  407. MidRankButton.ZIndex = 9
  408. MidRankButton.Font = Enum.Font.SourceSans
  409. MidRankButton.Text = ""
  410. MidRankButton.TextColor3 = Color3.new(0.0666667, 1, 0)
  411. MidRankButton.TextSize = 14
  412. MidRankButton.MouseButton1Click:connect(function()
  413.     local lp = game.Players.LocalPlayer
  414. local rs = game:GetService("RunService").RenderStepped
  415. local pfs = game:GetService("PathfindingService")
  416.             for i,k in pairs(game.Workspace.NPCSpawns["GhoulSpawns"]:GetChildren()) do
  417.             if k.Name == "Low Rank Aogiri Member" or "Mid Rank Aogiri Member" then -- Low and Mid
  418. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  419. local points = path:GetWaypoints()
  420.            
  421. for _,v in pairs(points) do
  422. rs:wait()
  423. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  424. end
  425. end
  426. end
  427. end)
  428.  
  429. BossTItle.Name = "BossTItle"
  430. BossTItle.Parent = FarmFrame
  431. BossTItle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  432. BossTItle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  433. BossTItle.Position = UDim2.new(0.276150614, 0, 0.59105432, 0)
  434. BossTItle.Size = UDim2.new(0, 164, 0, 36)
  435. BossTItle.Font = Enum.Font.Cartoon
  436. BossTItle.Text = "Boss"
  437. BossTItle.TextColor3 = Color3.new(1, 1, 1)
  438. BossTItle.TextScaled = true
  439. BossTItle.TextSize = 14
  440. BossTItle.TextWrapped = true
  441.  
  442. BossButton.Name = "BossButton"
  443. BossButton.Parent = FarmFrame
  444. BossButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  445. BossButton.Position = UDim2.new(0.0334728025, 0, 0.59105432, 0)
  446. BossButton.Size = UDim2.new(0, 51, 0, 36)
  447. BossButton.ZIndex = 9
  448. BossButton.Font = Enum.Font.SourceSans
  449. BossButton.Text = ""
  450. BossButton.TextColor3 = Color3.new(0.0666667, 1, 0)
  451. BossButton.TextSize = 14
  452. BossButton.MouseButton1Click:connect(function()
  453.     local lp = game.Players.LocalPlayer
  454. local rs = game:GetService("RunService").RenderStepped
  455. local pfs = game:GetService("PathfindingService")
  456.             for i,k in pairs(game.Workspace.NPCSpawns["BossSpawns"]:GetChildren()) do
  457.             if k.Name == "Eto Yoshimura" then
  458. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  459. local points = path:GetWaypoints()
  460.            
  461. for _,v in pairs(points) do
  462. rs:wait()
  463. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  464. end
  465. end
  466. end
  467. end)
  468.  
  469.  
  470. HighAOG.Name = "HighAOG"
  471. HighAOG.Parent = FarmFrame
  472. HighAOG.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  473. HighAOG.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  474. HighAOG.Position = UDim2.new(0.276150614, 0, 0.789137423, 0)
  475. HighAOG.Size = UDim2.new(0, 164, 0, 36)
  476. HighAOG.Font = Enum.Font.Cartoon
  477. HighAOG.Text = "High AOG"
  478. HighAOG.TextColor3 = Color3.new(1, 1, 1)
  479. HighAOG.TextScaled = true
  480. HighAOG.TextSize = 14
  481. HighAOG.TextWrapped = true
  482.  
  483. HighAOGButton.Name = "HighAOGButton"
  484. HighAOGButton.Parent = FarmFrame
  485. HighAOGButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  486. HighAOGButton.Position = UDim2.new(0.0334728025, 0, 0.789137423, 0)
  487. HighAOGButton.Size = UDim2.new(0, 51, 0, 36)
  488. HighAOGButton.ZIndex = 9
  489. HighAOGButton.Font = Enum.Font.SourceSans
  490. HighAOGButton.Text = ""
  491. HighAOGButton.TextColor3 = Color3.new(0.0666667, 1, 0)
  492. HighAOGButton.TextSize = 14
  493. HighAOGButton.MouseButton1Click:connect(function()
  494.     local lp = game.Players.LocalPlayer
  495. local rs = game:GetService("RunService").RenderStepped
  496. local pfs = game:GetService("PathfindingService")
  497.             for i,k in pairs(game.Workspace.NPCSpawns["AggroSpawns"]:GetChildren()) do
  498.             if k.Name == "High Rank Aogiri Member" then
  499. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
  500. local points = path:GetWaypoints()
  501.            
  502. for _,v in pairs(points) do
  503. rs:wait()
  504. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
  505. end
  506. end
  507. end
  508. end)
  509.  
  510. TextLabel.Parent = FarmFrame
  511. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  512. TextLabel.BackgroundTransparency = 1
  513. TextLabel.Size = UDim2.new(0, 239, 0, 40)
  514. TextLabel.Font = Enum.Font.Cartoon
  515. TextLabel.Text = "Click on the button from the mob you want it should turn green and it will take you to the mod"
  516. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  517. TextLabel.TextScaled = true
  518. TextLabel.TextSize = 14
  519. TextLabel.TextWrapped = true
  520.  
  521. CloseFarmFrame.Name = "CloseFarmFrame"
  522. CloseFarmFrame.Parent = FarmFrame
  523. CloseFarmFrame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  524. CloseFarmFrame.BackgroundTransparency = 1
  525. CloseFarmFrame.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  526. CloseFarmFrame.Position = UDim2.new(0.866108775, 0, 0, 0)
  527. CloseFarmFrame.Size = UDim2.new(0, 32, 0, 24)
  528. CloseFarmFrame.Font = Enum.Font.Cartoon
  529. CloseFarmFrame.Text = "-"
  530. CloseFarmFrame.TextColor3 = Color3.new(1, 1, 1)
  531. CloseFarmFrame.TextScaled = true
  532. CloseFarmFrame.TextSize = 14
  533. CloseFarmFrame.TextWrapped = true
  534. CloseFarmFrame.MouseButton1Click:connect(function()
  535.     FarmFrame.Visible = false
  536.     FirstPopUp.Visible = true
  537. end)
  538.  
  539. QuestFrame.Name = "QuestFrame"
  540. QuestFrame.Parent = Main2
  541. QuestFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  542. QuestFrame.BackgroundTransparency = 1
  543. QuestFrame.Position = UDim2.new(0, 0, 0.103151865, 0)
  544. QuestFrame.Size = UDim2.new(0, 239, 0, 313)
  545. QuestFrame.Visible = false
  546.  
  547. AutoGetQuestButton.Name = "AutoGetQuestButton"
  548. AutoGetQuestButton.Parent = QuestFrame
  549. AutoGetQuestButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  550. AutoGetQuestButton.Position = UDim2.new(0.0376569033, 0, 0.284345031, 0)
  551. AutoGetQuestButton.Size = UDim2.new(0, 51, 0, 36)
  552. AutoGetQuestButton.ZIndex = 9
  553. AutoGetQuestButton.Font = Enum.Font.SourceSans
  554. AutoGetQuestButton.Text = ""
  555. AutoGetQuestButton.TextColor3 = Color3.new(0.0666667, 1, 0)
  556. AutoGetQuestButton.TextSize = 14
  557. AutoGetQuestButton.MouseButton1Click:connect(function()
  558. local lp = game.Players.LocalPlayer
  559. local rs = game:GetService("RunService").RenderStepped
  560. local pfs = game:GetService("PathfindingService")
  561. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
  562. local points = path:GetWaypoints()
  563.            
  564. for _,v in pairs(points) do
  565. rs:wait()
  566.                    
  567. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  568. end
  569. wait()
  570.     local Event = game:GetService("ReplicatedStorage").Remotes.Yoshimura.Task
  571. Event:InvokeServer()
  572. end)
  573.  
  574. AutoGetQuestTitle.Name = "AutoGetQuestTitle"
  575. AutoGetQuestTitle.Parent = QuestFrame
  576. AutoGetQuestTitle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  577. AutoGetQuestTitle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  578. AutoGetQuestTitle.Position = UDim2.new(0.280334711, 0, 0.284345031, 0)
  579. AutoGetQuestTitle.Size = UDim2.new(0, 164, 0, 36)
  580. AutoGetQuestTitle.Font = Enum.Font.Cartoon
  581. AutoGetQuestTitle.Text = "Auto Get Quest"
  582. AutoGetQuestTitle.TextColor3 = Color3.new(1, 1, 1)
  583. AutoGetQuestTitle.TextScaled = true
  584. AutoGetQuestTitle.TextSize = 14
  585. AutoGetQuestTitle.TextWrapped = true
  586.  
  587. AutoRedeemRepTitle.Name = "AutoRedeemRepTitle"
  588. AutoRedeemRepTitle.Parent = QuestFrame
  589. AutoRedeemRepTitle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  590. AutoRedeemRepTitle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  591. AutoRedeemRepTitle.Position = UDim2.new(0.280334711, 0, 0.504792392, 0)
  592. AutoRedeemRepTitle.Size = UDim2.new(0, 164, 0, 36)
  593. AutoRedeemRepTitle.Font = Enum.Font.Cartoon
  594. AutoRedeemRepTitle.Text = "Auto Redeem Rep."
  595. AutoRedeemRepTitle.TextColor3 = Color3.new(1, 1, 1)
  596. AutoRedeemRepTitle.TextScaled = true
  597. AutoRedeemRepTitle.TextSize = 14
  598. AutoRedeemRepTitle.TextWrapped = true
  599.  
  600. AutoRedeemRepButton.Name = "AutoRedeemRepButton"
  601. AutoRedeemRepButton.Parent = QuestFrame
  602. AutoRedeemRepButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  603. AutoRedeemRepButton.Position = UDim2.new(0.0376569033, 0, 0.504792392, 0)
  604. AutoRedeemRepButton.Size = UDim2.new(0, 51, 0, 36)
  605. AutoRedeemRepButton.ZIndex = 9
  606. AutoRedeemRepButton.Font = Enum.Font.SourceSans
  607. AutoRedeemRepButton.Text = ""
  608. AutoRedeemRepButton.TextColor3 = Color3.new(0.0666667, 1, 0)
  609. AutoRedeemRepButton.TextSize = 14
  610. AutoRedeemRepButton.MouseButton1Click:connect(function()
  611.     local lp = game.Players.LocalPlayer
  612. local rs = game:GetService("RunService").RenderStepped
  613. local pfs = game:GetService("PathfindingService")
  614. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
  615. local points = path:GetWaypoints()
  616.            
  617. for _,v in pairs(points) do
  618. rs:wait()
  619.                    
  620. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  621. end
  622. wait()
  623. local Event = game:GetService("ReplicatedStorage").Remotes.ReputationCashOut
  624. Event:InvokeServer()
  625. end)
  626.  
  627. TextLabel_2.Parent = QuestFrame
  628. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  629. TextLabel_2.BackgroundTransparency = 1
  630. TextLabel_2.Size = UDim2.new(0, 239, 0, 62)
  631. TextLabel_2.Font = Enum.Font.Cartoon
  632. TextLabel_2.Text = "Click on the button from the mob you want it should turn green and it will take you to the mod Not a lot in this one"
  633. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  634. TextLabel_2.TextScaled = true
  635. TextLabel_2.TextSize = 14
  636. TextLabel_2.TextWrapped = true
  637.  
  638. TextLabel_3.Parent = QuestFrame
  639. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  640. TextLabel_3.BackgroundTransparency = 1
  641. TextLabel_3.Position = UDim2.new(0, 0, 0.680511177, 0)
  642. TextLabel_3.Size = UDim2.new(0, 239, 0, 62)
  643. TextLabel_3.Font = Enum.Font.Cartoon
  644. TextLabel_3.Text = "Thanks to Pro Hacks for being the 1st one to showcase this gui so please sub to him!! Love you Pro Hacks No homo"
  645. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  646. TextLabel_3.TextScaled = true
  647. TextLabel_3.TextSize = 14
  648. TextLabel_3.TextWrapped = true
  649.  
  650. Credit2.Name = "Credit2"
  651. Credit2.Parent = QuestFrame
  652. Credit2.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  653. Credit2.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
  654. Credit2.Position = UDim2.new(0, 0, 0.941025615, 0)
  655. Credit2.Size = UDim2.new(0, 239, 0, 23)
  656. Credit2.Font = Enum.Font.SourceSans
  657. Credit2.Text = "Made By Alexander"
  658. Credit2.TextColor3 = Color3.new(1, 1, 1)
  659. Credit2.TextScaled = true
  660. Credit2.TextSize = 14
  661. Credit2.TextWrapped = true
  662.  
  663. CloseQuestFrame.Name = "CloseQuestFrame"
  664. CloseQuestFrame.Parent = QuestFrame
  665. CloseQuestFrame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  666. CloseQuestFrame.BackgroundTransparency = 1
  667. CloseQuestFrame.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
  668. CloseQuestFrame.Position = UDim2.new(0.866108775, 0, 0, 0)
  669. CloseQuestFrame.Size = UDim2.new(0, 32, 0, 24)
  670. CloseQuestFrame.Font = Enum.Font.Cartoon
  671. CloseQuestFrame.Text = "-"
  672. CloseQuestFrame.TextColor3 = Color3.new(1, 1, 1)
  673. CloseQuestFrame.TextScaled = true
  674. CloseQuestFrame.TextSize = 14
  675. CloseQuestFrame.TextWrapped = true
  676. CloseQuestFrame.MouseButton1Click:connect(function()
  677.     QuestFrame.Visible = false
  678.     FirstPopUp.Visible = true
  679. end)
  680.  
  681. OpenButton.Name = "OpenButton"
  682. OpenButton.Parent = MadebyAlex
  683. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  684. OpenButton.BackgroundTransparency = 1
  685. OpenButton.Size = UDim2.new(0, 100, 0, 100)
  686. OpenButton.Visible = false
  687.  
  688. OpenButtonReal.Name = "OpenButtonReal"
  689. OpenButtonReal.Parent = OpenButton
  690. OpenButtonReal.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  691. OpenButtonReal.BorderColor3 = Color3.new(0.152941, 0.215686, 0.278431)
  692. OpenButtonReal.Position = UDim2.new(0, 0, 2.6099999, 0)
  693. OpenButtonReal.Size = UDim2.new(0, 162, 0, 50)
  694. OpenButtonReal.Font = Enum.Font.Cartoon
  695. OpenButtonReal.Text = "Open"
  696. OpenButtonReal.TextColor3 = Color3.new(1, 1, 1)
  697. OpenButtonReal.TextScaled = true
  698. OpenButtonReal.TextSize = 14
  699. OpenButtonReal.TextStrokeTransparency = 0
  700. OpenButtonReal.TextWrapped = true
  701. OpenButtonReal.MouseButton1Click:connect(function()
  702.     Main.Visible = true
  703.     OpenButtonReal.Visible = false
  704. end)
Add Comment
Please, Sign In to add comment