Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RobloxExploit = Instance.new("ScreenGui")
  5. local MainGUI = Instance.new("Frame")
  6. local esp = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextButton = Instance.new("TextButton")
  9. local opengui = Instance.new("Frame")
  10. local TextButton_2 = Instance.new("TextButton")
  11. --Properties:
  12. RobloxExploit.Name = "RobloxExploit"
  13. RobloxExploit.Parent = game.CoreGui
  14.  
  15. MainGUI.Active = true
  16. MainGUI.Draggable = true
  17.  
  18. MainGUI.Name = "MainGUI"
  19. MainGUI.Parent = RobloxExploit
  20. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  21. MainGUI.Position = UDim2.new(0.458121419, 0, 0.461305022, 0)
  22. MainGUI.Size = UDim2.new(0, 212, 0, 123)
  23. MainGUI.Visible = false
  24.  
  25. esp.Name = "esp"
  26. esp.Parent = MainGUI
  27. esp.BackgroundColor3 = Color3.new(1, 1, 1)
  28. esp.Position = UDim2.new(0.0283018872, 0, 0.509986162, 0)
  29. esp.Size = UDim2.new(0, 200, 0, 50)
  30. esp.Font = Enum.Font.GothamSemibold
  31. esp.Text = "Diamonds Farm"
  32. esp.TextColor3 = Color3.new(0, 0, 0)
  33. esp.TextScaled = true
  34. esp.TextSize = 14
  35. esp.TextWrapped = true
  36. esp.MouseButton1Click:connect(function()
  37. loadstring(game:HttpGet(('https://pastebin.com/raw/cA1Jr9eF'),true))()
  38.  
  39. print("Working")
  40. end)
  41.  
  42. TextLabel.Parent = MainGUI
  43. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextLabel.Size = UDim2.new(0, 212, 0, 50)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.Text = "Made by Liquid#7346"
  47. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  48. TextLabel.TextSize = 14
  49. TextLabel.TextWrapped = true
  50.  
  51. TextButton.Parent = MainGUI
  52. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextButton.BorderColor3 = Color3.new(1, 0, 0)
  54. TextButton.Position = UDim2.new(0.867924452, 0, 0, 0)
  55. TextButton.Size = UDim2.new(0, 28, 0, 29)
  56. TextButton.Text = "X"
  57. TextButton.TextColor3 = Color3.new(1, 0, 0)
  58. TextButton.TextScaled = true
  59. TextButton.TextSize = 14
  60. TextButton.TextStrokeColor3 = Color3.new(1, 0, 0)
  61. TextButton.TextWrapped = true
  62. TextButton.MouseButton1Click:connect (function()
  63. MainGUI.Visible = false
  64. opengui.Visible = true
  65. end)
  66.  
  67. opengui.Name = "opengui"
  68. opengui.Parent = RobloxExploit
  69. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  70. opengui.Position = UDim2.new(0.273306787, 0, 0.952959001, 0)
  71. opengui.Size = UDim2.new(0, 100, 0, 31)
  72.  
  73. TextButton_2.Parent = opengui
  74. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TextButton_2.Size = UDim2.new(0, 100, 0, 31)
  76. TextButton_2.Font = Enum.Font.SourceSansLight
  77. TextButton_2.Text = "Open"
  78. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  79. TextButton_2.TextScaled = true
  80. TextButton_2.TextSize = 14
  81. TextButton_2.TextWrapped = true
  82. TextButton_2.MouseButton1Click:connect (function()
  83. MainGUI.Visible = true
  84. opengui.Visible = false
  85.  
  86. end)
  87.  
  88. print ("working")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement