Nutx

ro ghoul beta1

Apr 9th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RoGhoul = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local SecondFrame = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. local TextButton_6 = Instance.new("TextButton")
  13. local TextButton_7 = Instance.new("TextButton")
  14. local TextButton_8 = Instance.new("TextButton")
  15. local TextButton_9 = Instance.new("TextButton")
  16. local TextButton_10 = Instance.new("TextButton")
  17. local TextButton_11 = Instance.new("TextButton")
  18. local TextButton_12 = Instance.new("TextButton")
  19. --Properties:
  20. RoGhoul.Name = "Ro-Ghoul"
  21. RoGhoul.Parent = game.CoreGui
  22.  
  23. MainFrame.Name = "Main Frame"
  24. MainFrame.Parent = RoGhoul
  25. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  26. MainFrame.Position = UDim2.new(0.250047296, 0, 0.328501791, 0)
  27. MainFrame.Size = UDim2.new(0, 421, 0, 319)
  28. MainFrame.Active = true
  29. MainFrame.Draggable = true
  30.  
  31. SecondFrame.Name = "Second Frame"
  32. SecondFrame.Parent = MainFrame
  33. SecondFrame.BackgroundColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  34. SecondFrame.BackgroundTransparency = 0.050000000745058
  35. SecondFrame.Position = UDim2.new(0.00183311827, 0, 0.108327955, 0)
  36. SecondFrame.Size = UDim2.new(0, 420, 0, 253)
  37.  
  38. TextButton.Parent = SecondFrame
  39. TextButton.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  40. TextButton.Position = UDim2.new(0.0832320824, 0, 0.0850094184, 0)
  41. TextButton.Size = UDim2.new(0, 149, 0, 27)
  42. TextButton.Font = Enum.Font.Fantasy
  43. TextButton.Text = "Farm Boss"
  44. TextButton.TextColor3 = Color3.new(0, 0, 0)
  45. TextButton.TextScaled = true
  46. TextButton.TextSize = 1
  47. TextButton.TextWrapped = true
  48. TextButton.MouseButton1Down:connect(function()
  49. if BossFarming == false then
  50. BossFarming = true
  51. TextButton.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  52. else
  53. BossFarming = false
  54. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  55. Stepped:Disconnect()
  56. local runService = game:GetService('RunService')
  57.  
  58.  
  59. if BossFarming then
  60. Stepped = runService.Stepped:Connect(function()
  61. for i,v in pairs(workspace.NPCSpawns.BossSpawns:GetChildren()) do
  62. if string.find(v.Name, "Eto") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  64. end
  65. end
  66. end)
  67. end
  68. wait()
  69. for i,v in pairs(workspace:GetChildren()) do
  70. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  71. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  72. end
  73. end
  74. end
  75. end)
  76.  
  77. TextButton_2.Parent = SecondFrame
  78. TextButton_2.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  79. TextButton_2.Position = UDim2.new(0.0830828846, 0, 0.476313829, 0)
  80. TextButton_2.Size = UDim2.new(0, 149, 0, 27)
  81. TextButton_2.Font = Enum.Font.Fantasy
  82. TextButton_2.Text = "Farm Rank 1 inv"
  83. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  84. TextButton_2.TextScaled = true
  85. TextButton_2.TextSize = 1
  86. TextButton_2.TextWrapped = true
  87. TextButton_2.MouseButton1Down:connect(function()
  88. if Rank2Farming == false then
  89. Rank2Farming = true
  90. TextButton_2.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  91. else
  92. Rank2Farming = false
  93. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  94. Stepped:Disconnect()
  95. end
  96. local runService = game:GetService('RunService')
  97.  
  98.  
  99. if Rank2Farming then
  100. Stepped = runService.Stepped:Connect(function()
  101. for i,v in pairs(workspace.NPCSpawns.CCGSpawns:GetChildren()) do
  102. if string.find(v.Name, "First") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  104. end
  105. end
  106. end)
  107. end
  108. wait()
  109. for i,v in pairs(workspace:GetChildren()) do
  110. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  111. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  112. end
  113. end
  114. end)
  115.  
  116. TextButton_3.Parent = SecondFrame
  117. TextButton_3.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  118. TextButton_3.Position = UDim2.new(0.0640352517, 0, -0.108666465, 0)
  119. TextButton_3.Size = UDim2.new(0, 364, 0, 27)
  120. TextButton_3.Font = Enum.Font.Fantasy
  121. TextButton_3.Text = "Scripter: Roblox Pain"
  122. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  123. TextButton_3.TextScaled = true
  124. TextButton_3.TextSize = 1
  125. TextButton_3.TextWrapped = true
  126.  
  127. TextButton_4.Parent = SecondFrame
  128. TextButton_4.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  129. TextButton_4.Position = UDim2.new(0.0830828846, 0, 0.666037083, 0)
  130. TextButton_4.Size = UDim2.new(0, 149, 0, 27)
  131. TextButton_4.Font = Enum.Font.Fantasy
  132. TextButton_4.Text = "Farm Mid Rank Aogirl"
  133. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  134. TextButton_4.TextScaled = true
  135. TextButton_4.TextSize = 1
  136. TextButton_4.TextWrapped = true
  137. TextButton_4.MouseButton1Down:connect(function()
  138. if Farming == false then
  139. Farming = true
  140. TextButton_4.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  141. else
  142. Farming = false
  143. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  144. Stepped:Disconnect()
  145. end
  146. if Farming == false then
  147. local runService = game:GetService('RunService')
  148.  
  149. if Farming then
  150. Stepped = runService.Stepped:Connect(function()
  151. for i,v in pairs(workspace.NPCSpawns.AggroSpawns:GetChildren()) do
  152. if string.find(v.Name, "Mid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  154. end
  155. end
  156. end)
  157. end
  158. wait()
  159. for i,v in pairs(workspace:GetChildren()) do
  160. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  162. end
  163. end
  164. end
  165. end)
  166.  
  167. TextButton_5.Parent = SecondFrame
  168. TextButton_5.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  169. TextButton_5.Position = UDim2.new(0.509422541, 0, 0.0850094333, 0)
  170. TextButton_5.Size = UDim2.new(0, 149, 0, 27)
  171. TextButton_5.Font = Enum.Font.Fantasy
  172. TextButton_5.Text = "Farm Low"
  173. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  174. TextButton_5.TextScaled = true
  175. TextButton_5.TextSize = 1
  176. TextButton_5.TextWrapped = true
  177. TextButton_5.MouseButton1Down:connect(function()
  178. if lowFarming == false then
  179. lowFarming = true
  180. TextButton_5.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  181. else
  182. lowFarming = false
  183. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  184. Stepped:Disconnect()
  185. end
  186. local runService = game:GetService('RunService')
  187.  
  188.  
  189. if lowFarming then
  190. Stepped = runService.Stepped:Connect(function()
  191. for i,v in pairs(workspace.NPCSpawns.GhoulSpawns:GetChildren()) do
  192. if string.find(v.Name, "A") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  194. end
  195. end
  196. end)
  197. end
  198. wait()
  199. for i,v in pairs(workspace:GetChildren()) do
  200. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  202. end
  203. end
  204. end)
  205.  
  206. TextButton_6.Parent = SecondFrame
  207. TextButton_6.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  208. TextButton_6.Position = UDim2.new(0.511654317, 0, 0.286590457, 0)
  209. TextButton_6.Size = UDim2.new(0, 149, 0, 27)
  210. TextButton_6.Font = Enum.Font.Fantasy
  211. TextButton_6.Text = "N"
  212. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  213. TextButton_6.TextScaled = true
  214. TextButton_6.TextSize = 1
  215. TextButton_6.TextWrapped = true
  216. TextButton_5.MouseButton1Down:connect(function()
  217. if Farming == false then
  218. Farming = true
  219. TextButton_5.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  220. else
  221. Farming = false
  222. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  223. Stepped:Disconnect()
  224. end
  225. local runService = game:GetService('RunService')
  226.  
  227.  
  228. if Farming then
  229. Stepped = runService.Stepped:Connect(function()
  230. for i,v in pairs(workspace.NPCSpawns.GhoulSpawns:GetChildren()) do
  231. if string.find(v.Name, "A") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  233. end
  234. end
  235. end)
  236. end
  237. wait()
  238. for i,v in pairs(workspace:GetChildren()) do
  239. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  241. end
  242. end
  243. end)
  244.  
  245. TextButton_7.Parent = SecondFrame
  246. TextButton_7.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  247. TextButton_7.Position = UDim2.new(0.511654317, 0, 0.666037083, 0)
  248. TextButton_7.Size = UDim2.new(0, 149, 0, 27)
  249. TextButton_7.Font = Enum.Font.Fantasy
  250. TextButton_7.Text = "More Coming Soon"
  251. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  252. TextButton_7.TextScaled = true
  253. TextButton_7.TextSize = 1
  254. TextButton_7.TextWrapped = true
  255.  
  256. TextButton_8.Parent = SecondFrame
  257. TextButton_8.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  258. TextButton_8.Position = UDim2.new(0.0832320452, 0, 0.286590457, 0)
  259. TextButton_8.Size = UDim2.new(0, 149, 0, 27)
  260. TextButton_8.Font = Enum.Font.Fantasy
  261. TextButton_8.Text = "Not Finish"
  262. TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  263. TextButton_8.TextScaled = true
  264. TextButton_8.TextSize = 1
  265. TextButton_8.TextWrapped = true
  266.  
  267. TextButton_9.Parent = SecondFrame
  268. TextButton_9.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  269. TextButton_9.Position = UDim2.new(0.511654317, 0, 0.47631371, 0)
  270. TextButton_9.Size = UDim2.new(0, 149, 0, 27)
  271. TextButton_9.Font = Enum.Font.Fantasy
  272. TextButton_9.Text = "Farm Rank 2 inv"
  273. TextButton_9.TextColor3 = Color3.new(0, 0, 0)
  274. TextButton_9.TextScaled = true
  275. TextButton_9.TextSize = 1
  276. TextButton_9.TextWrapped = true
  277. TextButton_9.MouseButton1Down:connect(function()
  278. if Farming == false then
  279. Farming = true
  280. TextButton_9.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  281. else
  282. Farming = false
  283. TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  284. Stepped:Disconnect()
  285. end
  286.  
  287. local runService = game:GetService('RunService')
  288.  
  289.  
  290. if Farming then
  291. Stepped = runService.Stepped:Connect(function()
  292. for i,v in pairs(workspace.NPCSpawns.CCGSpawns:GetChildren()) do
  293. if string.find(v.Name, "Rank") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  294. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  295. end
  296. end
  297. end)
  298. end
  299. wait()
  300. for i,v in pairs(workspace:GetChildren()) do
  301. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  302. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  303. end
  304. end
  305. end)
  306.  
  307. TextButton_10.Parent = SecondFrame
  308. TextButton_10.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  309. TextButton_10.Position = UDim2.new(-2.63032452e-05, 0, 0.863665581, 0)
  310. TextButton_10.Size = UDim2.new(0, 420, 0, 27)
  311. TextButton_10.Font = Enum.Font.Fantasy
  312. TextButton_10.Text = "Farming Will be Fixed A little More :D And Will Add more stuff"
  313. TextButton_10.TextColor3 = Color3.new(0, 0, 0)
  314. TextButton_10.TextScaled = true
  315. TextButton_10.TextSize = 1
  316. TextButton_10.TextWrapped = true
  317.  
  318. TextButton_11.Parent = SecondFrame
  319. TextButton_11.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  320. TextButton_11.Position = UDim2.new(0, 0, -0.199575558, 0)
  321. TextButton_11.Size = UDim2.new(0, 428, 0, 13)
  322. TextButton_11.Font = Enum.Font.Fantasy
  323. TextButton_11.Text = "Black part Draggable"
  324. TextButton_11.TextColor3 = Color3.new(0, 0, 0)
  325. TextButton_11.TextScaled = true
  326. TextButton_11.TextSize = 1
  327. TextButton_11.TextWrapped = true
  328.  
  329. TextButton_12.Parent = MainFrame
  330. TextButton_12.BackgroundColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  331. TextButton_12.Position = UDim2.new(0.00180684356, 0, 0.875714362, 0)
  332. TextButton_12.Size = UDim2.new(0, 419, 0, 42)
  333. TextButton_12.Font = Enum.Font.SourceSans
  334. TextButton_12.Text = "BETA"
  335. TextButton_12.TextColor3 = Color3.new(0, 0, 0)
  336. TextButton_12.TextScaled = true
  337. TextButton_12.TextSize = 14
  338. TextButton_12.TextWrapped = true
  339. -- Scripts:
Add Comment
Please, Sign In to add comment