Advertisement
uoryetwq

슬라이언트에임오픈소스 앙기모띠

Apr 12th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. local function loadScript()
  2. -- Instances
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local UICorner = Instance.new("UICorner")
  6. local Frame_2 = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Frame_3 = Instance.new("Frame")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local TextButton_3 = Instance.new("TextButton")
  17. local UICorner_6 = Instance.new("UICorner")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local TextLabel_4 = Instance.new("TextLabel")
  20. local TextLabel_5 = Instance.new("TextLabel")
  21. local TextLabel_6 = Instance.new("TextLabel")
  22.  
  23. -- Properties
  24. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  25. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26. ScreenGui.DisplayOrder = 9999
  27.  
  28. Frame.Parent = ScreenGui
  29. Frame.Active = true
  30. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  32. Frame.BorderSizePixel = 0
  33. Frame.Position = UDim2.new(0.307, 0, 0.223, 0)
  34. Frame.Size = UDim2.new(0, 491, 0, 433)
  35.  
  36. UICorner.CornerRadius = UDim.new(0.03, 0)
  37. UICorner.Parent = Frame
  38.  
  39. Frame_2.Parent = Frame
  40. Frame_2.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  41. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  42. Frame_2.BorderSizePixel = 0
  43. Frame_2.Position = UDim2.new(0.049, 0, 0.31, 0)
  44. Frame_2.Size = UDim2.new(0, 439, 0, 83)
  45.  
  46. TextButton.Parent = Frame_2
  47. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  48. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  49. TextButton.BorderSizePixel = 0
  50. TextButton.Position = UDim2.new(0.631, 0, 0.17, 0)
  51. TextButton.Size = UDim2.new(0, 144, 0, 53)
  52. TextButton.Font = Enum.Font.Roboto
  53. TextButton.Text = "Load"
  54. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. TextButton.TextSize = 32
  56.  
  57. UICorner_2.Parent = TextButton
  58.  
  59. UICorner_3.Parent = Frame_2
  60.  
  61. TextLabel.Parent = Frame_2
  62. TextLabel.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  63. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  64. TextLabel.BorderSizePixel = 0
  65. TextLabel.Position = UDim2.new(0.036, 0, 0.169, 0)
  66. TextLabel.Size = UDim2.new(0, 203, 0, 52)
  67. TextLabel.Font = Enum.Font.Ubuntu
  68. TextLabel.Text = "Zypherion Arsenal Beta"
  69. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. TextLabel.TextSize = 17
  71.  
  72. Frame_3.Parent = Frame
  73. Frame_3.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  74. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  75. Frame_3.BorderSizePixel = 0
  76. Frame_3.Position = UDim2.new(0.049, 0, 0.591, 0)
  77. Frame_3.Size = UDim2.new(0, 439, 0, 83)
  78.  
  79. TextButton_2.Parent = Frame_3
  80. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  81. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. TextButton_2.BorderSizePixel = 0
  83. TextButton_2.Position = UDim2.new(0.631, 0, 0.17, 0)
  84. TextButton_2.Size = UDim2.new(0, 144, 0, 53)
  85. TextButton_2.Font = Enum.Font.Roboto
  86. TextButton_2.Text = "Load"
  87. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. TextButton_2.TextSize = 32
  89.  
  90. UICorner_4.Parent = TextButton_2
  91.  
  92. UICorner_5.Parent = Frame_3
  93.  
  94. TextLabel_2.Parent = Frame_3
  95. TextLabel_2.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  96. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  97. TextLabel_2.BorderSizePixel = 0
  98. TextLabel_2.Position = UDim2.new(0.036, 0, 0.169, 0)
  99. TextLabel_2.Size = UDim2.new(0, 203, 0, 52)
  100. TextLabel_2.Font = Enum.Font.Ubuntu
  101. TextLabel_2.Text = "Zypherion Rivals Beta"
  102. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. TextLabel_2.TextSize = 17
  104.  
  105. TextButton_3.Parent = Frame
  106. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  107. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  108. TextButton_3.BorderSizePixel = 0
  109. TextButton_3.Position = UDim2.new(0.943, 0, 0.031, 0)
  110. TextButton_3.Size = UDim2.new(0, 17, 0, 17)
  111. TextButton_3.Font = Enum.Font.SourceSans
  112. TextButton_3.Text = ""
  113. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. TextButton_3.TextSize = 14
  115.  
  116. UICorner_6.CornerRadius = UDim.new(1, 0)
  117. UICorner_6.Parent = TextButton_3
  118.  
  119. TextLabel_3.Parent = Frame
  120. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  121. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  122. TextLabel_3.BorderSizePixel = 0
  123. TextLabel_3.Position = UDim2.new(0.08, 0, 0.107, 0)
  124. TextLabel_3.Size = UDim2.new(0, 47, 0, 64)
  125. TextLabel_3.Font = Enum.Font.FredokaOne
  126. TextLabel_3.Text = "ZYPHERION"
  127. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  128. TextLabel_3.TextSize = 18
  129.  
  130. TextLabel_4.Parent = TextLabel_3
  131. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  132. TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  133. TextLabel_4.BorderSizePixel = 0
  134. TextLabel_4.Position = UDim2.new(-0.141, 0, -0.626, 0)
  135. TextLabel_4.Size = UDim2.new(0, 47, 0, 64)
  136. TextLabel_4.Font = Enum.Font.Bangers
  137. TextLabel_4.Text = "Z"
  138. TextLabel_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  139. TextLabel_4.TextSize = 61
  140.  
  141. TextLabel_5.Parent = Frame
  142. TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  143. TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  144. TextLabel_5.BorderSizePixel = 0
  145. TextLabel_5.Position = UDim2.new(0.295315683, 0, 0.856812954, 0)
  146. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  147. TextLabel_5.Font = Enum.Font.SourceSans
  148. TextLabel_5.Text = "Thank you for using Zypherion<3"
  149. TextLabel_5.TextColor3 = Color3.fromRGB(217, 217, 217)
  150. TextLabel_5.TextSize = 14.000
  151.  
  152. TextLabel_6.Parent = Frame
  153. TextLabel_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  154. TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  155. TextLabel_6.BorderSizePixel = 0
  156. TextLabel_6.Position = UDim2.new(0.592667997, 0, 0.868360281, 0)
  157. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  158. TextLabel_6.Visible = false
  159. TextLabel_6.Font = Enum.Font.SourceSans
  160. TextLabel_6.Text = "Made by NervigeMuecke"
  161. TextLabel_6.TextColor3 = Color3.fromRGB(217, 217, 217)
  162. TextLabel_6.TextSize = 14.000
  163.  
  164. -- Functions
  165. TextButton_3.MouseButton1Click:Connect(function()
  166. ScreenGui:Destroy()
  167. end)
  168.  
  169. local UserInputService = game:GetService("UserInputService")
  170. local dragging
  171. local dragInput
  172. local dragStart
  173. local startPos
  174.  
  175. local function Update(input)
  176. local delta = input.Position - dragStart
  177. Frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  178. end
  179.  
  180. Frame.InputBegan:Connect(function(input)
  181. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  182. dragging = true
  183. dragStart = input.Position
  184. startPos = Frame.Position
  185.  
  186. input.Changed:Connect(function()
  187. if input.UserInputState == Enum.UserInputState.End then
  188. dragging = false
  189. end
  190. end)
  191. end
  192. end)
  193.  
  194. Frame.InputChanged:Connect(function(input)
  195. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  196. dragInput = input
  197. end
  198. end)
  199.  
  200. UserInputService.InputChanged:Connect(function(input)
  201. if input == dragInput and dragging then
  202. Update(input)
  203. end
  204. end)
  205.  
  206. local function CreateLoadingAnimation(parent)
  207. local LoadingFrame = Instance.new("Frame")
  208. LoadingFrame.Size = UDim2.new(1, 0, 1, 0)
  209. LoadingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  210. LoadingFrame.BackgroundTransparency = 0.5
  211. LoadingFrame.Parent = parent
  212.  
  213. local LoadingLabel = Instance.new("TextLabel")
  214. LoadingLabel.Text = "Loading..."
  215. LoadingLabel.Size = UDim2.new(1, 0, 0, 30)
  216. LoadingLabel.Position = UDim2.new(0, 0, 0.5, -15)
  217. LoadingLabel.BackgroundTransparency = 1
  218. LoadingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  219. LoadingLabel.Font = Enum.Font.GothamBold
  220. LoadingLabel.TextSize = 16
  221. LoadingLabel.Parent = LoadingFrame
  222.  
  223. return LoadingFrame
  224. end
  225.  
  226. TextButton.MouseButton1Click:Connect(function()
  227. local LoadingAnimation = CreateLoadingAnimation(Frame)
  228. wait(2)
  229. LoadingAnimation:Destroy()
  230. loadstring(game:HttpGet("https://raw.githubusercontent.com/blackowl1231/ZYPHERION/refs/heads/main/Games/ZYPHERION%20Arsenal%20Beta.lua"))()
  231. end)
  232.  
  233. TextButton_2.MouseButton1Click:Connect(function()
  234. local LoadingAnimation = CreateLoadingAnimation(Frame)
  235. wait(2)
  236. LoadingAnimation:Destroy()
  237. loadstring(game:HttpGet("https://raw.githubusercontent.com/blackowl1231/ZYPHERION/refs/heads/main/Games/ZYPHERION%20Rivals%20Beta.lua"))()
  238. end)
  239.  
  240. wait(2)
  241. loadstring(game:HttpGet("https://raw.githubusercontent.com/blackowl1231/ZYPHERION/refs/heads/main/Games/Test.lua"))()
  242. end
  243.  
  244. loadstring(game:HttpGet("https://raw.githubusercontent.com/blackowl1231/ZYPHERION/refs/heads/main/Games/other.lua"))()
  245.  
  246. loadScript()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement