Advertisement
Nutx

ro ghoul beta

Apr 9th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ro = Instance.new("ScreenGui")
  5. local mainFrame = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local x1 = Instance.new("TextButton")
  8. local x2 = Instance.new("TextButton")
  9. local x3 = Instance.new("TextButton")
  10. --Properties:
  11. ro.Name = "ro"
  12. ro.Parent = game.CoreGui
  13.  
  14. mainFrame.Name = "mainFrame"
  15. mainFrame.Parent = ro
  16. mainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. mainFrame.Position = UDim2.new(0.0611551479, 0, 0.444816053, 0)
  18. mainFrame.Size = UDim2.new(0, 229, 0, 273)
  19.  
  20. title.Name = "title"
  21. title.Parent = ro
  22. title.BackgroundColor3 = Color3.new(0, 0, 0)
  23. title.Position = UDim2.new(0.0781426951, 0, 0.444816053, 0)
  24. title.Size = UDim2.new(0, 200, 0, 30)
  25. title.Font = Enum.Font.SciFi
  26. title.Text = "GUI ro ghoul by NUT X"
  27. title.TextColor3 = Color3.new(1, 1, 1)
  28. title.TextSize = 14
  29.  
  30. x1.Name = "x1"
  31. x1.Parent = ro
  32. x1.BackgroundColor3 = Color3.new(1, 1, 1)
  33. x1.Position = UDim2.new(0.120045289, 0, 0.545150518, 0)
  34. x1.Size = UDim2.new(0, 125, 0, 48)
  35. x1.Font = Enum.Font.SciFi
  36. x1.Text = "Mid Rank Aogirl"
  37. x1.TextColor3 = Color3.new(0, 0, 0)
  38. x1.TextSize = 14
  39. x1.TextWrapped = true
  40. x1.MouseButton1Down:connect(function()
  41. if Farming == false then
  42. Farming = true
  43. x1.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  44. else
  45. Farming = false
  46. x1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  47. Stepped:Disconnect()
  48. end
  49. if Farming == false then
  50. local runService = game:GetService('RunService')
  51.  
  52. if Farming then
  53. Stepped = runService.Stepped:Connect(function()
  54. for i,v in pairs(workspace.NPCSpawns.AggroSpawns:GetChildren()) do
  55. if string.find(v.Name, "Mid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  56. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  57. end
  58. end
  59. end)
  60. end
  61. wait()
  62. for i,v in pairs(workspace:GetChildren()) do
  63. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  64. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  65. end
  66. end
  67. end
  68. end)
  69.  
  70. x2.Name = "x2"
  71. x2.Parent = ro
  72. x2.BackgroundColor3 = Color3.new(1, 1, 1)
  73. x2.Position = UDim2.new(0.120045289, 0, 0.657190681, 0)
  74. x2.Size = UDim2.new(0, 125, 0, 48)
  75. x2.Font = Enum.Font.SciFi
  76. x2.Text = "Low rank"
  77. x2.TextColor3 = Color3.new(0, 0, 0)
  78. x2.TextSize = 14
  79. x2.TextWrapped = true
  80. x2.MouseButton1Down:connect(function()
  81. if lowFarming == false then
  82. lowFarming = true
  83. x2.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  84. else
  85. lowFarming = false
  86. x2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  87. Stepped:Disconnect()
  88. end
  89. local runService = game:GetService('RunService')
  90.  
  91.  
  92. if lowFarming then
  93. Stepped = runService.Stepped:Connect(function()
  94. for i,v in pairs(workspace.NPCSpawns.GhoulSpawns:GetChildren()) do
  95. if string.find(v.Name, "A") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  97. end
  98. end
  99. end)
  100. end
  101. wait()
  102. for i,v in pairs(workspace:GetChildren()) do
  103. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  105. end
  106. end
  107. end)
  108.  
  109. x3.Name = "x3"
  110. x3.Parent = ro
  111. x3.BackgroundColor3 = Color3.new(1, 1, 1)
  112. x3.Position = UDim2.new(0.120045289, 0, 0.78093648, 0)
  113. x3.Size = UDim2.new(0, 125, 0, 48)
  114. x3.Font = Enum.Font.SciFi
  115. x3.Text = "NutX"
  116. x3.TextColor3 = Color3.new(0, 0, 0)
  117. x3.TextSize = 14
  118. -- Scripts:
  119. function SCRIPT_EUUH85_FAKESCRIPT() -- x3.LocalScript
  120. local script = Instance.new('LocalScript')
  121. script.Parent = x3
  122. -- Change "mainFrame" to your frame name
  123. -- Change TextColor3 if you want backround rainbow or text rainbow
  124. repeat
  125. for hue = 0, 1, .01 do
  126. script.Parent.Parent.x3.TextColor3 = Color3.fromHSV(hue, 1, 1)
  127. wait(.1)
  128. end
  129. for hue = 1, 0 -.01 do
  130. script.Parent.Parent.x3.TextColor3 = Color3.fromHSV(hue, 1, 1)
  131. wait(.1)
  132. end
  133. until nil
  134.  
  135. end
  136. coroutine.resume(coroutine.create(SCRIPT_EUUH85_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement