sasod35

越獄自動搶劫

Apr 15th, 2023
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. pcall(function()
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local UICorner = Instance.new("UICorner")
  5. local Frame_2 = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8.  
  9.  
  10.  
  11. ScreenGui.Parent = game:GetService("CoreGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  16. Frame.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  17. Frame.BorderSizePixel = 0
  18. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  19. Frame.Size = UDim2.new(0, 310, 0, 110)
  20. Frame.BackgroundTransparency = 1
  21. UICorner.Parent = Frame
  22.  
  23. Frame_2.Parent = Frame
  24. Frame_2.AnchorPoint = Vector2.new(0.5, 0.5)
  25. Frame_2.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  26. Frame_2.BorderSizePixel = 0
  27. Frame_2.Position = UDim2.new(0.5, 0, 0.0409090891, 0)
  28. Frame_2.Size = UDim2.new(0, 310, 0, 23)
  29. Frame_2.BackgroundTransparency = 1
  30.  
  31. TextLabel.Parent = Frame_2
  32. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. TextLabel.BackgroundTransparency = 1.000
  34. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  35. TextLabel.Font = Enum.Font.DenkOne
  36. TextLabel.Text = "Jailbreak - moretti"
  37. TextLabel.TextColor3 = Color3.fromRGB(30, 139, 255)
  38. TextLabel.TextScaled = true
  39. TextLabel.TextSize = 14.000
  40. TextLabel.TextWrapped = true
  41. TextLabel.TextTransparency = 1
  42.  
  43. TextLabel_2.Parent = Frame
  44. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. TextLabel_2.BackgroundTransparency = 1.000
  46. TextLabel_2.Position = UDim2.new(0.17741935, 0, 0.336363643, 0)
  47. TextLabel_2.Size = UDim2.new(0, 200, 0, 35)
  48. TextLabel_2.Font = Enum.Font.Highway
  49. TextLabel_2.Text = "loading..."
  50. TextLabel_2.TextColor3 = Color3.fromRGB(14, 143, 255)
  51. TextLabel_2.TextScaled = true
  52. TextLabel_2.TextSize = 14.000
  53. TextLabel_2.TextWrapped = true
  54. TextLabel_2.TextTransparency = 1
  55. function setVisible(bool)
  56. pcall(function()
  57. for i,v in pairs(ScreenGui:GetDescendants()) do
  58. spawn(function()
  59. if v.ClassName == "TextLabel" then
  60. game:GetService("TweenService"):Create(v, TweenInfo.new(0.8, Enum.EasingStyle.Quart, ( (bool and Enum.EasingDirection.Out) or Enum.EasingDirection.In )), {TextTransparency = (bool and 0) or 1 }):Play()
  61. else
  62. game:GetService("TweenService"):Create(v, TweenInfo.new(0.8, Enum.EasingStyle.Quart, ( (bool and Enum.EasingDirection.Out) or Enum.EasingDirection.In )), {BackgroundTransparency = (bool and 0) or 1 }):Play()
  63. end
  64. end)
  65. end
  66. end)
  67. end
  68.  
  69. setVisible(true)
  70.  
  71. wait(1)
  72.  
  73. TextLabel_2.Text = identifyexecutor()
  74.  
  75. wait(1)
  76.  
  77. setVisible(false)
  78. wait(0.8)
  79. ScreenGui:Destroy()
  80. getgenv().loaded = true
  81. end )
Add Comment
Please, Sign In to add comment