Advertisement
mjv2023

Untitled

Sep 22nd, 2023
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextButton = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. Frame.BackgroundTransparency = 0.300
  21. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  22. Frame.BorderSizePixel = 5
  23. Frame.Position = UDim2.new(0, 0, 0.5, -62)
  24. Frame.Size = UDim2.new(0, 702, 0, 124)
  25. Frame.Active = true
  26.  
  27.  
  28. TextLabel.Parent = Frame
  29. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. TextLabel.BackgroundTransparency = 3.000
  31. TextLabel.Size = UDim2.new(0, 702, 0, 124)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "This GUI is not the best with Every exploit. It's mainly for paid exploits, such as Script ware and Synapse, If you dont have a paid exploit, then I Suggest You Use Krnl Or Fluxus, Press L To Toggle The UI. I recommend having at least laser when using silent aim with a knife, incase you dont have try out spam knife!"
  34. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14.000
  37. TextLabel.TextWrapped = true
  38.  
  39. TextButton.Parent = Frame
  40. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. TextButton.BackgroundTransparency = 3.000
  42. TextButton.Position = UDim2.new(0.928774953, 0, 0.669354856, 0)
  43. TextButton.Size = UDim2.new(0, 42, 0, 41)
  44. TextButton.Font = Enum.Font.SourceSans
  45. TextButton.Text = "Close"
  46. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  47. TextButton.TextScaled = true
  48. TextButton.TextSize = 50.000
  49. TextButton.TextWrapped = true
  50. TextButton.MouseButton1Down:connect(function()
  51. Frame.Visible = false
  52. end)
  53.  
  54.  
  55.  
  56.  
  57. end
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement