Advertisement
darkblooood

Untitled

Dec 31st, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local ScrollingFrame = Instance.new("ScrollingFrame")
  7. local TextBox = Instance.new("TextBox")
  8. local exec = Instance.new("TextButton")
  9. local Frame_2 = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local yes = Instance.new("TextLabel")
  13. local clear = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.VeryDarkDev:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Frame.Position = UDim2.new(0.269143283, 0, 0.4503012, 0)
  20. Frame.Size = UDim2.new(0.200000018, 0, 0.25572291, 0)
  21.  
  22. ScrollingFrame.Parent = Frame
  23. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. ScrollingFrame.Position = UDim2.new(0, 0, 0.239242509, 0)
  25. ScrollingFrame.Size = UDim2.new(1, 0, 0.758774996, 0)
  26.  
  27. TextBox.Parent = ScrollingFrame
  28. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextBox.Position = UDim2.new(0, 0, -0.00294464035, 0)
  30. TextBox.Size = UDim2.new(1, 0, 1, 0)
  31. TextBox.Font = Enum.Font.Code
  32. TextBox.PlaceholderText = "--Enter scripts here faggot"
  33. TextBox.Text = ""
  34. TextBox.TextColor3 = Color3.new(0, 0, 0)
  35. TextBox.TextSize = 14
  36. TextBox.TextWrapped = true
  37. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  38. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  39.  
  40. exec.Name = "exec"
  41. exec.Parent = Frame
  42. exec.BackgroundColor3 = Color3.new(1, 1, 1)
  43. exec.Position = UDim2.new(-0.00156952313, 0, 1.17785597, 0)
  44. exec.Size = UDim2.new(1.00156951, 0, 0.169846997, 0)
  45. exec.Font = Enum.Font.Code
  46. exec.Text = "EXECTUTE THAT SHIT"
  47. exec.TextColor3 = Color3.new(0, 0, 0)
  48. exec.TextScaled = true
  49. exec.TextSize = 14
  50. exec.TextWrapped = true
  51.  
  52. Frame_2.Parent = Frame
  53. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Frame_2.Position = UDim2.new(0, 0, -0.00317343231, 0)
  55. Frame_2.Size = UDim2.new(0.996967316, 0, 0.24241595, 0)
  56.  
  57. TextLabel.Parent = Frame_2
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.Position = UDim2.new(-0.000466466416, 0, 0.439181685, 0)
  60. TextLabel.Size = UDim2.new(1.00046659, 0, 0.319764763, 0)
  61. TextLabel.Font = Enum.Font.Cartoon
  62. TextLabel.Text = "Shitty UI - The backdoor"
  63. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  64. TextLabel.TextScaled = true
  65. TextLabel.TextSize = 14
  66. TextLabel.TextWrapped = true
  67.  
  68. TextLabel_2.Parent = Frame_2
  69. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextLabel_2.Position = UDim2.new(1.11961988e-07, 0, 4.11395741, 0)
  71. TextLabel_2.Size = UDim2.new(1.00304163, 0, 0.780138016, 0)
  72. TextLabel_2.Font = Enum.Font.Cartoon
  73. TextLabel_2.Text = "Enter any script and press execute"
  74. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  75. TextLabel_2.TextScaled = true
  76. TextLabel_2.TextSize = 14
  77. TextLabel_2.TextWrapped = true
  78.  
  79. yes.Name = "yes"
  80. yes.Parent = Frame_2
  81. yes.BackgroundColor3 = Color3.new(1, 1, 1)
  82. yes.Position = UDim2.new(-0.00136273168, 0, -0.00400651246, 0)
  83. yes.Size = UDim2.new(1.00136268, 0, 0.44574374, 0)
  84. yes.Font = Enum.Font.Cartoon
  85. yes.Text = "HEY DUMBASS THE BACKDOOR AINT HERE"
  86. yes.TextColor3 = Color3.new(1, 0, 0)
  87. yes.TextScaled = true
  88. yes.TextSize = 14
  89. yes.TextWrapped = true
  90.  
  91. clear.Name = "clear"
  92. clear.Parent = Frame
  93. clear.BackgroundColor3 = Color3.new(1, 1, 1)
  94. clear.Position = UDim2.new(-0.00156952313, 0, 1.34275579, 0)
  95. clear.Size = UDim2.new(1.00156951, 0, 0.169846997, 0)
  96. clear.Font = Enum.Font.Code
  97. clear.Text = "Clear"
  98. clear.TextColor3 = Color3.new(0, 0, 0)
  99. clear.TextScaled = true
  100. clear.TextSize = 14
  101. clear.TextWrapped = true
  102. -- Scripts:
  103. function SCRIPT_ULDU66_FAKESCRIPT() -- ScreenGui.LocalScript
  104. local script = Instance.new('LocalScript')
  105. script.Parent = ScreenGui
  106. local UserInputService = game:GetService("UserInputService")
  107.  
  108. local gui = Frame
  109.  
  110. local dragging
  111. local dragInput
  112. local dragStart
  113. local startPos
  114.  
  115. local function update(input)
  116. local delta = input.Position - dragStart
  117. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  118. end
  119.  
  120. gui.InputBegan:Connect(function(input)
  121. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  122. dragging = true
  123. dragStart = input.Position
  124. startPos = gui.Position
  125.  
  126. input.Changed:Connect(function()
  127. if input.UserInputState == Enum.UserInputState.End then
  128. dragging = false
  129. end
  130. end)
  131. end
  132. end)
  133.  
  134. gui.InputChanged:Connect(function(input)
  135. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  136. dragInput = input
  137. end
  138. end)
  139.  
  140. UserInputService.InputChanged:Connect(function(input)
  141. if input == dragInput and dragging then
  142. update(input)
  143. end
  144. end)
  145.  
  146. end
  147. coroutine.resume(coroutine.create(SCRIPT_ULDU66_FAKESCRIPT))
  148.  
  149. yes.Visible = false
  150.  
  151. if not game.ReplicatedStorage:WaitForChild("Folder").Folder.Folder.Folder:FindFirstChild('AntiExploitNetworkClient') then
  152. yes.Visible = true
  153. else
  154. yes.Visible = false
  155. end
  156.  
  157. exec.MouseButton1Click:Connect(function()
  158. game.ReplicatedStorage:WaitForChild("Folder").Folder.Folder.Folder:FindFirstChild('AntiExploitNetworkClient'):FireServer(TextBox.Text)
  159. end)
  160.  
  161. clear.MouseButton1Click:Connect(function()
  162. TextBox.Text = ""
  163. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement