Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.88 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local vectexgui = Instance.new("ScreenGui")
  5. local Inject = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local TextButton = Instance.new("TextButton")
  9. local fullModules = Instance.new("Frame")
  10. local Close2 = Instance.new("TextButton")
  11. local ModulesLab = Instance.new("TextLabel")
  12. local Settings = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local removegui = Instance.new("TextButton")
  15. local close = Instance.new("TextButton")
  16. local entermusic = Instance.new("TextButton")
  17. local musicid = Instance.new("TextBox")
  18. local TextBox_2 = Instance.new("TextBox")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local stopmusic = Instance.new("TextButton")
  21. local Home = Instance.new("Frame")
  22. local TextLabel_3 = Instance.new("TextLabel")
  23. local _0 = Instance.new("Frame")
  24. local _0_2 = Instance.new("Frame")
  25. local TextButton_2 = Instance.new("TextButton")
  26. local _0_3 = Instance.new("Frame")
  27. local TextButton_3 = Instance.new("TextButton")
  28. local TextButton_4 = Instance.new("TextButton")
  29. local TextButton_5 = Instance.new("TextButton")
  30. local Executor = Instance.new("Frame")
  31. local Id1 = Instance.new("TextLabel")
  32. local Execute = Instance.new("TextButton")
  33. local Clear = Instance.new("TextButton")
  34. local Imput = Instance.new("TextBox")
  35. local TextLabel_4 = Instance.new("TextLabel")
  36. local Credits = Instance.new("Frame")
  37. local ImageLabel_2 = Instance.new("ImageLabel")
  38. local ImageLabel_3 = Instance.new("ImageLabel")
  39. local ImageLabel_4 = Instance.new("ImageLabel")
  40. local TextButton_6 = Instance.new("TextButton")
  41. local TextLabel_5 = Instance.new("TextLabel")
  42. local TextLabel_6 = Instance.new("TextLabel")
  43. local TextLabel_7 = Instance.new("TextLabel")
  44. local TextLabel_8 = Instance.new("TextLabel")
  45. local status = Instance.new("TextLabel")
  46. --Properties:
  47. vectexgui.Name = "vectex gui"
  48. vectexgui.Parent = game.CoreGui
  49.  
  50. Inject.Name = "Inject"
  51. Inject.Parent = vectexgui
  52. Inject.Active = true
  53. Inject.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  54. Inject.BorderColor3 = Color3.new(0, 0, 0)
  55. Inject.BorderSizePixel = 5
  56. Inject.Position = UDim2.new(0.763441682, 0, 0.617935061, 0)
  57. Inject.Selectable = true
  58. Inject.Size = UDim2.new(0, 303, 0, 308)
  59.  
  60. TextBox.Parent = Inject
  61. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  62. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  63. TextBox.BorderSizePixel = 4
  64. TextBox.Position = UDim2.new(0.101573788, 0, 0.676602304, 0)
  65. TextBox.Size = UDim2.new(0, 241, 0, 39)
  66. TextBox.Font = Enum.Font.Code
  67. TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  68. TextBox.Text = ""
  69. TextBox.TextColor3 = Color3.new(0, 0, 0)
  70. TextBox.TextSize = 19
  71.  
  72. ImageLabel.Parent = Inject
  73. ImageLabel.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  74. ImageLabel.BorderSizePixel = 0
  75. ImageLabel.Position = UDim2.new(0.249455526, 0, 0.0865137726, 0)
  76. ImageLabel.Size = UDim2.new(0, 151, 0, 148)
  77. ImageLabel.Image = "rbxgameasset://Images/injector"
  78. ImageLabel.ImageColor3 = Color3.new(0.984314, 0.976471, 1)
  79.  
  80. TextButton.Parent = Inject
  81. TextButton.BackgroundColor3 = Color3.new(0.929412, 0.403922, 0.0196078)
  82. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  83. TextButton.BorderSizePixel = 3
  84. TextButton.Position = UDim2.new(0.31023103, 0, 0.873376608, 0)
  85. TextButton.Size = UDim2.new(0, 112, 0, 31)
  86. TextButton.Font = Enum.Font.SourceSans
  87. TextButton.Text = "Inject"
  88. TextButton.TextColor3 = Color3.new(0, 0, 0)
  89. TextButton.TextSize = 22
  90.  
  91. fullModules.Name = "fullModules"
  92. fullModules.Parent = Inject
  93. fullModules.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  94. fullModules.BorderColor3 = Color3.new(0, 0, 0)
  95. fullModules.BorderSizePixel = 5
  96. fullModules.Position = UDim2.new(-0.936487496, 0, -1.11698782, 0)
  97. fullModules.Size = UDim2.new(0, 586, 0, 304)
  98.  
  99. Close2.Name = "Close2"
  100. Close2.Parent = fullModules
  101. Close2.BackgroundColor3 = Color3.new(0.929412, 0.4, 0.0235294)
  102. Close2.BorderColor3 = Color3.new(0, 0, 0)
  103. Close2.BorderSizePixel = 4
  104. Close2.Size = UDim2.new(0, 116, 0, 29)
  105. Close2.Font = Enum.Font.SourceSans
  106. Close2.Text = "Close"
  107. Close2.TextColor3 = Color3.new(0, 0, 0)
  108. Close2.TextSize = 14
  109.  
  110. ModulesLab.Name = "ModulesLab"
  111. ModulesLab.Parent = fullModules
  112. ModulesLab.BackgroundColor3 = Color3.new(0.929412, 0.4, 0.0235294)
  113. ModulesLab.BorderColor3 = Color3.new(0, 0, 0)
  114. ModulesLab.BorderSizePixel = 4
  115. ModulesLab.Position = UDim2.new(0.353380024, 0, 0, 0)
  116. ModulesLab.Size = UDim2.new(0, 200, 0, 29)
  117. ModulesLab.Font = Enum.Font.SourceSans
  118. ModulesLab.Text = "Modules"
  119. ModulesLab.TextColor3 = Color3.new(0, 0, 0)
  120. ModulesLab.TextSize = 14
  121.  
  122. Settings.Name = "Settings"
  123. Settings.Parent = Inject
  124. Settings.Active = true
  125. Settings.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  126. Settings.BorderColor3 = Color3.new(0, 0, 0)
  127. Settings.BorderSizePixel = 5
  128. Settings.Position = UDim2.new(-3.27149224, 0, -1.62942541, 0)
  129. Settings.Size = UDim2.new(0, 263, 0, 345)
  130.  
  131. TextLabel.Parent = Settings
  132. TextLabel.BackgroundColor3 = Color3.new(0.929412, 0.403922, 0.0196078)
  133. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  134. TextLabel.BorderSizePixel = 3
  135. TextLabel.Position = UDim2.new(0.11740914, 0, 0, 0)
  136. TextLabel.Size = UDim2.new(0, 200, 0, 45)
  137. TextLabel.Font = Enum.Font.SourceSans
  138. TextLabel.Text = "Settings"
  139. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  140. TextLabel.TextSize = 40
  141.  
  142. removegui.Name = "remove gui"
  143. removegui.Parent = Settings
  144. removegui.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  145. removegui.BorderColor3 = Color3.new(0, 0, 0)
  146. removegui.BorderSizePixel = 3
  147. removegui.Position = UDim2.new(0.11740914, 0, 0.176969707, 0)
  148. removegui.Size = UDim2.new(0, 200, 0, 39)
  149. removegui.Font = Enum.Font.SourceSans
  150. removegui.Text = "Remove GUI"
  151. removegui.TextColor3 = Color3.new(0, 0, 0)
  152. removegui.TextSize = 19
  153.  
  154. close.Name = "close"
  155. close.Parent = Settings
  156. close.BackgroundColor3 = Color3.new(0.929412, 0.403922, 0.0196078)
  157. close.BorderColor3 = Color3.new(0, 0, 0)
  158. close.BorderSizePixel = 4
  159. close.Position = UDim2.new(0, 0, 0.918471634, 0)
  160. close.Size = UDim2.new(0, 101, 0, 28)
  161. close.Font = Enum.Font.SourceSans
  162. close.Text = "Close"
  163. close.TextColor3 = Color3.new(0, 0, 0)
  164. close.TextSize = 14
  165.  
  166. entermusic.Name = "enter music"
  167. entermusic.Parent = Settings
  168. entermusic.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  169. entermusic.BorderColor3 = Color3.new(0, 0, 0)
  170. entermusic.BorderSizePixel = 4
  171. entermusic.Position = UDim2.new(0.117409132, 0, 0.327747077, 0)
  172. entermusic.Size = UDim2.new(0, 144, 0, 30)
  173. entermusic.Font = Enum.Font.SourceSans
  174. entermusic.Text = "Play"
  175. entermusic.TextColor3 = Color3.new(0, 0, 0)
  176. entermusic.TextSize = 14
  177.  
  178. musicid.Name = "music id"
  179. musicid.Parent = Settings
  180. musicid.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  181. musicid.BorderColor3 = Color3.new(0, 0, 0)
  182. musicid.BorderSizePixel = 4
  183. musicid.Position = UDim2.new(0.11740914, 0, 0.416547984, 0)
  184. musicid.Size = UDim2.new(0, 200, 0, 30)
  185. musicid.Font = Enum.Font.SourceSans
  186. musicid.PlaceholderText = "Enter ID Here"
  187. musicid.Text = ""
  188. musicid.TextColor3 = Color3.new(0, 0, 0)
  189. musicid.TextSize = 14
  190.  
  191. TextBox_2.Parent = Settings
  192. TextBox_2.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  193. TextBox_2.BorderSizePixel = 4
  194. TextBox_2.Position = UDim2.new(0.114068441, 0, 0.542028964, 0)
  195. TextBox_2.Size = UDim2.new(0, 44, 0, 33)
  196. TextBox_2.Font = Enum.Font.SourceSans
  197. TextBox_2.Text = ""
  198. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  199. TextBox_2.TextSize = 14
  200.  
  201. TextLabel_2.Parent = Settings
  202. TextLabel_2.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  203. TextLabel_2.BorderSizePixel = 4
  204. TextLabel_2.Position = UDim2.new(0.3041825, 0, 0.542028964, 0)
  205. TextLabel_2.Size = UDim2.new(0, 145, 0, 33)
  206. TextLabel_2.Font = Enum.Font.SourceSans
  207. TextLabel_2.Text = "Change Keybind"
  208. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  209. TextLabel_2.TextSize = 14
  210.  
  211. stopmusic.Name = "stop music"
  212. stopmusic.Parent = Settings
  213. stopmusic.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  214. stopmusic.BorderColor3 = Color3.new(0, 0, 0)
  215. stopmusic.BorderSizePixel = 4
  216. stopmusic.Position = UDim2.new(0.664937675, 0, 0.327747077, 0)
  217. stopmusic.Size = UDim2.new(0, 56, 0, 24)
  218. stopmusic.Font = Enum.Font.SourceSans
  219. stopmusic.Text = "Stop"
  220. stopmusic.TextColor3 = Color3.new(0, 0, 0)
  221. stopmusic.TextSize = 14
  222.  
  223. Home.Name = "Home"
  224. Home.Parent = Inject
  225. Home.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  226. Home.BorderColor3 = Color3.new(0, 0, 0)
  227. Home.BorderSizePixel = 5
  228. Home.Position = UDim2.new(-3.40629983, 0, -0.347651392, 0)
  229. Home.Size = UDim2.new(0, 456, 0, 149)
  230.  
  231. TextLabel_3.Parent = Home
  232. TextLabel_3.BackgroundColor3 = Color3.new(0.929412, 0.4, 0.0235294)
  233. TextLabel_3.BorderColor3 = Color3.new(0, 0, 0)
  234. TextLabel_3.BorderSizePixel = 3
  235. TextLabel_3.Position = UDim2.new(0.365608811, 0, -0.00251562148, 0)
  236. TextLabel_3.Size = UDim2.new(0, 122, 0, 25)
  237. TextLabel_3.Font = Enum.Font.SourceSans
  238. TextLabel_3.Text = "Home"
  239. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  240. TextLabel_3.TextSize = 30
  241.  
  242. _0.Name = "0"
  243. _0.Parent = Home
  244. _0.BackgroundColor3 = Color3.new(0.929412, 0.4, 0.0235294)
  245. _0.BorderColor3 = Color3.new(0, 0, 0)
  246. _0.BorderSizePixel = 3
  247. _0.Size = UDim2.new(0, 41, 0, 149)
  248.  
  249. _0_2.Name = "0"
  250. _0_2.Parent = Home
  251. _0_2.BackgroundColor3 = Color3.new(0.929412, 0.4, 0.0235294)
  252. _0_2.BorderColor3 = Color3.new(0, 0, 0)
  253. _0_2.BorderSizePixel = 3
  254. _0_2.Position = UDim2.new(0.916666687, 0, 0, 0)
  255. _0_2.Size = UDim2.new(0, 38, 0, 149)
  256.  
  257. TextButton_2.Parent = Home
  258. TextButton_2.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  259. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  260. TextButton_2.BorderSizePixel = 3
  261. TextButton_2.Position = UDim2.new(0.12068782, 0, 0.225770861, 0)
  262. TextButton_2.Size = UDim2.new(0, 149, 0, 34)
  263. TextButton_2.Font = Enum.Font.SourceSans
  264. TextButton_2.Text = "Executor"
  265. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  266. TextButton_2.TextSize = 19
  267.  
  268. _0_3.Name = "0"
  269. _0_3.Parent = Home
  270. _0_3.BackgroundColor3 = Color3.new(0, 0, 0)
  271. _0_3.BorderColor3 = Color3.new(0, 0, 0)
  272. _0_3.BorderSizePixel = 0
  273. _0_3.Position = UDim2.new(0.493421048, 0, 0.225770891, 0)
  274. _0_3.Size = UDim2.new(0, 5, 0, 115)
  275.  
  276. TextButton_3.Parent = Home
  277. TextButton_3.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  278. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  279. TextButton_3.BorderSizePixel = 3
  280. TextButton_3.Position = UDim2.new(0.550512373, 0, 0.228736877, 0)
  281. TextButton_3.Size = UDim2.new(0, 149, 0, 34)
  282. TextButton_3.Font = Enum.Font.SourceSans
  283. TextButton_3.Text = "Modules"
  284. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  285. TextButton_3.TextSize = 19
  286.  
  287. TextButton_4.Parent = Home
  288. TextButton_4.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  289. TextButton_4.BorderColor3 = Color3.new(0, 0, 0)
  290. TextButton_4.BorderSizePixel = 3
  291. TextButton_4.Position = UDim2.new(0.550512373, 0, 0.624710023, 0)
  292. TextButton_4.Size = UDim2.new(0, 149, 0, 34)
  293. TextButton_4.Font = Enum.Font.SourceSans
  294. TextButton_4.Text = "Settings"
  295. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  296. TextButton_4.TextSize = 19
  297.  
  298. TextButton_5.Parent = Home
  299. TextButton_5.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  300. TextButton_5.BorderColor3 = Color3.new(0, 0, 0)
  301. TextButton_5.BorderSizePixel = 3
  302. TextButton_5.Position = UDim2.new(0.120687813, 0, 0.624710023, 0)
  303. TextButton_5.Size = UDim2.new(0, 149, 0, 34)
  304. TextButton_5.Font = Enum.Font.SourceSans
  305. TextButton_5.Text = "Credits"
  306. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  307. TextButton_5.TextSize = 19
  308.  
  309. Executor.Name = "Executor"
  310. Executor.Parent = Inject
  311. Executor.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  312. Executor.BorderColor3 = Color3.new(0, 0, 0)
  313. Executor.BorderSizePixel = 5
  314. Executor.Position = UDim2.new(-3.3567462, 0, 0.218275547, 0)
  315. Executor.Size = UDim2.new(0, 424, 0, 180)
  316.  
  317. Id1.Name = "Id1"
  318. Id1.Parent = Executor
  319. Id1.BackgroundColor3 = Color3.new(0.929412, 0.4, 0.0235294)
  320. Id1.BorderColor3 = Color3.new(0, 0, 0)
  321. Id1.BorderSizePixel = 3
  322. Id1.Position = UDim2.new(-0.00124727737, 0, 0, 0)
  323. Id1.Size = UDim2.new(0, 124, 0, 24)
  324. Id1.Font = Enum.Font.SourceSans
  325. Id1.Text = "Vectex Executor"
  326. Id1.TextColor3 = Color3.new(0, 0, 0)
  327. Id1.TextSize = 14
  328.  
  329. Execute.Name = "Execute"
  330. Execute.Parent = Executor
  331. Execute.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  332. Execute.BorderColor3 = Color3.new(0, 0, 0)
  333. Execute.BorderSizePixel = 3
  334. Execute.Position = UDim2.new(0.790942371, 0, 0.836412191, 0)
  335. Execute.Size = UDim2.new(0, 67, 0, 21)
  336. Execute.Font = Enum.Font.SourceSans
  337. Execute.Text = "Execute"
  338. Execute.TextColor3 = Color3.new(0, 0, 0)
  339. Execute.TextSize = 14
  340.  
  341. Clear.Name = "Clear"
  342. Clear.Parent = Executor
  343. Clear.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  344. Clear.BorderColor3 = Color3.new(0, 0, 0)
  345. Clear.BorderSizePixel = 3
  346. Clear.Position = UDim2.new(0.593571126, 0, 0.836412191, 0)
  347. Clear.Size = UDim2.new(0, 65, 0, 21)
  348. Clear.Font = Enum.Font.SourceSans
  349. Clear.Text = "Clear"
  350. Clear.TextColor3 = Color3.new(0, 0, 0)
  351. Clear.TextSize = 14
  352.  
  353. Imput.Name = "Imput"
  354. Imput.Parent = Executor
  355. Imput.BackgroundColor3 = Color3.new(1, 1, 1)
  356. Imput.BorderColor3 = Color3.new(0, 0, 0)
  357. Imput.BorderSizePixel = 3
  358. Imput.Position = UDim2.new(-0.00124728004, 0, 0.217804641, 0)
  359. Imput.Size = UDim2.new(0, 424, 0, 100)
  360. Imput.Font = Enum.Font.Code
  361. Imput.Text = ""
  362. Imput.TextColor3 = Color3.new(0, 0, 0)
  363. Imput.TextSize = 14
  364. Imput.TextWrapped = true
  365. Imput.TextXAlignment = Enum.TextXAlignment.Left
  366. Imput.TextYAlignment = Enum.TextYAlignment.Top
  367.  
  368. TextLabel_4.Parent = Executor
  369. TextLabel_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  370. TextLabel_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  371. TextLabel_4.BorderSizePixel = 0
  372. TextLabel_4.Position = UDim2.new(0.721698046, 0, 0, 0)
  373. TextLabel_4.Size = UDim2.new(0, 118, 0, 25)
  374. TextLabel_4.Font = Enum.Font.Code
  375. TextLabel_4.Text = "FULL ACCESS"
  376. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  377. TextLabel_4.TextSize = 14
  378.  
  379. Credits.Name = "Credits"
  380. Credits.Parent = Inject
  381. Credits.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  382. Credits.BorderColor3 = Color3.new(0, 0, 0)
  383. Credits.BorderSizePixel = 4
  384. Credits.Position = UDim2.new(-1.81909144, 0, -1.10034561, 0)
  385. Credits.Size = UDim2.new(0, 239, 0, 265)
  386.  
  387. ImageLabel_2.Parent = Credits
  388. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  389. ImageLabel_2.Position = UDim2.new(0.0460251048, 0, 0.445283026, 0)
  390. ImageLabel_2.Size = UDim2.new(0, 50, 0, 53)
  391. ImageLabel_2.Image = "rbxassetid://3315630825"
  392.  
  393. ImageLabel_3.Parent = Credits
  394. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  395. ImageLabel_3.Position = UDim2.new(0.0627615079, 0, 0.192452833, 0)
  396. ImageLabel_3.Size = UDim2.new(0, 46, 0, 53)
  397. ImageLabel_3.Image = "rbxassetid://3315629986"
  398.  
  399. ImageLabel_4.Parent = Credits
  400. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  401. ImageLabel_4.Position = UDim2.new(0.0627615079, 0, 0.690566063, 0)
  402. ImageLabel_4.Size = UDim2.new(0, 46, 0, 53)
  403. ImageLabel_4.Image = "rbxassetid://3315629683"
  404.  
  405. TextButton_6.Parent = Credits
  406. TextButton_6.BackgroundColor3 = Color3.new(0.929412, 0.403922, 0.0196078)
  407. TextButton_6.BorderColor3 = Color3.new(0, 0, 0)
  408. TextButton_6.BorderSizePixel = 3
  409. TextButton_6.Position = UDim2.new(0.573221743, 0, 0.916981161, 0)
  410. TextButton_6.Size = UDim2.new(0, 102, 0, 22)
  411. TextButton_6.Font = Enum.Font.SourceSans
  412. TextButton_6.Text = "Close"
  413. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  414. TextButton_6.TextSize = 14
  415.  
  416. TextLabel_5.Parent = Credits
  417. TextLabel_5.BackgroundColor3 = Color3.new(0.929412, 0.403922, 0.0196078)
  418. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  419. TextLabel_5.BorderSizePixel = 3
  420. TextLabel_5.Position = UDim2.new(0.108786613, 0, 0, 0)
  421. TextLabel_5.Size = UDim2.new(0, 186, 0, 24)
  422. TextLabel_5.Font = Enum.Font.SourceSans
  423. TextLabel_5.Text = "Credits"
  424. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  425. TextLabel_5.TextSize = 20
  426.  
  427. TextLabel_6.Parent = Credits
  428. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  429. TextLabel_6.BackgroundTransparency = 1
  430. TextLabel_6.Position = UDim2.new(0.238493711, 0, 0.218867928, 0)
  431. TextLabel_6.Size = UDim2.new(0, 155, 0, 40)
  432. TextLabel_6.Font = Enum.Font.SourceSans
  433. TextLabel_6.Text = "Lowercaseletters, Design"
  434. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  435. TextLabel_6.TextSize = 14
  436.  
  437. TextLabel_7.Parent = Credits
  438. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  439. TextLabel_7.BackgroundTransparency = 1
  440. TextLabel_7.Position = UDim2.new(0.238493711, 0, 0.467924535, 0)
  441. TextLabel_7.Size = UDim2.new(0, 155, 0, 40)
  442. TextLabel_7.Font = Enum.Font.SourceSans
  443. TextLabel_7.Text = "rullinoiz#0263, Scripting"
  444. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  445. TextLabel_7.TextSize = 14
  446.  
  447. TextLabel_8.Parent = Credits
  448. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  449. TextLabel_8.BackgroundTransparency = 1
  450. TextLabel_8.Position = UDim2.new(0.17573221, 0, 0.713207543, 0)
  451. TextLabel_8.Size = UDim2.new(0, 155, 0, 40)
  452. TextLabel_8.Font = Enum.Font.SourceSans
  453. TextLabel_8.Text = "Aserseth, Scripting"
  454. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  455. TextLabel_8.TextSize = 14
  456.  
  457. status.Name = "status"
  458. status.Parent = Inject
  459. status.BackgroundColor3 = Color3.new(1, 1, 1)
  460. status.BackgroundTransparency = 1
  461. status.Position = UDim2.new(0.165016502, 0, 0.568181813, 0)
  462. status.Size = UDim2.new(0, 200, 0, 34)
  463. status.Font = Enum.Font.Code
  464. status.TextColor3 = Color3.new(0, 0, 0)
  465. status.TextSize = 14
  466. -- Scripts:
  467. function SCRIPT_QVJX69_FAKESCRIPT() -- vectexgui.Script
  468. local script = Instance.new('Script')
  469. script.Parent = vectexgui
  470. --[[game:GetService("Players").PlayerAdded:Connect(function(plr)
  471. local player = plr.Name
  472. script.Parent.Parent = game:GetService("Players"):FindFirstChild(player).PlayerGui
  473. end)]]--
  474.  
  475.  
  476.  
  477. end
  478. coroutine.resume(coroutine.create(SCRIPT_QVJX69_FAKESCRIPT))
  479. function SCRIPT_OTSI74_FAKESCRIPT() -- TextButton.Script
  480. local script = Instance.new('Script')
  481. script.Parent = TextButton
  482. -- check for when button is pressed so it can check for backdoor
  483. wait(1)
  484. local frame = script.Parent.Parent
  485. local button = frame.TextButton
  486. local status = frame.status
  487. local inputedcode = frame.TextBox
  488. local response = 1
  489. inputedcode.Text = "INPUT CODE FOR BACKDOOR"
  490. frame.BackgroundTransparency = 1
  491. frame.status.Visible = false
  492. frame.ImageLabel.Visible = false
  493. frame.TextBox.Visible = false
  494.  
  495. local names = {"vex","vvexx","VeX","VVeXX","ChatService"}
  496. local remotefunctions = game:GetService("ReplicatedStorage").vex:GetChildren()
  497.  
  498. -- looks for valid backdoor, if none is found it will return false
  499. local returnbackdoor = {nil, false}
  500. wait(1)
  501. for i = 1, #names do
  502. local child = remotefunctions[1]
  503. if child.Name == names[i] then
  504. returnbackdoor = {child, true}
  505. end
  506. end
  507.  
  508. print(returnbackdoor[2])
  509. -- check if there is a backdoor
  510. if returnbackdoor[1] then
  511. status.Text = "Backdoor found, waiting for code"
  512. else
  513. status.Text = "No valid backdoor found, no code needed"
  514. end
  515.  
  516. -- when inject is clicked
  517. button.MouseButton1Click:Connect(function()
  518. print("button pressed")
  519. if frame.BackgroundTransparency == 1 then -- open rest of menu (background, image, etc.)
  520. frame.BackgroundTransparency = 0
  521. frame.TextBox.Visible = true
  522. frame.ImageLabel.Visible = true
  523. frame.status.Visible = true
  524. else -- if it is already open
  525. if inputedcode.Text == "" then
  526.  
  527. else
  528. print("checkcode")
  529. if returnbackdoor[1] then
  530. status.Text = "Waiting for response..."
  531. response = returnbackdoor[1]:FireServer(game.Players.LocalPlayer, inputedcode.Text, "game:GetService('StarterGui')['vectex gui']['fullaccess?'].Value = true")
  532. wait(math.random(1,5))
  533. if response == 200 then
  534. status.Text = "OK 200 was returned. Injection successful!"
  535. wait(5)
  536. status.Text = "Opening menu..."
  537. game:GetService("ReplicatedStorage"):WaitForChild("vex")["are you done yet?"]:FireServer()
  538. else
  539. if response == 403 then
  540. status.Text = "FORBIDDEN 403 was returned. Wrong code!"
  541. end
  542. end
  543. end
  544. end
  545. end
  546. end)
  547.  
  548.  
  549. end
  550. coroutine.resume(coroutine.create(SCRIPT_OTSI74_FAKESCRIPT))
  551. function SCRIPT_AOCI87_FAKESCRIPT() -- TextButton.color
  552. local script = Instance.new('Script')
  553. script.Parent = TextButton
  554. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.colorscheme.Value
  555.  
  556.  
  557. end
  558. coroutine.resume(coroutine.create(SCRIPT_AOCI87_FAKESCRIPT))
  559. function SCRIPT_GKEM71_FAKESCRIPT() -- ModulesLab.color
  560. local script = Instance.new('Script')
  561. script.Parent = ModulesLab
  562. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  563.  
  564.  
  565. end
  566. coroutine.resume(coroutine.create(SCRIPT_GKEM71_FAKESCRIPT))
  567. function SCRIPT_ZZQP83_FAKESCRIPT() -- TextLabel.color
  568. local script = Instance.new('Script')
  569. script.Parent = TextLabel
  570. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  571.  
  572.  
  573. end
  574. coroutine.resume(coroutine.create(SCRIPT_ZZQP83_FAKESCRIPT))
  575. function SCRIPT_GIIX68_FAKESCRIPT() -- close.color
  576. local script = Instance.new('Script')
  577. script.Parent = close
  578. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  579.  
  580.  
  581. end
  582. coroutine.resume(coroutine.create(SCRIPT_GIIX68_FAKESCRIPT))
  583. function SCRIPT_CWPK65_FAKESCRIPT() -- Settings.settings
  584. local script = Instance.new('Script')
  585. script.Parent = Settings
  586. -- settings
  587.  
  588. local frame = script.Parent
  589. local close = frame.close
  590. local musicbox = frame["music id"]
  591. local musicenter = frame["enter music"]
  592. local removegui = frame["remove gui"]
  593.  
  594.  
  595.  
  596. end
  597. coroutine.resume(coroutine.create(SCRIPT_CWPK65_FAKESCRIPT))
  598. function SCRIPT_XKAF87_FAKESCRIPT() -- TextLabel_3.color
  599. local script = Instance.new('Script')
  600. script.Parent = TextLabel_3
  601. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  602.  
  603.  
  604. end
  605. coroutine.resume(coroutine.create(SCRIPT_XKAF87_FAKESCRIPT))
  606. function SCRIPT_GNVH72_FAKESCRIPT() -- _0.color
  607. local script = Instance.new('Script')
  608. script.Parent = _0
  609. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  610.  
  611.  
  612. end
  613. coroutine.resume(coroutine.create(SCRIPT_GNVH72_FAKESCRIPT))
  614. function SCRIPT_HLBY77_FAKESCRIPT() -- _0_2.color
  615. local script = Instance.new('Script')
  616. script.Parent = _0_2
  617. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  618.  
  619.  
  620. end
  621. coroutine.resume(coroutine.create(SCRIPT_HLBY77_FAKESCRIPT))
  622. function SCRIPT_PAUQ65_FAKESCRIPT() -- TextButton_6.color
  623. local script = Instance.new('Script')
  624. script.Parent = TextButton_6
  625. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  626.  
  627.  
  628. end
  629. coroutine.resume(coroutine.create(SCRIPT_PAUQ65_FAKESCRIPT))
  630. function SCRIPT_IAPH67_FAKESCRIPT() -- TextLabel_5.color
  631. local script = Instance.new('Script')
  632. script.Parent = TextLabel_5
  633. script.Parent.BackgroundColor3 = script.Parent.Parent.Parent.Parent.colorscheme.Value
  634.  
  635.  
  636. end
  637. coroutine.resume(coroutine.create(SCRIPT_IAPH67_FAKESCRIPT))
  638. function SCRIPT_QKLZ68_FAKESCRIPT() -- Inject.injector
  639. local script = Instance.new('Script')
  640. script.Parent = Inject
  641. -- injector
  642.  
  643. -- init all variables so we know where and what they are
  644. local credits = script.Parent.Credits
  645. local exec = script.Parent.Executor
  646. local home = script.Parent.Home
  647. local fullaccessmodules = script.Parent.fullModules -- full access modules if we have
  648. --local limitedmodules = script.Parent.limitModules -- the backdoor working
  649. local setting = script.Parent.Settings
  650. local fullaccess = script.Parent.Parent["fullaccess?"].Value
  651.  
  652. credits.Visible = false
  653. exec.Visible = false
  654. home.Visible = false
  655. fullaccessmodules.Visible = false
  656. setting.Visible = false
  657.  
  658. -- create remoteevent to tell script that the code was entered
  659. wait(1)
  660. local waitfordone = Instance.new("RemoteEvent", game:GetService("ReplicatedStorage").vex)
  661. waitfordone.Name = "are you done yet?"
  662.  
  663. -- run if it receives a signal
  664. waitfordone.OnServerEvent:Connect(function()
  665. if fullaccess == true then
  666. fullaccessmodules.Parent = script.Parent.Parent
  667. end
  668. --limitedmodules.Parent = script.Parent.Parent
  669. waitfordone:Destroy()
  670. end)
  671.  
  672.  
  673.  
  674.  
  675. end
  676. coroutine.resume(coroutine.create(SCRIPT_QKLZ68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement