Advertisement
bigobirdo

GusSploitPremGUI

Nov 7th, 2021 (edited)
3,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local GusSploit = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local DelGus = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local ImageLabel = Instance.new("ImageLabel")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15.  
  16. --Properties:
  17.  
  18. GusSploit.Name = "GusSploit"
  19. GusSploit.Parent = game.CoreGui
  20.  
  21. Frame.Parent = GusSploit
  22. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. Frame.Position = UDim2.new(0.208010346, 0, 0.166997999, 0)
  24. Frame.Size = UDim2.new(0, 486, 0, 335)
  25.  
  26. DelGus.Name = "DelGus"
  27. DelGus.Parent = GusSploit
  28. DelGus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. DelGus.Position = UDim2.new(0.760981917, 0, 0.166998014, 0)
  30. DelGus.Size = UDim2.new(0, 58, 0, 50)
  31. DelGus.Font = Enum.Font.SourceSans
  32. DelGus.Text = "X"
  33. DelGus.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. DelGus.TextSize = 39.000
  35.  
  36. TextLabel.Parent = GusSploit
  37. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. TextLabel.Position = UDim2.new(0.466408253, 0, 0.166998014, 0)
  39. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  40. TextLabel.Font = Enum.Font.SourceSans
  41. TextLabel.Text = "PREMIUM INFO"
  42. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. TextLabel.TextSize = 31.000
  44.  
  45. TextLabel_2.Parent = GusSploit
  46. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. TextLabel_2.Position = UDim2.new(0.208010331, 0, 0.266401589, 0)
  48. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  49. TextLabel_2.Font = Enum.Font.SourceSans
  50. TextLabel_2.Text = "https://discord.gg/TFkZ3mxG6s"
  51. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. TextLabel_2.TextSize = 14.000
  53.  
  54. TextButton.Parent = GusSploit
  55. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. TextButton.Position = UDim2.new(0.466408253, 0, 0.365805179, 0)
  57. TextButton.Size = UDim2.new(0, 200, 0, 50)
  58. TextButton.Font = Enum.Font.SourceSans
  59. TextButton.Text = "PRICE IS 150"
  60. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. TextButton.TextSize = 14.000
  62.  
  63. TextLabel_3.Parent = GusSploit
  64. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. TextLabel_3.Position = UDim2.new(0.208010331, 0, 0.465208709, 0)
  66. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  67. TextLabel_3.Font = Enum.Font.SourceSans
  68. TextLabel_3.Text = "FEATURES INCLUDES"
  69. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. TextLabel_3.TextSize = 14.000
  71.  
  72. ImageLabel.Parent = GusSploit
  73. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. ImageLabel.Position = UDim2.new(0.488372147, 0, 0.522862792, 0)
  75. ImageLabel.Size = UDim2.new(0, 227, 0, 133)
  76. ImageLabel.Image = "rbxassetid://7937127544"
  77.  
  78. TextLabel_4.Parent = GusSploit
  79. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. TextLabel_4.Position = UDim2.new(0.208010331, 0, 0.576540768, 0)
  81. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  82. TextLabel_4.Font = Enum.Font.SourceSans
  83. TextLabel_4.Text = "godmode, sword mesh, a lowkey section with useful lowkey stuff, no watermark (chat), an advanced reach that takes your sword away from your body, sword mesh, and much more to come!"
  84. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. TextLabel_4.TextSize = 14.000
  86.  
  87. -- Scripts:
  88.  
  89. local function JLVLRP_fake_script() -- DelGus.LocalScript
  90. local script = Instance.new('LocalScript', DelGus)
  91.  
  92. DelGus.MouseButton1Click:Connect(function()
  93. game:GetService("CoreGui").GusSploit:Destroy()
  94. end)
  95. end
  96. coroutine.wrap(JLVLRP_fake_script)()
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement