ExecutorForALLdomain

Console Logger And Executor

Oct 4th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3. -- Instances:
  4.  
  5. local SynapseX = Instance.new("ScreenGui")
  6. local betterConsole = Instance.new("TextLabel")
  7. local Frame = Instance.new("Frame")
  8. local ScrollingFrame = Instance.new("ScrollingFrame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local clear = Instance.new("TextButton")
  11. local TextButton = Instance.new("TextButton")
  12. local executor = Instance.new("TextLabel")
  13. local ScriptLoader = Instance.new("Frame")
  14. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  15. local TextBox = Instance.new("TextBox")
  16. local execute = Instance.new("TextButton")
  17. local clearr = Instance.new("TextButton")
  18. local checkfile = Instance.new("TextButton")
  19. local loadconsole = Instance.new("TextButton")
  20. local file = Instance.new("TextLabel")
  21. local Frame_2 = Instance.new("Frame")
  22. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  23. local infinite = Instance.new("TextButton")
  24. local DEX = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. SynapseX.Name = "SynapseX"
  29. SynapseX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30. SynapseX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. betterConsole.Name = "betterConsole"
  33. betterConsole.Parent = SynapseX
  34. betterConsole.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  35. betterConsole.BorderColor3 = Color3.fromRGB(0, 0, 0)
  36. betterConsole.BorderSizePixel = 0
  37. betterConsole.Position = UDim2.new(0.234361947, 0, 0.250396222, 0)
  38. betterConsole.Size = UDim2.new(0, 614, 0, 19)
  39. betterConsole.Visible = false
  40. betterConsole.Font = Enum.Font.Arial
  41. betterConsole.Text = " Console"
  42. betterConsole.TextColor3 = Color3.fromRGB(255, 255, 255)
  43. betterConsole.TextSize = 14.000
  44. betterConsole.TextXAlignment = Enum.TextXAlignment.Left
  45.  
  46. Frame.Parent = betterConsole
  47. Frame.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  48. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  49. Frame.BorderSizePixel = 0
  50. Frame.Position = UDim2.new(0, 0, 1.00000215, 0)
  51. Frame.Size = UDim2.new(0, 614, 0, 363)
  52.  
  53. ScrollingFrame.Parent = Frame
  54. ScrollingFrame.Active = true
  55. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  56. ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  57. ScrollingFrame.BorderSizePixel = 0
  58. ScrollingFrame.Position = UDim2.new(0.0150093799, 0, 0.0241691656, 0)
  59. ScrollingFrame.Size = UDim2.new(0, 593, 0, 313)
  60.  
  61. TextLabel.Parent = ScrollingFrame
  62. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. TextLabel.BackgroundTransparency = 1.000
  64. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  65. TextLabel.BorderSizePixel = 0
  66. TextLabel.Size = UDim2.new(0, 593, 0, 16)
  67. TextLabel.Visible = false
  68. TextLabel.Font = Enum.Font.SourceSans
  69. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. TextLabel.TextSize = 14.000
  71. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  72.  
  73. clear.Name = "clear"
  74. clear.Parent = Frame
  75. clear.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  76. clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
  77. clear.BorderSizePixel = 0
  78. clear.Position = UDim2.new(0.0146579808, 0, 0.903581262, 0)
  79. clear.Size = UDim2.new(0, 96, 0, 27)
  80. clear.Font = Enum.Font.SourceSans
  81. clear.Text = "Clear"
  82. clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. clear.TextSize = 14.000
  84. clear.TextWrapped = true
  85.  
  86. TextButton.Parent = betterConsole
  87. TextButton.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  88. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  89. TextButton.BorderSizePixel = 0
  90. TextButton.Position = UDim2.new(0.938110769, 0, 8.03094167e-07, 0)
  91. TextButton.Size = UDim2.new(0, 38, 0, 18)
  92. TextButton.Font = Enum.Font.SourceSans
  93. TextButton.Text = "X"
  94. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  95. TextButton.TextSize = 21.000
  96.  
  97. executor.Name = "executor"
  98. executor.Parent = SynapseX
  99. executor.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  100. executor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  101. executor.BorderSizePixel = 0
  102. executor.Position = UDim2.new(0.19683069, 0, 0.141638219, 0)
  103. executor.Size = UDim2.new(0, 760, 0, 16)
  104. executor.Font = Enum.Font.Arial
  105. executor.Text = " Executor"
  106. executor.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. executor.TextSize = 14.000
  108. executor.TextXAlignment = Enum.TextXAlignment.Left
  109.  
  110. ScriptLoader.Name = "ScriptLoader"
  111. ScriptLoader.Parent = executor
  112. ScriptLoader.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  113. ScriptLoader.BorderColor3 = Color3.fromRGB(0, 0, 0)
  114. ScriptLoader.BorderSizePixel = 0
  115. ScriptLoader.Position = UDim2.new(0, 0, 0.999999046, 0)
  116. ScriptLoader.Size = UDim2.new(0, 760, 0, 454)
  117.  
  118. ScrollingFrame_2.Parent = ScriptLoader
  119. ScrollingFrame_2.Active = true
  120. ScrollingFrame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  121. ScrollingFrame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  122. ScrollingFrame_2.BorderSizePixel = 0
  123. ScrollingFrame_2.Position = UDim2.new(0.0223367792, 0, 0.0275526345, 0)
  124. ScrollingFrame_2.Size = UDim2.new(0, 728, 0, 379)
  125.  
  126. TextBox.Parent = ScrollingFrame_2
  127. TextBox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  128. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  129. TextBox.BorderSizePixel = 0
  130. TextBox.Position = UDim2.new(0.0164835174, 0, 0.0158311352, 0)
  131. TextBox.Size = UDim2.new(0, 701, 0, 255)
  132. TextBox.ClearTextOnFocus = false
  133. TextBox.Font = Enum.Font.Arial
  134. TextBox.MultiLine = true
  135. TextBox.Text = ""
  136. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. TextBox.TextSize = 14.000
  138. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  139. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  140.  
  141. execute.Name = "execute"
  142. execute.Parent = ScriptLoader
  143. execute.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  144. execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
  145. execute.BorderSizePixel = 0
  146. execute.Position = UDim2.new(0.0223367792, 0, 0.887665212, 0)
  147. execute.Size = UDim2.new(0, 99, 0, 38)
  148. execute.Font = Enum.Font.Arial
  149. execute.Text = "Execute"
  150. execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. execute.TextSize = 14.000
  152.  
  153. clearr.Name = "clearr"
  154. clearr.Parent = ScriptLoader
  155. clearr.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  156. clearr.BorderColor3 = Color3.fromRGB(0, 0, 0)
  157. clearr.BorderSizePixel = 0
  158. clearr.Position = UDim2.new(0.317073613, 0, 0.887665212, 0)
  159. clearr.Size = UDim2.new(0, 99, 0, 38)
  160. clearr.Font = Enum.Font.Arial
  161. clearr.Text = "Clear"
  162. clearr.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. clearr.TextSize = 14.000
  164.  
  165. checkfile.Name = "checkfile"
  166. checkfile.Parent = ScriptLoader
  167. checkfile.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  168. checkfile.BorderColor3 = Color3.fromRGB(0, 0, 0)
  169. checkfile.BorderSizePixel = 0
  170. checkfile.Position = UDim2.new(0.16838941, 0, 0.887665212, 0)
  171. checkfile.Size = UDim2.new(0, 99, 0, 38)
  172. checkfile.Font = Enum.Font.Arial
  173. checkfile.Text = "Script List"
  174. checkfile.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. checkfile.TextSize = 14.000
  176.  
  177. loadconsole.Name = "loadconsole"
  178. loadconsole.Parent = ScriptLoader
  179. loadconsole.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  180. loadconsole.BorderColor3 = Color3.fromRGB(0, 0, 0)
  181. loadconsole.BorderSizePixel = 0
  182. loadconsole.Position = UDim2.new(0.468389422, 0, 0.887665212, 0)
  183. loadconsole.Size = UDim2.new(0, 99, 0, 38)
  184. loadconsole.Font = Enum.Font.Arial
  185. loadconsole.Text = "Console"
  186. loadconsole.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. loadconsole.TextSize = 14.000
  188.  
  189. file.Name = "file"
  190. file.Parent = executor
  191. file.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  192. file.BorderColor3 = Color3.fromRGB(0, 0, 0)
  193. file.BorderSizePixel = 0
  194. file.Position = UDim2.new(1.01447368, 0, 0, 0)
  195. file.Size = UDim2.new(0, 314, 0, 16)
  196. file.Font = Enum.Font.Arial
  197. file.Text = " Folder List"
  198. file.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. file.TextSize = 14.000
  200. file.TextXAlignment = Enum.TextXAlignment.Left
  201.  
  202. Frame_2.Parent = file
  203. Frame_2.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  204. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  205. Frame_2.BorderSizePixel = 0
  206. Frame_2.Position = UDim2.new(0, 0, 0.937498093, 0)
  207. Frame_2.Size = UDim2.new(0, 314, 0, 455)
  208.  
  209. ScrollingFrame_3.Parent = Frame_2
  210. ScrollingFrame_3.Active = true
  211. ScrollingFrame_3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  212. ScrollingFrame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  213. ScrollingFrame_3.BorderSizePixel = 0
  214. ScrollingFrame_3.Position = UDim2.new(0.0286624208, 0, 0.0285714287, 0)
  215. ScrollingFrame_3.Size = UDim2.new(0, 297, 0, 429)
  216.  
  217. infinite.Name = "infinite"
  218. infinite.Parent = ScrollingFrame_3
  219. infinite.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  220. infinite.BorderColor3 = Color3.fromRGB(0, 0, 0)
  221. infinite.BorderSizePixel = 0
  222. infinite.Position = UDim2.new(0.0235690232, 0, 0.0150660444, 0)
  223. infinite.Size = UDim2.new(0, 282, 0, 19)
  224. infinite.Font = Enum.Font.Arial
  225. infinite.Text = "Infinite Yield V6"
  226. infinite.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. infinite.TextSize = 14.000
  228.  
  229. DEX.Name = "DEX"
  230. DEX.Parent = ScrollingFrame_3
  231. DEX.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  232. DEX.BorderColor3 = Color3.fromRGB(0, 0, 0)
  233. DEX.BorderSizePixel = 0
  234. DEX.Position = UDim2.new(0.0235690232, 0, 0.0514051169, 0)
  235. DEX.Size = UDim2.new(0, 282, 0, 19)
  236. DEX.Font = Enum.Font.Arial
  237. DEX.Text = "Dark Dex Explorer V4"
  238. DEX.TextColor3 = Color3.fromRGB(255, 255, 255)
  239. DEX.TextSize = 14.000
  240.  
  241. -- Scripts:
  242.  
  243. local function SKEJAC_fake_script() -- ScrollingFrame.LocalScript
  244. local script = Instance.new('LocalScript', ScrollingFrame)
  245.  
  246. local logservice=game:GetService("LogService")
  247. local example = script.Parent.TextLabel
  248. local scrolling = script.Parent
  249. local clearbutton = scrolling.Parent.clear
  250.  
  251. offset = 30
  252. print(os.date("*t"))
  253.  
  254. -- collor output
  255. colorError = Color3.new(1, 0, 0)
  256. colorWarn = Color3.new(1, 0.682353, 0.172549)
  257. colorInformation =Color3.new(0.0117647, 0.603922, 1)
  258.  
  259.  
  260. logservice.MessageOut:Connect(function(message,messageType)
  261. if messageType == Enum.MessageType.MessageOutput then
  262. local printing = example:Clone()
  263. printing.Parent = scrolling
  264. printing.Position = example.Position + UDim2.new(0,0,0,offset)
  265. printing.Visible = true
  266. printing.Text = os.date("%H:%M:%S").." -- "..message
  267.  
  268. elseif messageType == Enum.MessageType.MessageError then
  269. local ERRROR = example:Clone()
  270. ERRROR.Parent = scrolling
  271. ERRROR.Position = UDim2.new(0,0,0,offset)
  272. ERRROR.Text = os.date("%H:%M:%S").." -- "..message
  273. ERRROR.TextColor3 = colorError
  274. ERRROR.Visible = true
  275.  
  276. elseif messageType == Enum.MessageType.MessageWarning then
  277. local WARN = example:Clone()
  278. WARN.Parent = scrolling
  279. WARN.Position = UDim2.new(0,0,0,offset)
  280. WARN.Text = os.date("%H:%M:%S").." -- "..message
  281. WARN.TextColor3 = colorWarn
  282. WARN.Visible = true
  283. elseif messageType == Enum.MessageType.MessageInfo then
  284. local INFO = example:Clone()
  285. INFO.Parent = scrolling
  286. INFO.Position = UDim2.new(0,0,0,offset)
  287. INFO.Text = os.date("%H:%M:%S").." -- "..message
  288. INFO.TextColor3 = colorInformation
  289. INFO.Visible = true
  290.  
  291.  
  292. end
  293. offset=offset + 11
  294. end)
  295.  
  296.  
  297.  
  298.  
  299. -- clear
  300. clearbutton.MouseButton1Click:Connect(function()
  301. for i,v in pairs(scrolling:GetChildren()) do if v~= example and v~= script then
  302. v:Destroy()
  303. end
  304. end
  305. offset = 30
  306. end)
  307. end
  308. coroutine.wrap(SKEJAC_fake_script)()
  309. local function KEFFBEI_fake_script() -- betterConsole.LocalScript
  310. local script = Instance.new('LocalScript', betterConsole)
  311.  
  312. local UserInputService = game:GetService("UserInputService")
  313.  
  314. local gui = script.Parent
  315.  
  316. local dragging
  317. local dragInput
  318. local dragStart
  319. local startPos
  320.  
  321. local function update(input)
  322. local delta = input.Position - dragStart
  323. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  324. end
  325.  
  326. gui.InputBegan:Connect(function(input)
  327. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  328. dragging = true
  329. dragStart = input.Position
  330. startPos = gui.Position
  331.  
  332. input.Changed:Connect(function()
  333. if input.UserInputState == Enum.UserInputState.End then
  334. dragging = false
  335. end
  336. end)
  337. end
  338. end)
  339.  
  340. gui.InputChanged:Connect(function(input)
  341. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  342. dragInput = input
  343. end
  344. end)
  345.  
  346. UserInputService.InputChanged:Connect(function(input)
  347. if input == dragInput and dragging then
  348. update(input)
  349. end
  350. end)
  351. end
  352. coroutine.wrap(KEFFBEI_fake_script)()
  353. local function KAKPWZF_fake_script() -- TextButton.LocalScript
  354. local script = Instance.new('LocalScript', TextButton)
  355.  
  356. b=script.Parent
  357.  
  358. local frame = script.Parent.Parent.Frame
  359.  
  360. b.MouseButton1Click:Connect(function()
  361. frame.Visible = not frame.Visible
  362. end)
  363. end
  364. coroutine.wrap(KAKPWZF_fake_script)()
  365. local function PVDQKW_fake_script() -- execute.LocalScript
  366. local script = Instance.new('LocalScript', execute)
  367.  
  368. local textbox = script.Parent.Parent.ScrollingFrame.TextBox
  369.  
  370. script.Parent.MouseButton1Click:Connect(function()
  371. loadstring(textbox.Text)()
  372. end)
  373. end
  374. coroutine.wrap(PVDQKW_fake_script)()
  375. local function HFWTY_fake_script() -- clearr.LocalScript
  376. local script = Instance.new('LocalScript', clearr)
  377.  
  378. local textbox = script.Parent.Parent.ScrollingFrame.TextBox
  379. local color = Color3.new(255, 255, 255)
  380.  
  381. script.Parent.MouseButton1Click:Connect(function()
  382. textbox.TextColor3 =Color3.new(1, 0, 0)
  383. textbox.Text = ''
  384. wait(0.5)
  385. textbox.TextColor3 = color
  386. end)
  387. end
  388. coroutine.wrap(HFWTY_fake_script)()
  389. local function JGQDQ_fake_script() -- checkfile.LocalScript
  390. local script = Instance.new('LocalScript', checkfile)
  391.  
  392. local file = script.Parent.Parent.Parent.Parent.executor.file
  393.  
  394. script.Parent.MouseButton1Click:Connect(function()
  395. file.Visible = not file.Visible
  396. end)
  397. end
  398. coroutine.wrap(JGQDQ_fake_script)()
  399. local function CQPBHP_fake_script() -- loadconsole.LocalScript
  400. local script = Instance.new('LocalScript', loadconsole)
  401.  
  402. local button = script.Parent
  403. local color = Color3.new(255, 255, 255)
  404.  
  405. local console = script.Parent.Parent.Parent.Parent.betterConsole
  406. local warning = warn("console loading")
  407.  
  408. function d()
  409.  
  410. console.Visible = not console.Visible
  411. end
  412.  
  413. button.MouseButton1Click:Connect(d)
  414. end
  415. coroutine.wrap(CQPBHP_fake_script)()
  416. local function XGWJX_fake_script() -- executor.LocalScript
  417. local script = Instance.new('LocalScript', executor)
  418.  
  419. local UserInputService = game:GetService("UserInputService")
  420.  
  421. local gui = script.Parent
  422.  
  423. local dragging
  424. local dragInput
  425. local dragStart
  426. local startPos
  427.  
  428. local function update(input)
  429. local delta = input.Position - dragStart
  430. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  431. end
  432.  
  433. gui.InputBegan:Connect(function(input)
  434. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  435. dragging = true
  436. dragStart = input.Position
  437. startPos = gui.Position
  438.  
  439. input.Changed:Connect(function()
  440. if input.UserInputState == Enum.UserInputState.End then
  441. dragging = false
  442. end
  443. end)
  444. end
  445. end)
  446.  
  447. gui.InputChanged:Connect(function(input)
  448. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  449. dragInput = input
  450. end
  451. end)
  452.  
  453. UserInputService.InputChanged:Connect(function(input)
  454. if input == dragInput and dragging then
  455. update(input)
  456. end
  457. end)
  458. end
  459. coroutine.wrap(XGWJX_fake_script)()
  460. local function YGFXUMG_fake_script() -- ScrollingFrame_3.LocalScript
  461. local script = Instance.new('LocalScript', ScrollingFrame_3)
  462.  
  463. local scroll = script.Parent
  464.  
  465. local iy = scroll.infinite
  466. local dex = scroll.DEX
  467.  
  468. iy.MouseButton1Click:Connect(function()
  469. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  470. end)
  471.  
  472.  
  473. dex.MouseButton1Click:Connect(function()
  474. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))()
  475. end)
  476. end
  477. coroutine.wrap(YGFXUMG_fake_script)()
  478.  
Add Comment
Please, Sign In to add comment