YT_PatricioTGN

fsfsa

Sep 17th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. if IY_LOADED and not _G.IY_DEBUG == true then
  2. error("Infinite Yield is already running!",0)
  3. return
  4. end
  5.  
  6. pcall(function() getgenv().IY_LOADED = true end)
  7.  
  8. if not game:IsLoaded() then
  9. local notLoaded = Instance.new("Message", game:GetService("CoreGui"))
  10. notLoaded.Text = 'Infinite Yield is waiting for the game to load'
  11. game.Loaded:Wait()
  12. notLoaded:Destroy()
  13. end
  14.  
  15. ver = '5.3.1'
  16.  
  17. Players = game:GetService("Players")
  18.  
  19. Holder = Instance.new("Frame")
  20. Title = Instance.new("TextLabel")
  21. Dark = Instance.new("Frame")
  22. Cmdbar = Instance.new("TextBox")
  23. CMDsF = Instance.new("ScrollingFrame")
  24. cmdListLayout = Instance.new("UIListLayout")
  25. SettingsButton = Instance.new("ImageButton")
  26. ColorsButton = Instance.new("ImageButton")
  27. Settings = Instance.new("Frame")
  28. Prefix = Instance.new("TextLabel")
  29. PrefixBox = Instance.new("TextBox")
  30. Keybinds = Instance.new("TextLabel")
  31. StayOpen = Instance.new("TextLabel")
  32. Button = Instance.new("Frame")
  33. On = Instance.new("TextButton")
  34. Positions = Instance.new("TextLabel")
  35. EventBind = Instance.new("TextLabel")
  36. Plugins = Instance.new("TextLabel")
  37. Example = Instance.new("TextButton")
  38. Notification = Instance.new("Frame")
  39. Title_2 = Instance.new("TextLabel")
  40. Text_2 = Instance.new("TextLabel")
  41. CloseButton = Instance.new("TextButton")
  42. CloseImage = Instance.new("ImageLabel")
  43. PinButton = Instance.new("TextButton")
  44. PinImage = Instance.new("ImageLabel")
  45. Tooltip = Instance.new("Frame")
  46. Title_3 = Instance.new("TextLabel")
  47. Description = Instance.new("TextLabel")
  48. IntroBackground = Instance.new("Frame")
  49. Logo = Instance.new("ImageLabel")
  50. Credits = Instance.new("TextBox")
  51. KeybindsFrame = Instance.new("Frame")
  52. Close = Instance.new("TextButton")
  53. Add = Instance.new("TextButton")
  54. Delete = Instance.new("TextButton")
  55. Holder_2 = Instance.new("ScrollingFrame")
  56. Example_2 = Instance.new("Frame")
  57. Text_3 = Instance.new("TextLabel")
  58. Delete_2 = Instance.new("TextButton")
  59. KeybindEditor = Instance.new("Frame")
  60. background_2 = Instance.new("Frame")
  61. Dark_4 = Instance.new("Frame")
  62. Directions = Instance.new("TextLabel")
  63. BindTo = Instance.new("TextButton")
  64. Add_2 = Instance.new("TextButton")
  65. Cmdbar_2 = Instance.new("TextBox")
  66. Toggles = Instance.new("ScrollingFrame")
  67. Fly = Instance.new("TextLabel")
  68. Select_3 = Instance.new("TextButton")
  69. Noclip = Instance.new("TextLabel")
  70. Select_4 = Instance.new("TextButton")
  71. Float = Instance.new("TextLabel")
  72. Select_5 = Instance.new("TextButton")
  73. ClickTP = Instance.new("TextLabel")
  74. Select_6 = Instance.new("TextButton")
  75. ClickDelete = Instance.new("TextLabel")
  76. Select_13 = Instance.new("TextButton")
  77. Xray = Instance.new("TextLabel")
  78. Select_10 = Instance.new("TextButton")
  79. Swim = Instance.new("TextLabel")
  80. Select_11 = Instance.new("TextButton")
  81. Fling = Instance.new("TextLabel")
  82. Select_12 = Instance.new("TextButton")
  83. Invisible = Instance.new("TextLabel")
  84. Select_14 = Instance.new("TextButton")
  85. Vehiclefly = Instance.new("TextLabel")
  86. Select_15 = Instance.new("TextButton")
  87. VehicleNoclip = Instance.new("TextLabel")
  88. Select_16 = Instance.new("TextButton")
  89. shadow_2 = Instance.new("Frame")
  90. PopupText_2 = Instance.new("TextLabel")
  91. Exit_2 = Instance.new("TextButton")
  92. ExitImage_2 = Instance.new("ImageLabel")
  93. PositionsFrame = Instance.new("Frame")
  94. Close_3 = Instance.new("TextButton")
  95. Delete_5 = Instance.new("TextButton")
  96. Part = Instance.new("TextButton")
  97. Holder_4 = Instance.new("ScrollingFrame")
  98. Example_4 = Instance.new("Frame")
  99. Text_5 = Instance.new("TextLabel")
  100. Delete_6 = Instance.new("TextButton")
  101. TP = Instance.new("TextButton")
Add Comment
Please, Sign In to add comment