Advertisement
GamingAstroid1267

Untitled

Jun 24th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.10 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87. local PyvoxExecutor = Instance.new("ScreenGui")
  88. local Pyvox = Instance.new("Frame")
  89. local Background = Instance.new("ImageLabel")
  90. local Title = Instance.new("TextLabel")
  91. local Exit = Instance.new("TextButton")
  92. local Execute = Instance.new("TextButton")
  93. local Credits = Instance.new("TextButton")
  94. local Settings = Instance.new("ImageLabel")
  95. local SettingsLabel = Instance.new("TextLabel")
  96. local TransparencyTool = Instance.new("TextLabel")
  97. local _05 = Instance.new("TextButton")
  98. local Music = Instance.new("TextLabel")
  99. local On = Instance.new("TextButton")
  100. local Off = Instance.new("TextButton")
  101. local _0 = Instance.new("TextButton")
  102. local CustomBackground = Instance.new("TextButton")
  103. local ExitButton = Instance.new("TextButton")
  104. local CommandsB = Instance.new("TextButton")
  105. local SettingsB = Instance.new("TextButton")
  106. local Inject = Instance.new("TextButton")
  107. local Input = Instance.new("TextBox")
  108. local OpenFrame = Instance.new("Frame")
  109. local TextButton = Instance.new("TextButton")
  110. local Logger = Instance.new("Frame")
  111. local LoggerBack = Instance.new("ImageLabel")
  112. local Username = Instance.new("TextBox")
  113. local Password = Instance.new("TextBox")
  114. local Login = Instance.new("TextButton")
  115. local ULabel = Instance.new("TextLabel")
  116. local PLabel = Instance.new("TextLabel")
  117. local CreditsFrame = Instance.new("Frame")
  118. local ImageLabel = Instance.new("ImageLabel")
  119. local TextLabel = Instance.new("TextLabel")
  120. local TextLabel_2 = Instance.new("TextLabel")
  121. local TextButton_2 = Instance.new("TextButton")
  122. local CommandGui = Instance.new("Frame")
  123. local ImageLabel_2 = Instance.new("ImageLabel")
  124. local TextLabel_3 = Instance.new("TextLabel")
  125. local Command3 = Instance.new("TextButton")
  126. local Command4 = Instance.new("TextButton")
  127. local Command5 = Instance.new("TextButton")
  128. local Command6 = Instance.new("TextButton")
  129. local Command7 = Instance.new("TextButton")
  130. local Command8 = Instance.new("TextButton")
  131. local Command9 = Instance.new("TextButton")
  132. local TextButton_3 = Instance.new("TextButton")
  133. --Properties:
  134. PyvoxExecutor.Name = "PyvoxExecutor"
  135. PyvoxExecutor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  136. PyvoxExecutor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  137.  
  138. Pyvox.Name = "Pyvox"
  139. Pyvox.Parent = PyvoxExecutor
  140. Pyvox.Active = true
  141. Pyvox.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Pyvox.BorderColor3 = Color3.new(0.968628, 1, 0.996078)
  143. Pyvox.BorderSizePixel = 3
  144. Pyvox.Position = UDim2.new(0.25702247, 0, 0.302070647, 0)
  145. Pyvox.Size = UDim2.new(0, 647, 0, 366)
  146. Pyvox.Visible = false
  147.  
  148. Background.Name = "Background"
  149. Background.Parent = Pyvox
  150. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Background.Position = UDim2.new(-0.00154559501, 0, 0, 0)
  152. Background.Size = UDim2.new(0, 647, 0, 366)
  153. Background.Image = "rbxassetid://1293887210"
  154.  
  155. Title.Name = "Title"
  156. Title.Parent = Background
  157. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  158. Title.BackgroundTransparency = 1
  159. Title.Position = UDim2.new(-0.00154559501, 0, 0, 0)
  160. Title.Size = UDim2.new(0, 647, 0, 50)
  161. Title.Font = Enum.Font.Bodoni
  162. Title.Text = "Pyvox "
  163. Title.TextColor3 = Color3.new(0, 0, 0)
  164. Title.TextScaled = true
  165. Title.TextSize = 14
  166. Title.TextWrapped = true
  167.  
  168. Exit.Name = "Exit"
  169. Exit.Parent = Pyvox
  170. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  171. Exit.BackgroundTransparency = 0.69999998807907
  172. Exit.Position = UDim2.new(0, 0, 0.882513642, 0)
  173. Exit.Size = UDim2.new(0, 646, 0, 43)
  174. Exit.Font = Enum.Font.Bodoni
  175. Exit.Text = "Exit"
  176. Exit.TextColor3 = Color3.new(0, 0, 0)
  177. Exit.TextScaled = true
  178. Exit.TextSize = 14
  179. Exit.TextWrapped = true
  180.  
  181. Execute.Name = "Execute"
  182. Execute.Parent = Pyvox
  183. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  184. Execute.BackgroundTransparency = 0.60000002384186
  185. Execute.Position = UDim2.new(0.0231839251, 0, 0.718579233, 0)
  186. Execute.Size = UDim2.new(0, 116, 0, 50)
  187. Execute.Font = Enum.Font.Bodoni
  188. Execute.Text = "Execute"
  189. Execute.TextColor3 = Color3.new(0, 0, 0)
  190. Execute.TextSize = 40
  191. Execute.TextWrapped = true
  192.  
  193. Credits.Name = "Credits"
  194. Credits.Parent = Pyvox
  195. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  196. Credits.BackgroundTransparency = 0.60000002384186
  197. Credits.Position = UDim2.new(0.219474509, 0, 0.718579233, 0)
  198. Credits.Size = UDim2.new(0, 118, 0, 50)
  199. Credits.Font = Enum.Font.Bodoni
  200. Credits.Text = "Credits"
  201. Credits.TextColor3 = Color3.new(0, 0, 0)
  202. Credits.TextSize = 40
  203.  
  204. Settings.Name = "Settings"
  205. Settings.Parent = Pyvox
  206. Settings.Active = true
  207. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  208. Settings.BorderColor3 = Color3.new(0.976471, 1, 0.980392)
  209. Settings.BorderSizePixel = 3
  210. Settings.Position = UDim2.new(1.04327667, 0, 0, 0)
  211. Settings.Size = UDim2.new(0, 367, 0, 461)
  212. Settings.Visible = false
  213. Settings.Image = "rbxassetid://339807971"
  214.  
  215. SettingsLabel.Name = "SettingsLabel"
  216. SettingsLabel.Parent = Settings
  217. SettingsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  218. SettingsLabel.BackgroundTransparency = 0.80000001192093
  219. SettingsLabel.Size = UDim2.new(0, 367, 0, 36)
  220. SettingsLabel.Font = Enum.Font.Bodoni
  221. SettingsLabel.Text = "Settings"
  222. SettingsLabel.TextColor3 = Color3.new(1, 0.662745, 0)
  223. SettingsLabel.TextScaled = true
  224. SettingsLabel.TextSize = 14
  225. SettingsLabel.TextWrapped = true
  226.  
  227. TransparencyTool.Name = "TransparencyTool"
  228. TransparencyTool.Parent = Settings
  229. TransparencyTool.BackgroundColor3 = Color3.new(1, 1, 1)
  230. TransparencyTool.BackgroundTransparency = 0.60000002384186
  231. TransparencyTool.Position = UDim2.new(0.226158053, 0, 0.115702488, 0)
  232. TransparencyTool.Size = UDim2.new(0, 200, 0, 50)
  233. TransparencyTool.Font = Enum.Font.Bodoni
  234. TransparencyTool.Text = "Outline Transparency"
  235. TransparencyTool.TextColor3 = Color3.new(1, 0.678431, 0)
  236. TransparencyTool.TextScaled = true
  237. TransparencyTool.TextSize = 14
  238. TransparencyTool.TextWrapped = true
  239.  
  240. _05.Name = "0.5"
  241. _05.Parent = Settings
  242. _05.BackgroundColor3 = Color3.new(1, 1, 1)
  243. _05.BackgroundTransparency = 0.60000002384186
  244. _05.Position = UDim2.new(0, 0, 0.269972444, 0)
  245. _05.Size = UDim2.new(0, 177, 0, 50)
  246. _05.Font = Enum.Font.Bodoni
  247. _05.Text = "0.5"
  248. _05.TextColor3 = Color3.new(1, 0.619608, 0)
  249. _05.TextScaled = true
  250. _05.TextSize = 14
  251. _05.TextWrapped = true
  252.  
  253. Music.Name = "Music"
  254. Music.Parent = Settings
  255. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  256. Music.BackgroundTransparency = 0.60000002384186
  257. Music.Position = UDim2.new(0, 0, 0.435261697, 0)
  258. Music.Size = UDim2.new(0, 367, 0, 50)
  259. Music.Font = Enum.Font.Bodoni
  260. Music.Text = "Music"
  261. Music.TextColor3 = Color3.new(1, 0.478431, 0)
  262. Music.TextScaled = true
  263. Music.TextSize = 14
  264. Music.TextWrapped = true
  265.  
  266. On.Name = "On"
  267. On.Parent = Settings
  268. On.BackgroundColor3 = Color3.new(1, 1, 1)
  269. On.BackgroundTransparency = 0.60000002384186
  270. On.Position = UDim2.new(0, 0, 0.608815432, 0)
  271. On.Size = UDim2.new(0, 183, 0, 50)
  272. On.Font = Enum.Font.Bodoni
  273. On.Text = "On"
  274. On.TextColor3 = Color3.new(1, 0.552941, 0)
  275. On.TextScaled = true
  276. On.TextSize = 14
  277. On.TextWrapped = true
  278.  
  279. Off.Name = "Off"
  280. Off.Parent = Settings
  281. Off.BackgroundColor3 = Color3.new(1, 1, 1)
  282. Off.BackgroundTransparency = 0.60000002384186
  283. Off.Position = UDim2.new(0.531335175, 0, 0.608815432, 0)
  284. Off.Size = UDim2.new(0, 166, 0, 50)
  285. Off.Font = Enum.Font.Arial
  286. Off.Text = "Off"
  287. Off.TextColor3 = Color3.new(1, 0.494118, 0)
  288. Off.TextScaled = true
  289. Off.TextSize = 14
  290. Off.TextWrapped = true
  291.  
  292. _0.Name = "0"
  293. _0.Parent = Settings
  294. _0.BackgroundColor3 = Color3.new(1, 1, 1)
  295. _0.BackgroundTransparency = 0.60000002384186
  296. _0.Position = UDim2.new(0.517711163, 0, 0.269972473, 0)
  297. _0.Size = UDim2.new(0, 176, 0, 50)
  298. _0.Font = Enum.Font.Bodoni
  299. _0.Text = "0"
  300. _0.TextColor3 = Color3.new(1, 0.545098, 0)
  301. _0.TextScaled = true
  302. _0.TextSize = 14
  303. _0.TextWrapped = true
  304.  
  305. CustomBackground.Name = "CustomBackground"
  306. CustomBackground.Parent = Settings
  307. CustomBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  308. CustomBackground.BackgroundTransparency = 0.60000002384186
  309. CustomBackground.Position = UDim2.new(0.0027247956, 0, 0.76859504, 0)
  310. CustomBackground.Size = UDim2.new(0, 366, 0, 50)
  311. CustomBackground.Font = Enum.Font.Arial
  312. CustomBackground.Text = "No background"
  313. CustomBackground.TextColor3 = Color3.new(0, 0, 0)
  314. CustomBackground.TextScaled = true
  315. CustomBackground.TextSize = 14
  316. CustomBackground.TextWrapped = true
  317.  
  318. ExitButton.Name = "ExitButton"
  319. ExitButton.Parent = Settings
  320. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  321. ExitButton.BackgroundTransparency = 0.60000002384186
  322. ExitButton.Position = UDim2.new(0, 0, 0.89154011, 0)
  323. ExitButton.Size = UDim2.new(0, 365, 0, 50)
  324. ExitButton.Font = Enum.Font.Bodoni
  325. ExitButton.Text = "Exit"
  326. ExitButton.TextColor3 = Color3.new(0, 0, 0)
  327. ExitButton.TextScaled = true
  328. ExitButton.TextSize = 14
  329. ExitButton.TextWrapped = true
  330.  
  331. CommandsB.Name = "CommandsB"
  332. CommandsB.Parent = Pyvox
  333. CommandsB.BackgroundColor3 = Color3.new(1, 1, 1)
  334. CommandsB.BackgroundTransparency = 0.60000002384186
  335. CommandsB.Position = UDim2.new(0.604327619, 0, 0.718579233, 0)
  336. CommandsB.Size = UDim2.new(0, 114, 0, 50)
  337. CommandsB.Font = Enum.Font.Bodoni
  338. CommandsB.Text = "Commands"
  339. CommandsB.TextColor3 = Color3.new(0, 0, 0)
  340. CommandsB.TextScaled = true
  341. CommandsB.TextSize = 40
  342. CommandsB.TextWrapped = true
  343.  
  344. SettingsB.Name = "SettingsB"
  345. SettingsB.Parent = Pyvox
  346. SettingsB.BackgroundColor3 = Color3.new(1, 1, 1)
  347. SettingsB.BackgroundTransparency = 0.60000002384186
  348. SettingsB.Position = UDim2.new(0.811437428, 0, 0.718579233, 0)
  349. SettingsB.Size = UDim2.new(0, 106, 0, 50)
  350. SettingsB.Font = Enum.Font.Bodoni
  351. SettingsB.Text = "Settings"
  352. SettingsB.TextColor3 = Color3.new(0, 0, 0)
  353. SettingsB.TextScaled = true
  354. SettingsB.TextSize = 14
  355. SettingsB.TextWrapped = true
  356.  
  357. Inject.Name = "Inject"
  358. Inject.Parent = Pyvox
  359. Inject.BackgroundColor3 = Color3.new(1, 1, 1)
  360. Inject.BackgroundTransparency = 0.60000002384186
  361. Inject.Position = UDim2.new(0.414219499, 0, 0.718579233, 0)
  362. Inject.Size = UDim2.new(0, 110, 0, 50)
  363. Inject.Font = Enum.Font.Bodoni
  364. Inject.Text = "Inject"
  365. Inject.TextColor3 = Color3.new(0, 0, 0)
  366. Inject.TextSize = 40
  367.  
  368. Input.Name = "Input"
  369. Input.Parent = Pyvox
  370. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  371. Input.BackgroundTransparency = 0.69999998807907
  372. Input.Position = UDim2.new(0.0231839251, 0, 0.136612028, 0)
  373. Input.Size = UDim2.new(0, 616, 0, 204)
  374. Input.Font = Enum.Font.SourceSans
  375. Input.Text = ""
  376. Input.TextColor3 = Color3.new(0, 0, 0)
  377. Input.TextSize = 14
  378. Input.TextXAlignment = Enum.TextXAlignment.Left
  379. Input.TextYAlignment = Enum.TextYAlignment.Top
  380.  
  381. OpenFrame.Name = "OpenFrame"
  382. OpenFrame.Parent = PyvoxExecutor
  383. OpenFrame.Active = true
  384. OpenFrame.BackgroundColor3 = Color3.new(0.854902, 0.835294, 0.847059)
  385. OpenFrame.Position = UDim2.new(0, 0, 0.362971991, 0)
  386. OpenFrame.Size = UDim2.new(0, 224, 0, 100)
  387. OpenFrame.Visible = false
  388.  
  389. TextButton.Parent = OpenFrame
  390. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  391. TextButton.Position = UDim2.new(0.03125, 0, 0.109999999, 0)
  392. TextButton.Size = UDim2.new(0, 205, 0, 78)
  393. TextButton.Font = Enum.Font.Bodoni
  394. TextButton.Text = "Open"
  395. TextButton.TextColor3 = Color3.new(0, 0, 0)
  396. TextButton.TextSize = 50
  397. TextButton.TextWrapped = true
  398.  
  399. Logger.Name = "Logger"
  400. Logger.Parent = PyvoxExecutor
  401. Logger.Active = true
  402. Logger.BackgroundColor3 = Color3.new(0.611765, 0.603922, 0.615686)
  403. Logger.BorderSizePixel = 3
  404. Logger.Position = UDim2.new(0.274964839, 0, 0.300852567, 0)
  405. Logger.Size = UDim2.new(0, 628, 0, 388)
  406. Logger.Visible = false
  407.  
  408. LoggerBack.Name = "LoggerBack"
  409. LoggerBack.Parent = Logger
  410. LoggerBack.BackgroundColor3 = Color3.new(1, 1, 1)
  411. LoggerBack.Size = UDim2.new(0, 628, 0, 388)
  412. LoggerBack.Image = "rbxassetid://2741282224"
  413.  
  414. Username.Name = "Username"
  415. Username.Parent = Logger
  416. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  417. Username.BackgroundTransparency = 0.60000002384186
  418. Username.Position = UDim2.new(0.237261146, 0, 0.159793809, 0)
  419. Username.Size = UDim2.new(0, 304, 0, 60)
  420. Username.Font = Enum.Font.Bodoni
  421. Username.Text = "br_vyx"
  422. Username.TextColor3 = Color3.new(0, 0, 0)
  423. Username.TextScaled = true
  424. Username.TextSize = 14
  425. Username.TextWrapped = true
  426.  
  427. Password.Name = "Password"
  428. Password.Parent = Logger
  429. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  430. Password.BackgroundTransparency = 0.60000002384186
  431. Password.Position = UDim2.new(0.237261146, 0, 0.463917524, 0)
  432. Password.Size = UDim2.new(0, 304, 0, 61)
  433. Password.Font = Enum.Font.Bodoni
  434. Password.Text = "Pyvox"
  435. Password.TextColor3 = Color3.new(0, 0, 0)
  436. Password.TextScaled = true
  437. Password.TextSize = 14
  438. Password.TextWrapped = true
  439.  
  440. Login.Name = "Login"
  441. Login.Parent = Logger
  442. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  443. Login.BackgroundTransparency = 0.60000002384186
  444. Login.Position = UDim2.new(0.237261146, 0, 0.881443322, 0)
  445. Login.Size = UDim2.new(0, 304, 0, 46)
  446. Login.Font = Enum.Font.Bodoni
  447. Login.Text = "Login"
  448. Login.TextColor3 = Color3.new(0, 0, 0)
  449. Login.TextScaled = true
  450. Login.TextSize = 14
  451. Login.TextWrapped = true
  452.  
  453. ULabel.Name = "ULabel"
  454. ULabel.Parent = Logger
  455. ULabel.BackgroundColor3 = Color3.new(1, 1, 1)
  456. ULabel.BackgroundTransparency = 0.60000002384186
  457. ULabel.Position = UDim2.new(0, 0, 0.159793809, 0)
  458. ULabel.Size = UDim2.new(0, 130, 0, 60)
  459. ULabel.Font = Enum.Font.SourceSans
  460. ULabel.Text = "Username"
  461. ULabel.TextColor3 = Color3.new(0, 0, 0)
  462. ULabel.TextScaled = true
  463. ULabel.TextSize = 40
  464. ULabel.TextWrapped = true
  465.  
  466. PLabel.Name = "PLabel"
  467. PLabel.Parent = Logger
  468. PLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  469. PLabel.BackgroundTransparency = 0.60000002384186
  470. PLabel.Position = UDim2.new(0, 0, 0.463917524, 0)
  471. PLabel.Size = UDim2.new(0, 130, 0, 61)
  472. PLabel.Font = Enum.Font.SourceSans
  473. PLabel.Text = "Password"
  474. PLabel.TextColor3 = Color3.new(0, 0, 0)
  475. PLabel.TextScaled = true
  476. PLabel.TextSize = 40
  477. PLabel.TextWrapped = true
  478.  
  479. CreditsFrame.Name = "CreditsFrame"
  480. CreditsFrame.Parent = PyvoxExecutor
  481. CreditsFrame.Active = true
  482. CreditsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  483. CreditsFrame.Position = UDim2.new(0.0225035157, 0, 0.302070647, 0)
  484. CreditsFrame.Size = UDim2.new(0, 298, 0, 366)
  485. CreditsFrame.Visible = false
  486.  
  487. ImageLabel.Parent = CreditsFrame
  488. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  489. ImageLabel.Size = UDim2.new(0, 298, 0, 366)
  490. ImageLabel.Image = "rbxassetid://1429187638"
  491.  
  492. TextLabel.Parent = CreditsFrame
  493. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  494. TextLabel.BackgroundTransparency = 0.60000002384186
  495. TextLabel.BorderSizePixel = 3
  496. TextLabel.Size = UDim2.new(0, 298, 0, 50)
  497. TextLabel.Font = Enum.Font.Bodoni
  498. TextLabel.Text = "GamingAstroid1267"
  499. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  500. TextLabel.TextScaled = true
  501. TextLabel.TextSize = 14
  502. TextLabel.TextWrapped = true
  503.  
  504. TextLabel_2.Parent = CreditsFrame
  505. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  506. TextLabel_2.BackgroundTransparency = 0.60000002384186
  507. TextLabel_2.Position = UDim2.new(0, 0, 0.136612028, 0)
  508. TextLabel_2.Size = UDim2.new(0, 298, 0, 256)
  509. TextLabel_2.Font = Enum.Font.SourceSans
  510. TextLabel_2.Text = "None others. Lol"
  511. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  512. TextLabel_2.TextSize = 40
  513. TextLabel_2.TextWrapped = true
  514.  
  515. TextButton_2.Parent = CreditsFrame
  516. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  517. TextButton_2.BackgroundTransparency = 0.60000002384186
  518. TextButton_2.Position = UDim2.new(0, 0, 0.863388002, 0)
  519. TextButton_2.Size = UDim2.new(0, 298, 0, 50)
  520. TextButton_2.Font = Enum.Font.SourceSans
  521. TextButton_2.Text = "Exit"
  522. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  523. TextButton_2.TextScaled = true
  524. TextButton_2.TextSize = 14
  525. TextButton_2.TextWrapped = true
  526.  
  527. CommandGui.Name = "CommandGui"
  528. CommandGui.Parent = PyvoxExecutor
  529. CommandGui.Active = true
  530. CommandGui.BackgroundColor3 = Color3.new(1, 1, 1)
  531. CommandGui.Position = UDim2.new(0.256680727, 0, 0.322777152, 0)
  532. CommandGui.Size = UDim2.new(0, 760, 0, 376)
  533.  
  534. ImageLabel_2.Parent = CommandGui
  535. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  536. ImageLabel_2.Size = UDim2.new(0, 760, 0, 375)
  537. ImageLabel_2.Image = "rbxassetid://2576395700"
  538.  
  539. TextLabel_3.Parent = CommandGui
  540. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  541. TextLabel_3.BackgroundTransparency = 0.60000002384186
  542. TextLabel_3.Size = UDim2.new(0, 760, 0, 50)
  543. TextLabel_3.Font = Enum.Font.Bodoni
  544. TextLabel_3.Text = "Commands"
  545. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  546. TextLabel_3.TextScaled = true
  547. TextLabel_3.TextSize = 14
  548. TextLabel_3.TextWrapped = true
  549.  
  550. Command3.Name = "Command3"
  551. Command3.Parent = CommandGui
  552. Command3.BackgroundColor3 = Color3.new(1, 1, 1)
  553. Command3.BackgroundTransparency = 0.80000001192093
  554. Command3.BorderSizePixel = 3
  555. Command3.Position = UDim2.new(0.656996012, 0, 0.212765962, 0)
  556. Command3.Size = UDim2.new(0, 151, 0, 50)
  557. Command3.Font = Enum.Font.Bodoni
  558. Command3.TextColor3 = Color3.new(0, 0, 0)
  559. Command3.TextScaled = true
  560. Command3.TextSize = 14
  561. Command3.TextWrapped = true
  562.  
  563. Command4.Name = "Command4"
  564. Command4.Parent = CommandGui
  565. Command4.BackgroundColor3 = Color3.new(1, 1, 1)
  566. Command4.BackgroundTransparency = 0.80000001192093
  567. Command4.BorderSizePixel = 3
  568. Command4.Position = UDim2.new(0.125602484, 0, 0.430851072, 0)
  569. Command4.Size = UDim2.new(0, 142, 0, 50)
  570. Command4.Font = Enum.Font.Bodoni
  571. Command4.TextColor3 = Color3.new(0, 0, 0)
  572. Command4.TextScaled = true
  573. Command4.TextSize = 14
  574. Command4.TextWrapped = true
  575.  
  576. Command5.Name = "Command5"
  577. Command5.Parent = CommandGui
  578. Command5.BackgroundColor3 = Color3.new(1, 1, 1)
  579. Command5.BackgroundTransparency = 0.80000001192093
  580. Command5.BorderSizePixel = 3
  581. Command5.Position = UDim2.new(0.384407997, 0, 0.430851072, 0)
  582. Command5.Size = UDim2.new(0, 152, 0, 50)
  583. Command5.Font = Enum.Font.Bodoni
  584. Command5.TextColor3 = Color3.new(0, 0, 0)
  585. Command5.TextScaled = true
  586. Command5.TextSize = 14
  587. Command5.TextWrapped = true
  588.  
  589. Command6.Name = "Command6"
  590. Command6.Parent = CommandGui
  591. Command6.BackgroundColor3 = Color3.new(1, 1, 1)
  592. Command6.BackgroundTransparency = 0.80000001192093
  593. Command6.BorderSizePixel = 3
  594. Command6.Position = UDim2.new(0.656973839, 0, 0.428191483, 0)
  595. Command6.Size = UDim2.new(0, 151, 0, 50)
  596. Command6.Font = Enum.Font.Bodoni
  597. Command6.TextColor3 = Color3.new(0, 0, 0)
  598. Command6.TextScaled = true
  599. Command6.TextSize = 14
  600. Command6.TextWrapped = true
  601.  
  602. Command7.Name = "Command7"
  603. Command7.Parent = CommandGui
  604. Command7.BackgroundColor3 = Color3.new(1, 1, 1)
  605. Command7.BackgroundTransparency = 0.80000001192093
  606. Command7.BorderSizePixel = 3
  607. Command7.Position = UDim2.new(0.125602484, 0, 0.648936152, 0)
  608. Command7.Size = UDim2.new(0, 142, 0, 50)
  609. Command7.Font = Enum.Font.Bodoni
  610. Command7.TextColor3 = Color3.new(0, 0, 0)
  611. Command7.TextScaled = true
  612. Command7.TextSize = 14
  613. Command7.TextWrapped = true
  614.  
  615. Command8.Name = "Command8"
  616. Command8.Parent = CommandGui
  617. Command8.BackgroundColor3 = Color3.new(1, 1, 1)
  618. Command8.BackgroundTransparency = 0.80000001192093
  619. Command8.BorderSizePixel = 3
  620. Command8.Position = UDim2.new(0.384407997, 0, 0.648936152, 0)
  621. Command8.Size = UDim2.new(0, 152, 0, 50)
  622. Command8.Font = Enum.Font.Bodoni
  623. Command8.TextColor3 = Color3.new(0, 0, 0)
  624. Command8.TextScaled = true
  625. Command8.TextSize = 14
  626. Command8.TextWrapped = true
  627.  
  628. Command9.Name = "Command9"
  629. Command9.Parent = CommandGui
  630. Command9.BackgroundColor3 = Color3.new(1, 1, 1)
  631. Command9.BackgroundTransparency = 0.80000001192093
  632. Command9.BorderSizePixel = 3
  633. Command9.Position = UDim2.new(0.656973839, 0, 0.648936152, 0)
  634. Command9.Size = UDim2.new(0, 151, 0, 50)
  635. Command9.Font = Enum.Font.Bodoni
  636. Command9.TextColor3 = Color3.new(0, 0, 0)
  637. Command9.TextScaled = true
  638. Command9.TextSize = 14
  639. Command9.TextWrapped = true
  640.  
  641. TextButton_3.Parent = CommandGui
  642. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  643. TextButton_3.BackgroundTransparency = 0.60000002384186
  644. TextButton_3.Position = UDim2.new(0, 0, 0.867021203, 0)
  645. TextButton_3.Size = UDim2.new(0, 760, 0, 50)
  646. TextButton_3.Font = Enum.Font.Bodoni
  647. TextButton_3.Text = "Back"
  648. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  649. TextButton_3.TextScaled = true
  650. TextButton_3.TextSize = 14
  651. TextButton_3.TextWrapped = true
  652. -- Scripts:
  653. function SCRIPT_YNKV80_FAKESCRIPT() -- Pyvox.Draggable
  654. local script = Instance.new('LocalScript')
  655. script.Parent = Pyvox
  656. script.Parent.Parent.Pyvox.Draggable = true
  657.  
  658.  
  659.  
  660.  
  661. end
  662. coroutine.resume(coroutine.create(SCRIPT_YNKV80_FAKESCRIPT))
  663. function SCRIPT_PJMI66_FAKESCRIPT() -- Exit.LocalScript
  664. local script = Instance.new('LocalScript')
  665. script.Parent = Exit
  666. script.Parent.MouseButton1Click:Connect(function()
  667. script.Parent.Parent.Visible = false
  668. wait(0.05)
  669. script.Parent.Parent.Parent.OpenFrame.Visible = true
  670. end)
  671.  
  672. end
  673. coroutine.resume(coroutine.create(SCRIPT_PJMI66_FAKESCRIPT))
  674. function SCRIPT_YNIK89_FAKESCRIPT() -- Execute.Script
  675. local script = Instance.new('Script')
  676. script.Parent = Execute
  677. script.Parent.MouseButton1Click:connect(function()
  678. loadstring(script.Parent.Parent.Input.Text)()
  679. end)
  680.  
  681. end
  682. coroutine.resume(coroutine.create(SCRIPT_YNIK89_FAKESCRIPT))
  683. function SCRIPT_EQJO70_FAKESCRIPT() -- Credits.LocalScript
  684. local script = Instance.new('LocalScript')
  685. script.Parent = Credits
  686. script.Parent.MouseButton1Click:Connect(function()
  687. script.Parent.Parent.Parent.CreditsFrame.Visible = true
  688. end)
  689.  
  690. end
  691. coroutine.resume(coroutine.create(SCRIPT_EQJO70_FAKESCRIPT))
  692. function SCRIPT_PWNE73_FAKESCRIPT() -- _05.LocalScript
  693. local script = Instance.new('LocalScript')
  694. script.Parent = _05
  695. script.Parent.MouseButton1Click:Connect(function()
  696. script.Parent.Parent.Parent.Parent.Pyvox.BackgroundTransparency = 0.5
  697. script.Parent.Parent.Parent.Parent.Pyvox.Background.BackgroundTransparency = 0.5
  698. end)
  699.  
  700. end
  701. coroutine.resume(coroutine.create(SCRIPT_PWNE73_FAKESCRIPT))
  702. function SCRIPT_GTYD73_FAKESCRIPT() -- On.LocalScript
  703. local script = Instance.new('LocalScript')
  704. script.Parent = On
  705. script.Parent.MouseButton1Click:Connect(function()
  706. game.Workspace.Sound:Play()
  707. end)
  708.  
  709. end
  710. coroutine.resume(coroutine.create(SCRIPT_GTYD73_FAKESCRIPT))
  711. function SCRIPT_KZMC87_FAKESCRIPT() -- Off.LocalScript
  712. local script = Instance.new('LocalScript')
  713. script.Parent = Off
  714. script.Parent.MouseButton1Click:Connect(function()
  715. local Sound = game.Workspace.Sound
  716. Sound.Name = "Sound"
  717. game.Workspace.Sound:Pause()
  718. end)
  719.  
  720. end
  721. coroutine.resume(coroutine.create(SCRIPT_KZMC87_FAKESCRIPT))
  722. function SCRIPT_MLXQ65_FAKESCRIPT() -- _0.LocalScript
  723. local script = Instance.new('LocalScript')
  724. script.Parent = _0
  725. script.Parent.MouseButton1Click:Connect(function()
  726. script.Parent.Parent.Parent.Parent.Pyvox.BackgroundTransparency = 0
  727. script.Parent.Parent.Parent.Parent.Pyvox.Background.BackgroundTransparency = 0
  728. end)
  729.  
  730. end
  731. coroutine.resume(coroutine.create(SCRIPT_MLXQ65_FAKESCRIPT))
  732. function SCRIPT_ZOJF73_FAKESCRIPT() -- CustomBackground.LocalScript
  733. local script = Instance.new('LocalScript')
  734. script.Parent = CustomBackground
  735. script.Parent.MouseButton1Click:Connect(function()
  736. script.Parent.Parent.Parent.Parent.Pyvox.Background.Image = 00000
  737.  
  738. end)
  739.  
  740. end
  741. coroutine.resume(coroutine.create(SCRIPT_ZOJF73_FAKESCRIPT))
  742. function SCRIPT_ECLP69_FAKESCRIPT() -- ExitButton.LocalScript
  743. local script = Instance.new('LocalScript')
  744. script.Parent = ExitButton
  745. script.Parent.MouseButton1Click:Connect(function()
  746. script.Parent.Parent.Visible = false
  747. end)
  748.  
  749. end
  750. coroutine.resume(coroutine.create(SCRIPT_ECLP69_FAKESCRIPT))
  751. function SCRIPT_LKEE83_FAKESCRIPT() -- CommandsB.LocalScript
  752. local script = Instance.new('LocalScript')
  753. script.Parent = CommandsB
  754. script.Parent.MouseButton1Click:Connect(function()
  755. script.Parent.Parent.Parent.CommandGui.Visible = true
  756. script.Parent.Parent.Parent.Pyvox.Visible = false
  757. end)
  758.  
  759.  
  760. end
  761. coroutine.resume(coroutine.create(SCRIPT_LKEE83_FAKESCRIPT))
  762. function SCRIPT_VFTK72_FAKESCRIPT() -- SettingsB.LocalScript
  763. local script = Instance.new('LocalScript')
  764. script.Parent = SettingsB
  765. script.Parent.MouseButton1Click:Connect(function()
  766. script.Parent.Parent.Settings.Visible = true
  767. end)
  768.  
  769. end
  770. coroutine.resume(coroutine.create(SCRIPT_VFTK72_FAKESCRIPT))
  771. function SCRIPT_HWSE70_FAKESCRIPT() -- Inject.LocalScript
  772. local script = Instance.new('LocalScript')
  773. script.Parent = Inject
  774. script.Parent.MouseButton1Click:Connect(function()
  775. wait(0.2)
  776. script.Parent.Text = "Injecting..."
  777. wait(2)
  778. script.Parent.Text = "Injected!"
  779. end)
  780.  
  781. end
  782. coroutine.resume(coroutine.create(SCRIPT_HWSE70_FAKESCRIPT))
  783. function SCRIPT_XAOK66_FAKESCRIPT() -- TextButton.LocalScript
  784. local script = Instance.new('LocalScript')
  785. script.Parent = TextButton
  786. script.Parent.MouseButton1Click:Connect(function()
  787. script.Parent.Parent.Parent.Pyvox.Visible = true
  788. wait(0.05)
  789. script.Parent.Parent.Visible = false
  790. end)
  791.  
  792. end
  793. coroutine.resume(coroutine.create(SCRIPT_XAOK66_FAKESCRIPT))
  794. function SCRIPT_UGTM85_FAKESCRIPT() -- OpenFrame.LocalScript
  795. local script = Instance.new('LocalScript')
  796. script.Parent = OpenFrame
  797. script.Parent.Draggable = true
  798.  
  799. end
  800. coroutine.resume(coroutine.create(SCRIPT_UGTM85_FAKESCRIPT))
  801. function SCRIPT_HRMJ68_FAKESCRIPT() -- Login.LocalScript
  802. local script = Instance.new('LocalScript')
  803. script.Parent = Login
  804. script.Parent.MouseButton1Click:Connect(function()
  805. script.Parent.Parent.Visible = false
  806. wait(0.05)
  807. script.Parent.Parent.Parent.OpenFrame.Visible = true
  808. end)
  809.  
  810.  
  811. end
  812. coroutine.resume(coroutine.create(SCRIPT_HRMJ68_FAKESCRIPT))
  813. function SCRIPT_JJAU67_FAKESCRIPT() -- Logger.LocalScript
  814. local script = Instance.new('LocalScript')
  815. script.Parent = Logger
  816. script.Parent.Draggable = true
  817.  
  818. end
  819. coroutine.resume(coroutine.create(SCRIPT_JJAU67_FAKESCRIPT))
  820. function SCRIPT_REYZ76_FAKESCRIPT() -- TextButton_2.LocalScript
  821. local script = Instance.new('LocalScript')
  822. script.Parent = TextButton_2
  823. script.Parent.MouseButton1Click:Connect(function()
  824. script.Parent.Parent.Visible = false
  825. end)
  826.  
  827. end
  828. coroutine.resume(coroutine.create(SCRIPT_REYZ76_FAKESCRIPT))
  829. function SCRIPT_YNPF76_FAKESCRIPT() -- CreditsFrame.LocalScript
  830. local script = Instance.new('LocalScript')
  831. script.Parent = CreditsFrame
  832. script.Parent.Draggable = true
  833.  
  834. end
  835. coroutine.resume(coroutine.create(SCRIPT_YNPF76_FAKESCRIPT))
  836. function SCRIPT_EPZO69_FAKESCRIPT() -- CommandGui.LocalScript
  837. local script = Instance.new('LocalScript')
  838. script.Parent = CommandGui
  839. script.Parent.Draggable = true
  840.  
  841. end
  842. coroutine.resume(coroutine.create(SCRIPT_EPZO69_FAKESCRIPT))
  843. function SCRIPT_JTWV84_FAKESCRIPT() -- TextButton_3.LocalScript
  844. local script = Instance.new('LocalScript')
  845. script.Parent = TextButton_3
  846. script.Parent.MouseButton1Click:Connect(function()
  847. script.Parent.Parent.Parent.Pyvox.Visible = true
  848. script.Parent.Parent.Parent.CommandGui.Visible = false
  849. end)
  850.  
  851.  
  852. end
  853. coroutine.resume(coroutine.create(SCRIPT_JTWV84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement