OFAS32_IL_IL

thank you very much

Mar 18th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. Rrofile Roblox : https://web.roblox.com/users/1654260634/profi
  2. @ Superkaitun_Tnk51
  3. thank you very much
  4. 𝐒𝐜𝐫𝐢𝐩𝐭 : -- Gui to Lua
  5. -- Version: 3.2
  6.  
  7. -- Instances:
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local Frame = Instance.new("Frame")
  11. local UICorner = Instance.new("UICorner")
  12. local TextLabel = Instance.new("TextLabel")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local TextButton = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local HighHips = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local BTools = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local DexExplorerV2 = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local TextBox = Instance.new("TextBox")
  23. local UICorner_7 = Instance.new("UICorner")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local UICorner_8 = Instance.new("UICorner")
  26.  
  27. --Properties:
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. Frame.Parent = ScreenGui
  33. Frame.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  34. Frame.Position = UDim2.new(0.180806667, 0, 0.29436326, 0)
  35. Frame.Size = UDim2.new(0, 442, 0, 248)
  36. Frame.Active = true
  37. Frame.Draggable = true
  38.  
  39.  
  40. UICorner.Parent = Frame
  41.  
  42. TextLabel.Parent = Frame
  43. TextLabel.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  44. TextLabel.Size = UDim2.new(0, 442, 0, 18)
  45. TextLabel.Font = Enum.Font.SourceSansBold
  46. TextLabel.Text = "@ Superkaitun_Tnk51"
  47. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. TextLabel.TextSize = 25.000
  49.  
  50. UICorner_2.Parent = TextLabel
  51.  
  52. TextButton.Parent = Frame
  53. TextButton.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  54. TextButton.Position = UDim2.new(0.03167421, 0, 0.157258064, 0)
  55. TextButton.Size = UDim2.new(0, 200, 0, 35)
  56. TextButton.Font = Enum.Font.SourceSansBold
  57. TextButton.Text = "Infinite Yield"
  58. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  59. TextButton.TextSize = 38.000
  60. TextButton.MouseButton1Down:connect(function()
  61. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Infinite Yield.txt"))()
  62. end)
  63.  
  64. UICorner_3.Parent = TextButton
  65.  
  66. HighHips.Name = "High Hips"
  67. HighHips.Parent = Frame
  68. HighHips.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  69. HighHips.Position = UDim2.new(0.03167421, 0, 0.427419364, 0)
  70. HighHips.Size = UDim2.new(0, 200, 0, 35)
  71. HighHips.Font = Enum.Font.SourceSansBold
  72. HighHips.Text = "High Hips"
  73. HighHips.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. HighHips.TextSize = 38.000
  75. HighHips.MouseButton1Down:connect(function()
  76. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/High Hips.txt"))()
  77. end)
  78.  
  79. UICorner_4.Parent = HighHips
  80.  
  81. BTools.Name = "BTools"
  82. BTools.Parent = Frame
  83. BTools.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  84. BTools.Position = UDim2.new(0.03167421, 0, 0.673387051, 0)
  85. BTools.Size = UDim2.new(0, 200, 0, 35)
  86. BTools.Font = Enum.Font.SourceSansBold
  87. BTools.Text = "BTools"
  88. BTools.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. BTools.TextSize = 38.000
  90. BTools.MouseButton1Down:connect(function()
  91. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
  92. end)
  93.  
  94. UICorner_5.Parent = BTools
  95.  
  96. DexExplorerV2.Name = "Dex Explorer V2"
  97. DexExplorerV2.Parent = Frame
  98. DexExplorerV2.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  99. DexExplorerV2.Position = UDim2.new(0.529411793, 0, 0.157258064, 0)
  100. DexExplorerV2.Size = UDim2.new(0, 200, 0, 35)
  101. DexExplorerV2.Font = Enum.Font.SourceSansBold
  102. DexExplorerV2.Text = "Dex Explorer V2"
  103. DexExplorerV2.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. DexExplorerV2.TextSize = 34.000
  105. DexExplorerV2.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex Explorer V2.txt"))()
  107. end)
  108.  
  109. UICorner_6.Parent = DexExplorerV2
  110.  
  111. TextBox.Parent = Frame
  112. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  113. TextBox.Position = UDim2.new(0.529411733, 0, 0.366935492, 0)
  114. TextBox.Size = UDim2.new(0, 200, 0, 50)
  115. TextBox.Font = Enum.Font.SourceSans
  116. TextBox.Text = ""
  117. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. TextBox.TextScaled = true
  119. TextBox.TextSize = 14.000
  120. TextBox.TextWrapped = true
  121.  
  122. UICorner_7.Parent = TextBox
  123.  
  124. TextLabel_2.Parent = Frame
  125. TextLabel_2.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  126. TextLabel_2.Position = UDim2.new(0.529411852, 0, 0.612903237, 0)
  127. TextLabel_2.Size = UDim2.new(0, 199, 0, 86)
  128. TextLabel_2.Font = Enum.Font.SourceSans
  129. TextLabel_2.Text = "- new ui\\n- converts both module scripts & scripts along with ui\\n- support for folders and new ui elements"
  130. TextLabel_2.TextColor3 = Color3.fromRGB(208, 208, 208)
  131. TextLabel_2.TextScaled = true
  132. TextLabel_2.TextSize = 69.000
  133. TextLabel_2.TextWrapped = true
  134.  
  135. UICorner_8.Parent = TextLabel_2
Add Comment
Please, Sign In to add comment