Guest User

124323118235931 - Script 3

a guest
Apr 13th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.76 KB | Cybersecurity | 0 0
  1. local gui = script.Parent
  2. local player = game.Players.LocalPlayer
  3. local label = Instance.new("Frame")
  4. local mainFrame = Instance.new("Frame")
  5. local eFrame = Instance.new("Frame")
  6. local introFrame = Instance.new("Frame")
  7. local oFrame = Instance.new("Frame")
  8. local sBox = Instance.new("TextBox")
  9. local line1 = Instance.new("Frame")
  10. local line2 = Instance.new("Frame")
  11. local line3 = Instance.new("Frame")
  12. local line4 = Instance.new("Frame")
  13. local line5 = Instance.new("Frame")
  14. local line6 = Instance.new("Frame")
  15. local line7 = Instance.new("Frame")
  16. local line8 = Instance.new("Frame")
  17. local line9 = Instance.new("Frame")
  18. local icon = Instance.new ("ImageButton")
  19. local oSc = Instance.new("ScrollingFrame")
  20. local oT = Instance.new("TextLabel")
  21. local elabel = Instance.new("TextLabel")
  22. local introLabel = Instance.new("TextLabel")
  23. local closeBtn = Instance.new("TextButton")
  24. local convBtn = Instance.new("TextButton")
  25. local eB = Instance.new("TextButton")
  26. local eTabBtn = Instance.new("TextButton")
  27. local roroB = Instance.new("TextButton")
  28. local rarAb = Instance.new("TextButton")
  29. local minBtn = Instance.new("TextButton")
  30. local oTBn = Instance.new("TextButton")
  31. local iTB = Instance.new("TextBox")
  32. local introGradient = Instance.new("UIGradient")
  33. label.Visible = false
  34. label.BorderSizePixel = 0
  35. label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  36. label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  37. label.Size = UDim2.new(0, 516, 0, 25)
  38. label.AnchorPoint = Vector2.new(0.5, 0.5)
  39. label.Position = UDim2.new(0.5, 0, 0.237, 0)
  40. label.Parent = gui
  41. icon.Parent = gui
  42. icon.Visible = false
  43. icon.BorderSizePixel = 0
  44. icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. icon.Image = "rbxassetid://130318885438650"
  46. icon.Size = UDim2.new(0, 77, 0, 75)
  47. icon.BackgroundTransparency = 1
  48. icon.ImageTransparency = 1
  49. icon.AnchorPoint = Vector2.new(0, 1)
  50. icon.Position = UDim2.new(0.014, 0, 0.966, 0)
  51. icon.ScaleType = Enum.ScaleType.Stretch
  52. icon.Interactable = false
  53. mainFrame.Parent = label
  54. mainFrame.BorderSizePixel = 0
  55. mainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. mainFrame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  57. mainFrame.Position = UDim2.new(-0.00058, 0, 0.96, 0)
  58. mainFrame.Size = UDim2.new(0, 516, 0, 309)
  59. introFrame.Parent = gui
  60. introFrame.BorderSizePixel = 0
  61. introFrame.BackgroundColor3 = Color3.new(0.611765, 0, 0)
  62. introFrame.Size = UDim2.new(0, 292, 0, 92)
  63. introFrame.AnchorPoint =  Vector2.new(0.5, 0.5)
  64. introFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  65. introFrame.ClipsDescendants = true
  66. introGradient.Parent = introFrame
  67. introGradient.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(1, 1)})
  68. introGradient.Offset = Vector2.new(-1, 0)
  69. line1.Parent = introFrame
  70. line1.BorderSizePixel = 0
  71. line1.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  72. line1.Position = UDim2.new(0.051, 0, -0.224, 0)
  73. line1.Size = UDim2.new(0, 8, 0, 77)
  74. line1.Visible = false
  75. line2.Parent = introFrame
  76. line2.BorderSizePixel = 0
  77. line2.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  78. line2.Position = UDim2.new(0.962, 0, 2.13, 0)
  79. line2.Size = UDim2.new(0, 5, 0, 63)
  80. line2.Visible = false
  81. line3.Parent = introFrame
  82. line3.BorderSizePixel = 0
  83. line3.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  84. line3.Position = UDim2.new(0.291, 0, 1.674, 0)
  85. line3.Size = UDim2.new(0, 7, 0, 42)
  86. line3.Visible = false
  87. line4.Parent = introFrame
  88. line4.BorderSizePixel = 0
  89. line4.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  90. line4.Position = UDim2.new(0.627, 0, 1.12, 0)
  91. line4.Size = UDim2.new(0, 5, 0, 51)
  92. line4.Visible = false
  93. line5.Parent = introFrame
  94. line5.BorderSizePixel = 0
  95. line5.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  96. line5.Position = UDim2.new(0.052, 0, 1.992, 0)
  97. line5.Size = UDim2.new(0, 8, 0, 66)
  98. line5.Visible = false
  99. line6.Parent = introFrame
  100. line6.BorderSizePixel = 0
  101. line6.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  102. line6.Position = UDim2.new(0.291, 0, 2.641, 0)
  103. line6.Size = UDim2.new(0, 7, 0, 43)
  104. line6.Visible = false
  105. line7.Parent = introFrame
  106. line7.BorderSizePixel = 0
  107. line7.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  108. line7.Position = UDim2.new(0.51, 0, 2.391, 0)
  109. line7.Size = UDim2.new(0, 7, 0, 53)
  110. line7.Visible = false
  111. line8.Parent = introFrame
  112. line8.BorderSizePixel = 0
  113. line8.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  114. line8.Position = UDim2.new(0.182, 0, 2.826, 0)
  115. line8.Size = UDim2.new(0, 7, 0, 33)
  116. line8.Visible = false
  117. line9.Parent = introFrame
  118. line9.BorderSizePixel = 0
  119. line9.BackgroundColor3 = Color3.fromRGB(207, 0, 0)
  120. line9.Position = UDim2.new(0.938, 0, 2.967, 0)
  121. line9.Size = UDim2.new(0, 7, 0, 48)
  122. line9.Visible = false
  123. introLabel.Parent = introFrame
  124. introLabel.BorderSizePixel = 0
  125. introLabel.TextSize = 30
  126. introLabel.BackgroundColor3 = Color3.new(0.611765, 0, 0)
  127. introLabel.BackgroundTransparency = 1
  128. introLabel.FontFace = Font.new("rbxasset://fonts/families/JosefinSans.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  129. introLabel.TextColor3 = Color3.new(255, 255, 255)
  130. introLabel.Size = UDim2.new(0, 205, 0, 50)
  131. introLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  132. introLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  133. introLabel.Text = "Overflower"
  134. introLabel.Transparency = 1
  135. elabel.Parent = label
  136. elabel.BorderSizePixel = 0
  137. elabel.BorderColor3 = Color3.fromRGB(255, 0, 0)
  138. elabel.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  139. elabel.TextSize = 20
  140. elabel.FontFace = Font.new("rbxasset://fonts/families/Inconsolata.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  141. elabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. elabel.Size = UDim2.new(0, 120 ,0, 23.5)
  143. elabel.Text = "Overflower"
  144. elabel.Position = UDim2.new(-0.00048, 0, 0, 0)
  145. closeBtn.Parent = label
  146. closeBtn.BorderSizePixel = 0
  147. closeBtn.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  148. closeBtn.TextSize = 19
  149. closeBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. closeBtn.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  151. closeBtn.Size = UDim2.new(0, 26, 0, 23.5)
  152. closeBtn.Text = "X"
  153. closeBtn.Position = UDim2.new(0.948, 0, 0, 0)
  154. minBtn.Parent = label
  155. minBtn.BorderSizePixel = 0
  156. minBtn.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  157. minBtn.TextSize = 17
  158. minBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  159. minBtn.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  160. minBtn.Size = UDim2.new(0, 26, 0, 23.5)
  161. minBtn.Text = "━"
  162. minBtn.Position = UDim2.new(0.8973, 0, 0, 0)
  163. eFrame.Parent = mainFrame
  164. eFrame.BorderSizePixel = 0
  165. eFrame.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  166. eFrame.Size = UDim2.new(0, 516, 0, 278)
  167. eFrame.Position = UDim2.new(0, 0, 0.102, 0)
  168. eFrame.Visible = true
  169. oFrame.Parent = mainFrame
  170. oFrame.BorderSizePixel = 0
  171. oFrame.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  172. oFrame.Size = UDim2.new(0, 516, 0, 278)
  173. oFrame.Position = UDim2.new(0, 0, 0.102, 0)
  174. oFrame.Visible = false
  175. oTBn.Parent = mainFrame
  176. oTBn.BorderSizePixel = 1
  177. oTBn.BackgroundColor3 = Color3.fromRGB(71, 72, 91)
  178. oTBn.BorderMode = Enum.BorderMode.Outline
  179. oTBn.TextSize = 17
  180. oTBn.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. oTBn.FontFace = Font.new("rbxasset://fonts/families/Jura.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  182. oTBn.Size = UDim2.new(0, 256, 0, 26)
  183. oTBn.Text = "Output"
  184. oTBn.BorderColor3 = Color3.fromRGB(0, 0, 0)
  185. oTBn.Position = UDim2.new(0.5, 0, 0.002, 0)
  186. eTabBtn.Parent = mainFrame
  187. eTabBtn.BorderSizePixel = 1
  188. eTabBtn.BackgroundColor3 = Color3.fromRGB(71, 72, 91)
  189. eTabBtn.BorderMode = Enum.BorderMode.Outline
  190. eTabBtn.Size = UDim2.new(0, 256, 0, 26)
  191. eTabBtn.TextSize = 17
  192. eTabBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. eTabBtn.FontFace = Font.new("rbxasset://fonts/families/Jura.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  194. eTabBtn.Text = "Executor"
  195. eTabBtn.BorderColor3 = Color3.fromRGB(0, 0, 0)
  196. eTabBtn.Position = UDim2.new(0.004, 0, 0.002, 0)
  197. oSc.Parent = oFrame
  198. oSc.Active = true
  199. oSc.ZIndex = 4
  200. oSc.BorderSizePixel = 0
  201. oSc.HorizontalScrollBarInset = Enum.ScrollBarInset.Always
  202. oSc.Size = UDim2.new(0, 506, 0, 257)
  203. oSc.ScrollBarImageColor3 = Color3.fromRGB(0, 0, 0)
  204. oSc.CanvasSize = UDim2.new(0, 0, 2, 0)
  205. oSc.ScrollBarThickness = 10
  206. oSc.Position = UDim2.new(0.01, 0, 0.036, 0)
  207. oT.Parent = oSc
  208. oT.BorderSizePixel = 0
  209. oT.BackgroundColor3 = Color3.fromRGB(111, 111, 111)
  210. oT.Visible = true
  211. oT.ZIndex = 3
  212. oT.TextSize = 12
  213. oT.FontFace = Font.new("rbxasset://fonts/families/Inconsolata.json", Enum.FontWeight.SemiBold)
  214. oT.TextColor3 = Color3.fromRGB(0, 0, 0)
  215. oT.Size = UDim2.new(0, 506, 0, 553)
  216. oT.Text = ""
  217. oT.Position = UDim2.new(0.001, 0, 0.001, 0)
  218. oT.TextXAlignment = Enum.TextXAlignment.Left
  219. oT.TextYAlignment = Enum.TextYAlignment.Top
  220. iTB.Parent = eFrame
  221. iTB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. iTB.ClearTextOnFocus = true
  223. iTB.Position = UDim2.new(0, 0, 0, 0)
  224. iTB.ShowNativeInput = true
  225. iTB.Size = UDim2.new(0, 512, 0, 215)
  226. iTB.TextEditable = true
  227. iTB.Visible = false
  228. iTB.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  229. iTB.PlaceholderText = ""
  230. sBox.Parent = eFrame
  231. sBox.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  232. sBox.Text = ""
  233. sBox.FontFace = Font.new("rbxasset://fonts/families/RobotoMono.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  234. sBox.TextColor3 = Color3.fromRGB(203, 203, 203)
  235. sBox.TextDirection = Enum.TextDirection.LeftToRight
  236. sBox.TextSize = 16
  237. sBox.TextXAlignment = Enum.TextXAlignment.Left
  238. sBox.TextYAlignment = Enum.TextYAlignment.Top
  239. sBox.Position = UDim2.new(0.004, 0, 0.054, 0)
  240. sBox.Size = UDim2.new(0, 512, 0, 215)
  241. sBox.ClearTextOnFocus = false
  242. sBox.MultiLine = true
  243. convBtn.Parent = eFrame
  244. convBtn.BorderSizePixel = 1
  245. convBtn.BackgroundColor3 = Color3.fromRGB(71, 72, 91)
  246. convBtn.BorderMode = Enum.BorderMode.Outline
  247. convBtn.TextSize = 16
  248. convBtn.FontFace = Font.new("rbxasset://fonts/families/Jura.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  249. convBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. convBtn.RichText = true
  251. convBtn.Size = UDim2.new(0, 112, 0, 26)
  252. convBtn.Text = "Local > SS"
  253. convBtn.BorderColor3 = Color3.fromRGB(0, 0, 0)
  254. convBtn.Position = UDim2.new(0.266, 0, 0.867, 0)
  255. convBtn.TextXAlignment = Enum.TextXAlignment.Center
  256. convBtn.TextYAlignment = Enum.TextYAlignment.Center
  257. eB.Parent = eFrame
  258. eB.BorderSizePixel = 1
  259. eB.BackgroundColor3 = Color3.fromRGB(71, 72, 91)
  260. eB.BorderMode = Enum.BorderMode.Outline
  261. eB.Position = UDim2.new(0.014, 0, 0.867, 0)
  262. eB.TextSize = 16
  263. eB.FontFace = Font.new("rbxasset://fonts/families/Jura.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  264. eB.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. eB.RichText = true
  266. eB.Size = UDim2.new(0, 112, 0, 26)
  267. eB.Text = "Execute"
  268. eB.BorderColor3 = Color3.fromRGB(0, 0, 0)
  269. eB.TextXAlignment = Enum.TextXAlignment.Center
  270. eB.TextYAlignment = Enum.TextYAlignment.Center
  271. roroB.Parent = eFrame
  272. roroB.BorderSizePixel = 1
  273. roroB.BackgroundColor3 = Color3.fromRGB(71, 72, 91)
  274. roroB.BorderMode = Enum.BorderMode.Outline
  275. roroB.TextSize = 16
  276. roroB.FontFace = Font.new("rbxasset://fonts/families/Jura.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  277. roroB.TextColor3 = Color3.fromRGB(255, 255, 255)
  278. roroB.Size = UDim2.new(0, 112, 0, 26)
  279. roroB.Text = "R6"
  280. roroB.BorderColor3 = Color3.fromRGB(0, 0, 0)
  281. roroB.Position = UDim2.new(0.771, 0, 0.867, 0)
  282. roroB.TextXAlignment = Enum.TextXAlignment.Center
  283. roroB.TextYAlignment = Enum.TextYAlignment.Center
  284. rarAb.Parent = eFrame
  285. rarAb.BorderSizePixel = 1
  286. rarAb.BackgroundColor3 = Color3.fromRGB(71, 72, 91)
  287. rarAb.BorderMode = Enum.BorderMode.Outline
  288. rarAb.TextSize = 16
  289. rarAb.FontFace = Font.new("rbxasset://fonts/families/Jura.json")
  290. rarAb.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. rarAb.Size = UDim2.new(0, 112, 0, 26)
  292. rarAb.Text = "Respawn"
  293. rarAb.BorderColor3 = Color3.fromRGB(0, 0, 0)
  294. rarAb.Position = UDim2.new(0.516, 0, 0.867, 0)
  295. rarAb.TextXAlignment = Enum.TextXAlignment.Center
  296. rarAb.TextYAlignment = Enum.TextYAlignment.Center
  297. local signature = ""
  298. local intPts = {
  299.     abo = "A",
  300.     adze = "B",
  301.     iknzm = "C",
  302.     ooqp = "D",
  303.     u55qa = "E",
  304.     yq1m = "F",
  305.     ppnim = "G",
  306.     yagnmz55 = "H",
  307.     pOOHz = "I",
  308.     opq7 = "J",
  309.     uu88amz = "K",
  310.     pp01man = "L",
  311.     mqAAzQ = "M",
  312.     iiNBBz = "N",
  313.     qq00BA = "O",
  314.     yy9baAz = "P",
  315.     EEEnAmi = "Q",
  316.     OOBAmu = "R",
  317.     lllkqam = "S",
  318.     kkQAm = "T",
  319.     kqzmu = "U",
  320.     qwam = "V",
  321.     oqaka = "W",
  322.     pipo8mo = "X",
  323.     rrruako = "Y",
  324.     mmaZaAZA = "Z",
  325.     trypoman = "a",
  326.     qopomru = "b",
  327.     qasamela = "c",
  328.     kasomelo = "d",
  329.     paso5561 = "e",
  330.     jaAAAMO = "f",
  331.     iAASOP = "g",
  332.     xAAsop = "h",
  333.     uiQQQzAm = "i",
  334.     knAMOnQaBo = "j",
  335.     l99a1 = "k",
  336.     vuuNTO9 = "l",
  337.     kvaMaB5 = "m",
  338.     lqvazOO0 = "n",
  339.     kweow61x = "o",
  340.     cubu7MA = "p",
  341.     ME8820 = "r",
  342.     lkqazm1 = "s",
  343.     bedeZA3 = "t",
  344.     cedeZA4 = "u",
  345.     dedoze5 = "v",
  346.     poqaqmna8 = "w",
  347.     khalopo29 = "x",
  348.     jqa40c = "y",
  349.     qaztym7 = "z",
  350.     intoropo4zx = "1",
  351.     kqdezo9 = "2",
  352.     kqadezo2 = "3",
  353.     jkapoezo8 = "4",
  354.     qwa1opo3 = "5",
  355.     kjqemo61 = "6",
  356.     plqye0 = "7",
  357.     plQQQQyE1 = "8",
  358.     oooPPPPQASaDE2 = "9",
  359.     ManSOP4QQQQp = "0",
  360.     qaByQAZ67 = "_",
  361.     llqaME31Oaz7 = ":"
  362. }
  363. local function convert(strin)
  364.     local res = ""
  365.     for i = 1, #strin do
  366.         local char = string.sub(strin, i, i)
  367.         for k, v in pairs(intPts) do
  368.             if v == char then
  369.                 res = res .. k
  370.             end
  371.         end
  372.     end
  373.     return res
  374. end
  375. local linesArr = {line1, line2, line3, line4, line5, line6, line7, line8, line9}
  376. local hasFinishedLoading = false
  377. local Drag = label
  378. gsCoreGui = game:GetService("CoreGui")
  379. gsTween = game:GetService("TweenService")
  380. local UserInputService = game:GetService("UserInputService")
  381. local dragging
  382. local dragInput
  383. local dragStart
  384. local startPos
  385. local function update(input)
  386.     local delta = input.Position - dragStart
  387.     local dragTime = 0.01
  388.     local SmoothDrag = {}
  389.     SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  390.     local dragSmoothFunction = gsTween:Create(Drag, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  391.     dragSmoothFunction:Play()
  392. end
  393. Drag.InputBegan:Connect(function(input)
  394.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  395.         dragging = true
  396.         dragStart = input.Position
  397.         startPos = Drag.Position
  398.         input.Changed:Connect(function()
  399.             if input.UserInputState == Enum.UserInputState.End then
  400.                 dragging = false
  401.             end
  402.         end)
  403.     end
  404. end)
  405. Drag.InputChanged:Connect(function(input)
  406.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  407.         dragInput = input
  408.     end
  409. end)
  410. UserInputService.InputChanged:Connect(function(input)
  411.     if input == dragInput and dragging and Drag.Size then
  412.         update(input)
  413.     end
  414. end)
  415. local oRm = script.Parent.oRm
  416. local i = 0
  417. oRm.OnClientEvent:Connect(function(msg)
  418.     i += 1
  419.     oSc.CanvasSize = UDim2.new(0, 0, oSc.CanvasSize.Y.Scale + 0.043, 0)
  420.     oT.Size = UDim2.new(0, 506, 0, oT.Size.Y.Offset + 13)
  421.     if i == 800 then
  422.         oT.Text = ""
  423.         oSc.CanvasSize = UDim2.new(0, 0, 2, 0)
  424.         oT.Size = UDim2.new(0, 506, 0, 553)
  425.         i = 0
  426.     end
  427.     oT.Text = oT.Text .. "\n" .. msg
  428. end)
  429. local isClosed = true
  430. icon.MouseButton1Click:Connect(function()
  431.     label.Visible = true
  432.     icon.Interactable = false
  433.     isClosed = false
  434. end)
  435. game.UserInputService.InputBegan:Connect(function(inp)
  436.     if inp.KeyCode == Enum.KeyCode.RightBracket then
  437.         if hasFinishedLoading then
  438.             if isClosed then
  439.                 label.Visible = true
  440.                 icon.Interactable = false
  441.                 isClosed = false
  442.             else
  443.                 label.Visible = false
  444.                 icon.Interactable = true
  445.                 isClosed = true
  446.             end
  447.         end
  448.     end
  449. end)
  450. closeBtn.MouseButton1Click:Connect(function()
  451.     label.Visible = false
  452.     icon.Interactable = true
  453.     isClosed = true
  454. end)
  455. convBtn.MouseButton1Click:Connect(function()
  456.     script.Parent.eRm:FireServer(sBox.Text, true)
  457. end)
  458. eB.MouseButton1Click:Connect(function()
  459.     script.Parent.eRm:FireServer(signature, sBox.Text, false)
  460. end)
  461. eTabBtn.MouseButton1Click:Connect(function()
  462.     oFrame.Visible = false
  463.     eFrame.Visible = true
  464. end)
  465. roroB.MouseButton1Click:Connect(function()
  466.     script.Parent.roroRm:FireServer()
  467. end)
  468. rarAb.MouseButton1Click:Connect(function()
  469.     script.Parent.raraRm:FireServer()
  470. end)
  471. minBtn.MouseButton1Click:Connect(function()
  472.     if not mainFrame.Visible then
  473.         mainFrame.Visible = true
  474.     elseif mainFrame.Visible == true then
  475.         mainFrame.Visible = false
  476.     end
  477. end)
  478. oTBn.MouseButton1Click:Connect(function()
  479.     oFrame.Visible = true
  480.     eFrame.Visible = false
  481. end)
  482. local function startAnim()
  483.     signature = convert(`88AZUMO99_{player.Name}_InTO881zA`)
  484.     script.Parent.bazomP:FireServer(signature)
  485.    
  486.     wait(2)
  487.    
  488.     for i, v in pairs(linesArr) do
  489.         v.Visible = true
  490.         game.TweenService:Create(v, TweenInfo.new(4 + i, Enum.EasingStyle.Sine), {Position=UDim2.new(v.Position.X.Scale, 0, -1.100 - v.Position.X.Scale, 0)}):Play()
  491.     end
  492.    
  493.     local fPh = game.TweenService:Create(introGradient, TweenInfo.new(0.63, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Offset=Vector2.new(1, 0)})
  494.     fPh:Play()
  495.     fPh.Completed:Wait()
  496.     introGradient.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  497.     introGradient.Offset = Vector2.new(-1, 0)
  498.     local fPL = game.TweenService:Create(introLabel, TweenInfo.new(0.44), {Transparency=0, BackgroundTransparency=1})
  499.     fPL:Play()
  500.     fPL.Completed:Wait()
  501.     wait(0.85)
  502.     introLabel:Destroy()
  503.     wait(0.15)
  504.     fPh:Play()
  505.    
  506.     for i, v in pairs(linesArr) do
  507.         v:Destroy()
  508.     end
  509.    
  510.     fPh.Completed:Wait()
  511.    
  512.     introFrame:Destroy()
  513.     introGradient:Destroy()
  514.    
  515.     icon.Visible = true
  516.     local anim = game.TweenService:Create(icon, TweenInfo.new(1.2), {ImageTransparency=0})
  517.     anim:Play()
  518.     anim.Completed:Wait()
  519.     icon.Interactable = true
  520.     hasFinishedLoading = true
  521.    
  522.     script.Parent.oRm:FireServer()
  523. end
  524. task.spawn(function()  
  525.     for i, v in pairs(game.Players.LocalPlayer.PlayerGui:GetDescendants()) do
  526.         if v:IsA("ScreenGui") then
  527.             if v.Name ~= "berry" then
  528.                 v.DisplayOrder = 0
  529.             else
  530.                 v.DisplayOrder = 5555
  531.             end
  532.         end
  533.     end
  534. end)
  535. task.spawn(startAnim)
Advertisement
Add Comment
Please, Sign In to add comment