Advertisement
Sharkkkkkk

Untitled

Dec 12th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local CROSSHAIR = Instance.new("ScreenGui")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local crossHair = Instance.new("Frame")
  9. local C = Instance.new("Frame")
  10. local Line = Instance.new("TextLabel")
  11. local B = Instance.new("Frame")
  12. local Line_2 = Instance.new("TextLabel")
  13. local D = Instance.new("Frame")
  14. local Line_3 = Instance.new("TextLabel")
  15. local A = Instance.new("Frame")
  16. local Line_4 = Instance.new("TextLabel")
  17.  
  18. --Properties:
  19.  
  20. CROSSHAIR.Name = "CROSSHAIR"
  21. CROSSHAIR.Parent = game.CoreGui
  22.  
  23. ImageLabel.Parent = CROSSHAIR
  24. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  25. ImageLabel.BackgroundTransparency = 1.000
  26. ImageLabel.Position = UDim2.new(0.477085233, 0, 0.414342642, 0)
  27. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  28. ImageLabel.Image = "http://www.roblox.com/asset/?id=4885490162"
  29.  
  30. crossHair.Name = "crossHair"
  31. crossHair.Parent = CROSSHAIR
  32. crossHair.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. crossHair.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. crossHair.BorderSizePixel = 0
  35. crossHair.Position = UDim2.new(0.5, 0, 0.5, -18)
  36.  
  37. C.Name = "C"
  38. C.Parent = crossHair
  39. C.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. C.BackgroundTransparency = 1.000
  41. C.ClipsDescendants = true
  42. C.Position = UDim2.new(0, -2, 0, 0)
  43. C.Size = UDim2.new(0, 4, 0, 500)
  44.  
  45. Line.Name = "Line"
  46. Line.Parent = C
  47. Line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. Line.BorderColor3 = Color3.fromRGB(100, 100, 100)
  49. Line.Position = UDim2.new(0.5, -1, 0, 10)
  50. Line.Size = UDim2.new(0, 2, 0, 15)
  51. Line.Font = Enum.Font.SourceSans
  52. Line.Text = ""
  53. Line.TextSize = 14.000
  54.  
  55. B.Name = "B"
  56. B.Parent = crossHair
  57. B.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. B.BackgroundTransparency = 1.000
  59. B.ClipsDescendants = true
  60. B.Position = UDim2.new(0, 0, 0, -2)
  61. B.Size = UDim2.new(0, 500, 0, 4)
  62.  
  63. Line_2.Name = "Line"
  64. Line_2.Parent = B
  65. Line_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Line_2.BorderColor3 = Color3.fromRGB(100, 100, 100)
  67. Line_2.Position = UDim2.new(0, 10, 0.5, -1)
  68. Line_2.Size = UDim2.new(0, 15, 0, 2)
  69. Line_2.Font = Enum.Font.SourceSans
  70. Line_2.Text = ""
  71. Line_2.TextSize = 14.000
  72.  
  73. D.Name = "D"
  74. D.Parent = crossHair
  75. D.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. D.BackgroundTransparency = 1.000
  77. D.ClipsDescendants = true
  78. D.Position = UDim2.new(0, -500, 0, -2)
  79. D.Size = UDim2.new(0, 500, 0, 4)
  80.  
  81. Line_3.Name = "Line"
  82. Line_3.Parent = D
  83. Line_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. Line_3.BorderColor3 = Color3.fromRGB(100, 100, 100)
  85. Line_3.Position = UDim2.new(1, -25, 0.5, -1)
  86. Line_3.Size = UDim2.new(0, 15, 0, 2)
  87. Line_3.Font = Enum.Font.SourceSans
  88. Line_3.Text = ""
  89. Line_3.TextSize = 14.000
  90.  
  91. A.Name = "A"
  92. A.Parent = crossHair
  93. A.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. A.BackgroundTransparency = 1.000
  95. A.ClipsDescendants = true
  96. A.Position = UDim2.new(0, -2, 0, -500)
  97. A.Size = UDim2.new(0, 4, 0, 500)
  98.  
  99. Line_4.Name = "Line"
  100. Line_4.Parent = A
  101. Line_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. Line_4.BorderColor3 = Color3.fromRGB(100, 100, 100)
  103. Line_4.Position = UDim2.new(0.5, -1, 1, -25)
  104. Line_4.Size = UDim2.new(0, 2, 0, 15)
  105. Line_4.Font = Enum.Font.SourceSans
  106. Line_4.Text = ""
  107. Line_4.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement