Advertisement
rrixh

saves exe gui

Oct 21st, 2023
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.06 KB | None | 0 0
  1. --[[
  2. Hello, This is my own gui, this is was open source!
  3. Since this script was open source, please Give credit when you showcasing this or modify this script!
  4. Also, I want to thank to you who using this script <3
  5.  
  6. -Sent By AZY#0348
  7. ]]
  8. local SavesGUI = Instance.new("ScreenGui")
  9. local MainGui = Instance.new("Frame")
  10. local UICorner = Instance.new("UICorner")
  11. local Text = Instance.new("Folder")
  12. local TextLabel = Instance.new("TextLabel")
  13. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  18. local TextLabel_4 = Instance.new("TextLabel")
  19. local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
  20. local TextLabel_5 = Instance.new("TextLabel")
  21. local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
  22. local TextLabel_6 = Instance.new("TextLabel")
  23. local Searchexec = Instance.new("TextBox")
  24. local UICorner_2 = Instance.new("UICorner")
  25. local UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint")
  26. local SExec = Instance.new("TextButton")
  27. local UICorner_3 = Instance.new("UICorner")
  28. local UITextSizeConstraint_7 = Instance.new("UITextSizeConstraint")
  29. local SClear = Instance.new("TextButton")
  30. local UICorner_4 = Instance.new("UICorner")
  31. local UITextSizeConstraint_8 = Instance.new("UITextSizeConstraint")
  32. local MainSavename = Instance.new("TextBox")
  33. local UICorner_5 = Instance.new("UICorner")
  34. local UITextSizeConstraint_9 = Instance.new("UITextSizeConstraint")
  35. local ScrollingFrame = Instance.new("ScrollingFrame")
  36. local UICorner_6 = Instance.new("UICorner")
  37. local Mainexec = Instance.new("TextBox")
  38. local UICorner_7 = Instance.new("UICorner")
  39. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  40. local MSave = Instance.new("TextButton")
  41. local UICorner_8 = Instance.new("UICorner")
  42. local UITextSizeConstraint_10 = Instance.new("UITextSizeConstraint")
  43. local MExec = Instance.new("TextButton")
  44. local UICorner_9 = Instance.new("UICorner")
  45. local UITextSizeConstraint_11 = Instance.new("UITextSizeConstraint")
  46. local MClear = Instance.new("TextButton")
  47. local UICorner_10 = Instance.new("UICorner")
  48. local UITextSizeConstraint_12 = Instance.new("UITextSizeConstraint")
  49. local ViewAllScripts = Instance.new("TextButton")
  50. local UICorner_11 = Instance.new("UICorner")
  51. local UITextSizeConstraint_13 = Instance.new("UITextSizeConstraint")
  52. local Minimizebutton = Instance.new("TextButton")
  53. local MainSaveClear = Instance.new("TextButton")
  54. local UICorner_12 = Instance.new("UICorner")
  55. local ButtonGui = Instance.new("TextButton")
  56. local UICorner_13 = Instance.new("UICorner")
  57.  
  58. --Properties:
  59.  
  60. SavesGUI.Name = "Saves GUI"
  61. SavesGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  62. SavesGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  63. SavesGUI.ResetOnSpawn = false
  64.  
  65. MainGui.Name = "MainGui"
  66. MainGui.Parent = SavesGUI
  67. MainGui.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  68. MainGui.BorderColor3 = Color3.fromRGB(29, 29, 29)
  69. MainGui.Position = UDim2.new(0.203999996, 0, -0.589999974, 0)
  70. MainGui.Size = UDim2.new(0.590042353, 0, 0.545798898, 0)
  71. MainGui.Visible = false
  72.  
  73. UICorner.CornerRadius = UDim.new(0, 9)
  74. UICorner.Parent = MainGui
  75.  
  76. Text.Name = "Text"
  77. Text.Parent = MainGui
  78.  
  79. TextLabel.Parent = Text
  80. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. TextLabel.BackgroundTransparency = 1.000
  82. TextLabel.Position = UDim2.new(0.053859964, 0, 0.164037853, 0)
  83. TextLabel.Size = UDim2.new(0.339317769, 0, 0.07570979, 0)
  84. TextLabel.Font = Enum.Font.SourceSans
  85. TextLabel.Text = "Put your skript name existing at this textbox"
  86. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. TextLabel.TextScaled = true
  88. TextLabel.TextSize = 14.000
  89. TextLabel.TextWrapped = true
  90.  
  91. UITextSizeConstraint.Parent = TextLabel
  92. UITextSizeConstraint.MaxTextSize = 14
  93.  
  94. TextLabel_2.Parent = Text
  95. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. TextLabel_2.BackgroundTransparency = 1.000
  97. TextLabel_2.Position = UDim2.new(0.691202879, 0, 0.223974764, 0)
  98. TextLabel_2.Size = UDim2.new(0.24775584, 0, 0.0757097825, 0)
  99. TextLabel_2.Font = Enum.Font.SourceSans
  100. TextLabel_2.Text = "Skripts Path Saved: Workspaxe/SavedScs"
  101. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. TextLabel_2.TextScaled = true
  103. TextLabel_2.TextSize = 14.000
  104. TextLabel_2.TextWrapped = true
  105.  
  106. UITextSizeConstraint_2.Parent = TextLabel_2
  107. UITextSizeConstraint_2.MaxTextSize = 14
  108.  
  109. TextLabel_3.Parent = Text
  110. TextLabel_3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  111. TextLabel_3.BorderColor3 = Color3.fromRGB(30, 30, 30)
  112. TextLabel_3.Position = UDim2.new(0.0251346491, 0, 0.0189274456, 0)
  113. TextLabel_3.Size = UDim2.new(0.407540381, 0, 0.167192429, 0)
  114. TextLabel_3.Font = Enum.Font.Highway
  115. TextLabel_3.Text = "Exekute Saved"
  116. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. TextLabel_3.TextScaled = true
  118. TextLabel_3.TextSize = 40.000
  119. TextLabel_3.TextWrapped = true
  120.  
  121. UITextSizeConstraint_3.Parent = TextLabel_3
  122. UITextSizeConstraint_3.MaxTextSize = 40
  123.  
  124. TextLabel_4.Parent = Text
  125. TextLabel_4.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  126. TextLabel_4.BorderColor3 = Color3.fromRGB(30, 30, 30)
  127. TextLabel_4.Position = UDim2.new(0.454219043, 0, 0.0189274456, 0)
  128. TextLabel_4.Size = UDim2.new(0.407540381, 0, 0.167192429, 0)
  129. TextLabel_4.Font = Enum.Font.Highway
  130. TextLabel_4.Text = "Exekute Skripts"
  131. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  132. TextLabel_4.TextScaled = true
  133. TextLabel_4.TextSize = 40.000
  134. TextLabel_4.TextWrapped = true
  135.  
  136. UITextSizeConstraint_4.Parent = TextLabel_4
  137. UITextSizeConstraint_4.MaxTextSize = 40
  138.  
  139. TextLabel_5.Parent = Text
  140. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. TextLabel_5.BackgroundTransparency = 1.000
  142. TextLabel_5.Position = UDim2.new(0.454219043, 0, 0.236593068, 0)
  143. TextLabel_5.Size = UDim2.new(0.183123872, 0, 0.07570979, 0)
  144. TextLabel_5.Font = Enum.Font.SourceSans
  145. TextLabel_5.Text = "Title name here."
  146. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. TextLabel_5.TextScaled = true
  148. TextLabel_5.TextSize = 14.000
  149. TextLabel_5.TextWrapped = true
  150.  
  151. UITextSizeConstraint_5.Parent = TextLabel_5
  152. UITextSizeConstraint_5.MaxTextSize = 18
  153.  
  154. TextLabel_6.Parent = Text
  155. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. TextLabel_6.Position = UDim2.new(0, 0, 10, 0)
  157. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  158. TextLabel_6.Font = Enum.Font.SourceSans
  159. TextLabel_6.Text = "Made By AZY#0348"
  160. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. TextLabel_6.TextSize = 14.000
  162.  
  163. Searchexec.Name = "Searchexec"
  164. Searchexec.Parent = MainGui
  165. Searchexec.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  166. Searchexec.Position = UDim2.new(0.0466786362, 0, 0.312302828, 0)
  167. Searchexec.Size = UDim2.new(0.359066427, 0, 0.470031559, 0)
  168. Searchexec.ClearTextOnFocus = false
  169. Searchexec.Font = Enum.Font.Code
  170. Searchexec.MultiLine = true
  171. Searchexec.Text = ""
  172. Searchexec.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. Searchexec.TextSize = 30.000
  174. Searchexec.TextWrapped = true
  175. Searchexec.TextXAlignment = Enum.TextXAlignment.Left
  176. Searchexec.TextYAlignment = Enum.TextYAlignment.Top
  177.  
  178. UICorner_2.Parent = Searchexec
  179.  
  180. UITextSizeConstraint_6.Parent = Searchexec
  181. UITextSizeConstraint_6.MaxTextSize = 30
  182.  
  183. SExec.Name = "SExec"
  184. SExec.Parent = MainGui
  185. SExec.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  186. SExec.BorderColor3 = Color3.fromRGB(18, 18, 18)
  187. SExec.Position = UDim2.new(0.0484739691, 0, 0.826498449, 0)
  188. SExec.Size = UDim2.new(0.163375229, 0, 0.10410095, 0)
  189. SExec.Font = Enum.Font.Nunito
  190. SExec.Text = "Exekute"
  191. SExec.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. SExec.TextScaled = true
  193. SExec.TextSize = 20.000
  194. SExec.TextWrapped = true
  195.  
  196. UICorner_3.CornerRadius = UDim.new(0, 6)
  197. UICorner_3.Parent = SExec
  198.  
  199. UITextSizeConstraint_7.Parent = SExec
  200. UITextSizeConstraint_7.MaxTextSize = 20
  201.  
  202. SClear.Name = "SClear"
  203. SClear.Parent = MainGui
  204. SClear.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  205. SClear.BorderColor3 = Color3.fromRGB(18, 18, 18)
  206. SClear.Position = UDim2.new(0.229802519, 0, 0.826498449, 0)
  207. SClear.Size = UDim2.new(0.163375229, 0, 0.10410095, 0)
  208. SClear.Font = Enum.Font.Nunito
  209. SClear.Text = "Klear"
  210. SClear.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. SClear.TextScaled = true
  212. SClear.TextSize = 20.000
  213. SClear.TextWrapped = true
  214.  
  215. UICorner_4.CornerRadius = UDim.new(0, 6)
  216. UICorner_4.Parent = SClear
  217.  
  218. UITextSizeConstraint_8.Parent = SClear
  219. UITextSizeConstraint_8.MaxTextSize = 20
  220.  
  221. MainSavename.Name = "MainSavename"
  222. MainSavename.Parent = MainGui
  223. MainSavename.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  224. MainSavename.Position = UDim2.new(0.454219043, 0, 0.312302828, 0)
  225. MainSavename.Size = UDim2.new(0.384819329, 0, 0.056782335, 0)
  226. MainSavename.ClearTextOnFocus = false
  227. MainSavename.Font = Enum.Font.Code
  228. MainSavename.Text = ""
  229. MainSavename.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. MainSavename.TextSize = 14.000
  231. MainSavename.TextWrapped = true
  232. MainSavename.TextXAlignment = Enum.TextXAlignment.Left
  233. MainSavename.TextYAlignment = Enum.TextYAlignment.Top
  234.  
  235. UICorner_5.Parent = MainSavename
  236.  
  237. UITextSizeConstraint_9.Parent = MainSavename
  238. UITextSizeConstraint_9.MaxTextSize = 14
  239.  
  240. ScrollingFrame.Parent = MainGui
  241. ScrollingFrame.Active = true
  242. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. ScrollingFrame.BackgroundTransparency = 1.000
  244. ScrollingFrame.BorderColor3 = Color3.fromRGB(17, 17, 17)
  245. ScrollingFrame.Position = UDim2.new(0.454219043, 0, 0.391167194, 0)
  246. ScrollingFrame.Size = UDim2.new(0.513464987, 0, 0.394321769, 0)
  247. ScrollingFrame.ScrollBarThickness = 13
  248.  
  249. UICorner_6.Parent = ScrollingFrame
  250.  
  251. Mainexec.Name = "Mainexec"
  252. Mainexec.Parent = ScrollingFrame
  253. Mainexec.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  254. Mainexec.Size = UDim2.new(0, 286, 0, 629)
  255. Mainexec.ClearTextOnFocus = false
  256. Mainexec.Font = Enum.Font.Code
  257. Mainexec.MultiLine = true
  258. Mainexec.Text = ""
  259. Mainexec.TextColor3 = Color3.fromRGB(255, 255, 255)
  260. Mainexec.TextSize = 14.000
  261. Mainexec.TextWrapped = true
  262. Mainexec.TextXAlignment = Enum.TextXAlignment.Left
  263. Mainexec.TextYAlignment = Enum.TextYAlignment.Top
  264.  
  265. UICorner_7.Parent = Mainexec
  266.  
  267. UIAspectRatioConstraint.Parent = Mainexec
  268. UIAspectRatioConstraint.AspectRatio = 0.430
  269.  
  270. MSave.Name = "MSave"
  271. MSave.Parent = MainGui
  272. MSave.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  273. MSave.BorderColor3 = Color3.fromRGB(18, 18, 18)
  274. MSave.Position = UDim2.new(0.804308772, 0, 0.826498449, 0)
  275. MSave.Size = UDim2.new(0.134649917, 0, 0.10410095, 0)
  276. MSave.Font = Enum.Font.Nunito
  277. MSave.Text = "Save"
  278. MSave.TextColor3 = Color3.fromRGB(255, 255, 255)
  279. MSave.TextScaled = true
  280. MSave.TextSize = 20.000
  281. MSave.TextWrapped = true
  282.  
  283. UICorner_8.CornerRadius = UDim.new(0, 6)
  284. UICorner_8.Parent = MSave
  285.  
  286. UITextSizeConstraint_10.Parent = MSave
  287. UITextSizeConstraint_10.MaxTextSize = 20
  288.  
  289. MExec.Name = "MExec"
  290. MExec.Parent = MainGui
  291. MExec.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  292. MExec.BorderColor3 = Color3.fromRGB(18, 18, 18)
  293. MExec.Position = UDim2.new(0.454219043, 0, 0.826498449, 0)
  294. MExec.Size = UDim2.new(0.163375229, 0, 0.10410095, 0)
  295. MExec.Font = Enum.Font.Nunito
  296. MExec.Text = "Execute"
  297. MExec.TextColor3 = Color3.fromRGB(255, 255, 255)
  298. MExec.TextScaled = true
  299. MExec.TextSize = 20.000
  300. MExec.TextWrapped = true
  301.  
  302. UICorner_9.CornerRadius = UDim.new(0, 6)
  303. UICorner_9.Parent = MExec
  304.  
  305. UITextSizeConstraint_11.Parent = MExec
  306. UITextSizeConstraint_11.MaxTextSize = 20
  307.  
  308. MClear.Name = "MClear"
  309. MClear.Parent = MainGui
  310. MClear.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  311. MClear.BorderColor3 = Color3.fromRGB(18, 18, 18)
  312. MClear.Position = UDim2.new(0.62657094, 0, 0.826498449, 0)
  313. MClear.Size = UDim2.new(0.163375229, 0, 0.10410095, 0)
  314. MClear.Font = Enum.Font.Nunito
  315. MClear.Text = "Clear"
  316. MClear.TextColor3 = Color3.fromRGB(255, 255, 255)
  317. MClear.TextScaled = true
  318. MClear.TextSize = 20.000
  319. MClear.TextWrapped = true
  320.  
  321. UICorner_10.CornerRadius = UDim.new(0, 6)
  322. UICorner_10.Parent = MClear
  323.  
  324. UITextSizeConstraint_12.Parent = MClear
  325. UITextSizeConstraint_12.MaxTextSize = 20
  326.  
  327. ViewAllScripts.Name = "ViewAllScripts"
  328. ViewAllScripts.Parent = MainGui
  329. ViewAllScripts.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  330. ViewAllScripts.BorderColor3 = Color3.fromRGB(18, 18, 18)
  331. ViewAllScripts.Position = UDim2.new(0.0484739691, 0, 0.236593053, 0)
  332. ViewAllScripts.Size = UDim2.new(0.359066427, 0, 0.0504731871, 0)
  333. ViewAllScripts.Font = Enum.Font.Nunito
  334. ViewAllScripts.Text = "Check All Scripts (WIP)"
  335. ViewAllScripts.TextColor3 = Color3.fromRGB(255, 255, 255)
  336. ViewAllScripts.TextScaled = true
  337. ViewAllScripts.TextSize = 18.000
  338. ViewAllScripts.TextWrapped = true
  339.  
  340. UICorner_11.CornerRadius = UDim.new(0, 6)
  341. UICorner_11.Parent = ViewAllScripts
  342.  
  343. UITextSizeConstraint_13.Parent = ViewAllScripts
  344. UITextSizeConstraint_13.MaxTextSize = 18
  345.  
  346. Minimizebutton.Name = "Minimize button"
  347. Minimizebutton.Parent = MainGui
  348. Minimizebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  349. Minimizebutton.BackgroundTransparency = 1.000
  350. Minimizebutton.Position = UDim2.new(0.894075394, 0, 0, 0)
  351. Minimizebutton.Size = UDim2.new(0, 35, 0, 20)
  352. Minimizebutton.Font = Enum.Font.SourceSans
  353. Minimizebutton.Text = "-"
  354. Minimizebutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  355. Minimizebutton.TextSize = 50.000
  356.  
  357. MainSaveClear.Name = "MainSaveClear"
  358. MainSaveClear.Parent = MainGui
  359. MainSaveClear.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  360. MainSaveClear.BorderColor3 = Color3.fromRGB(22, 22, 22)
  361. MainSaveClear.Position = UDim2.new(0.849560738, 0, 0.312302828, 0)
  362. MainSaveClear.Size = UDim2.new(0, 44, 0, 18)
  363. MainSaveClear.Font = Enum.Font.SourceSans
  364. MainSaveClear.Text = "Clear"
  365. MainSaveClear.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. MainSaveClear.TextSize = 14.000
  367.  
  368. UICorner_12.Parent = MainSaveClear
  369.  
  370. ButtonGui.Name = "ButtonGui"
  371. ButtonGui.Parent = SavesGUI
  372. ButtonGui.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  373. ButtonGui.Position = UDim2.new(0.886600554, 0, 0, 0)
  374. ButtonGui.Size = UDim2.new(0, 64, 0, 31)
  375. ButtonGui.Font = Enum.Font.SourceSans
  376. ButtonGui.Text = "Open"
  377. ButtonGui.TextColor3 = Color3.fromRGB(255, 255, 255)
  378. ButtonGui.TextSize = 15.000
  379.  
  380. UICorner_13.Parent = ButtonGui
  381.  
  382. -- Scripts:
  383.  
  384. local function IKPYPSX_fake_script() -- SExec.LocalScript
  385.     local script = Instance.new('LocalScript', SExec)
  386.  
  387.     --[[
  388.         Hello, This is my own gui, this is was open source!
  389.         Since this script was open source, please Give credit when you showcasing this or modify this script!
  390.         Also, I want to thank to you who using this script <3
  391.        
  392.         -Sent By AZY#0348
  393.         ]]
  394.     local txtbox = script.Parent.Parent.Searchexec
  395.     local btn = script.Parent
  396.    
  397.     btn.MouseButton1Up:Connect(function()
  398.         loadstring(readfile("SavedScs/"..txtbox.Text..""))()
  399.     end)
  400. end
  401. coroutine.wrap(IKPYPSX_fake_script)()
  402. local function JVXNXHU_fake_script() -- SClear.LocalScript
  403.     local script = Instance.new('LocalScript', SClear)
  404.  
  405.     --[[
  406.     Hello, This is my own gui, this is was open source!
  407.     Since this script was open source, please Give credit when you showcasing this or modify this script!
  408.     Also, I want to thank to you who using this script <3
  409.    
  410.     -Sent By AZY#0348
  411.     ]]local txtbox = script.Parent.Parent.Searchexec
  412.     local btn = script.Parent
  413.    
  414.     btn.MouseButton1Up:Connect(function()
  415.         txtbox.Text = ""
  416.     end)
  417. end
  418. coroutine.wrap(JVXNXHU_fake_script)()
  419. local function NQQZT_fake_script() -- MSave.LocalScript
  420.     local script = Instance.new('LocalScript', MSave)
  421.  
  422.     --[[
  423.         Hello, This is my own gui, this is was open source!
  424.         Since this script was open source, please Give credit when you showcasing this or modify this script!
  425.         Also, I want to thank to you who using this script <3
  426.        
  427.         -Sent By AZY#0348
  428.         ]]
  429.     local txtbox = script.Parent.Parent.ScrollingFrame.Mainexec
  430.     local title = script.Parent.Parent.MainSavename
  431.     local btn = script.Parent
  432.    
  433.     btn.MouseButton1Up:Connect(function()
  434.         if not (isfolder == "SavedScs") then
  435.             makefolder("SavedScs")
  436.         end
  437.         writefile("SavedScs/"..title.Text..".txt", ""..txtbox.Text.."")
  438.    
  439.     end)
  440. end
  441. coroutine.wrap(NQQZT_fake_script)()
  442. local function AGWWB_fake_script() -- MExec.LocalScript
  443.     local script = Instance.new('LocalScript', MExec)
  444.  
  445.     --[[
  446.     Hello, This is my own gui, this is was open source!
  447.     Since this script was open source, please Give credit when you showcasing this or modify this script!
  448.     Also, I want to thank to you who using this script <3
  449.    
  450.     -Sent By AZY#0348
  451.     ]]
  452.     local btn = script.Parent
  453.    
  454.     btn.MouseButton1Up:Connect(function()
  455.         loadstring(script.Parent.Parent.ScrollingFrame.Mainexec.Text)()
  456.     end)
  457. end
  458. coroutine.wrap(AGWWB_fake_script)()
  459. local function BNQSV_fake_script() -- MClear.LocalScript
  460.     local script = Instance.new('LocalScript', MClear)
  461.  
  462.     --[[
  463.     Hello, This is my own gui, this is was open source!
  464.     Since this script was open source, please Give credit when you showcasing this or modify this script!
  465.     Also, I want to thank to you who using this script <3
  466.    
  467.     -Sent By AZY#0348
  468.     ]]
  469.     local txtbox = script.Parent.Parent.ScrollingFrame.Mainexec
  470.     local btn = script.Parent
  471.    
  472.     btn.MouseButton1Up:Connect(function()
  473.         txtbox.Text = ""
  474.     end)
  475. end
  476. coroutine.wrap(BNQSV_fake_script)()
  477. local function UPYH_fake_script() -- Minimizebutton.LocalScript
  478.     local script = Instance.new('LocalScript', Minimizebutton)
  479.  
  480.     --[[
  481.     Hello, This is my own gui, this is was open source!
  482.     Since this script was open source, please Give credit when you showcasing this or modify this script!
  483.     Also, I want to thank to you who using this script <3
  484.    
  485.     -Sent By AZY#0348
  486.     ]]
  487.     function click()
  488.         script.Parent.Parent.Parent.ButtonGui.Visible = true
  489.         script.Disabled = true
  490.         script.Parent.Parent:TweenPosition(
  491.    
  492.             UDim2.new(0.204, 0, -0.59, 0),
  493.             "InOut",
  494.             "Quad",
  495.             0.5,
  496.             false
  497.    
  498.    
  499.         )
  500.    
  501.         wait(1)
  502.         script.Disabled = false
  503.         script.Parent.Parent.Visible = false
  504.     end
  505.     script.Parent.MouseButton1Click:Connect(click)
  506. end
  507. coroutine.wrap(UPYH_fake_script)()
  508. local function MXFUOL_fake_script() -- MainSaveClear.LocalScript
  509.     local script = Instance.new('LocalScript', MainSaveClear)
  510.  
  511.     --[[
  512.     Hello, This is my own gui, this is was open source!
  513.     Since this script was open source, please Give credit when you showcasing this or modify this script!
  514.     Also, I want to thank to you who using this script <3
  515.    
  516.     -Sent By AZY#0348
  517.     ]]
  518.     local txtbox = script.Parent.Parent.MainSavename
  519.     local btn = script.Parent
  520.    
  521.     btn.MouseButton1Up:Connect(function()
  522.         txtbox.Text = ""
  523.     end)
  524. end
  525. coroutine.wrap(MXFUOL_fake_script)()
  526. -- ButtonGui.LocalScript is disabled.
  527. local function POSRGLY_fake_script() -- ButtonGui.LocalScript
  528.     local script = Instance.new('LocalScript', ButtonGui)
  529.  
  530.     --[[
  531.     Hello, This is my own gui, this is was open source!
  532.     Since this script was open source, please Give credit when you showcasing this or modify this script!
  533.     Also, I want to thank to you who using this script <3
  534.    
  535.     -Sent By AZY#0348
  536.     ]]
  537.     function click()
  538.         script.Parent.Visible = false
  539.         script.Disabled = true
  540.         script.Parent.Parent.MainGui.Visible = true
  541.         script.Parent.Parent.MainGui:TweenPosition(
  542.    
  543.             UDim2.new(0.202, 0, 0.227, 0),
  544.             "InOut",
  545.             "Quad",
  546.             0.5,
  547.             false
  548.    
  549.         )
  550.         wait(1)
  551.         script.Disabled = false
  552.     end
  553.     script.Parent.MouseButton1Click:Connect(click)
  554. end
  555. coroutine.wrap(POSRGLY_fake_script)()
  556.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement