MrYesClip

ROBLOX Blox hunt money farm script (...)

Mar 26th, 2021
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- GUI and Script made by Ziegel#8171
  4. -- Instances:
  5. local GUI = Instance.new("ScreenGui")
  6. local OpenFrame = Instance.new("Frame")
  7. local Open = Instance.new("TextButton")
  8. local Main = Instance.new("Frame")
  9. local Oben = Instance.new("Frame")
  10. local Unten = Instance.new("Frame")
  11. local TextOben = Instance.new("TextLabel")
  12. local TextUnten = Instance.new("TextLabel")
  13. local Stop = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local Start = Instance.new("TextButton")
  16. --Properties:
  17. GUI.Name = "GUI"
  18. GUI.Parent = game.CoreGui
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = GUI
  22. OpenFrame.Active = true
  23. OpenFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  24. OpenFrame.BorderSizePixel = 0
  25. OpenFrame.Position = UDim2.new(0, 0, 0.57768923, 0)
  26. OpenFrame.Size = UDim2.new(0, 128, 0, 29)
  27.  
  28. Open.Name = "Open"
  29. Open.Parent = OpenFrame
  30. Open.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  31. Open.BorderSizePixel = 0
  32. Open.Position = UDim2.new(0.0390625, 0, 0.103448279, 0)
  33. Open.Size = UDim2.new(0, 118, 0, 22)
  34. Open.Font = Enum.Font.Cartoon
  35. Open.Text = "OPEN"
  36. Open.TextColor3 = Color3.new(0, 0, 0)
  37. Open.TextSize = 30
  38. Open.MouseButton1Down:connect(function()
  39. Main.Visible = true
  40. OpenFrame.Visible = false
  41. end)
  42.  
  43. Main.Name = "Main"
  44. Main.Parent = GUI
  45. Main.Active = true
  46. Main.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  47. Main.BackgroundTransparency = 0.20000000298023
  48. Main.BorderColor3 = Color3.new(0, 0, 0)
  49. Main.Position = UDim2.new(0.417910516, 0, 0.3047809, 0)
  50. Main.Size = UDim2.new(0, 131, 0, 195)
  51. Main.Draggable = true
  52.  
  53. Oben.Name = "Oben"
  54. Oben.Parent = Main
  55. Oben.BackgroundColor3 = Color3.new(0, 0.454902, 0.454902)
  56. Oben.BorderColor3 = Color3.new(0, 0, 0)
  57. Oben.Position = UDim2.new(-0.0839694664, 0, 0, 0)
  58. Oben.Size = UDim2.new(0, 152, 0, 34)
  59.  
  60. Unten.Name = "Unten"
  61. Unten.Parent = Main
  62. Unten.BackgroundColor3 = Color3.new(0, 0.454902, 0.454902)
  63. Unten.BorderColor3 = Color3.new(0, 0, 0)
  64. Unten.Position = UDim2.new(-0.0839694664, 0, 0.85128206, 0)
  65. Unten.Size = UDim2.new(0, 152, 0, 34)
  66.  
  67. TextOben.Name = "TextOben"
  68. TextOben.Parent = Main
  69. TextOben.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextOben.BackgroundTransparency = 1
  71. TextOben.BorderSizePixel = 0
  72. TextOben.Position = UDim2.new(0, 0, 0.0256410241, 0)
  73. TextOben.Size = UDim2.new(0, 137, 0, 23)
  74. TextOben.Font = Enum.Font.SciFi
  75. TextOben.Text = "Blox Cash"
  76. TextOben.TextColor3 = Color3.new(0, 0, 0)
  77. TextOben.TextSize = 30
  78.  
  79. TextUnten.Name = "TextUnten"
  80. TextUnten.Parent = Main
  81. TextUnten.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextUnten.BackgroundTransparency = 1
  83. TextUnten.BorderSizePixel = 0
  84. TextUnten.Position = UDim2.new(-0.0229007639, 0, 0.876923084, 0)
  85. TextUnten.Size = UDim2.new(0, 137, 0, 23)
  86. TextUnten.Font = Enum.Font.SciFi
  87. TextUnten.Text = "Credits Ziegel#8171"
  88. TextUnten.TextColor3 = Color3.new(0, 0, 0)
  89. TextUnten.TextSize = 19
  90.  
  91. Stop.Name = "Stop"
  92. Stop.Parent = Main
  93. Stop.BackgroundColor3 = Color3.new(0, 0, 0)
  94. Stop.BackgroundTransparency = 1
  95. Stop.BorderSizePixel = 0
  96. Stop.Position = UDim2.new(0.0992366374, 0, 0.43589747, 0)
  97. Stop.Size = UDim2.new(0, 103, 0, 43)
  98. Stop.Font = Enum.Font.Cartoon
  99. Stop.Text = "Stop"
  100. Stop.TextColor3 = Color3.new(0, 0, 0)
  101. Stop.TextSize = 35
  102. Stop.MouseButton1Down:connect(function()
  103. G_e = false
  104. while G_e do
  105. wait()
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93, 60, 144)
  107. end
  108. end)
  109.  
  110. Close.Name = "Close"
  111. Close.Parent = Main
  112. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  113. Close.BackgroundTransparency = 1
  114. Close.BorderSizePixel = 0
  115. Close.Position = UDim2.new(0.366412222, 0, 0.717948735, 0)
  116. Close.Size = UDim2.new(0, 35, 0, 22)
  117. Close.Font = Enum.Font.SciFi
  118. Close.Text = "Close"
  119. Close.TextColor3 = Color3.new(0, 0, 0)
  120. Close.TextSize = 20
  121. Close.MouseButton1Down:connect(function()
  122. OpenFrame.Visible = true
  123. Main.Visible = false
  124. end)
  125.  
  126. Start.Name = "Start"
  127. Start.Parent = Main
  128. Start.BackgroundColor3 = Color3.new(0, 0, 0)
  129. Start.BackgroundTransparency = 1
  130. Start.BorderSizePixel = 0
  131. Start.Position = UDim2.new(0.0992366374, 0, 0.215384662, 0)
  132. Start.Size = UDim2.new(0, 103, 0, 43)
  133. Start.Font = Enum.Font.Cartoon
  134. Start.Text = "Start"
  135. Start.TextColor3 = Color3.new(0, 0, 0)
  136. Start.TextSize = 35
  137. Start.MouseButton1Down:connect(function()
  138. G_e = true
  139. while G_e do
  140. wait()
  141. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93, 60, 144)
  142. end
  143. end)
  144. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment