Advertisement
xdfromxd

xde

Apr 25th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SynapseX = Instance.new("ScreenGui")
  5. local SynapseFrame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local ImageButton = Instance.new("ImageButton")
  12. local TextBox = Instance.new("TextBox")
  13. --Properties:
  14. SynapseX.Name = "SynapseX"
  15. SynapseX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. SynapseX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. SynapseFrame.Active = true
  19. SynapseFrame.Draggable = True
  20.  
  21. SynapseFrame.Name = "SynapseFrame"
  22. SynapseFrame.Parent = SynapseX
  23. SynapseFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  24. SynapseFrame.BorderSizePixel = 3
  25. SynapseFrame.Position = UDim2.new(0.237099022, 0, 0.286049247, 0)
  26. SynapseFrame.Size = UDim2.new(0, 459, 0, 243)
  27.  
  28. TextButton.Parent = SynapseFrame
  29. TextButton.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  30. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  31. TextButton.Position = UDim2.new(0, 0, 0.934156358, 0)
  32. TextButton.Size = UDim2.new(0, 459, 0, 16)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = ""
  35. TextButton.TextColor3 = Color3.new(0, 0, 0)
  36. TextButton.TextSize = 14
  37.  
  38. TextButton_2.Parent = SynapseFrame
  39. TextButton_2.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  40. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  41. TextButton_2.Size = UDim2.new(0, 459, 0, 16)
  42. TextButton_2.Font = Enum.Font.SourceSans
  43. TextButton_2.Text = ""
  44. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  45. TextButton_2.TextSize = 14
  46.  
  47. TextButton_3.Parent = SynapseFrame
  48. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0)
  49. TextButton_3.Position = UDim2.new(0, 0, 0.736625493, 0)
  50. TextButton_3.Size = UDim2.new(0, 148, 0, 48)
  51. TextButton_3.Font = Enum.Font.Highway
  52. TextButton_3.Text = "Clear!"
  53. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  54. TextButton_3.TextScaled = true
  55. TextButton_3.TextSize = 18
  56. TextButton_3.TextWrapped = true
  57.  
  58. TextButton_4.Parent = SynapseFrame
  59. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 0)
  60. TextButton_4.Position = UDim2.new(0.703703701, 0, 0.736625493, 0)
  61. TextButton_4.Size = UDim2.new(0, 136, 0, 48)
  62. TextButton_4.Font = Enum.Font.Highway
  63. TextButton_4.Text = "Inject"
  64. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  65. TextButton_4.TextScaled = true
  66. TextButton_4.TextSize = 18
  67. TextButton_4.TextWrapped = true
  68.  
  69. TextButton_5.Parent = SynapseFrame
  70. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 0)
  71. TextButton_5.Position = UDim2.new(0.405228764, 0, 0.736625493, 0)
  72. TextButton_5.Size = UDim2.new(0, 113, 0, 48)
  73. TextButton_5.Font = Enum.Font.Highway
  74. TextButton_5.Text = "Execute!"
  75. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  76. TextButton_5.TextSize = 30
  77. TextButton_5.TextWrapped = true
  78.  
  79. ImageButton.Parent = SynapseFrame
  80. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  81. ImageButton.Position = UDim2.new(0, 0, -0.0452674888, 0)
  82. ImageButton.Size = UDim2.new(0, 47, 0, 37)
  83. ImageButton.Image = "rbxassetid://3109319748"
  84.  
  85. TextBox.Parent = SynapseFrame
  86. TextBox.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  87. TextBox.Position = UDim2.new(0, 0, 0.106995888, 0)
  88. TextBox.Size = UDim2.new(0, 459, 0, 153)
  89. TextBox.Font = Enum.Font.Garamond
  90. TextBox.Text = ""
  91. TextBox.TextColor3 = Color3.new(0, 0, 0)
  92. TextBox.TextSize = 18
  93. -- Scripts:
  94. Execute.MouseButton1Down:connect(function()
  95. loadstring(Code.Text)
  96. end)
  97. Clear.MouseButton1Down:connect(function()
  98. Code.Text = ("")
  99. end)
  100. Inject.MouseButton1Down:connect(function()
  101. Code.Text = ("Injecting")
  102. wait (2)
  103. Code.text = ("Injected)
  104. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement