KrYn0MoRe

fake infinite yield

Mar 25th, 2023
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.86 KB | None | 0 0
  1. function give(plr)
  2. local pgui = plr:FindFirstChildOfClass("PlayerGui")
  3. local loadbar = Instance.new("ScreenGui") local Loading = Instance.new("TextLabel") local fr = Instance.new("Frame") local ba = Instance.new("Frame") loadbar.Name = "loadbar" loadbar.Parent = pgui
  4. Loading.Name = "Loading" Loading.Parent = loadbar Loading.BackgroundColor3 = Color3.new(1, 1, 1) Loading.BackgroundTransparency = 1 Loading.Position = UDim2.new(0.25, 0, 0.875, 0) Loading.Size = UDim2.new(0.5, 0, 0, 50)
  5. Loading.ZIndex = 101 Loading.Font = Enum.Font.ArialBold Loading.FontSize = Enum.FontSize.Size24 Loading.Text = "Loading..." Loading.TextColor3 = Color3.new(0, 0, 0) Loading.TextStrokeColor3 = Color3.new(1, 1, 1) Loading.TextStrokeTransparency = 0.5
  6. Loading.TextTransparency = 0.10000000149012 Loading.TextWrapped = true fr.Name = "fr" fr.Parent = Loading fr.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) fr.BackgroundTransparency = 0.30000001192093
  7. fr.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078) fr.BorderSizePixel = 2 fr.Size = UDim2.new(1, 0, 1, 0) ba.ZIndex = 100 fr.ZIndex = 99 ba.Name = "ba" ba.Parent = Loading ba.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) ba.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  8. ba.BorderSizePixel = 0 ba.Size = UDim2.new(0, 0, 1, 0)
  9. Loading.ba:TweenSize(UDim2.new(0.3, 0, 1, 0), "InOut", "Quart", 1, true, nil)
  10. local Logs = Instance.new("ScreenGui")
  11. logdrag = Instance.new("Frame")
  12. local PromptDialog = Instance.new("Frame")
  13. local ContainerFrame = Instance.new("Frame")
  14. local pos = Instance.new("Frame")
  15. local clear = Instance.new("TextButton")
  16. local scroll = Instance.new("ScrollingFrame")
  17. local hl = Instance.new("Frame")
  18. local whispers = Instance.new("Frame")
  19. local CheckBox = Instance.new("ImageButton")
  20. local box = Instance.new("TextButton")
  21. local whispers_2 = Instance.new("TextLabel")
  22. local chats = Instance.new("Frame")
  23. local CheckBox_2 = Instance.new("ImageButton")
  24. local box_2 = Instance.new("TextButton")
  25. local chats_2 = Instance.new("TextLabel")
  26. local commands = Instance.new("Frame")
  27. local CheckBox_3 = Instance.new("ImageButton")
  28. local box_3 = Instance.new("TextButton")
  29. local commands_2 = Instance.new("TextLabel")
  30. local shadow = Instance.new("Frame")
  31. local Exit = Instance.new("TextButton")
  32. local PopupText = Instance.new("TextLabel")
  33. local Hide = Instance.new("TextButton")
  34. Logs.Name = "Logs"
  35. Logs.Parent = pgui
  36. logdrag.Name = "drag"
  37. logdrag.Parent = Logs
  38. logdrag.Active = true
  39. logdrag.BackgroundColor3 = Color3.new(1, 1, 1)
  40. logdrag.BackgroundTransparency = 1
  41. --dragGUI(logdrag)
  42. logdrag.Position = UDim2.new(0.5, -225, 0, -400)
  43. logdrag.Size = UDim2.new(0, 438, 0, 26)
  44. PromptDialog.Name = "PromptDialog"
  45. PromptDialog.Parent = logdrag
  46. PromptDialog.BackgroundColor3 = Color3.new(0, 0, 0)
  47. PromptDialog.BackgroundTransparency = 1
  48. PromptDialog.BorderSizePixel = 0
  49. PromptDialog.Position = UDim2.new(0, 0, 0, -2)
  50. PromptDialog.Size = UDim2.new(0, 438, 0, 300)
  51. PromptDialog.ZIndex = 5
  52. PromptDialog.ClipsDescendants = true
  53. ContainerFrame.Name = "ContainerFrame"
  54. ContainerFrame.Parent = PromptDialog
  55. colorR = 0.121569;
  56. colorG = 0.121569;
  57. colorB = 0.121569;
  58. maincolor = Color3.new(colorR, colorG, colorB)
  59. ContainerFrame.BackgroundColor3 = maincolor
  60. ContainerFrame.BackgroundTransparency = 0.5
  61. ContainerFrame.BorderColor3 = Color3.new(0, 0, 0)
  62. ContainerFrame.BorderSizePixel = 0
  63. ContainerFrame.Position = UDim2.new(0, 0, 0, 29)
  64. ContainerFrame.Size = UDim2.new(1, 0, 0.829999983, 0)
  65. ContainerFrame.ZIndex = 5
  66. pos.Name = "pos"
  67. pos.Parent = ContainerFrame
  68. pos.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  69. pos.BackgroundTransparency = 1
  70. pos.BorderColor3 = Color3.new(0, 0, 0)
  71. pos.BorderSizePixel = 0
  72. pos.Position = UDim2.new(0, 10, 0, 9)
  73. pos.Size = UDim2.new(0, 428, 0, 230)
  74. pos.ZIndex = 5
  75. clear.Name = "clear"
  76. clear.Parent = pos
  77. clear.BackgroundColor3 = Color3.new(0, 0, 0)
  78. clear.BackgroundTransparency = 0.80000001192093
  79. clear.BorderColor3 = Color3.new(1, 1, 1)
  80. clear.Position = UDim2.new(0, 3, 0, 3)
  81. clear.Size = UDim2.new(0, 70, 0, 20)
  82. clear.ZIndex = 5
  83. clear.Font = Enum.Font.SourceSans
  84. clear.FontSize = Enum.FontSize.Size14
  85. clear.Text = "Clear"
  86. clear.TextColor3 = Color3.new(1, 1, 1)
  87. scroll.Name = "scroll"
  88. scroll.Parent = pos
  89. scroll.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  90. scroll.BackgroundTransparency = 1
  91. scroll.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  92. scroll.BorderSizePixel = 0
  93. scroll.Size = UDim2.new(0, 413, 0, 193)
  94. scroll.Position = UDim2.new(0.007, 0, 0.152, 0)
  95. scroll.ZIndex = 5
  96. scroll.BottomImage = "rbxasset://textures/blackBkg_square.png"
  97. scroll.CanvasSize = UDim2.new(0, 0, 0, 10)
  98. scroll.MidImage = "rbxasset://textures/blackBkg_square.png"
  99. scroll.ScrollBarThickness = 8
  100. scroll.TopImage = "rbxasset://textures/blackBkg_square.png"
  101. hl.Name = "hl"
  102. hl.Parent = pos
  103. hl.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  104. hl.BackgroundTransparency = 0.5
  105. hl.BorderColor3 = Color3.new(0, 0, 0)
  106. hl.BorderSizePixel = 0
  107. hl.Position = UDim2.new(0, 2, 0, 35)
  108. hl.Size = UDim2.new(0.799065411, 72, 0.839130461, 0)
  109. hl.ZIndex = 5
  110. whispers.Name = "whispers"
  111. whispers.Parent = pos
  112. whispers.BackgroundColor3 = Color3.new(1, 1, 1)
  113. whispers.BackgroundTransparency = 1
  114. whispers.Size = UDim2.new(0, 428, 0, 230)
  115. CheckBox.Name = "CheckBox"
  116. CheckBox.Parent = whispers
  117. CheckBox.BackgroundTransparency = 1
  118. CheckBox.Position = UDim2.new(0.574635506, 0, 0, 2)
  119. CheckBox.Size = UDim2.new(0, 20, 0, 20)
  120. CheckBox.ZIndex = 6
  121. CheckBox.Image = "http://www.roblox.com/asset/?id=65492641"
  122. box.Name = "box"
  123. box.Parent = whispers
  124. box.BackgroundColor3 = Color3.new(0, 0, 0)
  125. box.BackgroundTransparency = 0.80000001192093
  126. box.BorderColor3 = Color3.new(1, 1, 1)
  127. box.Position = UDim2.new(0, 172, 0, 3)
  128. box.Size = UDim2.new(0, 94, 0, 20)
  129. box.ZIndex = 5
  130. box.Font = Enum.Font.SourceSans
  131. box.FontSize = Enum.FontSize.Size14
  132. box.Text = ""
  133. box.TextColor3 = Color3.new(1, 1, 1)
  134. whispers_2.Name = "whispers"
  135. whispers_2.Parent = whispers
  136. whispers_2.BackgroundColor3 = Color3.new(1, 1, 1)
  137. whispers_2.BackgroundTransparency = 1
  138. whispers_2.Position = UDim2.new(0, 172, 0, 3)
  139. whispers_2.Size = UDim2.new(0.126168221, 20, -0.0434782617, 30)
  140. whispers_2.ZIndex = 6
  141. whispers_2.Font = Enum.Font.SourceSansBold
  142. whispers_2.FontSize = Enum.FontSize.Size14
  143. whispers_2.Text = "Whispers"
  144. whispers_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  145. chats.Name = "chats"
  146. chats.Parent = pos
  147. chats.BackgroundColor3 = Color3.new(1, 1, 1)
  148. chats.BackgroundTransparency = 1
  149. chats.Size = UDim2.new(0, 428, 0, 230)
  150. CheckBox_2.Name = "CheckBox"
  151. CheckBox_2.Parent = chats
  152. CheckBox_2.BackgroundTransparency = 1
  153. CheckBox_2.Position = UDim2.new(0.324635506, 0, 3.49245965e-08, 2)
  154. CheckBox_2.Size = UDim2.new(0, 20, 0, 20)
  155. CheckBox_2.ZIndex = 6
  156. CheckBox_2.Image = "http://www.roblox.com/asset/?id=65492641"
  157. box_2.Name = "box"
  158. box_2.Parent = chats
  159. box_2.BackgroundColor3 = Color3.new(0, 0, 0)
  160. box_2.BackgroundTransparency = 0.80000001192093
  161. box_2.BorderColor3 = Color3.new(1, 1, 1)
  162. box_2.Position = UDim2.new(0, 86, 0, 3)
  163. box_2.Size = UDim2.new(0, 73, 0, 20)
  164. box_2.ZIndex = 5
  165. box_2.Font = Enum.Font.SourceSans
  166. box_2.FontSize = Enum.FontSize.Size14
  167. box_2.Text = ""
  168. box_2.TextColor3 = Color3.new(1, 1, 1)
  169. chats_2.Name = "chats"
  170. chats_2.Parent = chats
  171. chats_2.BackgroundColor3 = Color3.new(1, 1, 1)
  172. chats_2.BackgroundTransparency = 1
  173. chats_2.Position = UDim2.new(0, 86, 0, 2)
  174. chats_2.Size = UDim2.new(0.0771028027, 20, -0.0434782617, 30)
  175. chats_2.ZIndex = 6
  176. chats_2.Font = Enum.Font.SourceSansBold
  177. chats_2.FontSize = Enum.FontSize.Size14
  178. chats_2.Text = "Chats"
  179. chats_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  180. commands.Name = "commands"
  181. commands.Parent = pos
  182. commands.BackgroundColor3 = Color3.new(1, 1, 1)
  183. commands.BackgroundTransparency = 1
  184. commands.Size = UDim2.new(0, 428, 0, 230)
  185. CheckBox_3.Name = "CheckBox"
  186. CheckBox_3.Parent = commands
  187. CheckBox_3.BackgroundTransparency = 1
  188. CheckBox_3.Position = UDim2.new(0.844495356, 0, 0, 2)
  189. CheckBox_3.Size = UDim2.new(0, 20, 0, 20)
  190. CheckBox_3.ZIndex = 6
  191. CheckBox_3.Image = "http://www.roblox.com/asset/?id=65492641"
  192. box_3.Name = "box"
  193. box_3.Parent = commands
  194. box_3.BackgroundColor3 = Color3.new(0, 0, 0)
  195. box_3.BackgroundTransparency = 0.80000001192093
  196. box_3.BorderColor3 = Color3.new(1, 1, 1)
  197. box_3.Position = UDim2.new(0, 279, 0, 3)
  198. box_3.Size = UDim2.new(0, 102, 0, 20)
  199. box_3.ZIndex = 5
  200. box_3.Font = Enum.Font.SourceSans
  201. box_3.FontSize = Enum.FontSize.Size14
  202. box_3.Text = ""
  203. box_3.TextColor3 = Color3.new(1, 1, 1)
  204. commands_2.Name = "commands"
  205. commands_2.Parent = commands
  206. commands_2.BackgroundColor3 = Color3.new(1, 1, 1)
  207. commands_2.BackgroundTransparency = 1
  208. commands_2.Position = UDim2.new(0, 279, 0, 3)
  209. commands_2.Size = UDim2.new(0.144859806, 20, -0.0434782617, 30)
  210. commands_2.ZIndex = 6
  211. commands_2.Font = Enum.Font.SourceSansBold
  212. commands_2.FontSize = Enum.FontSize.Size14
  213. commands_2.Text = "Commands"
  214. commands_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  215. shadow.Name = "shadow"
  216. shadow.Parent = PromptDialog
  217. shadow.BackgroundColor3 = maincolor
  218. shadow.BackgroundTransparency = 0.30000001192093
  219. shadow.BorderColor3 = Color3.new(0, 0, 0)
  220. shadow.BorderSizePixel = 0
  221. shadow.Position = UDim2.new(0, 0, 0.00999999978, 0)
  222. shadow.Size = UDim2.new(0, 438, 0, 26)
  223. Exit.Name = "Exit"
  224. Exit.Parent = shadow
  225. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  226. Exit.BackgroundTransparency = 0.30000001192093
  227. Exit.BorderColor3 = Color3.new(1, 0, 0)
  228. Exit.BorderSizePixel = 0
  229. Exit.Position = UDim2.new(0, 415, 0, 3)
  230. Exit.Size = UDim2.new(0, 20, 0, 20)
  231. Exit.FontSize = Enum.FontSize.Size14
  232. Exit.Text = ""
  233. PopupText.Name = "PopupText"
  234. PopupText.Parent = shadow
  235. PopupText.BackgroundTransparency = 1
  236. PopupText.Position = UDim2.new(0, 61, 0, -5)
  237. PopupText.Size = UDim2.new(0.760273993, -16, 1.15384614, 0)
  238. PopupText.ZIndex = 6
  239. PopupText.Font = Enum.Font.SourceSansBold
  240. PopupText.TextSize = 31
  241. PopupText.Text = "Logs"
  242. PopupText.TextColor3 = Color3.new(0.97, 0.97, 0.97)
  243. PopupText.TextStrokeTransparency = 0
  244. PopupText.TextWrapped = true
  245. PopupText.TextYAlignment = Enum.TextYAlignment.Top
  246. Hide.Name = "Hide"
  247. Hide.Parent = shadow
  248. Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  249. Hide.BackgroundTransparency = 0.30000001192093
  250. Hide.BorderColor3 = Color3.new(1, 1, 1)
  251. Hide.BorderSizePixel = 0
  252. Hide.Position = UDim2.new(0.800000012, 41, 0, 3)
  253. Hide.Size = UDim2.new(0, 20, 0, 20)
  254. Hide.FontSize = Enum.FontSize.Size14
  255. Hide.Text = ""
  256. checked = "http://www.roblox.com/asset/?id=65492641"
  257. unchecked = "http://www.roblox.com/asset/?id=65492651"
  258. if chatsV == true then
  259. CheckBox_2.Image = checked else
  260. CheckBox_2.Image = unchecked end
  261. box_2.MouseButton1Down:connect(function()
  262. if chatsV == true then chatsV = false
  263. CheckBox_2.Image = unchecked else
  264. chatsV = true
  265. CheckBox_2.Image = checked end end)
  266. if whispersV == true then
  267. CheckBox.Image = checked else
  268. CheckBox.Image = unchecked end
  269. box.MouseButton1Down:connect(function()
  270. if whispersV == true then whispersV = false
  271. CheckBox.Image = unchecked else
  272. whispersV = true
  273. CheckBox.Image = checked end end)
  274. if commandsV == true then
  275. CheckBox_3.Image = checked else
  276. CheckBox_3.Image = unchecked end
  277. box_3.MouseButton1Down:connect(function()
  278. if commandsV == true then commandsV = false
  279. CheckBox_3.Image = unchecked else
  280. commandsV = true
  281. CheckBox_3.Image = checked end end)
  282. clear.MouseButton1Down:connect(function()
  283. for _, child in pairs( scroll:GetChildren()) do
  284. child:Destroy() end
  285. scroll.CanvasSize = UDim2.new(0, 0, 0, 10)
  286. end)
  287. Exit.MouseButton1Down:connect(function()
  288. logdrag:TweenPosition(UDim2.new(0.5, -225, 0, -400), "InOut", "Quart", 0.5, true, nil)
  289. end)
  290. local hidden = false
  291. Hide.MouseButton1Down:connect(function()
  292. if hidden == false then hidden = true
  293. ContainerFrame:TweenPosition(UDim2.new(0, 0, 0, -300), "InOut", "Quart", 0.5, true, nil)
  294. else ContainerFrame:TweenPosition(UDim2.new(0, 0, 0, 29), "InOut", "Quart", 0.5, true, nil) hidden = false
  295. end end)
  296. function logtime()
  297.     local HOUR = math.floor((tick() % 86400) / 3600)
  298.     local MINUTE = math.floor((tick() % 3600) / 60)
  299.     local SECOND = math.floor(tick() % 60)
  300.     local AP = HOUR > 11 and 'PM' or 'AM'
  301.     HOUR = (HOUR % 12 == 0 and 12 or HOUR % 12)
  302.     HOUR = HOUR < 10 and '0' .. HOUR or HOUR
  303.     MINUTE = MINUTE < 10 and '0' .. MINUTE or MINUTE
  304.     SECOND = SECOND < 10 and '0' .. SECOND or SECOND
  305.     return HOUR .. ':' .. MINUTE .. ':' .. SECOND .. ' ' .. AP end
  306. function CreateLabel(Name, Text)
  307.     local sf = scroll
  308.     if #sf:GetChildren() >= 2546 then
  309.         sf:ClearAllChildren()
  310.     end
  311.     local alls = 0
  312.     for i,v in pairs(sf:GetChildren()) do
  313.         if v then
  314.             alls = v.Size.Y.Offset + alls
  315.         end
  316.         if not v then
  317.             alls = 0
  318.         end
  319.     end
  320.     local tl = Instance.new('TextLabel', sf)
  321.     local il = Instance.new('Frame', tl)
  322.     tl.Name = Name
  323.     tl.ZIndex = 6
  324.     tl.Text = logtime().." - ["..Name.."]: "..Text
  325.     tl.Size = UDim2.new(0,410,0,84)
  326.     tl.BackgroundTransparency = 1
  327.     tl.BorderSizePixel = 0
  328.     tl.Font = "SourceSansBold"
  329.     tl.Position = UDim2.new(-1,0,0,alls)
  330.     tl.TextTransparency = 1
  331.     tl.TextScaled = false
  332.     tl.TextSize = 14
  333.     tl.TextWrapped = true
  334.     tl.TextXAlignment = "Left"
  335.     tl.TextYAlignment = "Top"
  336.     il.BackgroundTransparency = 1
  337.     il.BorderSizePixel = 0
  338.     il.Size = UDim2.new(0,12,1,0)
  339.     il.Position = UDim2.new(0,410,0,0)
  340.     tl.TextColor3 = Color3.fromRGB(255,255,255)
  341.     tl.Size = UDim2.new(0,410,0,tl.TextBounds.Y)
  342.     sf.CanvasSize = UDim2.new(0,0,0,alls+tl.TextBounds.Y)
  343.     sf.CanvasPosition = Vector2.new(0,sf.CanvasPosition.Y+tl.TextBounds.Y)
  344.     local size2 = sf.CanvasSize.Y.Offset
  345.     tl:TweenPosition(UDim2.new(0,0,0,alls), 'In', 'Quint', 0.5)
  346.     for i = 0,50 do wait(0.05)
  347.         tl.TextTransparency = tl.TextTransparency - 0.05
  348.     end
  349.     tl.TextTransparency = 0
  350. end
  351. local intro = Instance.new("ScreenGui")
  352. local Frame = Instance.new("Frame")
  353. local Circle = Instance.new("ImageLabel")
  354. local ImageLabel = Instance.new("ImageLabel")
  355. intro.Name = "intro"
  356. intro.Parent = pgui
  357. Frame.Parent = intro
  358. Frame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  359. Frame.BackgroundTransparency = 1
  360. Frame.BorderSizePixel = 0
  361. Frame.ClipsDescendants = true
  362. Frame.Position = UDim2.new(0.5, -125, 0.5, -125)
  363. Frame.Size = UDim2.new(0, 250, 0, 250)
  364. Circle.Name = "Circle"
  365. Circle.Parent = Frame
  366. Circle.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  367. Circle.BackgroundTransparency = 1
  368. Circle.BorderSizePixel = 0
  369. Circle.Position = UDim2.new(0.5, 0, 0.5, 0)
  370. Circle.Image = "rbxassetid://631172870"
  371. Circle.ImageColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  372. ImageLabel.Parent = Frame
  373. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  374. ImageLabel.BackgroundTransparency = 1
  375. ImageLabel.BorderSizePixel = 0
  376. ImageLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  377. ImageLabel.Image = "rbxassetid://1352543873"
  378. Loading.ba:TweenSize(UDim2.new(0.35, 0, 1, 0), "InOut", "Quart", 0.5, true, nil)
  379. local g = intro
  380. local f = Frame
  381. local imagef = Circle
  382. local logof = ImageLabel
  383. loadedintro = false
  384. local function tween2()
  385. f:TweenSizeAndPosition(UDim2.new(0,250,0,250),UDim2.new(0.5,-125,0.5,-125), "Out", "Quart", 0.4)
  386. wait(0.6) loadedintro = true end
  387. local function tween1()
  388. f:TweenSizeAndPosition(UDim2.new(0,300,0,300),UDim2.new(0.5,-150,0.5,-150), "In", "Quart", 0.4, false, tween2) end
  389. imagef:TweenSizeAndPosition(UDim2.new(3,0,3,0),UDim2.new(-1,0,-1,0), "Out", "Linear", 0.4)
  390. logof:TweenSizeAndPosition(UDim2.new(1,0,1,0),UDim2.new(0,0,0,0), "Out", "Linear", 0.4, false, tween1)
  391. Loading.ba:TweenSize(UDim2.new(0.45, 0, 1, 0), "InOut", "Quart", 0.4, true, nil)
  392. local iy = Instance.new("ImageButton") local sheild = Instance.new("Frame") local cmds = Instance.new("ImageButton") local cmds_2 = Instance.new("TextLabel")
  393. local settings = Instance.new("ImageButton") local settings_2 = Instance.new("TextLabel") local updates = Instance.new("ImageButton") local updates_2 = Instance.new("TextLabel")
  394. local info = Instance.new("ImageButton") local info_2 = Instance.new("TextLabel") local mix = Instance.new("ImageButton") local mix_2 = Instance.new("TextLabel") local MAIN = Instance.new("TextLabel") iy.Name = "iy" iy.Parent = pgui -- game.CoreGui.RobloxGui.TopBarContainer
  395. iy.BackgroundTransparency = 1 iy.Position = UDim2.new(0, 2, 0, -38) iy.Size = UDim2.new(0, 50, 0, 36) iy.AutoButtonColor = false sheild.Name = "sheild" sheild.Parent = iy sheild.BackgroundColor3 = Color3.new(1, 1, 1)
  396. sheild.BackgroundTransparency = 1 sheild.Size = UDim2.new(0, 320, 0, 35) cmds.Name = "cmds" cmds.Parent = sheild cmds.BackgroundTransparency = 1 cmds.Position = UDim2.new(0, 50, 0, 0) cmds.Size = UDim2.new(0, 80, 0, 36)
  397. cmds.AutoButtonColor = false cmds_2.Name = "cmds" cmds_2.Parent = cmds cmds_2.BackgroundColor3 = Color3.new(1, 1, 1) cmds_2.BackgroundTransparency = 1 cmds_2.Position = UDim2.new(0, 0, 0, -2)
  398. cmds_2.Size = UDim2.new(0, 80, 0, 40) cmds_2.Font = Enum.Font.Arial cmds_2.FontSize = Enum.FontSize.Size14 cmds_2.Text = "Commands" cmds_2.TextColor3 = Color3.new(1, 1, 1) cmds_2.TextStrokeTransparency = 0.69999998807907
  399. settings.Name = "settings" settings.Parent = sheild settings.BackgroundTransparency = 1 settings.Position = UDim2.new(0, 146, 0, 0) settings.Size = UDim2.new(0, 60, 0, 36) settings.AutoButtonColor = false
  400. settings_2.Name = "settings" settings_2.Parent = settings settings_2.BackgroundColor3 = Color3.new(1, 1, 1) settings_2.BackgroundTransparency = 1 settings_2.Position = UDim2.new(0, 0, 0, -2)
  401. settings_2.Size = UDim2.new(0, 60, 0, 40) settings_2.Font = Enum.Font.Arial settings_2.FontSize = Enum.FontSize.Size14 settings_2.Text = "Script Hub" settings_2.TextColor3 = Color3.new(1, 1, 1)
  402. settings_2.TextStrokeTransparency = 0.69999998807907 updates.Name = "updates" updates.Parent = sheild updates.BackgroundTransparency = 1 updates.Position = UDim2.new(0, 220, 0, 0)
  403. updates.Size = UDim2.new(0, 60, 0, 36) updates.AutoButtonColor = false updates_2.Name = "updates" updates_2.Parent = updates updates_2.BackgroundColor3 = Color3.new(1, 1, 1) updates_2.BackgroundTransparency = 1
  404. updates_2.Position = UDim2.new(0, 0, 0, -2) updates_2.Size = UDim2.new(0, 60, 0, 40) updates_2.Font = Enum.Font.Arial updates_2.FontSize = Enum.FontSize.Size14
  405. updates_2.Text = "Server" updates_2.TextColor3 = Color3.new(1, 1, 1) updates_2.TextStrokeTransparency = 0.69999998807907 info.Name = "info" info.Parent = sheild info.BackgroundTransparency = 1 info.Position = UDim2.new(0, 290, 0, 0)
  406. info.Size = UDim2.new(0, 35, 0, 36) info.AutoButtonColor = false info_2.Name = "info" info_2.Parent = info info_2.BackgroundColor3 = Color3.new(1, 1, 1) info_2.BackgroundTransparency = 1 info_2.Position = UDim2.new(0, 0, 0, -2)
  407. info_2.Size = UDim2.new(0, 30, 0, 40) info_2.Font = Enum.Font.Arial info_2.FontSize = Enum.FontSize.Size14 info_2.Text = "Info" info_2.TextColor3 = Color3.new(1, 1, 1)
  408. mix.Name = "mix" mix.Parent = sheild mix.BackgroundTransparency = 1 mix.Position = UDim2.new(0, 340, 0, 0)
  409. mix.Size = UDim2.new(0, 35, 0, 36) mix.AutoButtonColor = false mix_2.Name = "mix" mix_2.Parent = mix mix_2.BackgroundColor3 = Color3.new(1, 1, 1) mix_2.BackgroundTransparency = 1 mix_2.Position = UDim2.new(0, 0, 0, -2)
  410. mix_2.Size = UDim2.new(0, 30, 0, 40) mix_2.Font = Enum.Font.Arial mix_2.FontSize = Enum.FontSize.Size14 mix_2.Text = "Color" mix_2.TextColor3 = Color3.new(1, 1, 1) mix_2.TextStrokeTransparency = 0.7
  411. lockic = Instance.new("ImageLabel")
  412. lockic.Name = "lock"
  413. lockic.Parent = iy
  414. lockic.BackgroundColor3 = Color3.new(1, 1, 1)
  415. lockic.BackgroundTransparency = 1
  416. lockic.ImageTransparency = 1
  417. lockic.BorderSizePixel = 0
  418. lockic.Position = UDim2.new(0, 53, 0, -3)
  419. lockic.Size = UDim2.new(0, 40, 0, 40)
  420. lockic.Image = "rbxassetid://1495252742"
  421. info_2.TextStrokeTransparency = 0.69999998807907 MAIN.Name = "MAIN" MAIN.Parent = iy MAIN.BackgroundColor3 = Color3.new(1, 1, 1) MAIN.BackgroundTransparency = 1 MAIN.Position = UDim2.new(0, 2, 0, -2)
  422. MAIN.Size = UDim2.new(0, 40, 0, 40) MAIN.Font = Enum.Font.ArialBold MAIN.FontSize = Enum.FontSize.Size24 MAIN.Text = "IY" MAIN.TextColor3 = Color3.new(1, 1, 1) MAIN.TextStrokeTransparency = 0.69999998807907
  423. Loading.ba:TweenSize(UDim2.new(0.7, 0, 1, 0), "InOut", "Quart", 0.5, true, nil) --quickmenu = game.CoreGui.RobloxGui.TopBarContainer.iy
  424. local TopBarContainer = Instance.new("Frame") TopBarContainer.Name = "TopBarContainer" TopBarContainer.Parent = pgui TopBarContainer.Active = true TopBarContainer.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  425. TopBarContainer.BackgroundTransparency = 0.5 TopBarContainer.BorderSizePixel = 0 TopBarContainer.Position = UDim2.new(0, 0, 0, -72) TopBarContainer.Size = UDim2.new(1, 0, 0, 36) TopBarContainer.ZIndex = 0
  426. Loading.ba:TweenSize(UDim2.new(1, 0, 1, 0), "InOut", "Quart", 0.4, true, nil) wait(1)
  427. repeat wait() until loadedintro == true
  428. logof:TweenSizeAndPosition(UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.1)
  429. wait(0.2)
  430. f:TweenSizeAndPosition(UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.2)
  431. wait(0.3) g:Destroy()
  432. Loading:TweenPosition(UDim2.new(0.25, 0, 1.5, 0), "InOut", "Quart", 0.5, true, nil) wait(0.5) Loading.Parent:Destroy()
  433. end
  434. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  435.     spawn(function()
  436.         give(v)
  437.     end)
  438. end
Add Comment
Please, Sign In to add comment