Sombody101

ExploitUtils

Apr 16th, 2022
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.93 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Folder = Instance.new("Folder")
  9. local Title = Instance.new("TextLabel")
  10. local UICorner = Instance.new("UICorner")
  11. local TextLabel = Instance.new("TextLabel")
  12. local OC = Instance.new("TextButton")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local RemoteSpy = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local PartDelete = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local SetOC = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local InfYield = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local UICorner_7 = Instance.new("UICorner")
  23. local Settings = Instance.new("Frame")
  24. local UICorner_8 = Instance.new("UICorner")
  25. local Folder_2 = Instance.new("Folder")
  26. local Title_2 = Instance.new("TextLabel")
  27. local TextLabel_2 = Instance.new("TextLabel")
  28. local UICorner_9 = Instance.new("UICorner")
  29. local Suicide = Instance.new("TextButton")
  30. local UICorner_10 = Instance.new("UICorner")
  31. local Farwell = Instance.new("TextLabel")
  32. local UICorner_11 = Instance.new("UICorner")
  33.  
  34. --Properties:
  35.  
  36. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. MainFrame.Name = "MainFrame"
  40. MainFrame.Parent = ScreenGui
  41. MainFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  42. MainFrame.BackgroundTransparency = 0.150
  43. MainFrame.Position = UDim2.new(0.382472157, 0, 0.149707571, 0)
  44. MainFrame.Size = UDim2.new(0, 370, 0, 335)
  45.  
  46. Folder.Parent = MainFrame
  47.  
  48. Title.Name = "Title"
  49. Title.Parent = Folder
  50. Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  51. Title.Size = UDim2.new(0, 370, 0, 50)
  52. Title.Font = Enum.Font.SourceSans
  53. Title.Text = "Exploit Utilities"
  54. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  55. Title.TextSize = 25.000
  56.  
  57. UICorner.Parent = Title
  58.  
  59. TextLabel.Parent = Title
  60. TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  61. TextLabel.BorderColor3 = Color3.fromRGB(45, 45, 45)
  62. TextLabel.Position = UDim2.new(0.00270270277, 0, 0.779999971, 0)
  63. TextLabel.Size = UDim2.new(0, 367, 0, 11)
  64. TextLabel.Font = Enum.Font.SourceSans
  65. TextLabel.Text = ""
  66. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextLabel.TextSize = 14.000
  68.  
  69. OC.Name = "OC"
  70. OC.Parent = Folder
  71. OC.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  72. OC.Size = UDim2.new(0, 20, 0, 19)
  73. OC.Font = Enum.Font.SourceSans
  74. OC.Text = "X"
  75. OC.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. OC.TextSize = 20.000
  77.  
  78. UICorner_2.Parent = OC
  79.  
  80. RemoteSpy.Name = "RemoteSpy"
  81. RemoteSpy.Parent = Folder
  82. RemoteSpy.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  83. RemoteSpy.Position = UDim2.new(0.0972972959, 0, 0.286567152, 0)
  84. RemoteSpy.Size = UDim2.new(0, 125, 0, 26)
  85. RemoteSpy.Font = Enum.Font.SourceSans
  86. RemoteSpy.Text = "Remote Spy"
  87. RemoteSpy.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. RemoteSpy.TextSize = 14.000
  89.  
  90. UICorner_3.Parent = RemoteSpy
  91.  
  92. PartDelete.Name = "PartDelete"
  93. PartDelete.Parent = Folder
  94. PartDelete.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  95. PartDelete.Position = UDim2.new(0.560000002, 0, 0.287, 0)
  96. PartDelete.Size = UDim2.new(0, 125, 0, 26)
  97. PartDelete.Font = Enum.Font.SourceSans
  98. PartDelete.Text = "Part Delete"
  99. PartDelete.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. PartDelete.TextSize = 14.000
  101.  
  102. UICorner_4.Parent = PartDelete
  103.  
  104. SetOC.Name = "SetOC"
  105. SetOC.Parent = Folder
  106. SetOC.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  107. SetOC.Position = UDim2.new(0.805405378, 0, 0, 0)
  108. SetOC.Size = UDim2.new(0, 72, 0, 22)
  109. SetOC.Font = Enum.Font.SourceSans
  110. SetOC.Text = "Settings"
  111. SetOC.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. SetOC.TextSize = 20.000
  113.  
  114. UICorner_5.Parent = SetOC
  115.  
  116. InfYield.Name = "InfYield"
  117. InfYield.Parent = Folder
  118. InfYield.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  119. InfYield.Position = UDim2.new(0.560000062, 0, 0.451179057, 0)
  120. InfYield.Size = UDim2.new(0, 125, 0, 26)
  121. InfYield.Font = Enum.Font.SourceSans
  122. InfYield.Text = "Inf Yield"
  123. InfYield.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. InfYield.TextSize = 14.000
  125.  
  126. UICorner_6.Parent = InfYield
  127.  
  128. UICorner_7.Parent = MainFrame
  129.  
  130. Settings.Name = "Settings"
  131. Settings.Parent = MainFrame
  132. Settings.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  133. Settings.BackgroundTransparency = 0.150
  134. Settings.BorderColor3 = Color3.fromRGB(45, 45, 45)
  135. Settings.BorderSizePixel = 0
  136. Settings.Position = UDim2.new(1.01678967, 0, -0.00174569653, 0)
  137. Settings.Size = UDim2.new(0, 100, 0, 335)
  138. Settings.SizeConstraint = Enum.SizeConstraint.RelativeXX
  139.  
  140. UICorner_8.Parent = Settings
  141.  
  142. Folder_2.Parent = Settings
  143.  
  144. Title_2.Name = "Title"
  145. Title_2.Parent = Folder_2
  146. Title_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  147. Title_2.Size = UDim2.new(0, 100, 0, 50)
  148. Title_2.Font = Enum.Font.SourceSans
  149. Title_2.Text = "Settings"
  150. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. Title_2.TextSize = 25.000
  152.  
  153. TextLabel_2.Parent = Title_2
  154. TextLabel_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  155. TextLabel_2.BorderColor3 = Color3.fromRGB(45, 45, 45)
  156. TextLabel_2.Position = UDim2.new(0, 1, 0.800000012, 0)
  157. TextLabel_2.Size = UDim2.new(0, 98, 0, 10)
  158. TextLabel_2.Font = Enum.Font.SourceSans
  159. TextLabel_2.Text = ""
  160. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. TextLabel_2.TextSize = 14.000
  162.  
  163. UICorner_9.Parent = Title_2
  164.  
  165. Suicide.Name = "Suicide"
  166. Suicide.Parent = Folder_2
  167. Suicide.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  168. Suicide.Position = UDim2.new(0, 0, 0.940298498, 0)
  169. Suicide.Size = UDim2.new(0, 100, 0, 20)
  170. Suicide.Font = Enum.Font.SourceSans
  171. Suicide.Text = "Kill GUI"
  172. Suicide.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. Suicide.TextSize = 14.000
  174.  
  175. UICorner_10.Parent = Suicide
  176.  
  177. Farwell.Name = "Farwell"
  178. Farwell.Parent = MainFrame
  179. Farwell.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  180. Farwell.BackgroundTransparency = 1.000
  181. Farwell.Size = UDim2.new(0, 370, 0, 50)
  182. Farwell.Visible = false
  183. Farwell.Font = Enum.Font.SourceSans
  184. Farwell.Text = "TaTa, Player"
  185. Farwell.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. Farwell.TextSize = 33.000
  187.  
  188. UICorner_11.Parent = Farwell
  189.  
  190. -- Scripts:
  191.  
  192. local function LOILNFS_fake_script() -- OC.OC
  193.     local script = Instance.new('LocalScript', OC)
  194.  
  195.     local TweenService = game:GetService("TweenService")
  196.     local frame = script.Parent.Parent.Parent
  197.     local setFrame = script.Parent.Parent.Parent.Settings
  198.     local Open = frame.Size
  199.     local Closed = UDim2.new(0, 50, 0, 20)
  200.     local closed = false
  201.     local deb = false
  202.    
  203.     script.Parent.MouseButton1Click:Connect(function()
  204.         if deb == false then
  205.             deb = true
  206.             closed = not closed
  207.             if closed == true then
  208.                 for num, item in pairs(frame.Folder:GetChildren()) do
  209.                     if item.Name ~= "OC" then
  210.                         item.Visible = false
  211.                     end
  212.                 end
  213.                 for num, item in pairs(setFrame.Folder:GetChildren()) do
  214.                     if item.Name ~= "Title" then
  215.                         item.Visible = false
  216.                     end
  217.                 end
  218.                 TweenService:Create(frame, TweenInfo.new(0.3), {Size = Closed}):Play()
  219.                 setFrame.Visible = false
  220.             else
  221.                 TweenService:Create(frame, TweenInfo.new(0.3), {Size = Open}):Play()
  222.                 wait(0.3)
  223.                 for num, item in pairs(frame.Folder:GetChildren()) do
  224.                     if item.Name ~= "OC" then
  225.                         item.Visible = true
  226.                     end
  227.                 end
  228.                 for num, item in pairs(setFrame.Folder:GetChildren()) do
  229.                     if item.Name ~= "Title" then
  230.                         item.Visible = true
  231.                     end
  232.                 end
  233.                 setFrame.Visible = true
  234.             end
  235.             deb = false
  236.         end
  237.     end)
  238. end
  239. coroutine.wrap(LOILNFS_fake_script)()
  240. local function YXEHESZ_fake_script() -- RemoteSpy.LocalScript
  241.     local script = Instance.new('LocalScript', RemoteSpy)
  242.  
  243.     script.Parent.MouseButton1Click:Connect(function()
  244.         loadstring(game:HttpGet("https://pastebin.com/raw/YK407Mns"))()
  245.     end)
  246. end
  247. coroutine.wrap(YXEHESZ_fake_script)()
  248. local function NQVSXAE_fake_script() -- PartDelete.PrtDel
  249.     local script = Instance.new('LocalScript', PartDelete)
  250.  
  251.     script.Parent.MouseButton1Click:Connect(function()
  252.         loadstring("https://pastebin.com/raw/YK407Mns")
  253.     end)
  254. end
  255. coroutine.wrap(NQVSXAE_fake_script)()
  256. local function ICYK_fake_script() -- SetOC.SetOc
  257.     local script = Instance.new('LocalScript', SetOC)
  258.  
  259.     local TweenService = game:GetService("TweenService")
  260.     local frame = script.Parent.Parent.Parent.Settings
  261.     local Closed = UDim2.new(0, 0, 0, 335)
  262.     local Open = UDim2.new(0, 100, 0, 335)
  263.     local closed = true
  264.     local deb = false
  265.    
  266.    
  267.     script.Parent.MouseButton1Click:Connect(function()
  268.         if deb == false then
  269.             deb = true
  270.             closed = not closed
  271.             if closed == true then
  272.                 for num, item in pairs(frame.Folder:GetChildren()) do
  273.                     if item.Name ~= "Title" then
  274.                         item.Visible = false
  275.                     end
  276.                 end
  277.                 frame.Folder.Title.Visible = false
  278.                 TweenService:Create(frame, TweenInfo.new(0.3), {Size = Closed}):Play()
  279.             else
  280.                 TweenService:Create(frame, TweenInfo.new(0.3), {Size = Open}):Play()
  281.                 wait(0.3)
  282.                 for num, item in pairs(frame.Folder:GetChildren()) do
  283.                     if item.Name ~= "Title" then
  284.                         item.Visible = true
  285.                     end
  286.                 end
  287.                 frame.Folder.Title.Visible = true
  288.             end
  289.             deb = false
  290.         end
  291.     end)
  292. end
  293. coroutine.wrap(ICYK_fake_script)()
  294. local function JUYPIP_fake_script() -- InfYield.InfYel
  295.     local script = Instance.new('LocalScript', InfYield)
  296.  
  297.     script.Parent.MouseButton1Click:Connect(function()
  298.         loadstring("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source")
  299.     end)
  300. end
  301. coroutine.wrap(JUYPIP_fake_script)()
  302. local function QMXAP_fake_script() -- MainFrame.ProtectedScript
  303.     local script = Instance.new('LocalScript', MainFrame)
  304.  
  305.     local WutTheNoobDoin = "why you goin thru my code ;-; "
  306. end
  307. coroutine.wrap(QMXAP_fake_script)()
  308. local function UFUIYUD_fake_script() -- nil.Quit Snoopin
  309.     local script = Instance.new('LocalScript', nil)
  310.  
  311.    
  312. end
  313. coroutine.wrap(UFUIYUD_fake_script)()
  314. local function MNRBO_fake_script() -- nil.I mean it
  315.     local script = Instance.new('LocalScript', nil)
  316.  
  317.    
  318. end
  319. coroutine.wrap(MNRBO_fake_script)()
  320. local function XJFJ_fake_script() -- nil.You found me!
  321.     local script = Instance.new('LocalScript', nil)
  322.  
  323.    
  324. end
  325. coroutine.wrap(XJFJ_fake_script)()
  326. local function XSVWBY_fake_script() -- nil.Nah, you didnt find anything
  327.     local script = Instance.new('LocalScript', nil)
  328.  
  329.    
  330. end
  331. coroutine.wrap(XSVWBY_fake_script)()
  332. local function NLSWY_fake_script() -- Suicide.ByeBye ;-;
  333.     local script = Instance.new('LocalScript', Suicide)
  334.  
  335.     local debounce = false
  336.     local options = {
  337.         "See you later, alligator!",
  338.         "After a while, crocodile.",
  339.         "Okay...bye, fry guy!",
  340.         "If I don’t see you around, I'll see you square.",
  341.         "Catch you on the rebound.",
  342.         "Gotta go, buffalo.",
  343.         "Peace out!",
  344.         "Gotta hit the road.",
  345.         "Smoke me a kipper, I'll be back for breakfast.",
  346.         "Gotta bolt!",
  347.         "See you soon, raccoon.",
  348.         "Hope to see you again!",
  349.         "Hasta la vista, baby.",
  350.         "Bye-bye, butterfly.",
  351.         "You're still here? It's over. Go home. Go!"
  352.     }
  353.     script.Parent.MouseButton1Click:Connect(function()
  354.         local whyYouLookinAtMyCode = "WutDaNoobDoin?"
  355.         if debounce == false then
  356.             debounce = true
  357.             script.Parent.Parent.Parent.Visible = false
  358.             script.Parent.Parent.Parent.Parent.Folder:Destroy()
  359.             game:GetService("TweenService"):Create(script.Parent.Parent.Parent.Parent, TweenInfo.new(0.3), {Size = UDim2.new(0,375,0,50)}):Play()
  360.             wait(.3)
  361.             script.Parent.Parent.Parent.Parent.Farwell.Visible = true
  362.             wait(1)
  363.             game:GetService("TweenService"):Create(script.Parent.Parent.Parent.Parent, TweenInfo.new(0.3), {Size = UDim2.new(0,0,0,50)}):Play()
  364.             script.Parent.Parent.Parent.Parent.Farwell:Destroy()
  365.             wait(.3)
  366.             script.Parent.Parent.Parent.Parent.Parent.Parent.ScreenGui:Destroy()
  367.            
  368.             game:GetService("StarterGui"):SetCore("SendNotification", {
  369.                 Title = "Gui Closed";
  370.                 Text = options[math.random(1, #options)];
  371.             })
  372.         end
  373.     end)
  374. end
  375. coroutine.wrap(NLSWY_fake_script)()
  376. local function HTXXSD_fake_script() -- ScreenGui.Init
  377.     local script = Instance.new('LocalScript', ScreenGui)
  378.  
  379.     -- Initialize
  380.     local gui = script.Parent
  381.     gui.MainFrame.Settings.Size = UDim2.new(0,0,0,335)
  382.     for n, item in pairs(gui.MainFrame.Settings.Folder:GetChildren()) do
  383.         item.Visible = false
  384.     end
  385.     local setFrame = gui.MainFrame.Settings
  386.     local frame = gui.MainFrame
  387.     frame.Size = UDim2.new(0, 370,0, 59)
  388.     local open = UDim2.new(0, 370,0, 335)
  389.     for num, item in pairs(setFrame.Folder:GetChildren() and frame.Folder:GetChildren()) do
  390.         if item.Name ~= "Title" then
  391.             item.Visible = false
  392.         end
  393.     end
  394.     wait(1)
  395.     game:GetService("TweenService"):Create(frame, TweenInfo.new(0.3), {Size = open}):Play()
  396.     wait(.3)
  397.     for num, item in pairs(setFrame.Folder:GetChildren() and frame.Folder:GetChildren()) do
  398.         if item.Name ~= "Title" then
  399.             item.Visible = true
  400.         end
  401.     end
  402.     ---------------------------------------------------------------------------------------
  403.    
  404.     local UserInputService=game:GetService("UserInputService")
  405.     local gui=script.Parent.MainFrame
  406.    
  407.     local dragging
  408.     local dragInput
  409.     local dragStart
  410.     local startPos
  411.    
  412.     local function update(input)
  413.         local delta=input.Position-dragStart
  414.         gui.Position=UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  415.     end
  416.    
  417.     gui.InputBegan:Connect(function(input)
  418.         if input.UserInputType==Enum.UserInputType.MouseButton1 or input.UserInputType==Enum.UserInputType.Touch then
  419.             dragging=true
  420.             dragStart=input.Position
  421.             startPos=gui.Position
  422.             input.Changed:Connect(function()
  423.                 if input.UserInputState==Enum.UserInputState.End then
  424.                     dragging=false
  425.                 end
  426.             end)
  427.         end
  428.     end)
  429.    
  430.     gui.InputChanged:Connect(function(input)
  431.         if input.UserInputType==Enum.UserInputType.MouseMovement or input.UserInputType==Enum.UserInputType.Touch then
  432.             dragInput=input
  433.         end
  434.     end)
  435.    
  436.     UserInputService.InputChanged:Connect(function(input)
  437.         if input==dragInput and dragging then
  438.             update(input)
  439.         end
  440.     end)
  441.    
  442.     game:GetService("StarterGui"):SetCore("SendNotification", {
  443.         Title = "Gui Loaded";
  444.         Text = "Thanks For Using My Gui!";
  445.     })
  446. end
  447. coroutine.wrap(HTXXSD_fake_script)()
  448.  
Add Comment
Please, Sign In to add comment