Advertisement
Kimmeng

Loaded

Feb 15th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local LennyAPI = Instance.new("ScreenGui")
  7. local FrameAPI = Instance.new("Frame")
  8. local Close = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local Frame = Instance.new("Frame")
  12. local label = Instance.new("Frame")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local NotMain = Instance.new("TextButton")
  15. local Frame_2 = Instance.new("Frame")
  16.  
  17. --Properties:
  18.  
  19. LennyAPI.Name = "LennyAPI"
  20. LennyAPI.Parent = game.CoreGui
  21.  
  22. FrameAPI.Name = "FrameAPI"
  23. FrameAPI.Parent = LennyAPI
  24. FrameAPI.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  25. FrameAPI.BackgroundTransparency = 0.500
  26. FrameAPI.Position = UDim2.new(0.859778523, 0, 0.773539901, 0)
  27. FrameAPI.Size = UDim2.new(0, 222, 0, 92)
  28.  
  29. Close.Name = "Close"
  30. Close.Parent = FrameAPI
  31. Close.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  32. Close.BackgroundTransparency = 0.500
  33. Close.Position = UDim2.new(0, 0, 0.771739125, 0)
  34. Close.Size = UDim2.new(0, 222, 0, 20)
  35. Close.Font = Enum.Font.SourceSans
  36. Close.Text = "Close"
  37. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. Close.TextSize = 17.000
  39. Close.MouseButton1Down:connect(function()
  40. FrameAPI.Visible = false
  41. NotMain.Visible = true
  42. end)
  43.  
  44. TextLabel.Parent = FrameAPI
  45. TextLabel.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  46. TextLabel.BackgroundTransparency = 0.500
  47. TextLabel.Size = UDim2.new(0, 222, 0, 23)
  48. TextLabel.Font = Enum.Font.SourceSans
  49. TextLabel.Text = "Lenny API"
  50. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.TextSize = 20.000
  52.  
  53. TextLabel_2.Parent = FrameAPI
  54. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. TextLabel_2.BackgroundTransparency = 1.000
  56. TextLabel_2.Position = UDim2.new(0, 0, 0.315217406, 0)
  57. TextLabel_2.Size = UDim2.new(0, 222, 0, 33)
  58. TextLabel_2.Font = Enum.Font.SourceSans
  59. TextLabel_2.Text = "Powerd By: lenny.yolasite.com"
  60. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  61. TextLabel_2.TextSize = 14.000
  62.  
  63. Frame.Parent = FrameAPI
  64. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. Frame.BorderSizePixel = 0
  66. Frame.Position = UDim2.new(-0.000356863224, 0, 0.246441379, 0)
  67. Frame.Size = UDim2.new(0, 222, 0, 6)
  68.  
  69. label.Name = "label"
  70. label.Parent = LennyAPI
  71. label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. label.BackgroundTransparency = 0.500
  73. label.Position = UDim2.new(0.00615006126, 0, 0.958283663, 0)
  74. label.Size = UDim2.new(0, 194, 0, 29)
  75. label.Visible = false
  76.  
  77. TextLabel_3.Parent = label
  78. TextLabel_3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  79. TextLabel_3.Size = UDim2.new(0, 170, 0, 28)
  80. TextLabel_3.Font = Enum.Font.SourceSans
  81. TextLabel_3.Text = "Lenny Loaded"
  82. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. TextLabel_3.TextScaled = true
  84. TextLabel_3.TextSize = 14.000
  85. TextLabel_3.TextWrapped = true
  86.  
  87. NotMain.Name = "NotMain"
  88. NotMain.Parent = label
  89. NotMain.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  90. NotMain.Position = UDim2.new(0.876288652, 0, 0, 0)
  91. NotMain.Size = UDim2.new(0, 24, 0, 28)
  92. NotMain.Font = Enum.Font.SourceSans
  93. NotMain.Text = "X"
  94. NotMain.TextColor3 = Color3.fromRGB(255, 255, 255)
  95. NotMain.TextScaled = true
  96. NotMain.TextSize = 14.000
  97. NotMain.TextWrapped = true
  98. NotMain.MouseButton1Down:connect(function()
  99. NotMain.Visible = false
  100. end)
  101.  
  102. Frame_2.Parent = label
  103. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. Frame_2.BorderSizePixel = 0
  105. Frame_2.Position = UDim2.new(-0.000356851175, 0, -0.236317605, 0)
  106. Frame_2.Size = UDim2.new(0, 194, 0, 6)
  107.  
  108. -- Scripts:
  109.  
  110. local function PQWSY_fake_script() -- Frame.LocalScript
  111. local script = Instance.new('LocalScript', Frame)
  112.  
  113. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  114.  
  115. counter = 0
  116.  
  117. while wait(0.1)do
  118. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  119.  
  120. counter = counter + 0.01
  121. end
  122. end
  123. coroutine.wrap(PQWSY_fake_script)()
  124. local function NBEV_fake_script() -- Frame_2.LocalScript
  125. local script = Instance.new('LocalScript', Frame_2)
  126.  
  127. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  128.  
  129. counter = 0
  130.  
  131. while wait(0.1)do
  132. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  133.  
  134. counter = counter + 0.01
  135. end
  136. end
  137. coroutine.wrap(NBEV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement