Advertisement
BlaBlaBe

reeee

Apr 29th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. local Testing = Instance.new("ScreenGui")
  2. local WhitelistFrame = Instance.new("ImageLabel")
  3. local User = Instance.new("TextBox")
  4. local MinimizeWhitelist = Instance.new("TextButton")
  5. local Register = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Submit = Instance.new("TextButton")
  8. local Pass = Instance.new("TextBox")
  9. local MainFrame = Instance.new("ImageLabel")
  10. local Frame = Instance.new("Frame")
  11. local Code = Instance.new("TextBox")
  12. local Minimize = Instance.new("TextButton")
  13. local Execute = Instance.new("TextButton")
  14. local Clear = Instance.new("TextButton")
  15. local Settings = Instance.new("TextButton")
  16. local Scripts = Instance.new("TextButton")
  17. local Console = Instance.new("TextButton")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local LoadingFrame = Instance.new("ImageLabel")
  20. local MinimizeLoading = Instance.new("TextButton")
  21. local TextLabel_3 = Instance.new("TextLabel")
  22. local Bar = Instance.new("TextLabel")
  23. local Title = Instance.new("TextLabel")
  24. local BarLo = Instance.new("TextLabel")
  25. local BarLoad = Instance.new("TextLabel")
  26. local BarLoading = Instance.new("TextLabel")
  27. local MinimizeLoading_2 = Instance.new("TextButton")
  28. --Properties:
  29. Testing.Name = "Testing"
  30. Testing.Parent = game.CoreGui
  31. Testing.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. WhitelistFrame.Name = "WhitelistFrame"
  34. WhitelistFrame.Parent = Testing
  35. WhitelistFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. WhitelistFrame.BackgroundTransparency = 1
  37. WhitelistFrame.Position = UDim2.new(0.470355451, 0, 0.369287789, 0)
  38. WhitelistFrame.Size = UDim2.new(0, 242, 0, 136)
  39. WhitelistFrame.Image = "rbxassetid://2260429633"
  40. WhitelistFrame.ImageColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. WhitelistFrame.ScaleType = Enum.ScaleType.Slice
  42. WhitelistFrame.SliceCenter = Rect.new(12, 12, 13, 13)
  43.  
  44. Submit.MouseButton1Click:connect(function()
  45. if User.Text == "Early" and Pass.text == "Access" then
  46. LoadingFrame.Visible = true
  47. WhitelistFrame.Visible = false
  48. end
  49. end)
  50.  
  51. WhitelistFrame.Active = true
  52. WhitelistFrame.Draggable = true
  53. LoadingFrame.Active = true
  54. LoadingFrame.Draggable = true
  55. MinimizeLoading_2.MouseButton1Click:connect(function()
  56. BarLo.Visible = true
  57. wait(1)
  58. BarLo.Visible = true
  59. Title.Text = "Early Access..."
  60. wait(1)
  61. BarLoad.Visible = true
  62. Title.Text = "Created by Typical_RBLX...."
  63. wait(1)
  64. Title.Text = "Whitelisted...."
  65. BarLoading.Visible = true
  66. wait(1)
  67. MainFrame.Visible = true
  68. LoadingFrame.Visible = false
  69. end)
  70. MinimizeLoading.MouseButton1Click:connect(function()
  71. LoadingFrame.Visible = false
  72. end)
  73. MinimizeWhitelist.MouseButton1Click:connect(function()
  74. WhitelistFrame.Visible = false
  75. end)
  76. Minimize.MouseButton1Click:connect(function()
  77. MainFrame.Visible = false
  78. WhitelistFrame.Visible = true
  79. end)
  80.  
  81.  
  82. MainFrame.Active = true
  83. MainFrame.Draggable = true
  84.  
  85. Execute.MouseButton1Click:connect(function()
  86. loadstring(Code.Text)()
  87. end)
  88. Clear.MouseButton1Click:connect(function()
  89. Code.Text = ""
  90. end)
  91. Settings.MouseButton1Click:connect(function()
  92. game.StarterGui:SetCore('SendNotification', {Duration = 4; Title='SyanpseX'; Text='Not Available....'; Icon='2897139965'})
  93. end)
  94. Console.MouseButton1Click:connect(function()
  95. game.StarterGui:SetCore('SendNotification', {Duration = 4; Title='SyanpseX'; Text='Not Available....'; Icon='2897139965'})
  96. end)
  97. Scripts.MouseButton1Click:connect(function()
  98. game.StarterGui:SetCore('SendNotification', {Duration = 4; Title='SyanpseX'; Text='Not Available....'; Icon='2897139965'})
  99. end)
  100. Register.MouseButton1Click:connect(function()
  101. game.StarterGui:SetCore('SendNotification', {Duration = 4; Title='SyanpseX'; Text='Please kindly join our discord server... Press F9 to see the Discord Link...'; Icon='2897139965'})
  102. print"https://discord.gg/effyFJD"
  103. print"https://discord.gg/effyFJD"
  104. print"https://discord.gg/effyFJD"
  105. end)
  106.  
  107. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  108. Text = "[Notice]This gui is not full version :)";
  109. Color = Color3.new(1, 1, 1);
  110. Font = Enum.Font.Code;
  111. FontSize = Enum.FontSize.Size18;
  112. })
  113.  
  114. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  115. Text = "Scripted by Typical_RBLX // Owner xvo_lt";
  116. Color = Color3.new(255, 0, 0);
  117. Font = Enum.Font.Code;
  118. FontSize = Enum.FontSize.Size18;
  119. })
  120.  
  121.  
  122.  
  123. wait(0.1)
  124. game.StarterGui:SetCore("SendNotification", {
  125. Title = "SynapseX";
  126. Text = "Injected";
  127. Icon = "rbxassetid://2897139965"; ---Your Icon here
  128. Duration = 0.5; --How longet the Notification will stay
  129. })
  130.  
  131. User.Name = "User"
  132. User.Parent = WhitelistFrame
  133. User.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  134. User.BorderSizePixel = 0
  135. User.Position = UDim2.new(0.0906916857, 0, 0.280980945, 0)
  136. User.Size = UDim2.new(0, 197, 0, 17)
  137. User.Font = Enum.Font.SourceSansItalic
  138. User.PlaceholderColor3 = Color3.new(1, 1, 1)
  139. User.PlaceholderText = "Username :"
  140. User.Text = ""
  141. User.TextColor3 = Color3.new(1, 1, 1)
  142. User.TextScaled = true
  143. User.TextSize = 14
  144. User.TextWrapped = true
  145. User.TextXAlignment = Enum.TextXAlignment.Left
  146. User.TextYAlignment = Enum.TextYAlignment.Top
  147.  
  148. MinimizeWhitelist.Name = "MinimizeWhitelist"
  149. MinimizeWhitelist.Parent = WhitelistFrame
  150. MinimizeWhitelist.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  151. MinimizeWhitelist.BorderSizePixel = 0
  152. MinimizeWhitelist.Position = UDim2.new(-4.47034836e-08, 0, 0, 0)
  153. MinimizeWhitelist.Size = UDim2.new(0, 18, 0, 19)
  154. MinimizeWhitelist.Font = Enum.Font.SourceSansBold
  155. MinimizeWhitelist.Text = "?"
  156. MinimizeWhitelist.TextColor3 = Color3.new(1, 1, 1)
  157. MinimizeWhitelist.TextSize = 14
  158.  
  159. Register.Name = "Register"
  160. Register.Parent = WhitelistFrame
  161. Register.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  162. Register.BorderSizePixel = 0
  163. Register.Position = UDim2.new(0.596015275, 0, 0.64521116, 0)
  164. Register.Size = UDim2.new(0, 56, 0, 19)
  165. Register.Font = Enum.Font.Code
  166. Register.Text = "Register"
  167. Register.TextColor3 = Color3.new(1, 1, 1)
  168. Register.TextSize = 14
  169.  
  170. TextLabel.Parent = WhitelistFrame
  171. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. TextLabel.BorderSizePixel = 0
  173. TextLabel.Position = UDim2.new(0.0890323892, 0, 0, 0)
  174. TextLabel.Size = UDim2.new(0, 66, 0, 19)
  175. TextLabel.Font = Enum.Font.Code
  176. TextLabel.Text = "Whitelist"
  177. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  178. TextLabel.TextSize = 14
  179.  
  180. Submit.Name = "Submit"
  181. Submit.Parent = WhitelistFrame
  182. Submit.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  183. Submit.BorderSizePixel = 0
  184. Submit.Position = UDim2.new(0.191075534, 0, 0.652564108, 0)
  185. Submit.Size = UDim2.new(0, 56, 0, 19)
  186. Submit.Font = Enum.Font.Code
  187. Submit.Text = "Submit"
  188. Submit.TextColor3 = Color3.new(1, 1, 1)
  189. Submit.TextSize = 14
  190.  
  191. Pass.Name = "Pass"
  192. Pass.Parent = WhitelistFrame
  193. Pass.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  194. Pass.BorderSizePixel = 0
  195. Pass.Position = UDim2.new(0.0906916857, 0, 0.435392708, 0)
  196. Pass.Size = UDim2.new(0, 197, 0, 17)
  197. Pass.Font = Enum.Font.SourceSansItalic
  198. Pass.PlaceholderColor3 = Color3.new(1, 1, 1)
  199. Pass.PlaceholderText = "Whitelist Key :"
  200. Pass.Text = ""
  201. Pass.TextColor3 = Color3.new(1, 1, 1)
  202. Pass.TextScaled = true
  203. Pass.TextSize = 14
  204. Pass.TextWrapped = true
  205. Pass.TextXAlignment = Enum.TextXAlignment.Left
  206. Pass.TextYAlignment = Enum.TextYAlignment.Top
  207.  
  208. MainFrame.Name = "MainFrame"
  209. MainFrame.Parent = Testing
  210. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  211. MainFrame.BackgroundTransparency = 1
  212. MainFrame.Position = UDim2.new(0.0468199886, 0, 0.184450328, 0)
  213. MainFrame.Size = UDim2.new(0, 437, 0, 255)
  214. MainFrame.Visible = false
  215. MainFrame.Image = "rbxassetid://2260429633"
  216. MainFrame.ImageColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  217. MainFrame.ScaleType = Enum.ScaleType.Slice
  218. MainFrame.SliceCenter = Rect.new(12, 12, 13, 13)
  219.  
  220. Frame.Parent = MainFrame
  221. Frame.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  222. Frame.BorderSizePixel = 0
  223. Frame.Position = UDim2.new(0, 0, 0.0745098069, 0)
  224. Frame.Size = UDim2.new(0, 437, 0, 19)
  225.  
  226. Code.Name = "Code"
  227. Code.Parent = MainFrame
  228. Code.BackgroundColor3 = Color3.new(1, 1, 1)
  229. Code.BackgroundTransparency = 1
  230. Code.BorderSizePixel = 0
  231. Code.Position = UDim2.new(0, 0, 0.149019614, 0)
  232. Code.Size = UDim2.new(0, 436, 0, 200)
  233. Code.Font = Enum.Font.SourceSansItalic
  234. Code.PlaceholderColor3 = Color3.new(1, 1, 1)
  235. Code.Text = ""
  236. Code.TextColor3 = Color3.new(1, 1, 1)
  237. Code.TextScaled = true
  238. Code.TextSize = 14
  239. Code.TextWrapped = true
  240. Code.TextXAlignment = Enum.TextXAlignment.Left
  241. Code.TextYAlignment = Enum.TextYAlignment.Top
  242.  
  243. Minimize.Name = "Minimize"
  244. Minimize.Parent = MainFrame
  245. Minimize.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  246. Minimize.BorderSizePixel = 0
  247. Minimize.Position = UDim2.new(-4.47034836e-08, 0, 0, 0)
  248. Minimize.Size = UDim2.new(0, 18, 0, 19)
  249. Minimize.Font = Enum.Font.SourceSansBold
  250. Minimize.Text = "?"
  251. Minimize.TextColor3 = Color3.new(1, 1, 1)
  252. Minimize.TextSize = 14
  253.  
  254. Execute.Name = "Execute"
  255. Execute.Parent = MainFrame
  256. Execute.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  257. Execute.BorderSizePixel = 0
  258. Execute.Position = UDim2.new(0, 0, 0.0745098069, 0)
  259. Execute.Size = UDim2.new(0, 56, 0, 19)
  260. Execute.Font = Enum.Font.Code
  261. Execute.Text = "Execute"
  262. Execute.TextColor3 = Color3.new(1, 1, 1)
  263. Execute.TextSize = 14
  264.  
  265. Clear.Name = "Clear"
  266. Clear.Parent = MainFrame
  267. Clear.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  268. Clear.BorderSizePixel = 0
  269. Clear.Position = UDim2.new(0.128146455, 0, 0.0745098069, 0)
  270. Clear.Size = UDim2.new(0, 56, 0, 19)
  271. Clear.Font = Enum.Font.Code
  272. Clear.Text = "Clear"
  273. Clear.TextColor3 = Color3.new(1, 1, 1)
  274. Clear.TextSize = 14
  275.  
  276. Settings.Name = "Settings"
  277. Settings.Parent = MainFrame
  278. Settings.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  279. Settings.BorderSizePixel = 0
  280. Settings.Position = UDim2.new(0.256292909, 0, 0.0745098069, 0)
  281. Settings.Size = UDim2.new(0, 65, 0, 19)
  282. Settings.Font = Enum.Font.Code
  283. Settings.Text = "Settings"
  284. Settings.TextColor3 = Color3.new(1, 1, 1)
  285. Settings.TextSize = 14
  286.  
  287. Scripts.Name = "Scripts"
  288. Scripts.Parent = MainFrame
  289. Scripts.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  290. Scripts.BorderSizePixel = 0
  291. Scripts.Position = UDim2.new(0.425629288, 0, 0.0745098069, 0)
  292. Scripts.Size = UDim2.new(0, 65, 0, 19)
  293. Scripts.Font = Enum.Font.Code
  294. Scripts.Text = "Scripts"
  295. Scripts.TextColor3 = Color3.new(1, 1, 1)
  296. Scripts.TextSize = 14
  297.  
  298. Console.Name = "Console"
  299. Console.Parent = MainFrame
  300. Console.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  301. Console.BorderSizePixel = 0
  302. Console.Position = UDim2.new(0.574370742, 0, 0.0745098069, 0)
  303. Console.Size = UDim2.new(0, 65, 0, 19)
  304. Console.Font = Enum.Font.Code
  305. Console.Text = "Console"
  306. Console.TextColor3 = Color3.new(1, 1, 1)
  307. Console.TextSize = 14
  308.  
  309. TextLabel_2.Parent = MainFrame
  310. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  311. TextLabel_2.BorderSizePixel = 0
  312. TextLabel_2.Position = UDim2.new(0.0394455418, 0, 0, 0)
  313. TextLabel_2.Size = UDim2.new(0, 168, 0, 19)
  314. TextLabel_2.Font = Enum.Font.Code
  315. TextLabel_2.Text = "Synapse X Roblox Version"
  316. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  317. TextLabel_2.TextSize = 14
  318.  
  319. LoadingFrame.Name = "LoadingFrame"
  320. LoadingFrame.Parent = Testing
  321. LoadingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  322. LoadingFrame.BackgroundTransparency = 1
  323. LoadingFrame.Position = UDim2.new(0.469839573, 0, 0.368745267, 0)
  324. LoadingFrame.Size = UDim2.new(0, 244, 0, 136)
  325. LoadingFrame.Visible = false
  326. LoadingFrame.Image = "rbxassetid://2260429633"
  327. LoadingFrame.ImageColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  328. LoadingFrame.ScaleType = Enum.ScaleType.Slice
  329. LoadingFrame.SliceCenter = Rect.new(12, 12, 13, 13)
  330.  
  331. MinimizeLoading.Name = "MinimizeLoading"
  332. MinimizeLoading.Parent = LoadingFrame
  333. MinimizeLoading.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  334. MinimizeLoading.BorderSizePixel = 0
  335. MinimizeLoading.Position = UDim2.new(-4.47034836e-08, 0, 0, 0)
  336. MinimizeLoading.Size = UDim2.new(0, 18, 0, 19)
  337. MinimizeLoading.Font = Enum.Font.SourceSansBold
  338. MinimizeLoading.Text = "?"
  339. MinimizeLoading.TextColor3 = Color3.new(1, 1, 1)
  340. MinimizeLoading.TextSize = 14
  341.  
  342. TextLabel_3.Parent = LoadingFrame
  343. TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  344. TextLabel_3.BorderSizePixel = 0
  345. TextLabel_3.Position = UDim2.new(0.0737704933, 0, 0, 0)
  346. TextLabel_3.Size = UDim2.new(0, 61, 0, 19)
  347. TextLabel_3.Font = Enum.Font.Code
  348. TextLabel_3.Text = "Loading"
  349. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  350. TextLabel_3.TextSize = 14
  351.  
  352. Bar.Name = "Bar"
  353. Bar.Parent = LoadingFrame
  354. Bar.BackgroundColor3 = Color3.new(1, 1, 1)
  355. Bar.BorderSizePixel = 0
  356. Bar.Position = UDim2.new(0.122950815, 0, 0.460460603, 0)
  357. Bar.Size = UDim2.new(0, 190, 0, 26)
  358. Bar.Font = Enum.Font.Code
  359. Bar.Text = ""
  360. Bar.TextColor3 = Color3.new(1, 1, 1)
  361. Bar.TextSize = 14
  362.  
  363. Title.Name = "Title"
  364. Title.Parent = LoadingFrame
  365. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  366. Title.BorderSizePixel = 0
  367. Title.Position = UDim2.new(0.25, 0, 0.198529407, 0)
  368. Title.Size = UDim2.new(0, 127, 0, 19)
  369. Title.Font = Enum.Font.Code
  370. Title.Text = "Checking Whitelist"
  371. Title.TextColor3 = Color3.new(1, 1, 1)
  372. Title.TextSize = 14
  373.  
  374. BarLo.Name = "BarLo"
  375. BarLo.Parent = LoadingFrame
  376. BarLo.BackgroundColor3 = Color3.new(0, 0.45098, 0)
  377. BarLo.BorderSizePixel = 0
  378. BarLo.Position = UDim2.new(0.122950822, 0, 0.460460663, 0)
  379. BarLo.Size = UDim2.new(0, 58, 0, 26)
  380. BarLo.Visible = false
  381. BarLo.Font = Enum.Font.Code
  382. BarLo.Text = ""
  383. BarLo.TextColor3 = Color3.new(1, 1, 1)
  384. BarLo.TextSize = 14
  385.  
  386. BarLoad.Name = "BarLoad"
  387. BarLoad.Parent = LoadingFrame
  388. BarLoad.BackgroundColor3 = Color3.new(0, 0.45098, 0)
  389. BarLoad.BorderSizePixel = 0
  390. BarLoad.Position = UDim2.new(0.122950822, 0, 0.460460663, 0)
  391. BarLoad.Size = UDim2.new(0, 130, 0, 26)
  392. BarLoad.Visible = false
  393. BarLoad.Font = Enum.Font.Code
  394. BarLoad.Text = ""
  395. BarLoad.TextColor3 = Color3.new(1, 1, 1)
  396. BarLoad.TextSize = 14
  397.  
  398. BarLoading.Name = "BarLoading"
  399. BarLoading.Parent = LoadingFrame
  400. BarLoading.BackgroundColor3 = Color3.new(0, 0.45098, 0)
  401. BarLoading.BorderSizePixel = 0
  402. BarLoading.Position = UDim2.new(0.122950822, 0, 0.460460663, 0)
  403. BarLoading.Size = UDim2.new(0, 190,0, 26)
  404. BarLoading.Visible = false
  405. BarLoading.Font = Enum.Font.Code
  406. BarLoading.Text = ""
  407. BarLoading.TextColor3 = Color3.new(1, 1, 1)
  408. BarLoading.TextSize = 14
  409.  
  410. MinimizeLoading_2.Name = "MinimizeLoading"
  411. MinimizeLoading_2.Parent = LoadingFrame
  412. MinimizeLoading_2.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  413. MinimizeLoading_2.BorderSizePixel = 0
  414. MinimizeLoading_2.Position = UDim2.new(0.254098356, 0, 0.713235259, 0)
  415. MinimizeLoading_2.Size = UDim2.new(0, 120, 0, 27)
  416. MinimizeLoading_2.Font = Enum.Font.SourceSansBold
  417. MinimizeLoading_2.Text = "Tap me to load"
  418. MinimizeLoading_2.TextColor3 = Color3.new(1, 1, 1)
  419. MinimizeLoading_2.TextSize = 14
  420. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement