K1ngBlitzy

Visual Executor BEST

Dec 31st, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.52 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local VisualHub = Instance.new("Frame")
  8. local library = Instance.new("Frame")
  9. local library_books = Instance.new("ImageButton")
  10. local zoom_in = Instance.new("ImageButton")
  11. local Spliter = Instance.new("Frame")
  12. local top = Instance.new("Frame")
  13. local close = Instance.new("ImageButton")
  14. local remove = Instance.new("ImageButton")
  15. local removebutton = Instance.new("TextButton")
  16. local Glow = Instance.new("ImageLabel")
  17. local ribbon = Instance.new("Frame")
  18. local Executor = Instance.new("TextButton")
  19. local storage = Instance.new("ImageButton")
  20. local Frame = Instance.new("Frame")
  21. local more_vert = Instance.new("ImageButton")
  22. local web = Instance.new("ImageButton")
  23. local Scripts = Instance.new("TextButton")
  24. local storage_2 = Instance.new("ImageButton")
  25. local FrameScript = Instance.new("Frame")
  26. local Hub = Instance.new("TextButton")
  27. local storage_3 = Instance.new("ImageButton")
  28. local FrameHub = Instance.new("Frame")
  29. local TextLabel = Instance.new("TextLabel")
  30. local Frame_2 = Instance.new("Frame")
  31. local ScrollExecute = Instance.new("ScrollingFrame")
  32. local Lines = Instance.new("TextLabel")
  33. local Source = Instance.new("TextBox")
  34. local Comments_ = Instance.new("TextLabel")
  35. local Globals_ = Instance.new("TextLabel")
  36. local Keywords_ = Instance.new("TextLabel")
  37. local RemoteHighlight_ = Instance.new("TextLabel")
  38. local Strings_ = Instance.new("TextLabel")
  39. local Tokens_ = Instance.new("TextLabel")
  40. local Numbers_ = Instance.new("TextLabel")
  41. local Hide = Instance.new("ImageLabel")
  42. local ScrollScript = Instance.new("ScrollingFrame")
  43. local _1 = Instance.new("TextButton")
  44. local _2 = Instance.new("TextButton")
  45. local _3 = Instance.new("TextButton")
  46. local _4 = Instance.new("TextButton")
  47. local _6 = Instance.new("TextButton")
  48. local _8 = Instance.new("TextButton")
  49. local _7 = Instance.new("TextButton")
  50. local _5 = Instance.new("TextButton")
  51. local ScrollHub = Instance.new("ScrollingFrame")
  52. local _5_2 = Instance.new("TextButton")
  53. local _1_2 = Instance.new("TextButton")
  54. local _2_2 = Instance.new("TextButton")
  55. local _6_2 = Instance.new("TextButton")
  56. local _3_2 = Instance.new("TextButton")
  57. local _8_2 = Instance.new("TextButton")
  58. local _4_2 = Instance.new("TextButton")
  59. local _7_2 = Instance.new("TextButton")
  60. local Execute = Instance.new("TextButton")
  61. local background = Instance.new("ImageLabel")
  62. local Clear = Instance.new("TextButton")
  63. local backgroundc = Instance.new("ImageLabel")
  64.  
  65. --Properties:
  66.  
  67. ScreenGui.Parent = game:GetService("CoreGui")
  68.  
  69. VisualHub.Name = "Visual Hub"
  70. VisualHub.Parent = ScreenGui
  71. VisualHub.BackgroundColor3 = Color3.fromRGB(40, 42, 54)
  72. VisualHub.BorderSizePixel = 0
  73. VisualHub.Position = UDim2.new(0.256733537, 0, 0.221130222, 0)
  74. VisualHub.Size = UDim2.new(0, 610, 0, 411)
  75. VisualHub.Visible = false
  76.  
  77. library.Name = "library"
  78. library.Parent = VisualHub
  79. library.BackgroundColor3 = Color3.fromRGB(52, 55, 70)
  80. library.BorderSizePixel = 0
  81. library.Position = UDim2.new(0, 0, 0.0664898604, 0)
  82. library.Size = UDim2.new(0, 52, 0, 384)
  83.  
  84. library_books.Name = "library_books"
  85. library_books.Parent = library
  86. library_books.BackgroundTransparency = 1.000
  87. library_books.LayoutOrder = 12
  88. library_books.Position = UDim2.new(0.192307696, 0, 0.018229166, 0)
  89. library_books.Size = UDim2.new(0, 31, 0, 31)
  90. library_books.ZIndex = 2
  91. library_books.Image = "rbxassetid://3926305904"
  92. library_books.ImageRectOffset = Vector2.new(404, 124)
  93. library_books.ImageRectSize = Vector2.new(36, 36)
  94.  
  95. zoom_in.Name = "zoom_in"
  96. zoom_in.Parent = library
  97. zoom_in.BackgroundTransparency = 1.000
  98. zoom_in.LayoutOrder = 7
  99. zoom_in.Position = UDim2.new(0.192307696, 0, 0.122395836, 0)
  100. zoom_in.Size = UDim2.new(0, 31, 0, 31)
  101. zoom_in.ZIndex = 2
  102. zoom_in.Image = "rbxassetid://3926307971"
  103. zoom_in.ImageRectOffset = Vector2.new(364, 124)
  104. zoom_in.ImageRectSize = Vector2.new(36, 36)
  105.  
  106. Spliter.Name = "Spliter"
  107. Spliter.Parent = VisualHub
  108. Spliter.BackgroundColor3 = Color3.fromRGB(25, 26, 33)
  109. Spliter.BorderSizePixel = 0
  110. Spliter.Position = UDim2.new(0.0852458999, 0, 0.0664898604, 0)
  111. Spliter.Size = UDim2.new(0, 1, 0, 384)
  112.  
  113. top.Name = "top"
  114. top.Parent = VisualHub
  115. top.BackgroundColor3 = Color3.fromRGB(25, 26, 33)
  116. top.BorderSizePixel = 0
  117. top.Position = UDim2.new(0.000667348504, 0, -0.000424444675, 0)
  118. top.Size = UDim2.new(0, 609, 0, 27)
  119.  
  120. close.Name = "close"
  121. close.Parent = top
  122. close.BackgroundTransparency = 1.000
  123. close.LayoutOrder = 5
  124. close.Position = UDim2.new(0.958917141, 0, 0.0173355192, 0)
  125. close.Size = UDim2.new(0, 25, 0, 25)
  126. close.ZIndex = 2
  127. close.Image = "rbxassetid://3926305904"
  128. close.ImageRectOffset = Vector2.new(284, 4)
  129. close.ImageRectSize = Vector2.new(24, 24)
  130.  
  131. remove.Name = "remove"
  132. remove.Parent = top
  133. remove.BackgroundTransparency = 1.000
  134. remove.LayoutOrder = 6
  135. remove.Position = UDim2.new(0.916999996, 0, -0.0209999997, 1)
  136. remove.Size = UDim2.new(0, 25, 0, 25)
  137. remove.Visible = false
  138. remove.ZIndex = 2
  139. remove.Image = "rbxassetid://3926307971"
  140. remove.ImageRectOffset = Vector2.new(884, 284)
  141. remove.ImageRectSize = Vector2.new(36, 36)
  142.  
  143. removebutton.Name = "removebutton"
  144. removebutton.Parent = top
  145. removebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. removebutton.BackgroundTransparency = 1.000
  147. removebutton.Position = UDim2.new(0.916999996, 0, 0.148148149, 0)
  148. removebutton.Size = UDim2.new(0, 25, 0, 19)
  149. removebutton.Font = Enum.Font.SourceSans
  150. removebutton.LineHeight = 1.200
  151. removebutton.Text = "-"
  152. removebutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. removebutton.TextSize = 50.000
  154.  
  155. Glow.Name = "Glow"
  156. Glow.Parent = VisualHub
  157. Glow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. Glow.BackgroundTransparency = 1.000
  159. Glow.BorderSizePixel = 0
  160. Glow.Position = UDim2.new(0, -15, 0, -15)
  161. Glow.Size = UDim2.new(1, 30, 1, 30)
  162. Glow.ZIndex = 0
  163. Glow.Image = "rbxassetid://4996891970"
  164. Glow.ImageColor3 = Color3.fromRGB(15, 15, 15)
  165. Glow.ScaleType = Enum.ScaleType.Slice
  166. Glow.SliceCenter = Rect.new(20, 20, 280, 280)
  167.  
  168. ribbon.Name = "ribbon"
  169. ribbon.Parent = VisualHub
  170. ribbon.BackgroundColor3 = Color3.fromRGB(25, 26, 33)
  171. ribbon.BorderSizePixel = 0
  172. ribbon.Position = UDim2.new(0.0868852437, 0, 0.0645187274, 0)
  173. ribbon.Size = UDim2.new(0, 556, 0, 32)
  174.  
  175. Executor.Name = "Executor"
  176. Executor.Parent = ribbon
  177. Executor.BackgroundColor3 = Color3.fromRGB(33, 34, 44)
  178. Executor.BorderSizePixel = 0
  179. Executor.Position = UDim2.new(0, 0, 0.0153565407, 0)
  180. Executor.Size = UDim2.new(0, 109, 0, 31)
  181. Executor.Font = Enum.Font.SourceSans
  182. Executor.Text = " Executor"
  183. Executor.TextColor3 = Color3.fromRGB(255, 255, 255)
  184. Executor.TextSize = 16.000
  185. Executor.TextXAlignment = Enum.TextXAlignment.Left
  186.  
  187. storage.Name = "storage"
  188. storage.Parent = Executor
  189. storage.BackgroundTransparency = 1.000
  190. storage.LayoutOrder = 7
  191. storage.Position = UDim2.new(0.0612244904, 0, 0.258064508, 0)
  192. storage.Size = UDim2.new(0, 15, 0, 15)
  193. storage.ZIndex = 2
  194. storage.Image = "rbxassetid://3926305904"
  195. storage.ImageRectOffset = Vector2.new(284, 684)
  196. storage.ImageRectSize = Vector2.new(36, 36)
  197.  
  198. Frame.Parent = ribbon
  199. Frame.BackgroundColor3 = Color3.fromRGB(148, 82, 126)
  200. Frame.BorderSizePixel = 0
  201. Frame.Position = UDim2.new(0, 0, 4.76837158e-07, 0)
  202. Frame.Size = UDim2.new(0, 109, 0.0149999997, 2)
  203.  
  204. more_vert.Name = "more_vert"
  205. more_vert.Parent = ribbon
  206. more_vert.BackgroundTransparency = 1.000
  207. more_vert.LayoutOrder = 9
  208. more_vert.Position = UDim2.new(0.953237414, 0, 0.09375, 0)
  209. more_vert.Rotation = 90.000
  210. more_vert.Size = UDim2.new(0, 25, 0, 25)
  211. more_vert.ZIndex = 2
  212. more_vert.Image = "rbxassetid://3926305904"
  213. more_vert.ImageRectOffset = Vector2.new(764, 764)
  214. more_vert.ImageRectSize = Vector2.new(36, 36)
  215.  
  216. web.Name = "web"
  217. web.Parent = ribbon
  218. web.BackgroundTransparency = 1.000
  219. web.LayoutOrder = 3
  220. web.Position = UDim2.new(0.909820318, 0, 0.15625, 0)
  221. web.Size = UDim2.new(0, 20, 0, 20)
  222. web.ZIndex = 2
  223. web.Image = "rbxassetid://3926307971"
  224. web.ImageRectOffset = Vector2.new(924, 444)
  225. web.ImageRectSize = Vector2.new(36, 36)
  226.  
  227. Scripts.Name = "Scripts"
  228. Scripts.Parent = ribbon
  229. Scripts.BackgroundColor3 = Color3.fromRGB(33, 34, 44)
  230. Scripts.BorderSizePixel = 0
  231. Scripts.Position = UDim2.new(0.199000001, 0, 0.0149999997, 0)
  232. Scripts.Size = UDim2.new(0, 109, 0, 31)
  233. Scripts.Font = Enum.Font.SourceSans
  234. Scripts.Text = " Scripts"
  235. Scripts.TextColor3 = Color3.fromRGB(255, 255, 255)
  236. Scripts.TextSize = 16.000
  237. Scripts.TextXAlignment = Enum.TextXAlignment.Left
  238.  
  239. storage_2.Name = "storage"
  240. storage_2.Parent = Scripts
  241. storage_2.BackgroundTransparency = 1.000
  242. storage_2.LayoutOrder = 7
  243. storage_2.Position = UDim2.new(0.0612244904, 0, 0.258064508, 0)
  244. storage_2.Size = UDim2.new(0, 15, 0, 15)
  245. storage_2.ZIndex = 2
  246. storage_2.Image = "rbxassetid://3926305904"
  247. storage_2.ImageRectOffset = Vector2.new(284, 684)
  248. storage_2.ImageRectSize = Vector2.new(36, 36)
  249.  
  250. FrameScript.Name = "FrameScript"
  251. FrameScript.Parent = ribbon
  252. FrameScript.BackgroundColor3 = Color3.fromRGB(148, 82, 126)
  253. FrameScript.BorderSizePixel = 0
  254. FrameScript.Position = UDim2.new(0.199000001, 0, 0, 0)
  255. FrameScript.Size = UDim2.new(0, 109, 0, 2)
  256.  
  257. Hub.Name = "Hub"
  258. Hub.Parent = ribbon
  259. Hub.BackgroundColor3 = Color3.fromRGB(33, 34, 44)
  260. Hub.BorderSizePixel = 0
  261. Hub.Position = UDim2.new(0.398999989, 0, 0.0149999997, 0)
  262. Hub.Size = UDim2.new(0, 109, 0, 31)
  263. Hub.Font = Enum.Font.SourceSans
  264. Hub.Text = " Hub"
  265. Hub.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. Hub.TextSize = 16.000
  267. Hub.TextXAlignment = Enum.TextXAlignment.Left
  268.  
  269. storage_3.Name = "storage"
  270. storage_3.Parent = Hub
  271. storage_3.BackgroundTransparency = 1.000
  272. storage_3.LayoutOrder = 7
  273. storage_3.Position = UDim2.new(0.0612244904, 0, 0.258064508, 0)
  274. storage_3.Size = UDim2.new(0, 15, 0, 15)
  275. storage_3.ZIndex = 2
  276. storage_3.Image = "rbxassetid://3926305904"
  277. storage_3.ImageRectOffset = Vector2.new(284, 684)
  278. storage_3.ImageRectSize = Vector2.new(36, 36)
  279.  
  280. FrameHub.Name = "FrameHub"
  281. FrameHub.Parent = ribbon
  282. FrameHub.BackgroundColor3 = Color3.fromRGB(148, 82, 126)
  283. FrameHub.BorderSizePixel = 0
  284. FrameHub.Position = UDim2.new(0.398999989, 0, 0, 0)
  285. FrameHub.Size = UDim2.new(0, 109, 0, 2)
  286.  
  287. TextLabel.Parent = VisualHub
  288. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  289. TextLabel.BackgroundTransparency = 1.000
  290. TextLabel.BorderSizePixel = 0
  291. TextLabel.Position = UDim2.new(0.0163934417, 0, 0.00314746867, 0)
  292. TextLabel.Size = UDim2.new(0, 111, 0, 24)
  293. TextLabel.Font = Enum.Font.GothamBlack
  294. TextLabel.Text = "Visual Executor"
  295. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  296. TextLabel.TextSize = 14.000
  297. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  298.  
  299. Frame_2.Parent = VisualHub
  300. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  301. Frame_2.BackgroundTransparency = 1.000
  302. Frame_2.Position = UDim2.new(0.0868852437, 0, 0.141119227, 0)
  303. Frame_2.Size = UDim2.new(0, 555, 0, 353)
  304.  
  305. ScrollExecute.Name = "ScrollExecute"
  306. ScrollExecute.Parent = Frame_2
  307. ScrollExecute.Active = true
  308. ScrollExecute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. ScrollExecute.BackgroundTransparency = 1.000
  310. ScrollExecute.BorderColor3 = Color3.fromRGB(25, 26, 33)
  311. ScrollExecute.Size = UDim2.new(0, 557, 0, 329)
  312. ScrollExecute.CanvasSize = UDim2.new(0, 0, 12, 0)
  313. ScrollExecute.ScrollBarThickness = 7
  314.  
  315. Lines.Name = "Lines"
  316. Lines.Parent = ScrollExecute
  317. Lines.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  318. Lines.BackgroundTransparency = 1.000
  319. Lines.Position = UDim2.new(0.00800000038, 0, -5.5712997e-05, 0)
  320. Lines.Size = UDim2.new(-0.0236694515, 30, 0.946283519, 0)
  321. Lines.ZIndex = 4
  322. Lines.Font = Enum.Font.Code
  323. Lines.Text = "1"
  324. Lines.TextColor3 = Color3.fromRGB(255, 255, 255)
  325. Lines.TextSize = 15.000
  326. Lines.TextWrapped = true
  327. Lines.TextYAlignment = Enum.TextYAlignment.Top
  328.  
  329. Source.Name = "Source"
  330. Source.Parent = ScrollExecute
  331. Source.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  332. Source.BackgroundTransparency = 1.000
  333. Source.Position = UDim2.new(0.0500000007, 0, 0, 0)
  334. Source.Size = UDim2.new(0.930000007, 0, 1, 0)
  335. Source.ZIndex = 3
  336. Source.ClearTextOnFocus = false
  337. Source.Font = Enum.Font.Code
  338. Source.MultiLine = true
  339. Source.PlaceholderColor3 = Color3.fromRGB(94, 94, 94)
  340. Source.PlaceholderText = "--skidded by Blitzy#8924"
  341. Source.Text = ""
  342. Source.TextColor3 = Color3.fromRGB(255, 255, 255)
  343. Source.TextSize = 15.000
  344. Source.TextWrapped = true
  345. Source.TextXAlignment = Enum.TextXAlignment.Left
  346. Source.TextYAlignment = Enum.TextYAlignment.Top
  347.  
  348. Comments_.Name = "Comments_"
  349. Comments_.Parent = Source
  350. Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. Comments_.BackgroundTransparency = 1.000
  352. Comments_.Size = UDim2.new(1, 0, 1, 0)
  353. Comments_.ZIndex = 5
  354. Comments_.Font = Enum.Font.Code
  355. Comments_.Text = ""
  356. Comments_.TextColor3 = Color3.fromRGB(255, 255, 255)
  357. Comments_.TextSize = 15.000
  358. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  359. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  360.  
  361. Globals_.Name = "Globals_"
  362. Globals_.Parent = Source
  363. Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364. Globals_.BackgroundTransparency = 1.000
  365. Globals_.Size = UDim2.new(1, 0, 1, 0)
  366. Globals_.ZIndex = 5
  367. Globals_.Font = Enum.Font.Code
  368. Globals_.Text = ""
  369. Globals_.TextColor3 = Color3.fromRGB(255, 255, 255)
  370. Globals_.TextSize = 15.000
  371. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  372. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  373.  
  374. Keywords_.Name = "Keywords_"
  375. Keywords_.Parent = Source
  376. Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  377. Keywords_.BackgroundTransparency = 1.000
  378. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  379. Keywords_.ZIndex = 5
  380. Keywords_.Font = Enum.Font.Code
  381. Keywords_.Text = ""
  382. Keywords_.TextColor3 = Color3.fromRGB(255, 255, 255)
  383. Keywords_.TextSize = 15.000
  384. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  385. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  386.  
  387. RemoteHighlight_.Name = "RemoteHighlight_"
  388. RemoteHighlight_.Parent = Source
  389. RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  390. RemoteHighlight_.BackgroundTransparency = 1.000
  391. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  392. RemoteHighlight_.ZIndex = 5
  393. RemoteHighlight_.Font = Enum.Font.Code
  394. RemoteHighlight_.Text = ""
  395. RemoteHighlight_.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. RemoteHighlight_.TextSize = 15.000
  397. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  398. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  399.  
  400. Strings_.Name = "Strings_"
  401. Strings_.Parent = Source
  402. Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  403. Strings_.BackgroundTransparency = 1.000
  404. Strings_.Size = UDim2.new(1, 0, 1, 0)
  405. Strings_.ZIndex = 5
  406. Strings_.Font = Enum.Font.Code
  407. Strings_.Text = ""
  408. Strings_.TextColor3 = Color3.fromRGB(255, 255, 255)
  409. Strings_.TextSize = 15.000
  410. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  411. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  412.  
  413. Tokens_.Name = "Tokens_"
  414. Tokens_.Parent = Source
  415. Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  416. Tokens_.BackgroundTransparency = 1.000
  417. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  418. Tokens_.ZIndex = 5
  419. Tokens_.Font = Enum.Font.Code
  420. Tokens_.Text = ""
  421. Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255)
  422. Tokens_.TextSize = 15.000
  423. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  424. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  425.  
  426. Numbers_.Name = "Numbers_"
  427. Numbers_.Parent = Source
  428. Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  429. Numbers_.BackgroundTransparency = 1.000
  430. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  431. Numbers_.ZIndex = 4
  432. Numbers_.Font = Enum.Font.Code
  433. Numbers_.Text = ""
  434. Numbers_.TextColor3 = Color3.fromRGB(255, 255, 255)
  435. Numbers_.TextSize = 15.000
  436. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  437. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  438.  
  439. Hide.Name = "Hide"
  440. Hide.Parent = Source
  441. Hide.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  442. Hide.BackgroundTransparency = 1.000
  443. Hide.Position = UDim2.new(-0.00372213009, 0, 0, 0)
  444. Hide.Size = UDim2.new(0, 529, 0, 323)
  445. Hide.ZIndex = 6
  446. Hide.Image = "rbxassetid://3570695787"
  447. Hide.ImageColor3 = Color3.fromRGB(33, 33, 33)
  448. Hide.ImageTransparency = 1.000
  449. Hide.ScaleType = Enum.ScaleType.Slice
  450. Hide.SliceCenter = Rect.new(100, 100, 100, 100)
  451. Hide.SliceScale = 0.120
  452.  
  453. ScrollScript.Name = "ScrollScript"
  454. ScrollScript.Parent = Frame_2
  455. ScrollScript.Active = true
  456. ScrollScript.BackgroundColor3 = Color3.fromRGB(40, 42, 54)
  457. ScrollScript.BorderColor3 = Color3.fromRGB(25, 26, 33)
  458. ScrollScript.Size = UDim2.new(0, 557, 0, 353)
  459. ScrollScript.Visible = false
  460. ScrollScript.CanvasSize = UDim2.new(0, 0, 12, 0)
  461. ScrollScript.ScrollBarThickness = 7
  462.  
  463. _1.Name = "1"
  464. _1.Parent = ScrollScript
  465. _1.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  466. _1.Position = UDim2.new(0.0119810803, 0, 0.00178160332, 0)
  467. _1.Size = UDim2.new(0, 119, 0, 47)
  468. _1.Font = Enum.Font.ArialBold
  469. _1.Text = "[FE] HugePenis"
  470. _1.TextColor3 = Color3.fromRGB(0, 0, 0)
  471. _1.TextSize = 14.000
  472.  
  473. _2.Name = "2"
  474. _2.Parent = ScrollScript
  475. _2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  476. _2.Position = UDim2.new(0.261187732, 0, 0.00178160332, 0)
  477. _2.Size = UDim2.new(0, 119, 0, 47)
  478. _2.Font = Enum.Font.ArialBold
  479. _2.Text = "[FE] FlingKill"
  480. _2.TextColor3 = Color3.fromRGB(0, 0, 0)
  481. _2.TextSize = 14.000
  482.  
  483. _3.Name = "3"
  484. _3.Parent = ScrollScript
  485. _3.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  486. _3.Position = UDim2.new(0.506094217, 0, 0.00178160332, 0)
  487. _3.Size = UDim2.new(0, 119, 0, 47)
  488. _3.Font = Enum.Font.ArialBold
  489. _3.Text = "[FE] RB Neptunian"
  490. _3.TextColor3 = Color3.fromRGB(0, 0, 0)
  491. _3.TextSize = 14.000
  492.  
  493. _4.Name = "4"
  494. _4.Parent = ScrollScript
  495. _4.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  496. _4.Position = UDim2.new(0.754194558, 0, 0.00178160332, 0)
  497. _4.Size = UDim2.new(0, 119, 0, 47)
  498. _4.Font = Enum.Font.ArialBold
  499. _4.Text = "[FE] Headless"
  500. _4.TextColor3 = Color3.fromRGB(0, 0, 0)
  501. _4.TextSize = 14.000
  502.  
  503. _6.Name = "6"
  504. _6.Parent = ScrollScript
  505. _6.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  506. _6.Position = UDim2.new(0.261187732, 0, 0.0157098379, 0)
  507. _6.Size = UDim2.new(0, 119, 0, 47)
  508. _6.Font = Enum.Font.ArialBold
  509. _6.Text = "[FE] HatFling"
  510. _6.TextColor3 = Color3.fromRGB(0, 0, 0)
  511. _6.TextSize = 14.000
  512.  
  513. _8.Name = "8"
  514. _8.Parent = ScrollScript
  515. _8.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  516. _8.Position = UDim2.new(0.755645394, 0, 0.0157098379, 0)
  517. _8.Size = UDim2.new(0, 119, 0, 47)
  518. _8.Font = Enum.Font.ArialBold
  519. _8.Text = "[FE] RepliHatHub"
  520. _8.TextColor3 = Color3.fromRGB(0, 0, 0)
  521. _8.TextSize = 14.000
  522.  
  523. _7.Name = "7"
  524. _7.Parent = ScrollScript
  525. _7.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  526. _7.Position = UDim2.new(0.506438732, 0, 0.0157098379, 0)
  527. _7.Size = UDim2.new(0, 119, 0, 47)
  528. _7.Font = Enum.Font.ArialBold
  529. _7.Text = "[FE] FlingKillCMD"
  530. _7.TextColor3 = Color3.fromRGB(0, 0, 0)
  531. _7.TextSize = 14.000
  532.  
  533. _5.Name = "5"
  534. _5.Parent = ScrollScript
  535. _5.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  536. _5.Position = UDim2.new(0.0119810803, 0, 0.0157098379, 0)
  537. _5.Size = UDim2.new(0, 119, 0, 47)
  538. _5.Font = Enum.Font.ArialBold
  539. _5.Text = "[FE] Hatorbit"
  540. _5.TextColor3 = Color3.fromRGB(0, 0, 0)
  541. _5.TextSize = 14.000
  542.  
  543. ScrollHub.Name = "ScrollHub"
  544. ScrollHub.Parent = Frame_2
  545. ScrollHub.Active = true
  546. ScrollHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  547. ScrollHub.BackgroundTransparency = 1.000
  548. ScrollHub.BorderColor3 = Color3.fromRGB(25, 26, 33)
  549. ScrollHub.Size = UDim2.new(0, 557, 0, 353)
  550. ScrollHub.Visible = false
  551. ScrollHub.CanvasSize = UDim2.new(0, 0, 12, 0)
  552. ScrollHub.ScrollBarThickness = 7
  553.  
  554. _5_2.Name = "5"
  555. _5_2.Parent = ScrollHub
  556. _5_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  557. _5_2.Position = UDim2.new(0.0119810803, 0, 0.0157098379, 0)
  558. _5_2.Size = UDim2.new(0, 119, 0, 47)
  559. _5_2.Font = Enum.Font.ArialBold
  560. _5_2.Text = "[FE] XXHUB"
  561. _5_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  562. _5_2.TextSize = 14.000
  563.  
  564. _1_2.Name = "1"
  565. _1_2.Parent = ScrollHub
  566. _1_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  567. _1_2.Position = UDim2.new(0.0119810803, 0, 0.00178160332, 0)
  568. _1_2.Size = UDim2.new(0, 119, 0, 47)
  569. _1_2.Font = Enum.Font.ArialBold
  570. _1_2.Text = "Infinite Yield"
  571. _1_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  572. _1_2.TextSize = 14.000
  573.  
  574. _2_2.Name = "2"
  575. _2_2.Parent = ScrollHub
  576. _2_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  577. _2_2.Position = UDim2.new(0.261187732, 0, 0.00178160332, 0)
  578. _2_2.Size = UDim2.new(0, 119, 0, 47)
  579. _2_2.Font = Enum.Font.ArialBold
  580. _2_2.Text = "[FE] Builder"
  581. _2_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  582. _2_2.TextSize = 14.000
  583.  
  584. _6_2.Name = "6"
  585. _6_2.Parent = ScrollHub
  586. _6_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  587. _6_2.Position = UDim2.new(0.261187732, 0, 0.0157098379, 0)
  588. _6_2.Size = UDim2.new(0, 119, 0, 47)
  589. _6_2.Font = Enum.Font.ArialBold
  590. _6_2.Text = "[FE] R15 GUI"
  591. _6_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  592. _6_2.TextSize = 14.000
  593.  
  594. _3_2.Name = "3"
  595. _3_2.Parent = ScrollHub
  596. _3_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  597. _3_2.Position = UDim2.new(0.506094217, 0, 0.00178160332, 0)
  598. _3_2.Size = UDim2.new(0, 119, 0, 47)
  599. _3_2.Font = Enum.Font.ArialBold
  600. _3_2.Text = "[FE] Linorix"
  601. _3_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  602. _3_2.TextSize = 14.000
  603.  
  604. _8_2.Name = "8"
  605. _8_2.Parent = ScrollHub
  606. _8_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  607. _8_2.Position = UDim2.new(0.755645394, 0, 0.0157098379, 0)
  608. _8_2.Size = UDim2.new(0, 119, 0, 47)
  609. _8_2.Font = Enum.Font.ArialBold
  610. _8_2.Text = "Alpha X"
  611. _8_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  612. _8_2.TextSize = 14.000
  613.  
  614. _4_2.Name = "4"
  615. _4_2.Parent = ScrollHub
  616. _4_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  617. _4_2.Position = UDim2.new(0.754194558, 0, 0.00178160332, 0)
  618. _4_2.Size = UDim2.new(0, 119, 0, 47)
  619. _4_2.Font = Enum.Font.ArialBold
  620. _4_2.Text = "[FE] Nullware"
  621. _4_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  622. _4_2.TextSize = 14.000
  623.  
  624. _7_2.Name = "7"
  625. _7_2.Parent = ScrollHub
  626. _7_2.BackgroundColor3 = Color3.fromRGB(83, 88, 112)
  627. _7_2.Position = UDim2.new(0.506438732, 0, 0.0157098379, 0)
  628. _7_2.Size = UDim2.new(0, 119, 0, 47)
  629. _7_2.Font = Enum.Font.ArialBold
  630. _7_2.Text = "CMD-X"
  631. _7_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  632. _7_2.TextSize = 14.000
  633.  
  634. Execute.Name = "Execute"
  635. Execute.Parent = Frame_2
  636. Execute.BackgroundColor3 = Color3.fromRGB(52, 55, 70)
  637. Execute.BackgroundTransparency = 1.000
  638. Execute.BorderColor3 = Color3.fromRGB(25, 26, 33)
  639. Execute.BorderSizePixel = 0
  640. Execute.Position = UDim2.new(0.0106306197, 0, 0.934667826, 0)
  641. Execute.Size = UDim2.new(0, 92, 0, 23)
  642. Execute.ZIndex = 2
  643. Execute.Font = Enum.Font.Ubuntu
  644. Execute.Text = "Execute"
  645. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  646. Execute.TextSize = 16.000
  647.  
  648. background.Name = "background"
  649. background.Parent = Execute
  650. background.Active = true
  651. background.AnchorPoint = Vector2.new(0.5, 0.5)
  652. background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  653. background.BackgroundTransparency = 1.000
  654. background.Position = UDim2.new(0.486775935, 0, 0.5, 0)
  655. background.Selectable = true
  656. background.Size = UDim2.new(1.00494301, 0, 1, 0)
  657. background.Image = "rbxassetid://3570695787"
  658. background.ImageColor3 = Color3.fromRGB(52, 55, 70)
  659. background.ScaleType = Enum.ScaleType.Slice
  660. background.SliceCenter = Rect.new(100, 100, 100, 100)
  661. background.SliceScale = 0.120
  662.  
  663. Clear.Name = "Clear"
  664. Clear.Parent = Frame_2
  665. Clear.BackgroundColor3 = Color3.fromRGB(52, 55, 70)
  666. Clear.BackgroundTransparency = 1.000
  667. Clear.BorderColor3 = Color3.fromRGB(25, 26, 33)
  668. Clear.BorderSizePixel = 0
  669. Clear.Position = UDim2.new(0.194708318, 0, 0.937500715, 0)
  670. Clear.Size = UDim2.new(0, 92, 0, 22)
  671. Clear.ZIndex = 2
  672. Clear.Font = Enum.Font.Ubuntu
  673. Clear.Text = "Clear"
  674. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  675. Clear.TextSize = 16.000
  676.  
  677. backgroundc.Name = "backgroundc"
  678. backgroundc.Parent = Clear
  679. backgroundc.Active = true
  680. backgroundc.AnchorPoint = Vector2.new(0.5, 0.5)
  681. backgroundc.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  682. backgroundc.BackgroundTransparency = 1.000
  683. backgroundc.Position = UDim2.new(0.494623661, 0, 0.5, 0)
  684. backgroundc.Selectable = true
  685. backgroundc.Size = UDim2.new(0.989247322, 0, 1, 0)
  686. backgroundc.Image = "rbxassetid://3570695787"
  687. backgroundc.ImageColor3 = Color3.fromRGB(52, 55, 70)
  688. backgroundc.ScaleType = Enum.ScaleType.Slice
  689. backgroundc.SliceCenter = Rect.new(100, 100, 100, 100)
  690. backgroundc.SliceScale = 0.120
  691.  
  692. -- Scripts:
  693.  
  694. local function JAEOFF_fake_script() -- remove.LocalScript
  695. local script = Instance.new('LocalScript', remove)
  696.  
  697. local btn = script.Parent
  698.  
  699. btn.MouseButton1Down:Connect(function()
  700.  
  701. end)
  702. end
  703. coroutine.wrap(JAEOFF_fake_script)()
  704. local function TGHLQ_fake_script() -- VisualHub.d=drag
  705. local script = Instance.new('LocalScript', VisualHub)
  706.  
  707. local a=game:GetService("UserInputService")function drag(b)dragToggle=nil dragSpeed=0.23 dragInput=nil dragStart=nil dragPos=nil function updateInput(a)Delta=a.Position-dragStart Position=UDim2.new(startPos.X.Scale,startPos.X.Offset+Delta.X,startPos.Y.Scale,startPos.Y.Offset+Delta.Y)game:GetService("TweenService"):Create(b,TweenInfo.new(0.25),{Position=Position}):Play()end b.InputBegan:Connect(function(c)if(c.UserInputType==Enum.UserInputType.MouseButton1 or c.UserInputType==Enum.UserInputType.Touch)and a:GetFocusedTextBox()==nil then dragToggle=true dragStart=c.Position startPos=b.Position c.Changed:Connect(function()if c.UserInputState==Enum.UserInputState.End then dragToggle=false end end)end end)b.InputChanged:Connect(function(a)if a.UserInputType==Enum.UserInputType.MouseMovement or a.UserInputType==Enum.UserInputType.Touch then dragInput=a end end)game:GetService("UserInputService").InputChanged:Connect(function(a)if a==dragInput and dragToggle then updateInput(a)end end)end drag(script.Parent)
  708. end
  709. coroutine.wrap(TGHLQ_fake_script)()
  710. local function FTYZFA_fake_script() -- VisualHub.highlight
  711. local script = Instance.new('LocalScript', VisualHub)
  712.  
  713. local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while"}
  714. local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16"}
  715.  
  716. local Source = script.Parent.Frame.ScrollExecute.Source
  717. local Lines = Source.Parent.Lines
  718.  
  719. local Highlight = function(string, keywords)
  720. local K = {}
  721. local S = string
  722. local Token =
  723. {
  724. ["="] = true,
  725. ["."] = true,
  726. [","] = true,
  727. ["("] = true,
  728. [")"] = true,
  729. ["["] = true,
  730. ["]"] = true,
  731. ["{"] = true,
  732. ["}"] = true,
  733. [":"] = true,
  734. ["*"] = true,
  735. ["/"] = true,
  736. ["+"] = true,
  737. ["-"] = true,
  738. ["%"] = true,
  739. [";"] = true,
  740. ["~"] = true
  741. }
  742. for i, v in pairs(keywords) do
  743. K[v] = true
  744. end
  745. S = S:gsub(".", function(c)
  746. if Token[c] ~= nil then
  747. return "\32"
  748. else
  749. return c
  750. end
  751. end)
  752. S = S:gsub("%S+", function(c)
  753. if K[c] ~= nil then
  754. return c
  755. else
  756. return (" "):rep(#c)
  757. end
  758. end)
  759.  
  760. return S
  761. end
  762.  
  763. local hTokens = function(string)
  764. local Token =
  765. {
  766. ["="] = true,
  767. ["."] = true,
  768. [","] = true,
  769. ["("] = true,
  770. [")"] = true,
  771. ["["] = true,
  772. ["]"] = true,
  773. ["{"] = true,
  774. ["}"] = true,
  775. [":"] = true,
  776. ["*"] = true,
  777. ["/"] = true,
  778. ["+"] = true,
  779. ["-"] = true,
  780. ["%"] = true,
  781. [";"] = true,
  782. ["~"] = true
  783. }
  784. local A = ""
  785. string:gsub(".", function(c)
  786. if Token[c] ~= nil then
  787. A = A .. c
  788. elseif c == "\n" then
  789. A = A .. "\n"
  790. elseif c == "\t" then
  791. A = A .. "\t"
  792. else
  793. A = A .. "\32"
  794. end
  795. end)
  796.  
  797. return A
  798. end
  799.  
  800.  
  801. local strings = function(string)
  802. local highlight = ""
  803. local quote = false
  804. string:gsub(".", function(c)
  805. if quote == false and c == "\"" then
  806. quote = true
  807. elseif quote == true and c == "\"" then
  808. quote = false
  809. end
  810. if quote == false and c == "\"" then
  811. highlight = highlight .. "\""
  812. elseif c == "\n" then
  813. highlight = highlight .. "\n"
  814. elseif c == "\t" then
  815. highlight = highlight .. "\t"
  816. elseif quote == true then
  817. highlight = highlight .. c
  818. elseif quote == false then
  819. highlight = highlight .. "\32"
  820. end
  821. end)
  822.  
  823. return highlight
  824. end
  825.  
  826. local comments = function(string)
  827. local ret = ""
  828. string:gsub("[^\r\n]+", function(c)
  829. local comm = false
  830. local i = 0
  831. c:gsub(".", function(n)
  832. i = i + 1
  833. if c:sub(i, i + 1) == "--" then
  834. comm = true
  835. end
  836. if comm == true then
  837. ret = ret .. n
  838. else
  839. ret = ret .. "\32"
  840. end
  841. end)
  842. ret = ret
  843. end)
  844.  
  845. return ret
  846. end
  847.  
  848. local numbers = function(string)
  849. local A = ""
  850. string:gsub(".", function(c)
  851. if tonumber(c) ~= nil then
  852. A = A .. c
  853. elseif c == "\n" then
  854. A = A .. "\n"
  855. elseif c == "\t" then
  856. A = A .. "\t"
  857. else
  858. A = A .. "\32"
  859. end
  860. end)
  861.  
  862. return A
  863. end
  864.  
  865. local highlight_source = function(type)
  866. if type == "Text" then
  867. Source.Text = Source.Text:gsub("\13", "")
  868. Source.Text = Source.Text:gsub("\t", " ")
  869. local s = Source.Text
  870. Source.Keywords_.Text = Highlight(s, lua_keywords)
  871. Source.Globals_.Text = Highlight(s, global_env)
  872. Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  873. Source.Tokens_.Text = hTokens(s)
  874. Source.Numbers_.Text = numbers(s)
  875. Source.Strings_.Text = strings(s)
  876. local lin = 1
  877. s:gsub("\n", function()
  878. lin = lin + 1
  879. end)
  880. Lines.Text = ""
  881. for i = 1, lin do
  882. Lines.Text = Lines.Text .. i .. "\n"
  883. end
  884. end
  885. end
  886.  
  887. highlight_source("Text")
  888.  
  889. Source.Changed:Connect(highlight_source)
  890. end
  891. coroutine.wrap(FTYZFA_fake_script)()
  892. local function XDPDED_fake_script() -- _1.LocalScript
  893. local script = Instance.new('LocalScript', _1)
  894.  
  895. local gui = script.Parent
  896.  
  897. gui.MouseButton1Down:Connect(function()
  898. loadstring(game:HttpGet(('https://pastebin.com/raw/BmF2R7Ns')))()
  899. end)
  900. end
  901. coroutine.wrap(XDPDED_fake_script)()
  902. local function NVBHJ_fake_script() -- _2.LocalScript
  903. local script = Instance.new('LocalScript', _2)
  904.  
  905. local gui = script.Parent
  906.  
  907. gui.MouseButton1Down:Connect(function()
  908. loadstring(game:HttpGet(('https://pastebin.com/raw/tUCfV3Zu')))()
  909. end)
  910. end
  911. coroutine.wrap(NVBHJ_fake_script)()
  912. local function EXXVBNP_fake_script() -- _3.LocalScript
  913. local script = Instance.new('LocalScript', _3)
  914.  
  915. local gui = script.Parent
  916.  
  917. gui.MouseButton1Down:Connect(function()
  918. loadstring(game:HttpGet(('https://pastebin.com/raw/1w8iUqcT')))()
  919. end)
  920. end
  921. coroutine.wrap(EXXVBNP_fake_script)()
  922. local function AOVPLL_fake_script() -- _4.LocalScript
  923. local script = Instance.new('LocalScript', _4)
  924.  
  925. local gui = script.Parent
  926.  
  927. gui.MouseButton1Down:Connect(function()
  928. loadstring(game:HttpGet(('https://pastebin.com/raw/YGizQyz2')))()
  929. end)
  930. end
  931. coroutine.wrap(AOVPLL_fake_script)()
  932. local function CZDPE_fake_script() -- _6.LocalScript
  933. local script = Instance.new('LocalScript', _6)
  934.  
  935. local gui = script.Parent
  936.  
  937. gui.MouseButton1Down:Connect(function()
  938. loadstring(game:HttpGet(('https://pastebin.com/raw/3c6hi9mg')))()
  939. end)
  940. end
  941. coroutine.wrap(CZDPE_fake_script)()
  942. local function ZCSHH_fake_script() -- _8.LocalScript
  943. local script = Instance.new('LocalScript', _8)
  944.  
  945. local gui = script.Parent
  946.  
  947. gui.MouseButton1Down:Connect(function()
  948. loadstring(game:HttpGet(('https://pastebin.com/raw/3N1YXmPa')))()
  949. end)
  950. end
  951. coroutine.wrap(ZCSHH_fake_script)()
  952. local function VTJR_fake_script() -- _7.LocalScript
  953. local script = Instance.new('LocalScript', _7)
  954.  
  955. local gui = script.Parent
  956.  
  957. gui.MouseButton1Down:Connect(function()
  958. loadstring(game:HttpGet(('https://pastebin.com/raw/nWQHAc6D')))()
  959. end)
  960. end
  961. coroutine.wrap(VTJR_fake_script)()
  962. local function YNKK_fake_script() -- _5.LocalScript
  963. local script = Instance.new('LocalScript', _5)
  964.  
  965. local gui = script.Parent
  966.  
  967. gui.MouseButton1Down:Connect(function()
  968. loadstring(game:HttpGet(('https://pastebin.com/raw/9j3EM0jP')))()
  969. end)
  970. end
  971. coroutine.wrap(YNKK_fake_script)()
  972. local function MHIML_fake_script() -- _5_2.LocalScript
  973. local script = Instance.new('LocalScript', _5_2)
  974.  
  975. local gui = script.Parent
  976.  
  977. gui.MouseButton1Down:Connect(function()
  978. loadstring(game:HttpGet(('https://pastebin.com/raw/YVE4njap'),true))()
  979. end)
  980. end
  981. coroutine.wrap(MHIML_fake_script)()
  982. local function KFGVT_fake_script() -- _1_2.LocalScript
  983. local script = Instance.new('LocalScript', _1_2)
  984.  
  985. local gui = script.Parent
  986.  
  987. gui.MouseButton1Down:Connect(function()
  988. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  989. end)
  990. end
  991. coroutine.wrap(KFGVT_fake_script)()
  992. local function GTGITMX_fake_script() -- _2_2.LocalScript
  993. local script = Instance.new('LocalScript', _2_2)
  994.  
  995. local gui = script.Parent
  996.  
  997. gui.MouseButton1Down:Connect(function()
  998. loadstring(game:HttpGet('https://pastebin.com/raw/2CQeBydP'))()
  999. end)
  1000. end
  1001. coroutine.wrap(GTGITMX_fake_script)()
  1002. local function KHRHXTG_fake_script() -- _6_2.LocalScript
  1003. local script = Instance.new('LocalScript', _6_2)
  1004.  
  1005. local gui = script.Parent
  1006.  
  1007. gui.MouseButton1Down:Connect(function()
  1008. loadstring(game:HttpGet("https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/R15GUI.lua"))()
  1009. end)
  1010. end
  1011. coroutine.wrap(KHRHXTG_fake_script)()
  1012. local function ZUJVX_fake_script() -- _3_2.LocalScript
  1013. local script = Instance.new('LocalScript', _3_2)
  1014.  
  1015. local gui = script.Parent
  1016.  
  1017. gui.MouseButton1Down:Connect(function()
  1018. loadstring(game:HttpGet(('https://pastebin.com/raw/KumP53dH'),true))()
  1019. print[[
  1020. --//CMDS//--
  1021. --sniper
  1022. --starglitcher
  1023. --gale
  1024. --cop
  1025. --carnage
  1026. --NPC
  1027. --elio blasio
  1028. --chips
  1029. --sex doll
  1030. --neptune v
  1031. --sonic
  1032. --gun
  1033. --joy
  1034. --ender
  1035. --killbot v2
  1036. --cat v2
  1037. --chill
  1038. --lutris v2
  1039. --memeus v2.5
  1040. --meme
  1041. --krystal dance
  1042. --pen
  1043. --xester
  1044. --caducus
  1045. --minigun
  1046. --broomstick
  1047. --headless
  1048. --head hold
  1049. --goopie
  1050. --spider
  1051. --orange justice
  1052. --retard
  1053. --floss
  1054. --default dance
  1055. --smug
  1056. --distract dance
  1057. --russian kick
  1058. --insanity powers
  1059. --zen
  1060. --car drift
  1061. --hell robotics
  1062. --touch kill
  1063. --pillow
  1064. --rainbow king
  1065. --pp
  1066. --fap
  1067. --bread
  1068. --genocider
  1069. --abyss eye
  1070. --rolex
  1071. --nazi chat
  1072. --take the l
  1073. --naruto
  1074. --sword
  1075. --aureate
  1076. --stand
  1077. --rape
  1078. --god mode
  1079. --net fix
  1080. ]]
  1081. end)
  1082. end
  1083. coroutine.wrap(ZUJVX_fake_script)()
  1084. local function KQZK_fake_script() -- _8_2.LocalScript
  1085. local script = Instance.new('LocalScript', _8_2)
  1086.  
  1087. local gui = script.Parent
  1088.  
  1089. gui.MouseButton1Down:Connect(function()
  1090. getgenv().Key = 'AlphaXV2_217a47e49f667469f9d0d330197b9b07'
  1091. loadstring(game:HttpGetAsync('https://alpha1004.tech/scripts/AlphaX.lua'))()
  1092. end)
  1093. end
  1094. coroutine.wrap(KQZK_fake_script)()
  1095. local function XVMHHZV_fake_script() -- _4_2.LocalScript
  1096. local script = Instance.new('LocalScript', _4_2)
  1097.  
  1098. local gui = script.Parent
  1099.  
  1100. gui.MouseButton1Down:Connect(function()
  1101. loadstring(game:HttpGet("https://paste.ee/r/lGZMc/0"))()
  1102. end)
  1103. end
  1104. coroutine.wrap(XVMHHZV_fake_script)()
  1105. local function TMAV_fake_script() -- _7_2.LocalScript
  1106. local script = Instance.new('LocalScript', _7_2)
  1107.  
  1108. local gui = script.Parent
  1109.  
  1110. gui.MouseButton1Down:Connect(function()
  1111. print[[--------------------------------------------------------------------
  1112. | ▄▀▄▄▄▄ ▄▀▀▄ ▄▀▄ ▄▀▀█▄▄ ▄▀▀▄ ▄▀▄ |
  1113. | █ █ ▌ █ █ ▀ █ █ ▄▀ █ █ █ █ |
  1114. | ▐ █ ▐ █ █ ▐ █ █ ▐ ▀▄▀ |
  1115. | █ █ █ █ █ ▄▀ █ |
  1116. | ▄▀▄▄▄▄▀ ▄▀ ▄▀ ▄▀▄▄▄▄▀ █ ▄▀ |
  1117. | █ ▐ █ █ █ ▐ ▄▀ ▄▀ |
  1118. | ▐ ▐ ▐ ▐ █ ▐ |
  1119. | ▐ ▐ ▐ ▐ █ ▐ |
  1120. |------------------------------------------------------------------|
  1121. | Credits: | Binds & Info: |
  1122. | pigeon#1818 | U Open and close output |
  1123. | hz#4777 | RShift Fill suggestion |
  1124. | Curvn#2646 | ; Focus on CMDBar |
  1125. | -------------- | Q Open and close |
  1126. | | LShift+Bksp Clear CMDbar |
  1127. | | |
  1128. | | .cmds List commands |
  1129. --------------------------------------------------------------------]]
  1130. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  1131.  
  1132. end)
  1133. end
  1134. coroutine.wrap(TMAV_fake_script)()
  1135. local function DURSAVA_fake_script() -- Execute.LocalScript
  1136. local script = Instance.new('LocalScript', Execute)
  1137.  
  1138. local btn = script.Parent
  1139. local bg = script.Parent.background
  1140.  
  1141. local isHovering = false
  1142.  
  1143. local tweenService = game:GetService("TweenService")
  1144. local tweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut)
  1145.  
  1146. local colourDarkTween = tweenService:Create(bg, tweenInfo, {ImageColor3 = Color3.fromRGB(33, 35, 45)})
  1147. local colourBrightTween = tweenService:Create(bg, tweenInfo, {ImageColor3 = Color3.fromRGB(72, 79, 97)})
  1148. local colourDefaultTween = tweenService:Create(bg, tweenInfo, {ImageColor3 = Color3.fromRGB(52, 55, 70)})
  1149.  
  1150.  
  1151. btn.MouseEnter:Connect(function()
  1152.  
  1153. isHovering = true
  1154.  
  1155. colourBrightTween:Play()
  1156. end)
  1157.  
  1158. btn.MouseLeave:Connect(function()
  1159.  
  1160. isHovering = false
  1161.  
  1162. colourDefaultTween:Play()
  1163. end)
  1164.  
  1165. btn.MouseButton1Down:Connect(function()
  1166.  
  1167. colourDarkTween:Play()
  1168. end)
  1169.  
  1170. btn.MouseButton1Up:Connect(function()
  1171.  
  1172. if not isHovering then
  1173. colourDefaultTween:Play()
  1174. else
  1175. colourBrightTween:Play()
  1176. end
  1177. end)
  1178. end
  1179. coroutine.wrap(DURSAVA_fake_script)()
  1180. local function RGPFAAN_fake_script() -- Clear.LocalScript
  1181. local script = Instance.new('LocalScript', Clear)
  1182.  
  1183. local btn = script.Parent
  1184. local bg = script.Parent.backgroundc
  1185.  
  1186. local isHovering = false
  1187.  
  1188. local tweenService = game:GetService("TweenService")
  1189. local tweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut)
  1190.  
  1191. local colourDarkTween = tweenService:Create(bg, tweenInfo, {ImageColor3 = Color3.fromRGB(33, 35, 45)})
  1192. local colourBrightTween = tweenService:Create(bg, tweenInfo, {ImageColor3 = Color3.fromRGB(72, 79, 97)})
  1193. local colourDefaultTween = tweenService:Create(bg, tweenInfo, {ImageColor3 = Color3.fromRGB(52, 55, 70)})
  1194.  
  1195.  
  1196. btn.MouseEnter:Connect(function()
  1197.  
  1198. isHovering = true
  1199.  
  1200. colourBrightTween:Play()
  1201. end)
  1202.  
  1203. btn.MouseLeave:Connect(function()
  1204.  
  1205. isHovering = false
  1206.  
  1207. colourDefaultTween:Play()
  1208. end)
  1209.  
  1210. btn.MouseButton1Down:Connect(function()
  1211.  
  1212. colourDarkTween:Play()
  1213. end)
  1214.  
  1215. btn.MouseButton1Up:Connect(function()
  1216.  
  1217. if not isHovering then
  1218. colourDefaultTween:Play()
  1219. else
  1220. colourBrightTween:Play()
  1221. end
  1222. end)
  1223. end
  1224. coroutine.wrap(RGPFAAN_fake_script)()
  1225. local function NPVCRPP_fake_script() -- Frame_2.Script
  1226. local script = Instance.new('Script', Frame_2)
  1227.  
  1228. -- EXECUTE SERVICE
  1229. local Execute = script.Parent.Execute
  1230. local Source = script.Parent.ScrollExecute.Source
  1231.  
  1232. Execute.MouseButton1Click:connect(function()
  1233. loadstring(Source.Text)()
  1234. end)
  1235. end
  1236. coroutine.wrap(NPVCRPP_fake_script)()
  1237. local function STMB_fake_script() -- VisualHub.Visibility Control
  1238. local script = Instance.new('LocalScript', VisualHub)
  1239.  
  1240. local Gui = script.Parent
  1241. local Executor = Gui.ribbon.Executor
  1242. local Hub = Gui.ribbon.Hub
  1243. local Scripts = Gui.ribbon.Scripts
  1244. local FrameEdit = Gui.Frame
  1245. local Execute = Gui.Frame.Execute
  1246. local Clear = Gui.Frame.Clear
  1247.  
  1248. Executor.MouseButton1Up:Connect(function()
  1249. FrameEdit.ScrollHub.Visible = false
  1250. FrameEdit.ScrollExecute.Visible = true
  1251. FrameEdit.ScrollScript.Visible = false
  1252. FrameEdit.Execute.Visible = true
  1253. FrameEdit.Clear.Visible = true
  1254. end)
  1255.  
  1256. Hub.MouseButton1Up:Connect(function()
  1257. FrameEdit.ScrollHub.Visible = true
  1258. FrameEdit.ScrollExecute.Visible = false
  1259. FrameEdit.ScrollScript.Visible = false
  1260. FrameEdit.Execute.Visible = false
  1261. FrameEdit.Clear.Visible = false
  1262. end)
  1263.  
  1264. Scripts.MouseButton1Up:Connect(function()
  1265. FrameEdit.ScrollHub.Visible = false
  1266. FrameEdit.ScrollExecute.Visible = false
  1267. FrameEdit.ScrollScript.Visible = true
  1268. FrameEdit.Execute.Visible = false
  1269. FrameEdit.Clear.Visible = false
  1270. end)
  1271. end
  1272. coroutine.wrap(STMB_fake_script)()
  1273. local function FOOYFYI_fake_script() -- VisualHub.ClearFunction
  1274. local script = Instance.new('LocalScript', VisualHub)
  1275.  
  1276. --Variables--
  1277. local Source = script.Parent.Frame.ScrollExecute.Source
  1278. local Clear = script.Parent.Frame.Clear
  1279. --scripts--
  1280.  
  1281. Clear.MouseButton1Click:Connect(function()
  1282. Source.Text = ""
  1283. end)
  1284. end
  1285. coroutine.wrap(FOOYFYI_fake_script)()
  1286. local function UUYJ_fake_script() -- VisualHub.Script
  1287. local script = Instance.new('Script', VisualHub)
  1288.  
  1289. local Frame = script.Parent
  1290. local Remove = script.Parent.top.removebutton
  1291.  
  1292. function OpenGui()
  1293. if Frame.Visible == true then Frame.Visible = false
  1294. else Frame.Visible = true
  1295. end
  1296. end
  1297.  
  1298. game:GetService("UserInputService").InputBegan:Connect(function(key)
  1299. if key.KeyCode == Enum.KeyCode.BackSlash then
  1300. OpenGui()
  1301. end
  1302. end)
  1303.  
  1304. Remove.MouseButton1Down:Connect(function()
  1305. OpenGui()
  1306. end)
  1307.  
  1308.  
  1309. end
  1310. coroutine.wrap(UUYJ_fake_script)()
  1311.  
Add Comment
Please, Sign In to add comment