Advertisement
VoidScripteay72

read idc leak

Aug 10th, 2023
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Clear = Instance.new("TextButton")
  4. local Script1 = Instance.new("TextButton")
  5. local Holder = Instance.new("TextBox")
  6. local Script4 = Instance.new("TextButton")
  7. local Script3 = Instance.new("TextButton")
  8. local Script2 = Instance.new("TextButton")
  9. local Execute = Instance.new("TextButton")
  10.  
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  15. Frame.BorderColor3 = Color3.new(0, 0, 0)
  16. Frame.BorderSizePixel = 0
  17. Frame.Position = UDim2.new(0.0278306156, 0, 0.136217952, 0)
  18. Frame.Size = UDim2.new(0, 768, 0, 283)
  19.  
  20. Clear.Name = "Clear"
  21. Clear.Parent = Frame
  22. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Clear.BorderColor3 = Color3.new(0, 0, 0)
  24. Clear.BorderSizePixel = 0
  25. Clear.Position = UDim2.new(0.512371957, 0, 0.786381483, 0)
  26. Clear.Size = UDim2.new(0, 192, 0, 50)
  27. Clear.Font = Enum.Font.SourceSans
  28. Clear.Text = "Clear"
  29. Clear.TextColor3 = Color3.new(0, 0, 0)
  30. Clear.TextSize = 14
  31.  
  32. Script1.Name = "Script1"
  33. Script1.Parent = Frame
  34. Script1.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Script1.BorderColor3 = Color3.new(0, 0, 0)
  36. Script1.BorderSizePixel = 0
  37. Script1.Position = UDim2.new(0.815835118, 0, 0.0558724925, 0)
  38. Script1.Size = UDim2.new(0, 111, 0, 36)
  39. Script1.Font = Enum.Font.SourceSans
  40. Script1.Text = "Script1"
  41. Script1.TextColor3 = Color3.new(0, 0, 0)
  42. Script1.TextSize = 14
  43.  
  44. Holder.Name = "Holder"
  45. Holder.Parent = Frame
  46. Holder.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  47. Holder.BorderColor3 = Color3.new(0, 0, 0)
  48. Holder.BorderSizePixel = 0
  49. Holder.Position = UDim2.new(0.0224704649, 0, 0.0548274703, 0)
  50. Holder.Size = UDim2.new(0, 582, 0, 200)
  51. Holder.ClearTextOnFocus = false
  52. Holder.Font = Enum.Font.SourceSans
  53. Holder.MultiLine = true
  54. Holder.Text = ""
  55. Holder.TextColor3 = Color3.new(0, 0, 0)
  56. Holder.TextSize = 14
  57. Holder.TextXAlignment = Enum.TextXAlignment.Left
  58. Holder.TextYAlignment = Enum.TextYAlignment.Top
  59.  
  60. Script4.Name = "Script4"
  61. Script4.Parent = Frame
  62. Script4.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Script4.BorderColor3 = Color3.new(0, 0, 0)
  64. Script4.BorderSizePixel = 0
  65. Script4.Position = UDim2.new(0.815835178, 0, 0.631844103, 0)
  66. Script4.Size = UDim2.new(0, 111, 0, 36)
  67. Script4.Font = Enum.Font.SourceSans
  68. Script4.Text = "Script4"
  69. Script4.TextColor3 = Color3.new(0, 0, 0)
  70. Script4.TextSize = 14
  71.  
  72. Script3.Name = "Script3"
  73. Script3.Parent = Frame
  74. Script3.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Script3.BorderColor3 = Color3.new(0, 0, 0)
  76. Script3.BorderSizePixel = 0
  77. Script3.Position = UDim2.new(0.815835178, 0, 0.433964372, 0)
  78. Script3.Size = UDim2.new(0, 111, 0, 36)
  79. Script3.Font = Enum.Font.SourceSans
  80. Script3.Text = "Script3"
  81. Script3.TextColor3 = Color3.new(0, 0, 0)
  82. Script3.TextSize = 14
  83.  
  84. Script2.Name = "Script2"
  85. Script2.Parent = Frame
  86. Script2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Script2.BorderColor3 = Color3.new(0, 0, 0)
  88. Script2.BorderSizePixel = 0
  89. Script2.Position = UDim2.new(0.815835178, 0, 0.243151665, 0)
  90. Script2.Size = UDim2.new(0, 111, 0, 36)
  91. Script2.Font = Enum.Font.SourceSans
  92. Script2.Text = "Script2"
  93. Script2.TextColor3 = Color3.new(0, 0, 0)
  94. Script2.TextSize = 14
  95.  
  96. Execute.Name = "Execute"
  97. Execute.Parent = Frame
  98. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Execute.BorderColor3 = Color3.new(0, 0, 0)
  100. Execute.BorderSizePixel = 0
  101. Execute.Position = UDim2.new(0.0540386029, 0, 0.786381483, 0)
  102. Execute.Size = UDim2.new(0, 192, 0, 50)
  103. Execute.Font = Enum.Font.SourceSans
  104. Execute.Text = "Execute"
  105. Execute.TextColor3 = Color3.new(0, 0, 0)
  106. Execute.TextSize = 14
  107.  
  108. script.Parent.MouseButton1Down:Connect(function()
  109. local input = script.Parent.Parent.Holder
  110. input.Text = ""
  111. end)
  112.  
  113. local remote = script.Parent.Remote
  114.  
  115. remote.OnServerEvent:Connect(function(player,ss)
  116. require(script.Loadstring)(ss)()
  117. end)
  118.  
  119. local UIS = game:GetService("UserInputService")
  120. function dragify(Frame)
  121. dragToggle = nil
  122. dragSpeed = 0.15
  123. dragInput = nil
  124. dragStart = nil
  125. dragPos = nil
  126. function updateInput(input)
  127. Delta = input.Position - dragStart
  128. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  129. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.15), {Position = Position}):Play()
  130. end
  131. Frame.InputBegan:Connect(function(input)
  132. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  133. dragToggle = true
  134. dragStart = input.Position
  135. startPos = Frame.Position
  136. input.Changed:Connect(function()
  137. if input.UserInputState == Enum.UserInputState.End then
  138. dragToggle = false
  139. end
  140. end)
  141. end
  142. end)
  143. Frame.InputChanged:Connect(function(input)
  144. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  145. dragInput = input
  146. end
  147. end)
  148. game:GetService("UserInputService").InputChanged:Connect(function(input)
  149. if input == dragInput and dragToggle then
  150. updateInput(input)
  151. end
  152. end)
  153. end
  154. dragify(script.Parent)
  155.  
  156.  
  157. script.Parent.MouseButton1Down:Connect(function()
  158. local input = script.Parent.Parent.Holder
  159. input.Text = "require(5887966886).EH('ReplaceWithUsername')"
  160. end)
  161.  
  162. script.Parent.MouseButton1Down:Connect(function()
  163. local input = script.Parent.Parent.Holder
  164. input.Text = "require(14021031434)('ReplaceWithUsername')"
  165. end)
  166.  
  167. script.Parent.MouseButton1Down:Connect(function()
  168. local input = script.Parent.Parent.Holder
  169. input.Text = "require(7192763922).load('ReplaceWithUsername')"
  170. end)
  171.  
  172. script.Parent.MouseButton1Down:Connect(function()
  173. local input = script.Parent.Parent.Holder
  174. input.Text = "require(6274987259).v2('ReplaceWithUsername')"
  175. end)
  176.  
  177. script.Parent.MouseButton1Down:Connect(function()
  178. local input = script.Parent.Parent.Holder
  179. script.Parent.Parent.Remote:FireServer(input.Text)
  180. end)
  181.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement