Advertisement
deadlyhacker991

My own made script

Mar 31st, 2023
253
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | Gaming | 0 0
  1.  
  2.  
  3. -- Gui to Lua
  4.  
  5. -- Version: 3.2
  6.  
  7.  
  8. -- Instances:
  9.  
  10.  
  11. local TextButton = Instance.new("TextButton")
  12.  
  13.  
  14. --Properties:
  15.  
  16.  
  17. TextButton.Parent = game.StarterGui.ScreenGui.Frame
  18.  
  19. TextButton.BackgroundColor3 = Color3.fromRGB(0, 55, 255)
  20.  
  21. TextButton.Position = UDim2.new(0.0597402602, 0, 0.276094288, 0)
  22.  
  23. TextButton.Size = UDim2.new(0, 343, 0, 125)
  24.  
  25. TextButton.Font = Enum.Font.Unknown
  26.  
  27. TextButton.Text = "LOAD"
  28.  
  29. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  30.  
  31. TextButton.TextSize = 30.000
  32.  
  33. TextButton.MouseButton1Down:connect(function()
  34.  
  35. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() --nice!--
  36.  
  37. end)
  38.  
  39.  
  40.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement