Advertisement
AutumnMoon88683

Untitled

Dec 29th, 2024 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 37.35 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local RemoteFinderByZayaBlaze = Instance.new("ScreenGui")
  7. local StarterFrame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local UICorner = Instance.new("UICorner")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local Backround = Instance.new("ImageLabel")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local PlayerImage = Instance.new("ImageLabel")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local Frame = Instance.new("Frame")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local Frame_2 = Instance.new("Frame")
  18. local Settings = Instance.new("Frame")
  19. local CustomFireKey = Instance.new("TextBox")
  20. local CustomFire = Instance.new("TextLabel")
  21. local HideGuiKeybind = Instance.new("TextBox")
  22. local HideGui = Instance.new("TextLabel")
  23. local UICorner_6 = Instance.new("UICorner")
  24. local HideSettingsKeybind = Instance.new("TextBox")
  25. local HideSettings = Instance.new("TextLabel")
  26. local TextLabel_2 = Instance.new("TextLabel")
  27. local Changelogs = Instance.new("ScrollingFrame")
  28. local UIListLayout = Instance.new("UIListLayout")
  29. local TextLabel_3 = Instance.new("TextLabel")
  30. local TextLabel_4 = Instance.new("TextLabel")
  31. local TextLabel_5 = Instance.new("TextLabel")
  32. local Frame_3 = Instance.new("Frame")
  33. local Title = Instance.new("TextLabel")
  34. local UICorner_7 = Instance.new("UICorner")
  35. local Template = Instance.new("Frame")
  36. local RemoteName = Instance.new("TextLabel")
  37. local UICorner_8 = Instance.new("UICorner")
  38. local CopyButton = Instance.new("TextButton")
  39. local UICorner_9 = Instance.new("UICorner")
  40. local RemoteFullName = Instance.new("TextLabel")
  41. local UICorner_10 = Instance.new("UICorner")
  42. local Frame_4 = Instance.new("Frame")
  43. local Choose = Instance.new("TextButton")
  44. local scroll = Instance.new("ScrollingFrame")
  45. local UIListLayout_2 = Instance.new("UIListLayout")
  46. local Delete = Instance.new("Frame")
  47. local TextButton = Instance.new("TextButton")
  48. local Fetch = Instance.new("TextButton")
  49. local UICorner_11 = Instance.new("UICorner")
  50. local FireSelected = Instance.new("TextButton")
  51. local UICorner_12 = Instance.new("UICorner")
  52. local SearchBar = Instance.new("TextBox")
  53. local arg1 = Instance.new("TextBox")
  54. local arg2 = Instance.new("TextBox")
  55. local arg3 = Instance.new("TextBox")
  56. local Current = Instance.new("TextLabel")
  57. local CurrentDateTime = Instance.new("TextLabel")
  58. local KeybindSheet = Instance.new("TextLabel")
  59. local Title_2 = Instance.new("TextLabel")
  60. local UICorner_13 = Instance.new("UICorner")
  61.  
  62. RemoteFinderByZayaBlaze.Name = "RemoteFinderByZayaBlaze"
  63.  
  64.  
  65. if game:GetService("CoreGui"):FindFirstChild("RemoteFinderByZayaBlaze") then
  66.     game:GetService("CoreGui"):FindFirstChild("RemoteFinderByZayaBlaze"):Destroy()
  67. end
  68. RemoteFinderByZayaBlaze.IgnoreGuiInset = true
  69. RemoteFinderByZayaBlaze.Parent = game:GetService("CoreGui")
  70. RemoteFinderByZayaBlaze.ResetOnSpawn = false
  71.  
  72. StarterFrame.Name = "StarterFrame"
  73. StarterFrame.Parent = RemoteFinderByZayaBlaze
  74. StarterFrame.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  75. StarterFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  76. StarterFrame.BorderSizePixel = 0
  77. StarterFrame.Position = UDim2.new(0.40059346, 0, 0.381516576, 0)
  78. StarterFrame.Visible = false
  79.  
  80. TextLabel.Parent = StarterFrame
  81. TextLabel.BackgroundColor3 = Color3.fromRGB(70, 150, 255)
  82. TextLabel.BackgroundTransparency = 0.400
  83. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  84. TextLabel.BorderSizePixel = 0
  85. TextLabel.Position = UDim2.new(0, 0, 0.800000012, 0)
  86. TextLabel.Size = UDim2.new(1, 0, -0.0250000004, 29)
  87. TextLabel.ZIndex = 4
  88. TextLabel.Font = Enum.Font.Gotham
  89. TextLabel.Text = "Hello, Zaya_Blaze!"
  90. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. TextLabel.TextScaled = true
  92. TextLabel.TextSize = 14.000
  93. TextLabel.TextWrapped = true
  94.  
  95. UICorner.Parent = TextLabel
  96.  
  97. UICorner_2.CornerRadius = UDim.new(0, 25)
  98. UICorner_2.Parent = StarterFrame
  99.  
  100. Backround.Name = "Backround"
  101. Backround.Parent = StarterFrame
  102. Backround.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. Backround.BackgroundTransparency = 0.950
  104. Backround.BorderColor3 = Color3.fromRGB(0, 0, 0)
  105. Backround.BorderSizePixel = 0
  106. Backround.Position = UDim2.new(0.0450000018, 0, 0.0399999991, 0)
  107. Backround.Size = UDim2.new(0.915000021, 0, 0.915000021, 0)
  108. Backround.Image = "rbxasset://textures/face.png"
  109.  
  110. UICorner_3.CornerRadius = UDim.new(0, 20)
  111. UICorner_3.Parent = Backround
  112.  
  113. PlayerImage.Name = "PlayerImage"
  114. PlayerImage.Parent = StarterFrame
  115. PlayerImage.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  116. PlayerImage.BackgroundTransparency = 1.000
  117. PlayerImage.BorderColor3 = Color3.fromRGB(0, 0, 0)
  118. PlayerImage.BorderSizePixel = 0
  119. PlayerImage.Position = UDim2.new(0.0828750581, 0, 0.109999999, 0)
  120. PlayerImage.Size = UDim2.new(0.844250023, 0, 0.844250202, 0)
  121. PlayerImage.ZIndex = 3
  122. PlayerImage.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  123.  
  124. UICorner_4.CornerRadius = UDim.new(0, 20)
  125. UICorner_4.Parent = PlayerImage
  126.  
  127. Frame.Parent = RemoteFinderByZayaBlaze
  128. Frame.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  129. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  130. Frame.BorderSizePixel = 0
  131. Frame.Position = UDim2.new(-1, 0, 0, 0)
  132. Frame.Size = UDim2.new(0, 279, 0, 490)
  133.  
  134. UICorner_5.Parent = Frame
  135.  
  136. Frame_2.Parent = Frame
  137. Frame_2.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  138. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  139. Frame_2.BorderSizePixel = 0
  140. Frame_2.Position = UDim2.new(0, 0, -0.0573696196, 0)
  141. Frame_2.Size = UDim2.new(0, 279, 0, 53)
  142.  
  143. Settings.Name = "Settings"
  144. Settings.Parent = Frame
  145. Settings.BackgroundColor3 = Color3.fromRGB(188, 161, 255)
  146. Settings.BorderColor3 = Color3.fromRGB(0, 0, 0)
  147. Settings.BorderSizePixel = 0
  148. Settings.Position = UDim2.new(0.0860215053, 0, 0.0428284928, 0)
  149. Settings.Size = UDim2.new(0, 227, 0, 447)
  150. Settings.ZIndex = 0
  151.  
  152. CustomFireKey.Name = "CustomFireKey"
  153. CustomFireKey.Parent = Settings
  154. CustomFireKey.BackgroundColor3 = Color3.fromRGB(158, 94, 255)
  155. CustomFireKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
  156. CustomFireKey.Position = UDim2.new(0.0438950323, 0, 0.0654138476, 0)
  157. CustomFireKey.Size = UDim2.new(0, 29, 0, 29)
  158. CustomFireKey.ZIndex = 0
  159. CustomFireKey.Font = Enum.Font.SourceSans
  160. CustomFireKey.PlaceholderText = "C"
  161. CustomFireKey.Text = "C"
  162. CustomFireKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. CustomFireKey.TextScaled = true
  164. CustomFireKey.TextSize = 14.000
  165. CustomFireKey.TextStrokeTransparency = 0.000
  166. CustomFireKey.TextWrapped = true
  167.  
  168. CustomFire.Name = "CustomFire"
  169. CustomFire.Parent = Settings
  170. CustomFire.BackgroundColor3 = Color3.fromRGB(193, 130, 255)
  171. CustomFire.BackgroundTransparency = 0.550
  172. CustomFire.BorderColor3 = Color3.fromRGB(0, 0, 0)
  173. CustomFire.BorderSizePixel = 0
  174. CustomFire.Position = UDim2.new(0.171648338, 0, 0.0654138476, 0)
  175. CustomFire.Size = UDim2.new(0, 188, 0, 29)
  176. CustomFire.ZIndex = 0
  177. CustomFire.Font = Enum.Font.SourceSans
  178. CustomFire.Text = "FireSelected Keybind"
  179. CustomFire.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. CustomFire.TextSize = 14.000
  181.  
  182. HideGuiKeybind.Name = "HideGuiKeybind"
  183. HideGuiKeybind.Parent = Settings
  184. HideGuiKeybind.BackgroundColor3 = Color3.fromRGB(158, 94, 255)
  185. HideGuiKeybind.BorderColor3 = Color3.fromRGB(0, 0, 0)
  186. HideGuiKeybind.Position = UDim2.new(0.0438950323, 0, 0.130290806, 0)
  187. HideGuiKeybind.Size = UDim2.new(0, 29, 0, 29)
  188. HideGuiKeybind.ZIndex = 0
  189. HideGuiKeybind.Font = Enum.Font.SourceSans
  190. HideGuiKeybind.PlaceholderText = "Z"
  191. HideGuiKeybind.Text = "Z"
  192. HideGuiKeybind.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. HideGuiKeybind.TextScaled = true
  194. HideGuiKeybind.TextSize = 14.000
  195. HideGuiKeybind.TextStrokeTransparency = 0.000
  196. HideGuiKeybind.TextWrapped = true
  197.  
  198. HideGui.Name = "HideGui"
  199. HideGui.Parent = Settings
  200. HideGui.BackgroundColor3 = Color3.fromRGB(193, 130, 255)
  201. HideGui.BackgroundTransparency = 0.550
  202. HideGui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  203. HideGui.BorderSizePixel = 0
  204. HideGui.Position = UDim2.new(0.171648338, 0, 0.130290806, 0)
  205. HideGui.Size = UDim2.new(0, 188, 0, 29)
  206. HideGui.ZIndex = 0
  207. HideGui.Font = Enum.Font.SourceSans
  208. HideGui.Text = "HideGui Keybind"
  209. HideGui.TextColor3 = Color3.fromRGB(0, 0, 0)
  210. HideGui.TextSize = 14.000
  211.  
  212. UICorner_6.Parent = Settings
  213.  
  214. HideSettingsKeybind.Name = "HideSettingsKeybind"
  215. HideSettingsKeybind.Parent = Settings
  216. HideSettingsKeybind.BackgroundColor3 = Color3.fromRGB(158, 94, 255)
  217. HideSettingsKeybind.BorderColor3 = Color3.fromRGB(0, 0, 0)
  218. HideSettingsKeybind.Position = UDim2.new(0.0438950323, 0, 0.195167765, 0)
  219. HideSettingsKeybind.Size = UDim2.new(0, 29, 0, 29)
  220. HideSettingsKeybind.ZIndex = 0
  221. HideSettingsKeybind.Font = Enum.Font.SourceSans
  222. HideSettingsKeybind.PlaceholderText = "X"
  223. HideSettingsKeybind.Text = "X"
  224. HideSettingsKeybind.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. HideSettingsKeybind.TextScaled = true
  226. HideSettingsKeybind.TextSize = 14.000
  227. HideSettingsKeybind.TextStrokeTransparency = 0.000
  228. HideSettingsKeybind.TextWrapped = true
  229.  
  230. HideSettings.Name = "HideSettings"
  231. HideSettings.Parent = Settings
  232. HideSettings.BackgroundColor3 = Color3.fromRGB(193, 130, 255)
  233. HideSettings.BackgroundTransparency = 0.550
  234. HideSettings.BorderColor3 = Color3.fromRGB(0, 0, 0)
  235. HideSettings.BorderSizePixel = 0
  236. HideSettings.Position = UDim2.new(0.171648338, 0, 0.195167765, 0)
  237. HideSettings.Size = UDim2.new(0, 188, 0, 29)
  238. HideSettings.ZIndex = 0
  239. HideSettings.Font = Enum.Font.SourceSans
  240. HideSettings.Text = "HideSettings Keybind"
  241. HideSettings.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. HideSettings.TextSize = 14.000
  243.  
  244. TextLabel_2.Parent = Settings
  245. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  246. TextLabel_2.BackgroundTransparency = 1.000
  247. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  248. TextLabel_2.BorderSizePixel = 0
  249. TextLabel_2.Position = UDim2.new(0.889867842, 0, 0.937360168, 0)
  250. TextLabel_2.Size = UDim2.new(0, 25, 0, 28)
  251. TextLabel_2.ZIndex = 0
  252. TextLabel_2.Font = Enum.Font.SourceSans
  253. TextLabel_2.Text = "Hi"
  254. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  255. TextLabel_2.TextSize = 14.000
  256.  
  257. Changelogs.Name = "Changelogs"
  258. Changelogs.Parent = Settings
  259. Changelogs.Active = true
  260. Changelogs.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  261. Changelogs.BackgroundTransparency = 0.950
  262. Changelogs.BorderColor3 = Color3.fromRGB(0, 0, 0)
  263. Changelogs.BorderSizePixel = 0
  264. Changelogs.Position = UDim2.new(0.00440528616, 0, 0.530201316, 0)
  265. Changelogs.Size = UDim2.new(0, 226, 0, 182)
  266. Changelogs.ZIndex = 0
  267. Changelogs.CanvasSize = UDim2.new(0, 0, 0.5, 0)
  268. Changelogs.ScrollBarThickness = 3
  269.  
  270. UIListLayout.Parent = Changelogs
  271. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  272.  
  273. TextLabel_3.Parent = Changelogs
  274. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  275. TextLabel_3.BackgroundTransparency = 1.000
  276. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  277. TextLabel_3.BorderSizePixel = 0
  278. TextLabel_3.Size = UDim2.new(1, 0, 0, 50)
  279. TextLabel_3.ZIndex = 0
  280. TextLabel_3.Font = Enum.Font.SourceSans
  281. TextLabel_3.Text = "2/20/25 | Changed UI Look"
  282. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. TextLabel_3.TextScaled = true
  284. TextLabel_3.TextSize = 14.000
  285. TextLabel_3.TextWrapped = true
  286.  
  287. TextLabel_4.Parent = Changelogs
  288. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  289. TextLabel_4.BackgroundTransparency = 1.000
  290. TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  291. TextLabel_4.BorderSizePixel = 0
  292. TextLabel_4.Size = UDim2.new(1, 0, 0, 50)
  293. TextLabel_4.ZIndex = 0
  294. TextLabel_4.Font = Enum.Font.SourceSans
  295. TextLabel_4.Text = "2/20/25 | Fixed Searchbar"
  296. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  297. TextLabel_4.TextScaled = true
  298. TextLabel_4.TextSize = 14.000
  299. TextLabel_4.TextWrapped = true
  300.  
  301. TextLabel_5.Parent = Changelogs
  302. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  303. TextLabel_5.BackgroundTransparency = 1.000
  304. TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  305. TextLabel_5.BorderSizePixel = 0
  306. TextLabel_5.Size = UDim2.new(1, 0, 0, 50)
  307. TextLabel_5.ZIndex = 0
  308. TextLabel_5.Font = Enum.Font.SourceSans
  309. TextLabel_5.Text = "2/20/25 | Added Sounds & Animations"
  310. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  311. TextLabel_5.TextScaled = true
  312. TextLabel_5.TextSize = 14.000
  313. TextLabel_5.TextWrapped = true
  314.  
  315. Frame_3.Parent = Settings
  316. Frame_3.BackgroundColor3 = Color3.fromRGB(180, 106, 255)
  317. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  318. Frame_3.BorderSizePixel = 0
  319. Frame_3.Position = UDim2.new(-1.34438665e-07, 0, 0.0103014233, 0)
  320. Frame_3.Size = UDim2.new(1, 0, 0, 14)
  321. Frame_3.ZIndex = 0
  322.  
  323. Title.Name = "Title"
  324. Title.Parent = Frame_3
  325. Title.BackgroundColor3 = Color3.fromRGB(180, 106, 255)
  326. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  327. Title.BorderSizePixel = 0
  328. Title.Position = UDim2.new(0, 0, -0.99000001, 0)
  329. Title.Size = UDim2.new(1, 0, 0.0578073785, 18)
  330. Title.ZIndex = 0
  331. Title.Text = "Settings"
  332. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  333. Title.TextScaled = true
  334. Title.TextSize = 14.000
  335. Title.TextWrapped = true
  336.  
  337. UICorner_7.Parent = Title
  338.  
  339. Template.Name = "Template"
  340. Template.Parent = Frame
  341. Template.BackgroundColor3 = Color3.fromRGB(255, 128, 0)
  342. Template.BorderColor3 = Color3.fromRGB(0, 0, 0)
  343. Template.BorderSizePixel = 0
  344. Template.Position = UDim2.new(0, 0, 0.157615736, 0)
  345. Template.Size = UDim2.new(0, 279, 0, 70)
  346. Template.Visible = false
  347.  
  348. RemoteName.Name = "RemoteName"
  349. RemoteName.Parent = Template
  350. RemoteName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. RemoteName.BackgroundTransparency = 1.000
  352. RemoteName.BorderColor3 = Color3.fromRGB(0, 0, 0)
  353. RemoteName.BorderSizePixel = 0
  354. RemoteName.Size = UDim2.new(1, 0, 0, 25)
  355. RemoteName.ZIndex = 2
  356. RemoteName.Font = Enum.Font.SourceSans
  357. RemoteName.Text = "RemoteEvent"
  358. RemoteName.TextColor3 = Color3.fromRGB(0, 0, 0)
  359. RemoteName.TextScaled = true
  360. RemoteName.TextSize = 14.000
  361. RemoteName.TextWrapped = true
  362.  
  363. UICorner_8.Parent = RemoteName
  364.  
  365. CopyButton.Name = "CopyButton"
  366. CopyButton.Parent = Template
  367. CopyButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  368. CopyButton.BackgroundTransparency = 0.900
  369. CopyButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  370. CopyButton.BorderSizePixel = 0
  371. CopyButton.Position = UDim2.new(0.315412194, 0, 0.750043154, 0)
  372. CopyButton.Size = UDim2.new(0, 99, 0, 17)
  373. CopyButton.Font = Enum.Font.SourceSans
  374. CopyButton.Text = "Copy Path"
  375. CopyButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  376. CopyButton.TextScaled = true
  377. CopyButton.TextSize = 14.000
  378. CopyButton.TextWrapped = true
  379.  
  380. UICorner_9.CornerRadius = UDim.new(0, 3)
  381. UICorner_9.Parent = CopyButton
  382.  
  383. RemoteFullName.Name = "RemoteFullName"
  384. RemoteFullName.Parent = Template
  385. RemoteFullName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  386. RemoteFullName.BackgroundTransparency = 1.000
  387. RemoteFullName.BorderColor3 = Color3.fromRGB(0, 0, 0)
  388. RemoteFullName.BorderSizePixel = 0
  389. RemoteFullName.Position = UDim2.new(0, 0, 0.357142419, 0)
  390. RemoteFullName.Size = UDim2.new(1, 0, 0.0357574746, 25)
  391. RemoteFullName.Font = Enum.Font.SourceSans
  392. RemoteFullName.Text = "Workspace.Remote"
  393. RemoteFullName.TextColor3 = Color3.fromRGB(0, 0, 0)
  394. RemoteFullName.TextScaled = true
  395. RemoteFullName.TextSize = 14.000
  396. RemoteFullName.TextWrapped = true
  397.  
  398. UICorner_10.Parent = Template
  399.  
  400. Frame_4.Parent = Template
  401. Frame_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  402. Frame_4.BackgroundTransparency = 1.000
  403. Frame_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  404. Frame_4.BorderSizePixel = 0
  405. Frame_4.Position = UDim2.new(0, 0, 0.0857142881, 0)
  406. Frame_4.Size = UDim2.new(1, 0, 0, 19)
  407.  
  408. Choose.Name = "Choose"
  409. Choose.Parent = Template
  410. Choose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  411. Choose.BackgroundTransparency = 1.000
  412. Choose.BorderColor3 = Color3.fromRGB(0, 0, 0)
  413. Choose.BorderSizePixel = 0
  414. Choose.Position = UDim2.new(0, 0, -1.30789624e-06, 0)
  415. Choose.Size = UDim2.new(1, 0, 0.750043154, 0)
  416. Choose.ZIndex = 5
  417. Choose.Font = Enum.Font.SourceSans
  418. Choose.Text = ""
  419. Choose.TextColor3 = Color3.fromRGB(0, 0, 0)
  420. Choose.TextSize = 14.000
  421.  
  422. scroll.Name = "scroll"
  423. scroll.Parent = Frame
  424. scroll.Active = true
  425. scroll.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  426. scroll.BackgroundTransparency = 0.950
  427. scroll.BorderColor3 = Color3.fromRGB(0, 0, 0)
  428. scroll.BorderSizePixel = 0
  429. scroll.Position = UDim2.new(0, 0, 0.533436179, -200)
  430. scroll.Size = UDim2.new(1, 0, -0.160931215, 400)
  431. scroll.CanvasSize = UDim2.new(0, 0, 90000, 0)
  432. scroll.ScrollBarThickness = 0
  433.  
  434. UIListLayout_2.Parent = scroll
  435. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  436. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  437. UIListLayout_2.Padding = UDim.new(1.00000001e-07, 5)
  438.  
  439. Delete.Name = "Delete"
  440. Delete.Parent = scroll
  441. Delete.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  442. Delete.BackgroundTransparency = 1.000
  443. Delete.BorderColor3 = Color3.fromRGB(0, 0, 0)
  444. Delete.BorderSizePixel = 0
  445. Delete.Size = UDim2.new(0, 200, 0, 50)
  446.  
  447. TextButton.Parent = Delete
  448. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  449. TextButton.BackgroundTransparency = 1.000
  450. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  451. TextButton.BorderSizePixel = 0
  452. TextButton.Size = UDim2.new(1, 0, 1, 0)
  453. TextButton.AutoButtonColor = false
  454. TextButton.Font = Enum.Font.GothamMedium
  455. TextButton.Text = "Empty for now...                                     Press the fetch button to get started!"
  456. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  457. TextButton.TextScaled = true
  458. TextButton.TextSize = 14.000
  459. TextButton.TextWrapped = true
  460.  
  461. Fetch.Name = "Fetch"
  462. Fetch.Parent = Frame
  463. Fetch.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  464. Fetch.BackgroundTransparency = 0.500
  465. Fetch.BorderColor3 = Color3.fromRGB(0, 0, 0)
  466. Fetch.BorderSizePixel = 0
  467. Fetch.Position = UDim2.new(0, 0, 0.999985635, -40)
  468. Fetch.Size = UDim2.new(0, 100, 0, 40)
  469. Fetch.Font = Enum.Font.GothamMedium
  470. Fetch.Text = "Fetch"
  471. Fetch.TextColor3 = Color3.fromRGB(0, 0, 0)
  472. Fetch.TextScaled = true
  473. Fetch.TextSize = 30.000
  474. Fetch.TextWrapped = true
  475.  
  476. UICorner_11.Parent = Fetch
  477.  
  478. FireSelected.Name = "FireSelected"
  479. FireSelected.Parent = Frame
  480. FireSelected.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  481. FireSelected.BackgroundTransparency = 0.500
  482. FireSelected.BorderColor3 = Color3.fromRGB(0, 0, 0)
  483. FireSelected.BorderSizePixel = 0
  484. FireSelected.Position = UDim2.new(1.00359714, -100, 0.999985576, -40)
  485. FireSelected.Size = UDim2.new(0, 100, 0, 40)
  486. FireSelected.Font = Enum.Font.GothamMedium
  487. FireSelected.Text = "FireSelected"
  488. FireSelected.TextColor3 = Color3.fromRGB(0, 0, 0)
  489. FireSelected.TextScaled = true
  490. FireSelected.TextSize = 30.000
  491. FireSelected.TextWrapped = true
  492.  
  493. UICorner_12.Parent = FireSelected
  494.  
  495. SearchBar.Name = "SearchBar"
  496. SearchBar.Parent = Frame
  497. SearchBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  498. SearchBar.BackgroundTransparency = 0.700
  499. SearchBar.BorderColor3 = Color3.fromRGB(27, 42, 53)
  500. SearchBar.BorderSizePixel = 0
  501. SearchBar.Position = UDim2.new(0.075000003, 0, 0.0599999987, 0)
  502. SearchBar.Size = UDim2.new(0.848921061, 0, 0.0567639098, 0)
  503. SearchBar.Font = Enum.Font.SourceSans
  504. SearchBar.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  505. SearchBar.PlaceholderText = "Search for stuff here."
  506. SearchBar.Text = ""
  507. SearchBar.TextColor3 = Color3.fromRGB(0, 0, 0)
  508. SearchBar.TextSize = 18.000
  509. SearchBar.TextWrapped = true
  510.  
  511. arg1.Name = "arg1"
  512. arg1.Parent = Frame
  513. arg1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  514. arg1.BackgroundTransparency = 0.950
  515. arg1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  516. arg1.BorderSizePixel = 0
  517. arg1.Position = UDim2.new(-0.00589131983, 0, 0.780033529, 0)
  518. arg1.Size = UDim2.new(0, 100, 0, 27)
  519. arg1.Font = Enum.Font.SourceSans
  520. arg1.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  521. arg1.PlaceholderText = "Arg1 (Optional)"
  522. arg1.Text = ""
  523. arg1.TextColor3 = Color3.fromRGB(0, 0, 0)
  524. arg1.TextScaled = true
  525. arg1.TextSize = 14.000
  526. arg1.TextWrapped = true
  527.  
  528. arg2.Name = "arg2"
  529. arg2.Parent = Frame
  530. arg2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  531. arg2.BackgroundTransparency = 0.950
  532. arg2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  533. arg2.BorderSizePixel = 0
  534. arg2.Position = UDim2.new(0.352531612, 0, 0.780033529, 0)
  535. arg2.Size = UDim2.new(0, 79, 0, 27)
  536. arg2.Font = Enum.Font.SourceSans
  537. arg2.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  538. arg2.PlaceholderText = "Arg2 (Optional)"
  539. arg2.Text = ""
  540. arg2.TextColor3 = Color3.fromRGB(0, 0, 0)
  541. arg2.TextScaled = true
  542. arg2.TextSize = 14.000
  543. arg2.TextWrapped = true
  544.  
  545. arg3.Name = "arg3"
  546. arg3.Parent = Frame
  547. arg3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  548. arg3.BackgroundTransparency = 0.950
  549. arg3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  550. arg3.BorderSizePixel = 0
  551. arg3.Position = UDim2.new(0.635685742, 0, 0.780033529, 0)
  552. arg3.Size = UDim2.new(0, 100, 0, 27)
  553. arg3.Font = Enum.Font.SourceSans
  554. arg3.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  555. arg3.PlaceholderText = "Arg3 (Optional)"
  556. arg3.Text = ""
  557. arg3.TextColor3 = Color3.fromRGB(0, 0, 0)
  558. arg3.TextScaled = true
  559. arg3.TextSize = 14.000
  560. arg3.TextWrapped = true
  561.  
  562. Current.Name = "Current"
  563. Current.Parent = Frame
  564. Current.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  565. Current.BorderColor3 = Color3.fromRGB(0, 0, 0)
  566. Current.BorderSizePixel = 0
  567. Current.Position = UDim2.new(0, 0, 0.10806071, -55)
  568. Current.Size = UDim2.new(0, 279, 0, 27)
  569. Current.ZIndex = 3
  570. Current.Text = "Current: nil"
  571. Current.TextColor3 = Color3.fromRGB(0, 0, 0)
  572. Current.TextScaled = true
  573. Current.TextSize = 14.000
  574. Current.TextWrapped = true
  575.  
  576. CurrentDateTime.Name = "CurrentDateTime"
  577. CurrentDateTime.Parent = Frame
  578. CurrentDateTime.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  579. CurrentDateTime.BackgroundTransparency = 1.000
  580. CurrentDateTime.BorderColor3 = Color3.fromRGB(0, 0, 0)
  581. CurrentDateTime.BorderSizePixel = 0
  582. CurrentDateTime.Position = UDim2.new(0, 0, 0.0747273788, -55)
  583. CurrentDateTime.Size = UDim2.new(0, 279, 0, 15)
  584. CurrentDateTime.ZIndex = 3
  585. CurrentDateTime.Text = "10:43:50 PM | 02/17/2025 | Welcome Zaya"
  586. CurrentDateTime.TextColor3 = Color3.fromRGB(0, 0, 0)
  587. CurrentDateTime.TextScaled = true
  588. CurrentDateTime.TextSize = 14.000
  589. CurrentDateTime.TextTransparency = 0.800
  590. CurrentDateTime.TextWrapped = true
  591.  
  592. KeybindSheet.Name = "KeybindSheet"
  593. KeybindSheet.Parent = Frame
  594. KeybindSheet.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  595. KeybindSheet.BackgroundTransparency = 1.000
  596. KeybindSheet.BorderColor3 = Color3.fromRGB(0, 0, 0)
  597. KeybindSheet.BorderSizePixel = 0
  598. KeybindSheet.Position = UDim2.new(0.215827286, 0, 1, 0)
  599. KeybindSheet.Size = UDim2.new(0, 158, 0, 85)
  600. KeybindSheet.Text = "Keybinds:\\n FireSelected: C\\n HideGui: Z\\n Hidesetting: X\\n RemoveGui: F1"
  601. KeybindSheet.TextColor3 = Color3.fromRGB(0, 0, 0)
  602. KeybindSheet.TextScaled = true
  603. KeybindSheet.TextSize = 14.000
  604. KeybindSheet.TextWrapped = true
  605.  
  606. Title_2.Name = "Title"
  607. Title_2.Parent = Frame
  608. Title_2.BackgroundColor3 = Color3.fromRGB(71, 135, 255)
  609. Title_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  610. Title_2.BorderSizePixel = 0
  611. Title_2.Position = UDim2.new(0, 0, 0.0342116952, -55)
  612. Title_2.Size = UDim2.new(0, 279, 0, 19)
  613. Title_2.ZIndex = 3
  614. Title_2.Text = "Zaya's Remote/Bindibles Finder"
  615. Title_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  616. Title_2.TextScaled = true
  617. Title_2.TextSize = 14.000
  618. Title_2.TextWrapped = true
  619.  
  620. UICorner_13.Parent = Title_2
  621.  
  622. -- Scripts:
  623.  
  624. local function JDLDHC_fake_script() -- RemoteFinderByZayaBlaze.Startup
  625.     local script = Instance.new('LocalScript', RemoteFinderByZayaBlaze)
  626.  
  627.     local mainframe = script.Parent.Frame
  628.  
  629.     local start = script.Parent.StarterFrame
  630.  
  631.     local e = game:GetService("TweenService")
  632.  
  633.     start.Visible = false
  634.  
  635.     start.PlayerImage.Image = "rbxthumb://type=AvatarHeadShot&id=" ..game.Players.LocalPlayer.UserId.. "&w=420&h=420"
  636.  
  637.     local endpos = UDim2.new(0.014,0, 0.21, 0)
  638.  
  639.     local welcomes = {
  640.         "Hello, ",
  641.         "Welcome, ",
  642.         "Hi, "
  643.     }
  644.  
  645.     local BackRoundPhotos = { --random stuff i found and wanted to put in this
  646.         12864469211,
  647.         11665431615,
  648.         17582945577,
  649.         9966946697,
  650.         11379210658,
  651.         5805409148,
  652.         3323855386,
  653.         10045444,
  654.         13733941213,
  655.         11910636131,
  656.         7052321300,
  657.         7551391579,
  658.         9602462516,
  659.         107611386771844,
  660.         10670510697,
  661.         13361925947,
  662.         13317731426,
  663.         14450468854,
  664.         9602503536,
  665.         11953954303,
  666.         17107493791,
  667.         15428649575,
  668.         14687844056,
  669.         2712987566,
  670.         9618328238,
  671.         12177834872,
  672.         89508864733476,
  673.         12559208241,
  674.         127197484709911,
  675.         18154477865,
  676.         18154477865,
  677.         9368605875,
  678.         9368605875,
  679.         10798763378,
  680.         12975329157,
  681.         124342709513109,
  682.         2914192549,
  683.         10087627682,
  684.         9058466125,
  685.         4632517055,
  686.         17637184792,
  687.         14810709400,
  688.         127522084462049,
  689.         10141889868,
  690.         12562110713,
  691.         9515348627,
  692.         7522416810,
  693.         104195873835619,
  694.         6796785374,
  695.         17842752670,
  696.         90129903562257,
  697.         9816727024,
  698.         117457474,
  699.         117457474,
  700.         14057246967,
  701.         76104452513988,
  702.         109764393879150,
  703.         18441222344,
  704.         93698249328513,
  705.         17403481579,
  706.         14923110674,
  707.         11284452866,
  708.         8104732573,
  709.         17184153461,
  710.         17104403483,
  711.         9835676490,
  712.         13560453603,
  713.         10799083843,
  714.         7557018171,
  715.         71193958378252,
  716.         16385519673,
  717.         14686418631,
  718.         14686418936,
  719.         14686418805,
  720.         14686416222,
  721.         14631299806,
  722.         14631300679,
  723.         2124066913,
  724.         12869012192,
  725.         13729208264,
  726.         13447302774,
  727.         13729140863,
  728.         13729180688,
  729.         7656330496,
  730.         1211540577,
  731.         7770449007,
  732.         2795906275,
  733.         6489313402,
  734.         15525317847,
  735.         668614178,
  736.         18583566122,
  737.         114896661,
  738.         102788035860664,
  739.         10300825388,
  740.         129547993066322,
  741.         4578166186,
  742.         73099294,
  743.         104033715,
  744.         15998119820,
  745.         106301890757766,
  746.         12014382659,
  747.         119527043835577,
  748.         80495566129840,
  749.         18206762812,
  750.         18206050953,
  751.         73063564717224,
  752.         18206090571,
  753.         18431648213,
  754.         103088992526806
  755.     }
  756.  
  757.     local function Fade(Object:Instance, Time:number)
  758.         local e = game:GetService("TweenService")
  759.  
  760.         if Object:IsA("ImageLabel") or Object:IsA("ImageButton") then
  761.             local Tween = e:Create(Object, TweenInfo.new(Time), {Transparency = 1, ImageTransparency = 1})
  762.             Tween:Play()
  763.         elseif Object:IsA("Frame") then
  764.             local Tween = e:Create(Object, TweenInfo.new(Time), {Transparency = 1})
  765.             Tween:Play()   
  766.         elseif Object:IsA("TextLabel") then
  767.             local Tween = e:Create(Object, TweenInfo.new(Time), {TextTransparency = 1, Transparency = 1})
  768.             Tween:Play()   
  769.         end
  770.     end
  771.  
  772.     local function FadeIn(Object:Instance, Time:number)
  773.         local e = game:GetService("TweenService")
  774.  
  775.         if Object:IsA("ImageLabel") or Object:IsA("ImageButton") then
  776.             local Tween = e:Create(Object, TweenInfo.new(Time), {ImageTransparency = 0})
  777.             Tween:Play()
  778.         elseif Object:IsA("Frame") then
  779.             local Tween = e:Create(Object, TweenInfo.new(Time), {Transparency = 0})
  780.             Tween:Play()   
  781.         elseif Object:IsA("TextLabel") then
  782.             local Tween = e:Create(Object, TweenInfo.new(Time), {TextTransparency = 0})
  783.             Tween:Play()   
  784.         end
  785.     end
  786.  
  787.     local msg = welcomes[math.random(1,#welcomes)]
  788.     msg = msg..game.Players.LocalPlayer.DisplayName or game.Players.LocalPlayer.Name.."!"
  789.     start.TextLabel.Text = msg
  790.  
  791.     local backround = script.Parent.StarterFrame.Backround
  792.     backround.Image = "rbxassetid://"..BackRoundPhotos[math.random(1,#BackRoundPhotos)]
  793.  
  794.     start.Visible = true
  795.  
  796.     local tweenInfo = TweenInfo.new(0.5,Enum.EasingStyle.Back,Enum.EasingDirection.InOut,0,false,0)
  797.     local Tween = e:Create(start,tweenInfo,{Size = UDim2.new(0, 200,0, 200)})
  798.     Tween:Play()
  799.  
  800.     for i,v in pairs(script.Parent.StarterFrame:GetDescendants()) do
  801.         if v:IsA("ImageLabel") or v:IsA("ImageButton") then
  802.             v.BackgroundTransparency = 1
  803.             v.ImageTransparency = 1
  804.         elseif v:IsA("Frame") then
  805.             v.BackgroundTransparency = 1
  806.         elseif v:IsA("TextLabel") then
  807.             v.TextTransparency = 1 
  808.         end
  809.     end
  810.  
  811.     FadeIn(script.Parent.StarterFrame, 1)
  812.     for i,v in pairs(script.Parent.StarterFrame:GetDescendants()) do
  813.         FadeIn(v, 0.25)
  814.     end
  815.  
  816.     Tween.Completed:Connect(function()
  817.         wait(1.75)
  818.         local tweenInfo2 = TweenInfo.new(0.5,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut,0,false,0)
  819.         local Tween2 = e:Create(start,tweenInfo,{Size = UDim2.new(0, 0,0, 0)})
  820.         Tween2:Play()
  821.         Fade(script.Parent.StarterFrame, 0.75)
  822.         for i,v in pairs(script.Parent.StarterFrame:GetDescendants()) do
  823.             Fade(v, 0.25)
  824.         end
  825.         Tween2.Completed:Connect(function()
  826.             start.Visible = false
  827.             mainframe:TweenPosition(endpos,Enum.EasingDirection.InOut,Enum.EasingStyle.Back,1)
  828.         end)
  829.     end)
  830. end
  831. coroutine.wrap(JDLDHC_fake_script)()
  832. local function YVQB_fake_script() -- Frame.Main
  833.     local script = Instance.new('LocalScript', Frame)
  834.  
  835.     local frame = script.Parent
  836.  
  837.     local uis = game:GetService("UserInputService")
  838.  
  839.     local setting = frame:WaitForChild("Settings")
  840.  
  841.     local scroll = frame:WaitForChild("scroll")
  842.  
  843.     local fetch = frame:WaitForChild("Fetch")
  844.  
  845.     local fires = frame:WaitForChild("FireSelected")
  846.  
  847.     local KeybindSheet = frame:WaitForChild("KeybindSheet")
  848.  
  849.     local Current = frame:WaitForChild("Current")
  850.  
  851.     local isscripton = true
  852.  
  853.     local cooldown = false
  854.  
  855.     local fetchcooldown = false
  856.  
  857.     local MainParent = game
  858.  
  859.     local selected = "nil"
  860.  
  861.     local version = "1.0.5"
  862.  
  863.     local Key = setting:WaitForChild("CustomFireKey")
  864.     local HGKey = setting:WaitForChild("HideGuiKeybind")
  865.     local HSKey = setting:WaitForChild("HideSettingsKeybind")
  866.  
  867.     if Key.Text == "" then
  868.         Key.Text = "C"
  869.     end
  870.  
  871.     if HGKey.Text == "" then
  872.         HGKey.Text = "F2"
  873.     end
  874.  
  875.     if HSKey.Text == "" then
  876.         HSKey.Text = "F3"
  877.     end
  878.  
  879.     local HideGuiKey = Enum.KeyCode[HGKey.Text:upper()]
  880.     local FireKey = Enum.KeyCode[Key.Text:upper()]
  881.     local HidesettingKey = Enum.KeyCode[HSKey.Text:upper()]
  882.  
  883.     local RemoteEventColor = Color3.fromRGB(239, 122, 54)
  884.     local BindableFunctionColor = Color3.fromRGB(255, 75, 171)
  885.     local RemoteFunctionColor = Color3.fromRGB(248, 153, 255)
  886.     local CanClearScroll = true
  887.  
  888.     local DefaultAudios = {
  889.         ["None"] = {"rbxasset://Sounds/Ouch.ogg",0.1,1,"None"},
  890.         ["Click"] = {"rbxassetid://"..18755588842,0.075,1,"Click"},
  891.         ["Hover"] = {"rbxassetid://"..18755583152, 0.035,1,"Hover"},
  892.         ["Fire"] = {"rbxassetid://"..4601634016,0.075,1,"Fire"},
  893.         ["StartUpDown"] = {"rbxassetid://"..4590662766,0.1,0.5,"StartUpDown"}
  894.     }
  895.  
  896.     local function FindAudio(AudioName:string)
  897.         if isscripton ~= true then return end
  898.         if not AudioName then return end
  899.         local Audio = script.Parent.Parent:FindFirstChild(AudioName)
  900.  
  901.         if not Audio then
  902.             local New = Instance.new("Sound",script.Parent.Parent)
  903.             local Tabs = DefaultAudios[AudioName]
  904.             New.SoundId = Tabs[1]
  905.             New.Name = AudioName
  906.             New.Volume = Tabs[2]
  907.             New.PlaybackSpeed = Tabs[3]
  908.             return New
  909.         else   
  910.             return Audio
  911.         end
  912.     end
  913.  
  914.     local function FireSelectedName()
  915.         if isscripton ~= true then return end
  916.         local arg1 = script.Parent.arg1
  917.         local arg2 = script.Parent.arg2
  918.         local arg3 = script.Parent.arg3
  919.         if selected == "nil" then return end
  920.  
  921.         FindAudio(DefaultAudios.Fire[4]):Play()
  922.  
  923.         for i,v in pairs(MainParent:GetDescendants()) do
  924.             if selected:lower() == v.Name:lower() then
  925.                 if v:IsA("RemoteEvent") then
  926.                     v:FireServer(arg1.Text or "", arg2.Text or "", arg3.Text or "")
  927.                 elseif v:IsA("BindableFunction") then
  928.                     v:Invoke(arg1.Text or "", arg2.Text or "", arg3.Text or "")
  929.                 elseif v:IsA("RemoteFunction") then
  930.                     v:InvokeServer(arg1.Text or "", arg2.Text or "", arg3.Text or "")
  931.                 end
  932.             end
  933.         end
  934.     end
  935.  
  936.     local function CreateTextbox(ShortName:string, Pathway:string, Color:Color3, RemoteName:string, SearchName:string)
  937.         if isscripton ~= true then return end
  938.         local clone = frame.Template:Clone()
  939.         local RemoteFullName = clone:FindFirstChild("RemoteFullName")
  940.         local RemoteNamea = clone:FindFirstChild("RemoteName")
  941.         RemoteNamea.Text = ShortName
  942.         RemoteFullName.Text = Pathway
  943.         clone.BackgroundColor3 = Color
  944.         clone.Parent = scroll
  945.         clone.Visible = true
  946.         clone.Name = SearchName
  947.         local function buttonn()
  948.             clone.MouseEnter:Connect(function(x,y)
  949.                 FindAudio(DefaultAudios.Hover[4]):Play()
  950.             end)
  951.             clone.Choose.Activated:Connect(function()
  952.                 selected = clone.Name
  953.                 FindAudio(DefaultAudios.Click[4]):Play()
  954.             end)
  955.             clone.CopyButton.Activated:Connect(function()
  956.                 if setclipboard ~= nil then
  957.                     setclipboard(Pathway)
  958.                     FindAudio(DefaultAudios.Click[4]):Play()
  959.                     clone.CopyButton.Text = "Set Clipboard!"
  960.                     wait(0.5)
  961.                     clone.CopyButton.Text = "Copy Path"
  962.                 end
  963.             end)
  964.         end
  965.         coroutine.wrap(buttonn)()
  966.     end
  967.  
  968.  
  969.     local function FetchAll(Parent:Instance)
  970.         if isscripton ~= true then return end
  971.         if scroll:FindFirstChildWhichIsA("Frame") then
  972.             for i,v in pairs(scroll:GetChildren()) do
  973.                 if not v:IsA("UIListLayout") then
  974.                     v:Destroy()
  975.                 end
  976.             end
  977.         end
  978.         for i,v in pairs(Parent:GetDescendants()) do
  979.             if v:IsA("RemoteEvent") then
  980.                 if v.Parent.Name:lower() ~= "robloxreplicatedstorage" then
  981.                     CreateTextbox(v.ClassName..": "..v.Name, v.Parent:GetFullName().." | "..v.Name, RemoteEventColor,v.Name,v.Name)
  982.                 end
  983.             elseif v:IsA("BindableFunction") then
  984.                 if v.Parent.Name:lower() ~= "robloxreplicatedstorage" then
  985.                     CreateTextbox(v.ClassName..": "..v.Name, v.Parent:GetFullName().." | "..v.Name, RemoteEventColor,v.Name,v.Name)
  986.                 end
  987.             elseif v:IsA("RemoteFunction") then
  988.                 if v.Parent.Name:lower() ~= "robloxreplicatedstorage" then
  989.                     CreateTextbox(v.ClassName..": "..v.Name, v.Parent:GetFullName().." | "..v.Name, RemoteEventColor,v.Name,v.Name)
  990.                 end
  991.             end
  992.         end
  993.     end
  994.  
  995.     coroutine.resume(coroutine.create(function()
  996.         while isscripton == true do
  997.             if isscripton ~= true then return end
  998.             task.wait()
  999.             script.Parent.CurrentDateTime.Text = os.date("%I:%M:%S %p | %m/%d/%Y").." | Ver: "..version
  1000.             Current.Text = "Current: "..selected
  1001.             KeybindSheet.Text = "Keybinds:\n FireSelected: "..FireKey.Name.."\n HideGui: "..HideGuiKey.Name.."\n Hidesetting: "..HidesettingKey.Name.."\n RemoveGui: F1"
  1002.         end
  1003.     end))
  1004.  
  1005.     local canseesettings = false
  1006.  
  1007.     uis.InputBegan:Connect(function(a,b)
  1008.         if isscripton ~= true then return end
  1009.         if b then return end
  1010.  
  1011.         if a.KeyCode == FireKey and cooldown ~= true then
  1012.             cooldown = true
  1013.             FireSelectedName()
  1014.             task.wait()
  1015.             cooldown = false
  1016.         elseif a.KeyCode == HideGuiKey  then
  1017.             frame.Visible = not frame.Visible
  1018.         elseif a.KeyCode == HidesettingKey then
  1019.             canseesettings = not canseesettings
  1020.  
  1021.             if canseesettings == true then
  1022.                 setting.Visible = canseesettings
  1023.                 setting:TweenPosition(UDim2.new(1.05, 0,-0.004, 0),Enum.EasingDirection.In,Enum.EasingStyle.Quad,0.5,true)
  1024.             else   
  1025.                 local closea = 0.5
  1026.                 setting:TweenPosition(UDim2.new(0.093, 0,0.043, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,closea,true)
  1027.                 wait(closea)
  1028.                 setting.Visible = canseesettings
  1029.             end
  1030.         elseif a.KeyCode == Enum.KeyCode.F1 then
  1031.             local closetime = 1
  1032.             frame:TweenPosition(UDim2.new(-1, 0,0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Back,closetime,true)
  1033.             wait(closetime)
  1034.  
  1035.  
  1036.             isscripton = false
  1037.             return frame.Parent:Destroy()  
  1038.         end
  1039.     end)
  1040.  
  1041.     Key.FocusLost:Connect(function()
  1042.         if isscripton ~= true then return end
  1043.         FireKey = Enum.KeyCode[Key.Text:upper()] or Enum.KeyCode.C
  1044.     end)
  1045.  
  1046.     HGKey.FocusLost:Connect(function()
  1047.         if isscripton ~= true then return end
  1048.         HideGuiKey = Enum.KeyCode[HGKey.Text:upper()] or Enum.KeyCode.F2
  1049.     end)
  1050.  
  1051.     HSKey.FocusLost:Connect(function()
  1052.         if isscripton ~= true then return end
  1053.         HidesettingKey = Enum.KeyCode[HSKey.Text:upper()] or Enum.KeyCode.F3
  1054.     end)
  1055.  
  1056.     fires.Activated:Connect(function()
  1057.         if isscripton ~= true then return end
  1058.         cooldown = true
  1059.         FireSelectedName()
  1060.         task.wait(0.05)
  1061.         cooldown = false
  1062.     end)
  1063.  
  1064.     fetch.Activated:Connect(function()
  1065.         if isscripton ~= true then return end
  1066.         FindAudio(DefaultAudios.Click[4]):Play()
  1067.         FetchAll(MainParent)
  1068.     end)
  1069. end
  1070. coroutine.wrap(YVQB_fake_script)()
  1071. local function GJUYJU_fake_script() -- Frame.UIDrag
  1072.     local script = Instance.new('LocalScript', Frame)
  1073.  
  1074.  
  1075.     -- Made by Real_IceyDev (@lceyDex) --
  1076.     -- Simple UI dragger (PC Only/Any device that has a mouse) --
  1077.  
  1078.     local UIS = game:GetService('UserInputService')
  1079.     local frame = script.Parent
  1080.     local dragToggle = nil
  1081.     local dragSpeed = 0.25
  1082.     local dragStart = nil
  1083.     local startPos = nil
  1084.  
  1085.     local function updateInput(input)
  1086.         local delta = input.Position - dragStart
  1087.         local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  1088.             startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1089.         game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  1090.     end
  1091.  
  1092.     frame.InputBegan:Connect(function(input)
  1093.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1094.             dragToggle = true
  1095.             dragStart = input.Position
  1096.             startPos = frame.Position
  1097.             input.Changed:Connect(function()
  1098.                 if input.UserInputState == Enum.UserInputState.End then
  1099.                     dragToggle = false
  1100.                 end
  1101.             end)
  1102.         end
  1103.     end)
  1104.  
  1105.     UIS.InputChanged:Connect(function(input)
  1106.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1107.             if dragToggle then
  1108.                 updateInput(input)
  1109.             end
  1110.         end
  1111.     end)
  1112. end
  1113. coroutine.wrap(GJUYJU_fake_script)()
  1114. local function OYSOU_fake_script() -- SearchBar.LocalScript
  1115.     local script = Instance.new('LocalScript', SearchBar)
  1116.  
  1117.     --[[ Made by @LuaBearyGood ]]--
  1118.  
  1119.     local ObjectHolder = script.Parent.Parent.scroll
  1120.     local Objects = {['Frame'] = true,['TextLabel'] = true, ['ImageButton'] = true, ['ImageLabel'] = true}
  1121.     local Type = 1
  1122.     --[[
  1123.         Types:
  1124.         1 - Makes objects that do not fit search invisible
  1125.         2 - makes objects that fit search move higher on list, and those that don't go to the bottom
  1126.        
  1127.        
  1128.     --]]
  1129.  
  1130.  
  1131.  
  1132.     function Filter(Text)
  1133.         for i,v in pairs(ObjectHolder:GetChildren()) do
  1134.             if Objects[v.ClassName] then
  1135.                 if string.match(string.lower(v.Name), Text) then
  1136.                     if Type == 1 then
  1137.                         v.Visible = true
  1138.                     end
  1139.                     v.LayoutOrder = 1
  1140.                 else
  1141.                     if Type == 1 then
  1142.                         v.Visible = false
  1143.                     end
  1144.                     v.LayoutOrder = 0
  1145.                 end
  1146.             end
  1147.         end
  1148.     end
  1149.  
  1150.  
  1151.     script.Parent:GetPropertyChangedSignal('Text'):Connect(function()
  1152.         local CurrentText = script.Parent.Text
  1153.  
  1154.         if CurrentText == "" then
  1155.             for i,v in pairs(ObjectHolder:GetChildren()) do
  1156.                 if Objects[v.ClassName] then
  1157.                     v.Visible = true
  1158.                 end
  1159.             end
  1160.         else
  1161.             Filter(string.lower(CurrentText))
  1162.         end
  1163.     end)
  1164. end
  1165. coroutine.wrap(OYSOU_fake_script)()
  1166.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement