Advertisement
MinerMC122

Untitled

Jul 10th, 2023
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RBScript 4.49 KB | Writing | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local menu1 = Instance.new("Frame")
  8. local speed = Instance.new("TextButton")
  9. local admin = Instance.new("TextButton")
  10. local fly = Instance.new("TextButton")
  11. local exit = Instance.new("TextButton")
  12. local esp = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local menu2 = Instance.new("Frame")
  15. local openmenu = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. menu1.Name = "menu 1"
  22. menu1.Parent = ScreenGui
  23. menu1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. menu1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  25. menu1.BorderSizePixel = 0
  26. menu1.Position = UDim2.new(0.326071441, 0, 0.212474391, 0)
  27. menu1.Size = UDim2.new(0, 376, 0, 268)
  28. menu1.Active = true
  29. menu1.Visible = true
  30. menu1.Draggable = true
  31.  
  32. speed.Name = "speed"
  33. speed.Parent = menu1
  34. speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  36. speed.BorderSizePixel = 0
  37. speed.Position = UDim2.new(0.106382981, 0, 0.138059705, 0)
  38. speed.Size = UDim2.new(0, 71, 0, 61)
  39. speed.Font = Enum.Font.SourceSans
  40. speed.Text = "speed"
  41. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. speed.TextSize = 14.000
  43. speed.MouseButton1Down:Connect(function()
  44.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed.Value = 150
  45. end)
  46.  
  47. admin.Name = "admin"
  48. admin.Parent = menu1
  49. admin.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. admin.BorderColor3 = Color3.fromRGB(0, 0, 0)
  51. admin.BorderSizePixel = 0
  52. admin.Position = UDim2.new(0.670212746, 0, 0.138059705, 0)
  53. admin.Size = UDim2.new(0, 70, 0, 61)
  54. admin.Font = Enum.Font.SourceSans
  55. admin.Text = "admin"
  56. admin.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. admin.TextSize = 14.000
  58. admin.MouseButton1Down:Connect(function()
  59.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  60. end)
  61.  
  62. fly.Name = "fly"
  63. fly.Parent = menu1
  64. fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  65. fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
  66. fly.BorderSizePixel = 0
  67. fly.Position = UDim2.new(0.106382981, 0, 0.537313461, 0)
  68. fly.Size = UDim2.new(0, 71, 0, 63)
  69. fly.Font = Enum.Font.SourceSans
  70. fly.Text = "fly"
  71. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. fly.TextSize = 14.000
  73. fly.MouseButton1Down:Connect(function()
  74.     loadstring(game:HttpGet('https://raw.githubusercontent.com/ColdStep2/Fly-Gui-V3-Source/main/Fly%20GUI%20V3%20Source'))()
  75. end)
  76.  
  77. exit.Name = "exit"
  78. exit.Parent = menu1
  79. exit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  80. exit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  81. exit.BorderSizePixel = 0
  82. exit.Position = UDim2.new(0.914893627, 0, 0, 0)
  83. exit.Size = UDim2.new(0, 32, 0, 27)
  84. exit.Font = Enum.Font.SourceSans
  85. exit.Text = "x"
  86. exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. exit.TextSize = 14.000
  88. exit.MouseButton1Down:Connect(function()
  89.     menu1.Visible = false
  90.     menu2.Visible = true
  91. end)
  92.  
  93.  
  94. esp.Name = "esp"
  95. esp.Parent = menu1
  96. esp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  97. esp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  98. esp.BorderSizePixel = 0
  99. esp.Position = UDim2.new(0.670212746, 0, 0.559701502, 0)
  100. esp.Size = UDim2.new(0, 70, 0, 57)
  101. esp.Font = Enum.Font.SourceSans
  102. esp.Text = "esp"
  103. esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. esp.TextSize = 14.000
  105. esp.MouseButton1Down:Connect(function()
  106.     loadstring(game:HttpGet('https://raw.githubusercontent.com/Exunys/ESP-Script/main/ESP.lua'))()
  107. end)
  108.  
  109. TextLabel.Parent = menu1
  110. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  111. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  112. TextLabel.BorderSizePixel = 0
  113. TextLabel.Size = UDim2.new(0, 344, 0, 27)
  114. TextLabel.Font = Enum.Font.SourceSans
  115. TextLabel.Text = "universal script"
  116. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  117. TextLabel.TextSize = 14.000
  118.  
  119. menu2.Name = "menu 2"
  120. menu2.Parent = ScreenGui
  121. menu2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  122. menu2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  123. menu2.BorderSizePixel = 0
  124. menu2.Position = UDim2.new(0.0498154983, 0, 0.152610436, 0)
  125. menu2.Size = UDim2.new(0, 80, 0, 44)
  126. menu2.Active = true
  127. menu2.Draggable = true
  128.  
  129. openmenu.Name = "openmenu"
  130. openmenu.Parent = menu2
  131. openmenu.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  132. openmenu.BorderColor3 = Color3.fromRGB(0, 0, 0)
  133. openmenu.BorderSizePixel = 0
  134. openmenu.Size = UDim2.new(0, 80, 0, 44)
  135. openmenu.Font = Enum.Font.SourceSans
  136. openmenu.Text = "x"
  137. openmenu.TextColor3 = Color3.fromRGB(255, 0, 0)
  138. openmenu.TextSize = 14.000
  139. openmenu.MouseButton1Down:Connect(function()
  140.     menu1.Visible = false
  141.     menu2.Visible = true
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement