Advertisement
kphs2

wwwwwwwdwdwd

Mar 21st, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local BlackGUI = Instance.new("TextButton")
  9. local KolgieHub = Instance.new("TextButton")
  10. local XenonHub = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  21. Frame.BorderSizePixel = 0
  22. Frame.Position = UDim2.new(0.0151821971, 0, 0.223787159, 0)
  23. Frame.Size = UDim2.new(0, 410, 0, 173)
  24.  
  25. BlackGUI.Name = "Black GUI"
  26. BlackGUI.Parent = Frame
  27. BlackGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. BlackGUI.Position = UDim2.new(0.0536585376, 0, 0.308887273, 0)
  29. BlackGUI.Size = UDim2.new(0, 172, 0, 50)
  30. BlackGUI.Font = Enum.Font.Gotham
  31. BlackGUI.Text = "Black Gui"
  32. BlackGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. BlackGUI.TextSize = 25.000
  34.  
  35. KolgieHub.Name = "Kolgie Hub"
  36. KolgieHub.Parent = Frame
  37. KolgieHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. KolgieHub.Position = UDim2.new(0.295206666, 0, 0.652284622, 0)
  39. KolgieHub.Size = UDim2.new(0, 172, 0, 50)
  40. KolgieHub.Font = Enum.Font.Gotham
  41. KolgieHub.Text = "Kolgie Hub"
  42. KolgieHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. KolgieHub.TextSize = 25.000
  44.  
  45. XenonHub.Name = "Xenon Hub"
  46. XenonHub.Parent = Frame
  47. XenonHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. XenonHub.Position = UDim2.new(0.51980871, 0, 0.308887273, 0)
  49. XenonHub.Size = UDim2.new(0, 172, 0, 50)
  50. XenonHub.Font = Enum.Font.Gotham
  51. XenonHub.Text = "Xenon Hub"
  52. XenonHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. XenonHub.TextSize = 25.000
  54.  
  55. TextLabel.Parent = Frame
  56. TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  57. TextLabel.BorderSizePixel = 0
  58. TextLabel.Position = UDim2.new(-0.000281453133, 0, -0.0368894339, 0)
  59. TextLabel.Size = UDim2.new(0, 410, 0, 38)
  60. TextLabel.Font = Enum.Font.Gotham
  61. TextLabel.Text = "OP YBA SCRIPTS"
  62. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. TextLabel.TextSize = 30.000
  64.  
  65. TextButton.Parent = Frame
  66. TextButton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  67. TextButton.BorderSizePixel = 0
  68. TextButton.Position = UDim2.new(0.92030704, 0, -0.014441587, 0)
  69. TextButton.Size = UDim2.new(0, 26, 0, 30)
  70. TextButton.Font = Enum.Font.GothamBlack
  71. TextButton.Text = "x"
  72. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  73. TextButton.TextSize = 25.000
  74. TextButton.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  75.  
  76. TextButton_2.Parent = ScreenGui
  77. TextButton_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  78. TextButton_2.BorderSizePixel = 0
  79. TextButton_2.Position = UDim2.new(0.0156659577, 0, 0.138126999, 0)
  80. TextButton_2.Size = UDim2.new(0, 74, 0, 42)
  81. TextButton_2.Font = Enum.Font.GothamBlack
  82. TextButton_2.Text = "OPEN"
  83. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. TextButton_2.TextSize = 25.000
  85. TextButton_2.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  86.  
  87. -- Scripts:
  88.  
  89. local function AFSY_fake_script() -- BlackGUI.LocalScript
  90. local script = Instance.new('LocalScript', BlackGUI)
  91.  
  92. script.Parent.MouseButton1Click:Connect(function()
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tobias020108Back/YBA-AUT/main/YBA-GUI-Rewrite.lua"))()
  94. end)
  95. end
  96. coroutine.wrap(AFSY_fake_script)()
  97. local function AFKOIN_fake_script() -- KolgieHub.LocalScript
  98. local script = Instance.new('LocalScript', KolgieHub)
  99.  
  100. script.Parent.MouseButton1Click:Connect(function()
  101. loadstring(game:HttpGet("https://raw.githubusercontent.com/kolgie/YBA-GUI/main/yba-gui-obfuscated.lua"))()
  102. end)
  103. end
  104. coroutine.wrap(AFKOIN_fake_script)()
  105. local function TJZG_fake_script() -- XenonHub.LocalScript
  106. local script = Instance.new('LocalScript', XenonHub)
  107.  
  108. script.Parent.MouseButton1Click:Connect(function()
  109. loadstring(game:HttpGet("https://raw.githubusercontent.com/botisznt/whocares/main/YBA.lua",true))()
  110. end)
  111. end
  112. coroutine.wrap(TJZG_fake_script)()
  113. local function RDNMLP_fake_script() -- TextButton.LocalScript
  114. local script = Instance.new('LocalScript', TextButton)
  115.  
  116. script.Parent.MouseButton1Down:Connect(function()
  117. script.Parent.Parent.Visible=false
  118. end)
  119. end
  120. coroutine.wrap(RDNMLP_fake_script)()
  121. local function DEWDJN_fake_script() -- TextButton_2.LocalScript
  122. local script = Instance.new('LocalScript', TextButton_2)
  123.  
  124. script.Parent.MouseButton1Down:Connect(function()
  125. script.Parent.Parent.Frame.Visible=true
  126. end)
  127. end
  128. coroutine.wrap(DEWDJN_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement