Advertisement
DARKMODZ

ExecutorNotification

May 29th, 2023 (edited)
11,745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. wait(1)
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local tx1 = Instance.new("TextLabel")
  5. local tx2 = Instance.new("TextLabel")
  6. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  7.  
  8. ScreenGui.Parent = game.CoreGui
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10. ScreenGui.DisplayOrder = 2147483646
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  14. Frame.BorderSizePixel = 0
  15. Frame.LayoutOrder = 2199999
  16. Frame.Position = UDim2.new(0.835837066, 0, 0.841476798, 0)
  17. Frame.Size = UDim2.new(0.189877748, 0, 0.157688931, 0)
  18. Frame.ZIndex = 999999999
  19.  
  20. tx1.Name = "tx1"
  21. tx1.Parent = Frame
  22. tx1.BackgroundColor3 = Color3.new(1, 1, 1)
  23. tx1.BackgroundTransparency = 1
  24. tx1.BorderSizePixel = 0
  25. tx1.LayoutOrder = 2200000
  26. tx1.Position = UDim2.new(0.19002454, 0, 0, 0)
  27. tx1.Size = UDim2.new(0.660377383, 0, 0.243093938, 0)
  28. tx1.ZIndex = 999999999
  29. tx1.Font = Enum.Font.Arcade
  30. tx1.Text = "darkX"
  31. tx1.TextColor3 = Color3.new(0, 0, 0)
  32. tx1.TextScaled = true
  33. tx1.TextSize = 14
  34. tx1.TextWrapped = true
  35.  
  36. tx2.Name = "tx2"
  37. tx2.Parent = Frame
  38. tx2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. tx2.BackgroundTransparency = 1
  40. tx2.BorderColor3 = Color3.new(0.117647, 0.180392, 0.227451)
  41. tx2.BorderSizePixel = 0
  42. tx2.LayoutOrder = 2200001
  43. tx2.Position = UDim2.new(0.146342382, 0, 0.417091578, 0)
  44. tx2.Size = UDim2.new(0.746005416, 0, 0.283966362, 0)
  45. tx2.ZIndex = 999999999
  46. tx2.Font = Enum.Font.JosefinSans
  47. tx2.Text = "Successfully injected, have fun!"
  48. tx2.TextColor3 = Color3.new(0, 0, 0)
  49. tx2.TextScaled = true
  50. tx2.TextSize = 14
  51. tx2.TextWrapped = true
  52.  
  53. UIAspectRatioConstraint.Parent = Frame
  54. UIAspectRatioConstraint.AspectRatio = 2.0497238636016846
  55.  
  56. local function ZRVDYFA_fake_script() -- Frame.LocalScript
  57. local script = Instance.new('LocalScript', Frame)
  58.  
  59. if script.Parent.Visible == true then
  60. main = script.Parent
  61. text1 = script.Parent.tx1
  62. text2 = script.Parent.tx2
  63.  
  64. wait(5)
  65.  
  66. for i = 0, 1, 0.1 do
  67. wait(0.01)
  68. main.BackgroundTransparency = i
  69. text1.TextTransparency = i
  70. text2.TextTransparency = i
  71.  
  72. end
  73. print("Welcome, ".. game.Players.LocalPlayer.Name)
  74. end
  75. end
  76. coroutine.wrap(ZRVDYFA_fake_script)()
  77.  
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement