Advertisement
CatGray

Shiqowkejsjajas

Feb 7th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. --// Generated By Just A Script Join In My Discord To Support TY
  2. local player = game.Players.LocalPlayer
  3. local BvQ = Instance.new("ScreenGui")
  4. BvQ.Name = "JustAScript"
  5. BvQ.Parent = player.PlayerGui
  6.  
  7. local BvQFrame = Instance.new("Frame")
  8. BvQFrame.Size = UDim2.new(0, 250, 0, 300)
  9. BvQFrame.Position = UDim2.new(0, 280, 0, 11)
  10. BvQFrame.BackgroundTransparency = 0.5
  11. BvQFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  12. BvQFrame.BorderSizePixel = 2
  13. BvQFrame.BorderColor3 = Color3.new(1, 1, 1)
  14. BvQFrame.Parent = BvQ
  15.  
  16. --// Generated By Just A Script Join In My Discord To Support TY
  17. local player = game.Players.LocalPlayer
  18. local kew = Instance.new("ScreenGui")
  19. kew.Name = "JustAScript"
  20. kew.Parent = player.PlayerGui
  21.  
  22. local kewFrame = Instance.new("Frame")
  23. kewFrame.Size = UDim2.new(0, 220, 0, 50)
  24. kewFrame.Position = UDim2.new(0, 298, 0, 26)
  25. kewFrame.BackgroundTransparency = 0.5
  26. kewFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  27. kewFrame.BorderSizePixel = 2
  28. kewFrame.BorderColor3 = Color3.new(1, 1, 1)
  29. kewFrame.Parent = kew
  30.  
  31. local gray = Instance.new("TextButton")
  32. gray.Text = "Script"
  33. gray.Size = UDim2.new(1, 0, 1, 0)
  34. gray.Position = UDim2.new(0, 0, 0, 0)
  35. gray.Parent = kewFrame
  36.  
  37. gray.MouseButton1Click:Connect(function()
  38. print("hello")
  39. end)
  40.  
  41. --// Generated By Just A Script Join In My Discord To Support TY
  42. local player = game.Players.LocalPlayer
  43. local Roc = Instance.new("ScreenGui")
  44. Roc.Name = "JustAScript"
  45. Roc.Parent = player.PlayerGui
  46.  
  47. local RocFrame = Instance.new("Frame")
  48. RocFrame.Size = UDim2.new(0, 220, 0, 50)
  49. RocFrame.Position = UDim2.new(0, 298, 0, 93)
  50. RocFrame.BackgroundTransparency = 0.5
  51. RocFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  52. RocFrame.BorderSizePixel = 2
  53. RocFrame.BorderColor3 = Color3.new(1, 1, 1)
  54. RocFrame.Parent = Roc
  55.  
  56. local gray = Instance.new("TextButton")
  57. gray.Text = "Script"
  58. gray.Size = UDim2.new(1, 0, 1, 0)
  59. gray.Position = UDim2.new(0, 0, 0, 0)
  60. gray.Parent = RocFrame
  61.  
  62. gray.MouseButton1Click:Connect(function()
  63. print("hello")
  64. end)
  65.  
  66.  
  67. --// Generated By Just A Script Join In My Discord To Support TY
  68. local player = game.Players.LocalPlayer
  69. local HbD = Instance.new("ScreenGui")
  70. HbD.Name = "JustAScript"
  71. HbD.Parent = player.PlayerGui
  72.  
  73. local HbDFrame = Instance.new("Frame")
  74. HbDFrame.Size = UDim2.new(0, 220, 0, 50)
  75. HbDFrame.Position = UDim2.new(0, 299, 0, 160)
  76. HbDFrame.BackgroundTransparency = 0.5
  77. HbDFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  78. HbDFrame.BorderSizePixel = 2
  79. HbDFrame.BorderColor3 = Color3.new(1, 1, 1)
  80. HbDFrame.Parent = HbD
  81.  
  82. local gray = Instance.new("TextButton")
  83. gray.Text = "Script"
  84. gray.Size = UDim2.new(1, 0, 1, 0)
  85. gray.Position = UDim2.new(0, 0, 0, 0)
  86. gray.Parent = HbDFrame
  87.  
  88. gray.MouseButton1Click:Connect(function()
  89. print("hello")
  90. end)
  91.  
  92.  
  93. --// Generated By Just A Script Join In My Discord To Support TY
  94. local player = game.Players.LocalPlayer
  95. local VsH = Instance.new("ScreenGui")
  96. VsH.Name = "JustAScript"
  97. VsH.Parent = player.PlayerGui
  98.  
  99. local VsHFrame = Instance.new("Frame")
  100. VsHFrame.Size = UDim2.new(0, 220, 0, 50)
  101. VsHFrame.Position = UDim2.new(0, 299, 0, 232)
  102. VsHFrame.BackgroundTransparency = 0.5
  103. VsHFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  104. VsHFrame.BorderSizePixel = 2
  105. VsHFrame.BorderColor3 = Color3.new(1, 1, 1)
  106. VsHFrame.Parent = VsH
  107.  
  108. local gray = Instance.new("TextButton")
  109. gray.Text = "Script"
  110. gray.Size = UDim2.new(1, 0, 1, 0)
  111. gray.Position = UDim2.new(0, 0, 0, 0)
  112. gray.Parent = VsHFrame
  113.  
  114. gray.MouseButton1Click:Connect(function()
  115. print("hello")
  116. end)
  117.  
  118. local t=Instance.new("ScreenGui")
  119. t.Name="ToggleGui"
  120. t.Parent=game.Players.LocalPlayer.PlayerGui
  121.  
  122. local b=Instance.new("TextButton")
  123. b.Text="Toggle"
  124. b.Size=UDim2.new(0,50,0,50)
  125. b.Position=UDim2.new(0,15,0,18)
  126. b.BackgroundColor3=Color3.new(0,0,0)
  127. b.BackgroundTransparency=0.5
  128. b.TextColor3=Color3.new(1,1,1)
  129. b.BorderColor3=Color3.new(1,1,1)
  130. b.Parent=t
  131.  
  132. local function c()
  133. local g={"JustAScript"}
  134. for _,n in ipairs(g) do
  135. local r=game.Players.LocalPlayer.PlayerGui:GetDescendants()
  136. for _,i in ipairs(r) do
  137. if i.Name==n then
  138. i.Enabled=not i.Enabled
  139. end
  140. end
  141. end
  142. end
  143.  
  144. b.MouseButton1Click:Connect(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement