Psykek

Psyhub Confirmation

Apr 14th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Confirm = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local Info = Instance.new("TextLabel")
  7. local Continue = Instance.new("TextButton")
  8. local Exit = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local Themeframe = Instance.new("Frame")
  11. local ThemeSubheader = Instance.new("TextLabel")
  12. local Theme1 = Instance.new("TextButton")
  13. local Theme2 = Instance.new("TextButton")
  14. local Theme3 = Instance.new("TextButton")
  15. local Back = Instance.new("TextButton")
  16. local ConfirmFrame = Instance.new("Frame")
  17. local ThemeSubheader_2 = Instance.new("TextLabel")
  18. local ContinueConfirm = Instance.new("TextButton")
  19. local BackConfirm = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. Confirm.Name = "Confirm"
  24. Confirm.Parent = game.CoreGui
  25. Confirm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Topframe.Name = "Topframe"
  28. Topframe.Parent = Confirm
  29. Topframe.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  30. Topframe.BorderSizePixel = 0
  31. Topframe.Position = UDim2.new(0.292957753, 0, 0.154562384, 0)
  32. Topframe.Size = UDim2.new(0, 440, 0, 34)
  33.  
  34. Mainframe.Name = "Mainframe"
  35. Mainframe.Parent = Topframe
  36. Mainframe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  37. Mainframe.BorderSizePixel = 0
  38. Mainframe.Position = UDim2.new(0, 0, 0.989927411, 0)
  39. Mainframe.Size = UDim2.new(0, 440, 0, 195)
  40.  
  41. Info.Name = "Info"
  42. Info.Parent = Mainframe
  43. Info.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  44. Info.BorderSizePixel = 0
  45. Info.Position = UDim2.new(0.038636364, 0, -0.000452442648, 0)
  46. Info.Size = UDim2.new(0, 405, 0, 137)
  47. Info.Font = Enum.Font.Code
  48. Info.Text = "Welcome to Psyhub. For the uninformed, Psyhub is a script hub developed by Psykek#3180 on discord. It has now been made to automatically execute when injecting Skisploit. Do you want to continue? (Note that this hub runs best with Synapse, and some things will not work unless you are using Synapse)"
  49. Info.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  50. Info.TextSize = 16
  51. Info.TextWrapped = true
  52.  
  53. Continue.Name = "Continue"
  54. Continue.Parent = Mainframe
  55. Continue.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  56. Continue.BorderSizePixel = 0
  57. Continue.Position = UDim2.new(0.0409090966, 0, 0.769230783, 0)
  58. Continue.Size = UDim2.new(0, 173, 0, 32)
  59. Continue.Font = Enum.Font.Code
  60. Continue.Text = "Continue"
  61. Continue.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  62. Continue.TextSize = 14
  63.  
  64. Exit.Name = "Exit"
  65. Exit.Parent = Mainframe
  66. Exit.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  67. Exit.BorderSizePixel = 0
  68. Exit.Position = UDim2.new(0.568181813, 0, 0.769230783, 0)
  69. Exit.Size = UDim2.new(0, 173, 0, 32)
  70. Exit.Font = Enum.Font.Code
  71. Exit.Text = "Exit"
  72. Exit.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  73. Exit.TextSize = 14
  74.  
  75. Title.Name = "Title"
  76. Title.Parent = Topframe
  77. Title.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  78. Title.BorderSizePixel = 0
  79. Title.Position = UDim2.new(0.177272722, 0, 0, 0)
  80. Title.Size = UDim2.new(0, 283, 0, 30)
  81. Title.Font = Enum.Font.Code
  82. Title.Text = "Psyhub"
  83. Title.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  84. Title.TextSize = 29
  85.  
  86. Themeframe.Name = "Themeframe"
  87. Themeframe.Parent = Topframe
  88. Themeframe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  89. Themeframe.BorderSizePixel = 0
  90. Themeframe.Position = UDim2.new(0, 0, 0.989927411, 0)
  91. Themeframe.Size = UDim2.new(0, 440, 0, 195)
  92. Themeframe.Visible = false
  93.  
  94. ThemeSubheader.Name = "ThemeSubheader"
  95. ThemeSubheader.Parent = Themeframe
  96. ThemeSubheader.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  97. ThemeSubheader.BorderSizePixel = 0
  98. ThemeSubheader.Position = UDim2.new(0.038636364, 0, -0.000452442648, 0)
  99. ThemeSubheader.Size = UDim2.new(0, 405, 0, 41)
  100. ThemeSubheader.Font = Enum.Font.Code
  101. ThemeSubheader.Text = "Choose a theme (you can change this later)"
  102. ThemeSubheader.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  103. ThemeSubheader.TextSize = 18
  104. ThemeSubheader.TextWrapped = true
  105.  
  106. Theme1.Name = "Theme1"
  107. Theme1.Parent = Themeframe
  108. Theme1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  109. Theme1.BorderSizePixel = 0
  110. Theme1.Position = UDim2.new(0.0477272719, 0, 0.266666681, 0)
  111. Theme1.Size = UDim2.new(0, 397, 0, 38)
  112. Theme1.Font = Enum.Font.Code
  113. Theme1.Text = "Theme 1"
  114. Theme1.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  115. Theme1.TextSize = 14
  116.  
  117. Theme2.Name = "Theme2"
  118. Theme2.Parent = Themeframe
  119. Theme2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  120. Theme2.BorderSizePixel = 0
  121. Theme2.Position = UDim2.new(0.0477272719, 0, 0.501234472, 0)
  122. Theme2.Size = UDim2.new(0, 397, 0, 38)
  123. Theme2.Font = Enum.Font.Code
  124. Theme2.Text = "Theme 2"
  125. Theme2.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  126. Theme2.TextSize = 14
  127.  
  128. Theme3.Name = "Theme3"
  129. Theme3.Parent = Themeframe
  130. Theme3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  131. Theme3.BorderSizePixel = 0
  132. Theme3.Position = UDim2.new(0.0477272719, 0, 0.735802412, 0)
  133. Theme3.Size = UDim2.new(0, 397, 0, 38)
  134. Theme3.Font = Enum.Font.Code
  135. Theme3.Text = "Theme 3"
  136. Theme3.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  137. Theme3.TextSize = 14
  138.  
  139. Back.Name = "Back"
  140. Back.Parent = Themeframe
  141. Back.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  142. Back.BorderSizePixel = 0
  143. Back.Position = UDim2.new(0, 0, -0.164102569, 0)
  144. Back.Size = UDim2.new(0, 28, 0, 30)
  145. Back.Font = Enum.Font.Code
  146. Back.Text = "<"
  147. Back.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  148. Back.TextScaled = true
  149. Back.TextSize = 14
  150. Back.TextWrapped = true
  151.  
  152. ConfirmFrame.Name = "ConfirmFrame"
  153. ConfirmFrame.Parent = Topframe
  154. ConfirmFrame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  155. ConfirmFrame.BorderSizePixel = 0
  156. ConfirmFrame.Position = UDim2.new(0, 0, 0.989927411, 0)
  157. ConfirmFrame.Size = UDim2.new(0, 440, 0, 195)
  158. ConfirmFrame.Visible = false
  159.  
  160. ThemeSubheader_2.Name = "ThemeSubheader"
  161. ThemeSubheader_2.Parent = ConfirmFrame
  162. ThemeSubheader_2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  163. ThemeSubheader_2.BorderSizePixel = 0
  164. ThemeSubheader_2.Position = UDim2.new(0.038636364, 0, -0.000452442648, 0)
  165. ThemeSubheader_2.Size = UDim2.new(0, 405, 0, 105)
  166. ThemeSubheader_2.Font = Enum.Font.Code
  167. ThemeSubheader_2.Text = "Upon initial execution (and changing themes) your game may lag. Once the GUI is completely loaded in, everything should run smoothly."
  168. ThemeSubheader_2.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  169. ThemeSubheader_2.TextSize = 18
  170. ThemeSubheader_2.TextWrapped = true
  171.  
  172. ContinueConfirm.Name = "ContinueConfirm"
  173. ContinueConfirm.Parent = ConfirmFrame
  174. ContinueConfirm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  175. ContinueConfirm.BorderSizePixel = 0
  176. ContinueConfirm.Position = UDim2.new(0.0477272719, 0, 0.676923096, 0)
  177. ContinueConfirm.Size = UDim2.new(0, 397, 0, 38)
  178. ContinueConfirm.Font = Enum.Font.Code
  179. ContinueConfirm.Text = "Continue"
  180. ContinueConfirm.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  181. ContinueConfirm.TextSize = 14
  182.  
  183. BackConfirm.Name = "BackConfirm"
  184. BackConfirm.Parent = ConfirmFrame
  185. BackConfirm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  186. BackConfirm.BorderSizePixel = 0
  187. BackConfirm.Position = UDim2.new(0, 0, -0.164102569, 0)
  188. BackConfirm.Size = UDim2.new(0, 28, 0, 30)
  189. BackConfirm.Font = Enum.Font.Code
  190. BackConfirm.Text = "<"
  191. BackConfirm.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  192. BackConfirm.TextScaled = true
  193. BackConfirm.TextSize = 14
  194. BackConfirm.TextWrapped = true
  195.  
  196. Topframe.Active = true
  197. Topframe.Draggable = true
  198.  
  199. Continue.MouseButton1Click:Connect(function()
  200. ConfirmFrame.Visible = true
  201. end)
  202.  
  203. Exit.MouseButton1Click:Connect(function()
  204. Confirm:Destroy()
  205. end)
  206.  
  207. BackConfirm.MouseButton1Click:Connect(function()
  208. ConfirmFrame.Visible = false
  209. Themeframe.Visible = false
  210. end)
  211.  
  212. ContinueConfirm.MouseButton1Click:Connect(function()
  213. ConfirmFrame.Visible = false
  214. Themeframe.Visible = true
  215. end)
  216.  
  217. Back.MouseButton1Click:Connect(function()
  218. ConfirmFrame.Visible = true
  219. Themeframe.Visible = false
  220. end)
  221.  
  222. Theme1.MouseButton1Click:Connect(function()
  223. loadstring(game:GetObjects("rbxassetid://3042778022")[1].Source)()
  224. Confirm:Destroy()
  225. end)
  226.  
  227. Theme2.MouseButton1Click:Connect(function()
  228. loadstring(game:GetObjects("rbxassetid://3042798421")[1].Source)()
  229. Confirm:Destroy()
  230. end)
  231.  
  232. Theme3.MouseButton1Click:Connect(function()
  233. loadstring(game:GetObjects("rbxassetid://03044718876")[1].Source)()
  234. Confirm:Destroy()
  235. end)
Add Comment
Please, Sign In to add comment