Stigma666

Project Ligma

Jan 28th, 2025
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. local gui = Instance.new("ScreenGui")
  2. gui.Name = "support mobile"
  3. gui.Parent = game.CoreGui
  4.  
  5. local Frame = Instance.new("Frame")
  6. Frame.Size = UDim2.new(0.7, 0, 0.9, 69)
  7. Frame.Position = UDim2.new(0.1, 0, 0.0, 0)
  8. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9. Frame.BorderColor3 = Color3.new(0, 0, 0)
  10. Frame.BorderSizePixel = 0
  11. Frame.Active = true
  12. Frame.BackgroundTransparency = 0
  13. Frame.Draggable = true
  14. Frame.Parent = gui
  15.  
  16. local ImageLabel = Instance.new("ImageLabel")
  17. ImageLabel.Size = UDim2.new(0.9, 53, 0.9, 36)
  18. ImageLabel.Position = UDim2.new(0.0, 0, 0.0, 0)
  19. ImageLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  20. ImageLabel.ImageColor3 = Color3.new(1, 1, 1)
  21. ImageLabel.Image = "rbxassetid://86098106920578"
  22. ImageLabel.ImageTransparency = 0
  23. ImageLabel.Parent = Frame
  24.  
  25. ImageLabel.BackgroundTransparency = 1
  26.  
  27. local TextBox = Instance.new("TextBox")
  28. TextBox.Size = UDim2.new(0.7, 29, 0.5, 19)
  29. TextBox.Position = UDim2.new(0.0, 23, 0.1, 15)
  30. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  31. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  32. TextBox.BorderSizePixel = 0
  33. TextBox.Text = ""
  34. TextBox.TextColor3 = Color3.new(0, 0, 0)
  35. TextBox.BackgroundTransparency = 1
  36. TextBox.Font = Enum.Font.Code
  37. TextBox.TextSize = 15
  38. TextBox.Parent = Frame
  39. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  40. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  41. TextBox.ClearTextOnFocus = failed
  42. TextBox.MultiLine = true
  43. TextBox.TextWrapped = true
  44.  
  45. local Output = Instance.new("TextBox")
  46. Output.Size = UDim2.new(0.5, 31, 0.2, 16)
  47. Output.Position = UDim2.new(0.2, 19, 0.7, 5)
  48. Output.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Output.BorderColor3 = Color3.new(0, 0, 0)
  50. Output.BorderSizePixel = 0
  51. Output.Text = "[IDE]: Hello world,"
  52. Output.TextColor3 = Color3.new(0, 0, 0)
  53. Output.BackgroundTransparency = 1
  54. Output.Font = Enum.Font.Code
  55. Output.TextSize = 15
  56. Output.Parent = Frame
  57. Output.TextYAlignment = Enum.TextYAlignment.Top
  58. Output.TextXAlignment = Enum.TextXAlignment.Left
  59. Output.ClearTextOnFocus = failed
  60. Output.MultiLine = true
  61. Output.TextWrapped = true
  62.  
  63. local exe = Instance.new("TextButton")
  64. exe.Size = UDim2.new(0.2, 4, 0.0, 22)
  65. exe.Position = UDim2.new(0.0, 8, 0.7, 5)
  66. exe.BackgroundColor3 = Color3.new(0, 0, 0)
  67. exe.BorderColor3 = Color3.new(0, 0, 0)
  68. exe.BorderSizePixel = 0
  69. exe.Text = ""
  70. exe.BackgroundTransparency = 1
  71. exe.TextColor3 = Color3.new(255, 255, 255)
  72. exe.Font = Enum.Font.Code
  73. exe.Parent = Frame
  74. exe.MouseButton1Click:Connect(function()
  75. assert(loadstring(TextBox.Text))()
  76. end)
  77.  
  78. local clea = Instance.new("TextButton")
  79. clea.Size = UDim2.new(0.2, 4, 0.0, 22)
  80. clea.Position = UDim2.new(0.0, 8, 0.8, 0)
  81. clea.BackgroundColor3 = Color3.new(0, 0, 0)
  82. clea.BorderColor3 = Color3.new(0, 0, 0)
  83. clea.BorderSizePixel = 0
  84. clea.Text = ""
  85. clea.BackgroundTransparency = 1
  86. clea.TextColor3 = Color3.new(255, 255, 255)
  87. clea.Font = Enum.Font.Code
  88. clea.Parent = Frame
  89. clea.MouseButton1Click:Connect(function()
  90. TextBox.Text = ""
  91. end)
  92.  
  93. local Fileide = Instance.new("TextButton")
  94. Fileide.Size = UDim2.new(0.2, 4, 0.0, 22)
  95. Fileide.Position = UDim2.new(0.0, 8, 0.8, 28)
  96. Fileide.BackgroundColor3 = Color3.new(0, 0, 0)
  97. Fileide.BorderColor3 = Color3.new(0, 0, 0)
  98. Fileide.BorderSizePixel = 0
  99. Fileide.Text = ""
  100. Fileide.BackgroundTransparency = 1
  101. Fileide.TextColor3 = Color3.new(255, 255, 255)
  102. Fileide.Font = Enum.Font.Code
  103. Fileide.Parent = Frame
  104. Fileide.MouseButton1Click:Connect(function()
  105.  
  106. local gui = Instance.new("ScreenGui")
  107. gui.Name = "file"
  108. gui.Parent = game.CoreGui
  109.  
  110. local file = Instance.new("Frame")
  111. file.Size = UDim2.new(0.7, 0, 0.9, 59)
  112. file.Position = UDim2.new(0.2, 0, 0.0, 0)
  113. file.BackgroundColor3 = Color3.new(1, 1, 1)
  114. file.BorderColor3 = Color3.new(0, 0, 0)
  115. file.BorderSizePixel = 0
  116. file.Active = true
  117. file.BackgroundTransparency = 1
  118. file.Draggable = true
  119. file.Parent = gui
  120.  
  121. local file1 = Instance.new("ImageLabel")
  122. file1.Size = UDim2.new(0.9, 53, 0.9, 35)
  123. file1.Position = UDim2.new(0.0, 0, 0.0, 0)
  124. file1.BackgroundColor3 = Color3.new(0, 0, 0)
  125. file1.ImageColor3 = Color3.new(1, 1, 1)
  126. file1.Image = "rbxassetid://133706734751023"
  127. file1.ImageTransparency = 0
  128. file1.Parent = file
  129.  
  130. file1.BackgroundTransparency = 1
  131.  
  132. local bir = Instance.new("TextButton")
  133. bir.Size = UDim2.new(0.8, 0, 0.0, 14)
  134. bir.Position = UDim2.new(0.1, 49, 0.8, 24)
  135. bir.BackgroundColor3 = Color3.new(0, 0, 0)
  136. bir.BorderColor3 = Color3.new(0, 0, 0)
  137. bir.BorderSizePixel = 0
  138. bir.Text = ""
  139. bir.BackgroundTransparency = 1
  140. bir.TextColor3 = Color3.new(255, 255, 255)
  141. bir.Font = Enum.Font.Code
  142. bir.Parent = file
  143. bir.MouseButton1Click:Connect(function()
  144. TextBox.Text = "loadstring(game:HttpGet('https://raw.githubusercontent.com/ryand56/Scripts/refs/heads/Scripts/Wings.txt'))()"
  145. file:Remove()
  146. end)
  147.  
  148. local Xfile = Instance.new("TextButton")
  149. Xfile.Size = UDim2.new(0.0, 25, 0.0, 25)
  150. Xfile.Position = UDim2.new(0.9, 28, 0.0, 0)
  151. Xfile.BackgroundColor3 = Color3.new(0, 0, 0)
  152. Xfile.BorderColor3 = Color3.new(0, 0, 0)
  153. Xfile.BorderSizePixel = 0
  154. Xfile.Text = ""
  155. Xfile.BackgroundTransparency = 1
  156. Xfile.TextColor3 = Color3.new(255, 255, 255)
  157. Xfile.Font = Enum.Font.Code
  158. Xfile.Parent = file
  159. Xfile.MouseButton1Click:Connect(function()
  160. file:Remove()
  161. end)
  162. end)
  163.  
  164. local X = Instance.new("TextButton")
  165. X.Size = UDim2.new(0.0, 29, 0.0, 25)
  166. X.Position = UDim2.new(0.9, 19, 0.0, 0)
  167. X.BackgroundColor3 = Color3.new(0, 1, 0)
  168. X.BorderColor3 = Color3.new(0, 0, 0)
  169. X.BorderSizePixel = 0
  170. X.Text = ""
  171. X.BackgroundTransparency = 1
  172. X.TextColor3 = Color3.new(255, 255, 255)
  173. X.Font = Enum.Font.Code
  174. X.Parent = Frame
  175. X.MouseButton1Click:Connect(function()
  176. Frame:Remove()
  177. end)
  178.  
  179. local Orbit = Instance.new("ImageLabel")
  180.  
  181. local ImageLel = Instance.new("ImageLabel")
  182. ImageLel.Size = UDim2.new(0.1, 19, 0.3, 0)
  183. ImageLel.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0)
  184. ImageLel.BackgroundColor3 = Color3.new(0, 0, 0)
  185. ImageLel.ImageColor3 = Color3.new(1, 1, 1)
  186. ImageLel.Image = "rbxassetid://77323119753347"
  187. ImageLel.ImageTransparency = 0
  188. ImageLel.Parent = gui
  189.  
  190. ImageLel.BackgroundTransparency = 1
  191.  
  192. Orbit.Size = UDim2.new(0.1, 39, 0.3, 19)
  193. Orbit.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0)
  194. Orbit.BackgroundColor3 = Color3.new(0, 0, 0)
  195. Orbit.ImageColor3 = Color3.new(1, 1, 1)
  196. Orbit.Image = "rbxassetid://139019879823094"
  197. Orbit.ImageTransparency = 0
  198. Orbit.Parent = gui
  199.  
  200. Orbit.BackgroundTransparency = 1
  201.  
  202. ImageLel:TweenPosition(UDim2.new(0.458, 0, 0.408, 0), "Out", "Linear", 0.4, false)
  203. Orbit:TweenPosition(UDim2.new(0.446, 0, 0.379, 0), "Out", "Linear", 0.4, false)
  204. wait(3)
  205. Orbit:TweenPosition(UDim2.new(0.00, 0, 0.59, 0), "Out", "Sine", 0.7, false)
  206. ImageLel:TweenPosition(UDim2.new(0.00, 10, 0.62, 0), "Out", "Sine", 0.7, false)
  207.  
  208. while wait() do
  209. Orbit.Rotation = Orbit.Rotation + 1
  210. end
Advertisement
Add Comment
Please, Sign In to add comment