Advertisement
vtrvsted

Ro Ghoul Autofarm

May 31st, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local quesfarm = Instance.new("TextButton")
  9. local repfarm = Instance.new("TextButton")
  10. local farmbutton = Instance.new("TextButton")
  11. local AUTOATTACK = Instance.new("TextButton")
  12. local Frame_2 = Instance.new("Frame")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local speed = Instance.new("TextButton")
  16. local wh = Instance.new("TextButton")
  17. local TextLabel_5 = Instance.new("TextLabel")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.Active = true
  23. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame.Draggable = true
  25. Frame.Position = UDim2.new(0.152645797, 105, 0.366951555, -147)
  26. Frame.Size = UDim2.new(0, 239, 0, 304)
  27.  
  28. TextLabel.Parent = Frame
  29. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  31. TextLabel.Position = UDim2.new(0.0761048347, 0, 0.0607127547, 0)
  32. TextLabel.Size = UDim2.new(0, 200, 0, 26)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "Farm"
  35. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  36. TextLabel.TextSize = 25
  37.  
  38. TextLabel_2.Parent = Frame
  39. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel_2.BorderColor3 = Color3.new(0.164706, 0.262745, 0.329412)
  41. TextLabel_2.Position = UDim2.new(0.0376569033, 0, 0.193821043, 0)
  42. TextLabel_2.Size = UDim2.new(0, 221, 0, 8)
  43. TextLabel_2.Font = Enum.Font.SourceSans
  44. TextLabel_2.Text = ""
  45. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  46. TextLabel_2.TextSize = 14
  47.  
  48. quesfarm.Name = "quesfarm"
  49. quesfarm.Parent = Frame
  50. quesfarm.BackgroundColor3 = Color3.new(1, 1, 1)
  51. quesfarm.Position = UDim2.new(0.079497911, 0, 0.32578817, 0)
  52. quesfarm.Size = UDim2.new(0, 200, 0, 27)
  53. quesfarm.Font = Enum.Font.SourceSans
  54. quesfarm.Text = "AUTO GET QUEST"
  55. quesfarm.TextColor3 = Color3.new(0, 0, 0)
  56. quesfarm.TextSize = 14
  57. quesfarm.MouseButton1Down:connect(function()
  58. local lp = game.Players.LocalPlayer
  59. local rs = game:GetService("RunService").RenderStepped
  60. local pfs = game:GetService("PathfindingService")
  61. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
  62. local points = path:GetWaypoints()
  63.  
  64. for _,v in pairs(points) do
  65. rs:wait()
  66.  
  67. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  68. end
  69. wait()
  70. local Event = game:GetService("ReplicatedStorage").Remotes.Yoshimura.Task
  71. Event:InvokeServer()
  72. end)
  73.  
  74. repfarm.Name = "repfarm"
  75. repfarm.Parent = Frame
  76. repfarm.BackgroundColor3 = Color3.new(1, 1, 1)
  77. repfarm.Position = UDim2.new(0.079497911, 0, 0.472799391, 0)
  78. repfarm.Size = UDim2.new(0, 200, 0, 27)
  79. repfarm.Font = Enum.Font.SourceSans
  80. repfarm.Text = "AUTO REDEME REP"
  81. repfarm.TextColor3 = Color3.new(0, 0, 0)
  82. repfarm.TextSize = 14
  83. repfarm.MouseButton1Down:connect(function()
  84. local lp = game.Players.LocalPlayer
  85. local rs = game:GetService("RunService").RenderStepped
  86. local pfs = game:GetService("PathfindingService")
  87. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
  88. local points = path:GetWaypoints()
  89.  
  90. for _,v in pairs(points) do
  91. rs:wait()
  92.  
  93. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  94. end
  95. wait()
  96. local Event = game:GetService("ReplicatedStorage").Remotes.ReputationCashOut
  97. Event:InvokeServer()
  98. end)
  99.  
  100. farmbutton.Name = "farmbutton"
  101. farmbutton.Parent = Frame
  102. farmbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  103. farmbutton.Position = UDim2.new(0.075313814, 0, 0.628495514, 0)
  104. farmbutton.Size = UDim2.new(0, 200, 0, 27)
  105. farmbutton.Font = Enum.Font.SourceSans
  106. farmbutton.Text = "AUTO-FARM"
  107. farmbutton.TextColor3 = Color3.new(0, 0, 0)
  108. farmbutton.TextSize = 14
  109. farmbutton.MouseButton1Down:connect(function()
  110. if farmf.Visible == false then
  111. farmf.Visible = true
  112. default.Visible = false
  113. mobf.Visible = false
  114. superspeed.Visible = false
  115. questf.Visible = false
  116. else
  117. default.Visible = true
  118. farmf.Visible = false
  119. end
  120. end)
  121.  
  122. AUTOATTACK.Name = "AUTOATTACK"
  123. AUTOATTACK.Parent = Frame
  124. AUTOATTACK.BackgroundColor3 = Color3.new(1, 1, 1)
  125. AUTOATTACK.Position = UDim2.new(0.075313814, 0, 0.806127071, 0)
  126. AUTOATTACK.Size = UDim2.new(0, 200, 0, 27)
  127. AUTOATTACK.Font = Enum.Font.SourceSans
  128. AUTOATTACK.Text = "Auto Attack"
  129. AUTOATTACK.TextColor3 = Color3.new(0, 0, 0)
  130. AUTOATTACK.TextSize = 14
  131. AUTOATTACK.MouseButton1Down:connect(function()
  132. while true do
  133. wait(0.001)
  134. 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"
  135. local remote = game:GetService("Players").LocalPlayer.Character.Remotes.KeyEvent
  136. remote:FireServer(key,"Mouse1","Down",CFrame.new(0,0,0))
  137. wait(0.002)
  138. 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"
  139. local remote = game:GetService("Players").LocalPlayer.Character.Remotes.KeyEvent
  140. remote:FireServer(key,"E","Down",CFrame.new(0,0,0))
  141. wait(0.003)
  142. 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"
  143. local remote = game:GetService("Players").LocalPlayer.Character.Remotes.KeyEvent
  144. remote:FireServer(key,"R","Down",CFrame.new(0,0,0))
  145. wait(0.005)
  146. 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"
  147. local remote = game:GetService("Players").LocalPlayer.Character.Remotes.KeyEvent
  148. remote:FireServer(key,"F","Down",CFrame.new(0,0,0))
  149. wait(0.004)
  150. 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"
  151. local remote = game:GetService("Players").LocalPlayer.Character.Remotes.KeyEvent
  152. remote:FireServer(key,"C","Down",CFrame.new(0,0,0))
  153. wait(0.006)
  154. end
  155. end)
  156.  
  157. Frame_2.Parent = ScreenGui
  158. Frame_2.Active = true
  159. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Frame_2.Draggable = true
  161. Frame_2.Position = UDim2.new(0.564109504, -51, 0.164916635, 14)
  162. Frame_2.Size = UDim2.new(0, 239, 0, 217)
  163.  
  164. TextLabel_3.Parent = Frame_2
  165. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TextLabel_3.BorderColor3 = Color3.new(1, 1, 1)
  167. TextLabel_3.Position = UDim2.new(0.0802889392, 0, 0.065321058, 0)
  168. TextLabel_3.Size = UDim2.new(0, 200, 0, 26)
  169. TextLabel_3.Font = Enum.Font.SourceSans
  170. TextLabel_3.Text = "SetGui"
  171. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  172. TextLabel_3.TextSize = 25
  173.  
  174. TextLabel_4.Parent = Frame_2
  175. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextLabel_4.BorderColor3 = Color3.new(0.164706, 0.262745, 0.329412)
  177. TextLabel_4.Position = UDim2.new(0.0334728025, 0, 0.282636821, 0)
  178. TextLabel_4.Size = UDim2.new(0, 221, 0, 8)
  179. TextLabel_4.Font = Enum.Font.SourceSans
  180. TextLabel_4.Text = ""
  181. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  182. TextLabel_4.TextSize = 14
  183.  
  184. speed.Name = "speed"
  185. speed.Parent = Frame_2
  186. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  187. speed.Position = UDim2.new(0.079497911, 0, 0.437630266, 0)
  188. speed.Size = UDim2.new(0, 200, 0, 27)
  189. speed.Font = Enum.Font.SourceSans
  190. speed.Text = "Speed Hack Press[Q]"
  191. speed.TextColor3 = Color3.new(0, 0, 0)
  192. speed.TextSize = 14
  193. speed.MouseButton1Down:connect(function()
  194. local plr = game:GetService("Players").LocalPlayer
  195. local char = plr.Character
  196. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  197. local hum = char:FindFirstChild("HumanoidRootPart")
  198. local speed = 3
  199. mouse.KeyDown:connect(function(key)
  200. if key == "q" then
  201. loop = true
  202. while loop do
  203. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  204. wait()
  205. end
  206. end
  207. end)
  208.  
  209. mouse.KeyUp:connect(function(key)
  210. if key == "q" then
  211. loop = false
  212. end
  213. end)
  214. end)
  215.  
  216.  
  217.  
  218. TextLabel_5.Parent = Frame_2
  219. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  220. TextLabel_5.Position = UDim2.new(9.31322575e-10, 0, 0.907834053, 0)
  221. TextLabel_5.Size = UDim2.new(0, 200, 0, 20)
  222. TextLabel_5.Font = Enum.Font.SourceSans
  223. TextLabel_5.Text = "Credits:Arfi~Riski~Ilham"
  224. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  225. TextLabel_5.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement