HHLExploits

speed

Jun 13th, 2019
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 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 TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local TextButton_6 = Instance.new("TextButton")
  12. local Label = Instance.new("TextLabel")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  18. Frame.Position = UDim2.new(0.0314787589, 0, 0.147135422, 0)
  19. Frame.Size = UDim2.new(0, 331, 0, 353)
  20.  
  21. TextButton.Parent = ScreenGui
  22. TextButton.BackgroundColor3 = Color3.new(0, 0, 1)
  23. TextButton.Position = UDim2.new(0.0307467058, 0, 0.236979187, 0)
  24. TextButton.Size = UDim2.new(0, 138, 0, 50)
  25. TextButton.Font = Enum.Font.SourceSans
  26. TextButton.Text = "Gain Step ON"
  27. TextButton.TextColor3 = Color3.new(0, 0, 0)
  28. TextButton.TextSize = 14
  29.  
  30. TextButton_2.Parent = ScreenGui
  31. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 1)
  32. TextButton_2.Position = UDim2.new(0.172767192, 0, 0.236979187, 0)
  33. TextButton_2.Size = UDim2.new(0, 138, 0, 50)
  34. TextButton_2.Font = Enum.Font.SourceSans
  35. TextButton_2.Text = "Gain Steps OFF"
  36. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  37. TextButton_2.TextSize = 14
  38.  
  39. TextButton_3.Parent = ScreenGui
  40. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 1)
  41. TextButton_3.Position = UDim2.new(0.0307467058, 0, 0.384114593, 0)
  42. TextButton_3.Size = UDim2.new(0, 138, 0, 50)
  43. TextButton_3.Font = Enum.Font.SourceSans
  44. TextButton_3.Text = "Gain Gems ON"
  45. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton_3.TextSize = 14
  47.  
  48. TextButton_4.Parent = ScreenGui
  49. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 1)
  50. TextButton_4.Position = UDim2.new(0.172767192, 0, 0.384114593, 0)
  51. TextButton_4.Size = UDim2.new(0, 138, 0, 50)
  52. TextButton_4.Font = Enum.Font.SourceSans
  53. TextButton_4.Text = "Gain Gems OFF"
  54. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton_4.TextSize = 14
  56.  
  57. TextButton_5.Parent = ScreenGui
  58. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 1)
  59. TextButton_5.Position = UDim2.new(0.0307467058, 0, 0.541666627, 0)
  60. TextButton_5.Size = UDim2.new(0, 138, 0, 50)
  61. TextButton_5.Font = Enum.Font.SourceSans
  62. TextButton_5.Text = "Gain EXP ON"
  63. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  64. TextButton_5.TextSize = 14
  65.  
  66. TextButton_6.Parent = ScreenGui
  67. TextButton_6.BackgroundColor3 = Color3.new(0, 0, 1)
  68. TextButton_6.Position = UDim2.new(0.172767192, 0, 0.541666627, 0)
  69. TextButton_6.Size = UDim2.new(0, 138, 0, 50)
  70. TextButton_6.Font = Enum.Font.SourceSans
  71. TextButton_6.Text = "Gain EXP OFF"
  72. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  73. TextButton_6.TextSize = 14
  74.  
  75. Label.Name = "Label"
  76. Label.Parent = ScreenGui
  77. Label.BackgroundColor3 = Color3.new(0, 0, 1)
  78. Label.Position = UDim2.new(0.0556368828, 0, 0.147135422, 0)
  79. Label.Size = UDim2.new(0, 265, 0, 50)
  80. Label.Font = Enum.Font.SourceSans
  81. Label.Text = "Made by Link on NOVO (Be sure to vouch and rep!)"
  82. Label.TextColor3 = Color3.new(0, 0, 0)
  83. Label.TextSize = 14
  84. -- Scripts:
  85. function SCRIPT_VUXK79_FAKESCRIPT() -- TextButton.LocalScript
  86. local script = Instance.new('LocalScript')
  87. script.Parent = TextButton
  88. script.Parent.MouseButton1Click:connect(function()
  89. _G.StepFarm = true
  90. while _G.StepFarm == true do
  91. local A_1 = "collectOrb"
  92. local A_2 = "Red Orb"
  93. local A_3 = "City"
  94. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  95. Event:FireServer(A_1, A_2, A_3)
  96. wait()
  97. end
  98. end)
  99.  
  100. end
  101. coroutine.resume(coroutine.create(SCRIPT_VUXK79_FAKESCRIPT))
  102. function SCRIPT_FPSF76_FAKESCRIPT() -- TextButton_2.LocalScript
  103. local script = Instance.new('LocalScript')
  104. script.Parent = TextButton_2
  105. script.Parent.MouseButton1Click:Connect(function()
  106. _G.StepFarm = false
  107. while _G.StepFarm == true do
  108. local A_1 = "collectOrb"
  109. local A_2 = "Red Orb"
  110. local A_3 = "City"
  111. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  112. Event:FireServer(A_1, A_2, A_3)
  113. wait()
  114. end
  115. end)
  116.  
  117. end
  118. coroutine.resume(coroutine.create(SCRIPT_FPSF76_FAKESCRIPT))
  119. function SCRIPT_PTUP75_FAKESCRIPT() -- TextButton_3.LocalScript
  120. local script = Instance.new('LocalScript')
  121. script.Parent = TextButton_3
  122. script.Parent.MouseButton1Click:Connect(function()
  123. _G.GemFarm = true
  124. while _G.GemFarm == true do
  125. local A_1 = "collectOrb"
  126. local A_2 = "Gem"
  127. local A_3 = "City"
  128. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  129. Event:FireServer(A_1, A_2, A_3)
  130. wait()
  131. end
  132. end)
  133.  
  134. end
  135. coroutine.resume(coroutine.create(SCRIPT_PTUP75_FAKESCRIPT))
  136. function SCRIPT_KBDS79_FAKESCRIPT() -- TextButton_4.LocalScript
  137. local script = Instance.new('LocalScript')
  138. script.Parent = TextButton_4
  139. script.Parent.MouseButton1Click:Connect(function()
  140. _G.GemFarm = false
  141. while _G.GemFarm == true do
  142. local A_1 = "collectOrb"
  143. local A_2 = "Gem"
  144. local A_3 = "City"
  145. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  146. Event:FireServer(A_1, A_2, A_3)
  147. wait()
  148. end
  149. end)
  150.  
  151. end
  152. coroutine.resume(coroutine.create(SCRIPT_KBDS79_FAKESCRIPT))
  153. function SCRIPT_PLAH83_FAKESCRIPT() -- TextButton_5.LocalScript
  154. local script = Instance.new('LocalScript')
  155. script.Parent = TextButton_5
  156. script.Parent.MouseButton1Click:Connect(function()
  157. _G.EXPFarm = true
  158. while _G.EXPFarm == true do
  159. local A_1 = "collectOrb"
  160. local A_2 = "Yellow Orb"
  161. local A_3 = "City"
  162. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  163. Event:FireServer(A_1, A_2, A_3)
  164. wait()
  165. end
  166. end)
  167.  
  168. end
  169. coroutine.resume(coroutine.create(SCRIPT_PLAH83_FAKESCRIPT))
  170. function SCRIPT_BOOI79_FAKESCRIPT() -- TextButton_6.LocalScript
  171. local script = Instance.new('LocalScript')
  172. script.Parent = TextButton_6
  173. script.Parent.MouseButton1Click:Connect(function()
  174. _G.EXPFarm = false
  175. while _G.EXPFarm == true do
  176. local A_1 = "collectOrb"
  177. local A_2 = "Yellow Orb"
  178. local A_3 = "City"
  179. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  180. Event:FireServer(A_1, A_2, A_3)
  181. wait()
  182. end
  183. end)
  184.  
  185. end
  186. coroutine.resume(coroutine.create(SCRIPT_BOOI79_FAKESCRIPT))
Add Comment
Please, Sign In to add comment