Guest User

Untitled

a guest
Sep 19th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.58 KB | None | 0 0
  1.  
  2. -- Instances:
  3. local test = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local username = Instance.new("TextBox")
  6. local password = Instance.new("TextBox")
  7. local Submit = Instance.new("TextButton")
  8. local thetitle = Instance.new("TextLabel")
  9. local thing = Instance.new("Frame")
  10. local label = Instance.new("TextLabel")
  11. local ss = Instance.new("TextButton")
  12. local ss2 = Instance.new("TextButton")
  13. local ss3 = Instance.new("TextButton")
  14. local section1 = Instance.new("Frame")
  15. local some = Instance.new("TextLabel")
  16. local a = Instance.new("TextButton")
  17. local b = Instance.new("TextButton")
  18. local c = Instance.new("TextButton")
  19. local d = Instance.new("TextButton")
  20. local e = Instance.new("TextButton")
  21. local f = Instance.new("TextButton")
  22. local g = Instance.new("TextButton")
  23. local h = Instance.new("TextButton")
  24. local i = Instance.new("TextButton")
  25. local exit1 = Instance.new("TextButton")
  26. local section2 = Instance.new("Frame")
  27. local anothertitle = Instance.new("TextLabel")
  28. local j = Instance.new("TextButton")
  29. local k = Instance.new("TextButton")
  30. local l = Instance.new("TextButton")
  31. local m = Instance.new("TextButton")
  32. local n = Instance.new("TextButton")
  33. local o = Instance.new("TextButton")
  34. local p = Instance.new("TextButton")
  35. local q = Instance.new("TextButton")
  36. local exit2 = Instance.new("TextButton")
  37. local section3 = Instance.new("Frame")
  38. local anothertitle2 = Instance.new("TextLabel")
  39. local r = Instance.new("TextButton")
  40. local s = Instance.new("TextButton")
  41. local t = Instance.new("TextButton")
  42. local u = Instance.new("TextButton")
  43. local v = Instance.new("TextButton")
  44. local w = Instance.new("TextButton")
  45. local x = Instance.new("TextButton")
  46. local y = Instance.new("TextButton")
  47. local z = Instance.new("TextButton")
  48. local exit3 = Instance.new("TextButton")
  49. local name = Instance.new("Frame")
  50. local nameoverthere = Instance.new("TextLabel")
  51. local TextBox = Instance.new("TextBox")
  52. --Properties:
  53. test.Name = "test"
  54. test.Parent = game.CoreGui
  55.  
  56. Login.Name = "Login"
  57. Login.Parent = test
  58. Login.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  59. Login.Position = UDim2.new(0.03945373, 0, 0.385809302, 0)
  60. Login.Size = UDim2.new(0, 249, 0, 256)
  61.  
  62. username.Name = "username"
  63. username.Parent = Login
  64. username.BackgroundColor3 = Color3.new(0.529412, 0.494118, 0.505882)
  65. username.BorderColor3 = Color3.new(0.0352941, 0.027451, 0.027451)
  66. username.Position = UDim2.new(0, 0, 0.30859375, 0)
  67. username.Size = UDim2.new(0, 249, 0, 32)
  68. username.Font = Enum.Font.SourceSansSemibold
  69. username.Text = "Username"
  70. username.TextColor3 = Color3.new(1, 1, 1)
  71. username.TextScaled = true
  72. username.TextSize = 14
  73. username.TextWrapped = true
  74.  
  75. password.Name = "password"
  76. password.Parent = Login
  77. password.BackgroundColor3 = Color3.new(0.490196, 0.478431, 0.478431)
  78. password.BorderColor3 = Color3.new(0.0941177, 0.0862745, 0.0901961)
  79. password.Position = UDim2.new(0, 0, 0.55859375, 0)
  80. password.Size = UDim2.new(0, 249, 0, 33)
  81. password.Font = Enum.Font.SourceSansSemibold
  82. password.Text = "Password"
  83. password.TextColor3 = Color3.new(1, 1, 1)
  84. password.TextScaled = true
  85. password.TextSize = 14
  86. password.TextWrapped = true
  87.  
  88. Submit.Name = "Submit"
  89. Submit.Parent = Login
  90. Submit.BackgroundColor3 = Color3.new(0.513726, 0.482353, 0.509804)
  91. Submit.BackgroundTransparency = 0.5
  92. Submit.BorderColor3 = Color3.new(0.0941177, 0.0862745, 0.0901961)
  93. Submit.Position = UDim2.new(0.204819277, 0, 0.765625, 0)
  94. Submit.Size = UDim2.new(0, 147, 0, 60)
  95. Submit.Font = Enum.Font.SourceSansSemibold
  96. Submit.Text = "Login"
  97. Submit.TextColor3 = Color3.new(0.952941, 1, 0.956863)
  98. Submit.TextScaled = true
  99. Submit.TextSize = 14
  100. Submit.TextWrapped = true
  101.  
  102. thetitle.Name = "thetitle"
  103. thetitle.Parent = Login
  104. thetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  105. thetitle.BackgroundTransparency = 1
  106. thetitle.Size = UDim2.new(0, 249, 0, 79)
  107. thetitle.Font = Enum.Font.SourceSansSemibold
  108. thetitle.Text = "Welcome to JayRain's SS GUI please sign in."
  109. thetitle.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  110. thetitle.TextScaled = true
  111. thetitle.TextSize = 14
  112. thetitle.TextWrapped = true
  113.  
  114. thing.Name = "thing"
  115. thing.Parent = test
  116. thing.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  117. thing.Position = UDim2.new(0.6024279, 0, 0.410199583, 0)
  118. thing.Size = UDim2.new(0, 215, 0, 199)
  119. thing.Visible = false
  120.  
  121. label.Name = "label"
  122. label.Parent = thing
  123. label.BackgroundColor3 = Color3.new(1, 1, 1)
  124. label.BackgroundTransparency = 1
  125. label.Size = UDim2.new(0, 215, 0, 50)
  126. label.Font = Enum.Font.SourceSansSemibold
  127. label.Text = "What SS scripts do you want to execute?"
  128. label.TextColor3 = Color3.new(1, 1, 1)
  129. label.TextScaled = true
  130. label.TextSize = 14
  131. label.TextWrapped = true
  132.  
  133. ss.Name = "ss"
  134. ss.Parent = thing
  135. ss.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  136. ss.Position = UDim2.new(0, 0, 0.301507533, 0)
  137. ss.Size = UDim2.new(0, 215, 0, 50)
  138. ss.Font = Enum.Font.SourceSansSemibold
  139. ss.Text = "Number 1 section of SS scripts."
  140. ss.TextColor3 = Color3.new(1, 1, 1)
  141. ss.TextScaled = true
  142. ss.TextSize = 14
  143. ss.TextWrapped = true
  144.  
  145. ss2.Name = "ss2"
  146. ss2.Parent = thing
  147. ss2.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  148. ss2.Position = UDim2.new(0, 0, 0.55276382, 0)
  149. ss2.Size = UDim2.new(0, 215, 0, 50)
  150. ss2.Font = Enum.Font.SourceSansSemibold
  151. ss2.Text = "Number 2 section of SS scripts."
  152. ss2.TextColor3 = Color3.new(1, 1, 1)
  153. ss2.TextScaled = true
  154. ss2.TextSize = 14
  155. ss2.TextWrapped = true
  156.  
  157. ss3.Name = "ss3"
  158. ss3.Parent = thing
  159. ss3.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  160. ss3.Position = UDim2.new(0, 0, 0.804020107, 0)
  161. ss3.Size = UDim2.new(0, 215, 0, 47)
  162. ss3.Font = Enum.Font.SourceSansSemibold
  163. ss3.Text = "Number 3 section of SS scripts."
  164. ss3.TextColor3 = Color3.new(1, 1, 1)
  165. ss3.TextScaled = true
  166. ss3.TextSize = 14
  167. ss3.TextWrapped = true
  168.  
  169. section1.Name = "section1"
  170. section1.Parent = test
  171. section1.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  172. section1.Position = UDim2.new(0.663449526, 0, 0.0110864937, 0)
  173. section1.Size = UDim2.new(0, 186, 0, 169)
  174. section1.Visible = false
  175.  
  176. some.Name = "some"
  177. some.Parent = section1
  178. some.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  179. some.Size = UDim2.new(0, 186, 0, 50)
  180. some.Font = Enum.Font.SourceSansSemibold
  181. some.Text = "Section 1"
  182. some.TextColor3 = Color3.new(1, 1, 1)
  183. some.TextScaled = true
  184. some.TextSize = 14
  185. some.TextWrapped = true
  186.  
  187. a.Name = "a"
  188. a.Parent = section1
  189. a.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  190. a.Position = UDim2.new(0, 0, 0.295857996, 0)
  191. a.Size = UDim2.new(0, 57, 0, 36)
  192. a.Font = Enum.Font.SourceSansSemibold
  193. a.Text = "Fat Human FE"
  194. a.TextColor3 = Color3.new(1, 1, 1)
  195. a.TextScaled = true
  196. a.TextSize = 14
  197. a.TextWrapped = true
  198.  
  199. b.Name = "b"
  200. b.Parent = section1
  201. b.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  202. b.Position = UDim2.new(0.306451619, 0, 0.295857996, 0)
  203. b.Size = UDim2.new(0, 63, 0, 36)
  204. b.Font = Enum.Font.SourceSansSemibold
  205. b.Text = "Allah Akbar FE"
  206. b.TextColor3 = Color3.new(1, 1, 1)
  207. b.TextScaled = true
  208. b.TextSize = 14
  209. b.TextWrapped = true
  210.  
  211. c.Name = "c"
  212. c.Parent = section1
  213. c.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  214. c.Position = UDim2.new(0.645161271, 0, 0.295857996, 0)
  215. c.Size = UDim2.new(0, 66, 0, 36)
  216. c.Font = Enum.Font.SourceSansSemibold
  217. c.Text = "Mario Land FE"
  218. c.TextColor3 = Color3.new(1, 1, 1)
  219. c.TextScaled = true
  220. c.TextSize = 14
  221. c.TextWrapped = true
  222.  
  223. d.Name = "d"
  224. d.Parent = section1
  225. d.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  226. d.Position = UDim2.new(0, 0, 0.508875728, 0)
  227. d.Size = UDim2.new(0, 57, 0, 38)
  228. d.Font = Enum.Font.SourceSansSemibold
  229. d.Text = "Hang FE"
  230. d.TextColor3 = Color3.new(1, 1, 1)
  231. d.TextScaled = true
  232. d.TextSize = 14
  233. d.TextWrapped = true
  234.  
  235. e.Name = "e"
  236. e.Parent = section1
  237. e.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  238. e.Position = UDim2.new(0.306451619, 0, 0.508875728, 0)
  239. e.Size = UDim2.new(0, 63, 0, 38)
  240. e.Font = Enum.Font.SourceSansSemibold
  241. e.Text = "RIP FE GUI"
  242. e.TextColor3 = Color3.new(1, 1, 1)
  243. e.TextScaled = true
  244. e.TextSize = 14
  245. e.TextWrapped = true
  246.  
  247. f.Name = "f"
  248. f.Parent = section1
  249. f.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  250. f.Position = UDim2.new(0.645161271, 0, 0.508875728, 0)
  251. f.Size = UDim2.new(0, 66, 0, 38)
  252. f.Font = Enum.Font.SourceSansSemibold
  253. f.Text = "Golden Gun FE"
  254. f.TextColor3 = Color3.new(1, 1, 1)
  255. f.TextScaled = true
  256. f.TextSize = 14
  257. f.TextWrapped = true
  258.  
  259. g.Name = "g"
  260. g.Parent = section1
  261. g.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  262. g.Position = UDim2.new(0, 0, 0.733727813, 0)
  263. g.Size = UDim2.new(0, 57, 0, 45)
  264. g.Font = Enum.Font.SourceSansSemibold
  265. g.Text = "Free Candy! FE"
  266. g.TextColor3 = Color3.new(1, 1, 1)
  267. g.TextScaled = true
  268. g.TextSize = 14
  269. g.TextWrapped = true
  270.  
  271. h.Name = "h"
  272. h.Parent = section1
  273. h.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  274. h.Position = UDim2.new(0.306451619, 0, 0.733727813, 0)
  275. h.Size = UDim2.new(0, 63, 0, 45)
  276. h.Font = Enum.Font.SourceSansSemibold
  277. h.Text = "Flamethrower FE"
  278. h.TextColor3 = Color3.new(1, 1, 1)
  279. h.TextScaled = true
  280. h.TextSize = 14
  281. h.TextWrapped = true
  282.  
  283. i.Name = "i"
  284. i.Parent = section1
  285. i.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  286. i.Position = UDim2.new(0.645161271, 0, 0.733727813, 0)
  287. i.Size = UDim2.new(0, 66, 0, 45)
  288. i.Font = Enum.Font.SourceSans
  289. i.Text = "Red Wing Claw"
  290. i.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  291. i.TextScaled = true
  292. i.TextSize = 14
  293. i.TextWrapped = true
  294.  
  295. exit1.Name = "exit1"
  296. exit1.Parent = section1
  297. exit1.BackgroundColor3 = Color3.new(1, 1, 1)
  298. exit1.BackgroundTransparency = 1
  299. exit1.Position = UDim2.new(0.607526898, 0, -0.0591716021, 0)
  300. exit1.Size = UDim2.new(0, 128, 0, 41)
  301. exit1.Font = Enum.Font.SourceSans
  302. exit1.Text = "X"
  303. exit1.TextColor3 = Color3.new(1, 1, 1)
  304. exit1.TextScaled = true
  305. exit1.TextSize = 14
  306. exit1.TextWrapped = true
  307.  
  308. section2.Name = "section2"
  309. section2.Parent = test
  310. section2.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  311. section2.Position = UDim2.new(0.348425299, 0, 0.0110864639, 0)
  312. section2.Size = UDim2.new(0, 186, 0, 169)
  313. section2.Visible = false
  314.  
  315. anothertitle.Name = "anothertitle"
  316. anothertitle.Parent = section2
  317. anothertitle.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  318. anothertitle.BackgroundTransparency = 1
  319. anothertitle.Size = UDim2.new(0, 174, 0, 50)
  320. anothertitle.Font = Enum.Font.SourceSansSemibold
  321. anothertitle.Text = "Section 2"
  322. anothertitle.TextColor3 = Color3.new(1, 1, 1)
  323. anothertitle.TextScaled = true
  324. anothertitle.TextSize = 14
  325. anothertitle.TextWrapped = true
  326.  
  327. j.Name = "j"
  328. j.Parent = section2
  329. j.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  330. j.Position = UDim2.new(0, 0, 0.331360936, 0)
  331. j.Size = UDim2.new(0, 63, 0, 44)
  332. j.Font = Enum.Font.SourceSansSemibold
  333. j.Text = "Uganda Knuckles"
  334. j.TextColor3 = Color3.new(1, 1, 1)
  335. j.TextScaled = true
  336. j.TextSize = 14
  337. j.TextWrapped = true
  338.  
  339. k.Name = "k"
  340. k.Parent = section2
  341. k.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  342. k.Position = UDim2.new(0.338709682, 0, 0.331360936, 0)
  343. k.Size = UDim2.new(0, 66, 0, 44)
  344. k.Font = Enum.Font.SourceSansSemibold
  345. k.Text = "Van Gui"
  346. k.TextColor3 = Color3.new(1, 1, 1)
  347. k.TextScaled = true
  348. k.TextSize = 14
  349. k.TextWrapped = true
  350.  
  351. l.Name = "l"
  352. l.Parent = section2
  353. l.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  354. l.Position = UDim2.new(0.693548381, 0, 0.331360936, 0)
  355. l.Size = UDim2.new(0, 57, 0, 44)
  356. l.Font = Enum.Font.SourceSansSemibold
  357. l.Text = "Suicide Hang"
  358. l.TextColor3 = Color3.new(1, 1, 1)
  359. l.TextScaled = true
  360. l.TextSize = 14
  361. l.TextWrapped = true
  362.  
  363. m.Name = "m"
  364. m.Parent = section2
  365. m.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  366. m.Position = UDim2.new(0, 0, 0.591715991, 0)
  367. m.Size = UDim2.new(0, 63, 0, 34)
  368. m.Font = Enum.Font.SourceSansSemibold
  369. m.Text = "Sipsion Burger"
  370. m.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  371. m.TextScaled = true
  372. m.TextSize = 14
  373. m.TextWrapped = true
  374.  
  375. n.Name = "n"
  376. n.Parent = section2
  377. n.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  378. n.Position = UDim2.new(0.338709682, 0, 0.591715991, 0)
  379. n.Size = UDim2.new(0, 66, 0, 34)
  380. n.Font = Enum.Font.SourceSansSemibold
  381. n.Text = "Suicide FE"
  382. n.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  383. n.TextScaled = true
  384. n.TextSize = 14
  385. n.TextWrapped = true
  386.  
  387. o.Name = "o"
  388. o.Parent = section2
  389. o.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  390. o.Position = UDim2.new(0.693548381, 0, 0.591715991, 0)
  391. o.Size = UDim2.new(0, 57, 0, 34)
  392. o.Font = Enum.Font.SourceSansSemibold
  393. o.Text = "Another SS GUI"
  394. o.TextColor3 = Color3.new(1, 1, 1)
  395. o.TextScaled = true
  396. o.TextSize = 14
  397. o.TextWrapped = true
  398.  
  399. p.Name = "p"
  400. p.Parent = section2
  401. p.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  402. p.Position = UDim2.new(0, 0, 0.79289943, 0)
  403. p.Size = UDim2.new(0, 90, 0, 35)
  404. p.Font = Enum.Font.SourceSansSemibold
  405. p.Text = "Plane FE"
  406. p.TextColor3 = Color3.new(1, 1, 1)
  407. p.TextScaled = true
  408. p.TextSize = 14
  409. p.TextWrapped = true
  410.  
  411. q.Name = "q"
  412. q.Parent = section2
  413. q.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  414. q.Position = UDim2.new(0.483870953, 0, 0.79289943, 0)
  415. q.Size = UDim2.new(0, 96, 0, 35)
  416. q.Font = Enum.Font.SourceSansSemibold
  417. q.Text = "MustardGas FE"
  418. q.TextColor3 = Color3.new(1, 1, 1)
  419. q.TextScaled = true
  420. q.TextSize = 14
  421. q.TextWrapped = true
  422.  
  423. exit2.Name = "exit2"
  424. exit2.Parent = section2
  425. exit2.BackgroundColor3 = Color3.new(1, 1, 1)
  426. exit2.BackgroundTransparency = 1
  427. exit2.Position = UDim2.new(0.489247292, 0, -0.0710059181, 0)
  428. exit2.Size = UDim2.new(0, 181, 0, 36)
  429. exit2.Font = Enum.Font.SourceSansSemibold
  430. exit2.Text = "X"
  431. exit2.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  432. exit2.TextScaled = true
  433. exit2.TextSize = 14
  434. exit2.TextWrapped = true
  435.  
  436. section3.Name = "section3"
  437. section3.Parent = test
  438. section3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  439. section3.Position = UDim2.new(0.0382475853, 0, 0.00665187836, 0)
  440. section3.Size = UDim2.new(0, 186, 0, 171)
  441. section3.Visible = false
  442.  
  443. anothertitle2.Name = "anothertitle2"
  444. anothertitle2.Parent = section3
  445. anothertitle2.BackgroundColor3 = Color3.new(1, 1, 1)
  446. anothertitle2.BackgroundTransparency = 1
  447. anothertitle2.Position = UDim2.new(-0.0591397882, 0, 0, 0)
  448. anothertitle2.Size = UDim2.new(0, 186, 0, 53)
  449. anothertitle2.Font = Enum.Font.SourceSans
  450. anothertitle2.Text = "Section 3"
  451. anothertitle2.TextColor3 = Color3.new(1, 1, 1)
  452. anothertitle2.TextScaled = true
  453. anothertitle2.TextSize = 14
  454. anothertitle2.TextWrapped = true
  455.  
  456. r.Name = "r"
  457. r.Parent = section3
  458. r.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  459. r.Position = UDim2.new(0, 0, 0.30994153, 0)
  460. r.Size = UDim2.new(0, 56, 0, 41)
  461. r.Font = Enum.Font.SourceSansSemibold
  462. r.Text = "Raining Ducks"
  463. r.TextColor3 = Color3.new(1, 1, 1)
  464. r.TextScaled = true
  465. r.TextSize = 14
  466. r.TextWrapped = true
  467.  
  468. s.Name = "s"
  469. s.Parent = section3
  470. s.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  471. s.Position = UDim2.new(0.30107528, 0, 0.30994153, 0)
  472. s.Size = UDim2.new(0, 66, 0, 38)
  473. s.Font = Enum.Font.SourceSansSemibold
  474. s.Text = "JailBreak FE"
  475. s.TextColor3 = Color3.new(1, 1, 1)
  476. s.TextScaled = true
  477. s.TextSize = 14
  478. s.TextWrapped = true
  479.  
  480. t.Name = "t"
  481. t.Parent = section3
  482. t.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  483. t.Position = UDim2.new(0.655913949, 0, 0.30994153, 0)
  484. t.Size = UDim2.new(0, 64, 0, 38)
  485. t.Font = Enum.Font.SourceSans
  486. t.Text = "Hitler Land FE"
  487. t.TextColor3 = Color3.new(1, 1, 1)
  488. t.TextScaled = true
  489. t.TextSize = 14
  490. t.TextWrapped = true
  491.  
  492. u.Name = "u"
  493. u.Parent = section3
  494. u.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  495. u.Position = UDim2.new(0, 0, 0.532163739, 0)
  496. u.Size = UDim2.new(0, 56, 0, 40)
  497. u.Font = Enum.Font.SourceSansSemibold
  498. u.Text = "StoneHub FE GUI"
  499. u.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  500. u.TextScaled = true
  501. u.TextSize = 14
  502. u.TextWrapped = true
  503.  
  504. v.Name = "v"
  505. v.Parent = section3
  506. v.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  507. v.Position = UDim2.new(0.30107528, 0, 0.532163739, 0)
  508. v.Size = UDim2.new(0, 66, 0, 40)
  509. v.Font = Enum.Font.SourceSansSemibold
  510. v.Text = "Rock N Roll Mcdonalds"
  511. v.TextColor3 = Color3.new(1, 1, 1)
  512. v.TextScaled = true
  513. v.TextSize = 14
  514. v.TextWrapped = true
  515.  
  516. w.Name = "w"
  517. w.Parent = section3
  518. w.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  519. w.Position = UDim2.new(0.655913949, 0, 0.532163739, 0)
  520. w.Size = UDim2.new(0, 64, 0, 40)
  521. w.Font = Enum.Font.SourceSansSemibold
  522. w.Text = "Hitler FE"
  523. w.TextColor3 = Color3.new(1, 1, 1)
  524. w.TextScaled = true
  525. w.TextSize = 14
  526. w.TextWrapped = true
  527.  
  528. x.Name = "x"
  529. x.Parent = section3
  530. x.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  531. x.Position = UDim2.new(0, 0, 0.76608187, 0)
  532. x.Size = UDim2.new(0, 56, 0, 40)
  533. x.Font = Enum.Font.SourceSans
  534. x.Text = "Grab Knife FE"
  535. x.TextColor3 = Color3.new(1, 1, 1)
  536. x.TextScaled = true
  537. x.TextSize = 14
  538. x.TextWrapped = true
  539.  
  540. y.Name = "y"
  541. y.Parent = section3
  542. y.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  543. y.Position = UDim2.new(0.30107528, 0, 0.76608187, 0)
  544. y.Size = UDim2.new(0, 66, 0, 40)
  545. y.Font = Enum.Font.SourceSans
  546. y.Text = "Bomb FE"
  547. y.TextColor3 = Color3.new(1, 1, 1)
  548. y.TextScaled = true
  549. y.TextSize = 14
  550. y.TextWrapped = true
  551.  
  552. z.Name = "z"
  553. z.Parent = section3
  554. z.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  555. z.Position = UDim2.new(0.655913949, 0, 0.76608187, 0)
  556. z.Size = UDim2.new(0, 64, 0, 40)
  557. z.Font = Enum.Font.SourceSansSemibold
  558. z.Text = "MLL ADMIN FE"
  559. z.TextColor3 = Color3.new(1, 1, 1)
  560. z.TextScaled = true
  561. z.TextSize = 14
  562. z.TextWrapped = true
  563.  
  564. exit3.Name = "exit3"
  565. exit3.Parent = section3
  566. exit3.BackgroundColor3 = Color3.new(1, 1, 1)
  567. exit3.BackgroundTransparency = 1
  568. exit3.Position = UDim2.new(0.403225809, 0, -0.0526315793, 0)
  569. exit3.Size = UDim2.new(0, 200, 0, 50)
  570. exit3.Font = Enum.Font.SourceSans
  571. exit3.Text = "X"
  572. exit3.TextColor3 = Color3.new(1, 1, 1)
  573. exit3.TextScaled = true
  574. exit3.TextSize = 14
  575. exit3.TextWrapped = true
  576.  
  577. name.Name = "name"
  578. name.Parent = test
  579. name.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  580. name.Position = UDim2.new(0.557350516, 0, 0.869179606, 0)
  581. name.Size = UDim2.new(0, 174, 0, 34)
  582. name.Visible = false
  583.  
  584. nameoverthere.Name = "nameoverthere"
  585. nameoverthere.Parent = name
  586. nameoverthere.BackgroundColor3 = Color3.new(1, 1, 1)
  587. nameoverthere.BackgroundTransparency = 1
  588. nameoverthere.Position = UDim2.new(0, 0, -0.0588235296, 0)
  589. nameoverthere.Size = UDim2.new(0, 66, 0, 38)
  590. nameoverthere.Font = Enum.Font.SourceSans
  591. nameoverthere.Text = "Your name here -->"
  592. nameoverthere.TextColor3 = Color3.new(1, 1, 1)
  593. nameoverthere.TextScaled = true
  594. nameoverthere.TextSize = 14
  595. nameoverthere.TextWrapped = true
  596.  
  597. TextBox.Parent = name
  598. TextBox.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  599. TextBox.Position = UDim2.new(0.413793117, 0, 0, 0)
  600. TextBox.Size = UDim2.new(0, 102, 0, 34)
  601. TextBox.Font = Enum.Font.SourceSans
  602. TextBox.Text = "Name here"
  603. TextBox.TextColor3 = Color3.new(1, 1, 1)
  604. TextBox.TextSize = 14
  605. -- Scripts:
  606. TextBox.Visible = true
  607. Login.Active = true
  608. Login.Draggable = true
  609. thing.Active = true
  610. thing.Draggable = true
  611. section1.Active = true
  612. section1.Draggable = true
  613. section2.Active = true
  614. section2.Draggable = true
  615. section3.Active = true
  616. section3.Draggable = true
  617.  
  618. Submit.MouseButton1Click:connect(function()
  619. if username.Text == "jailbreaksux" and password.Text == "serverside" then
  620. Login.Visible = false
  621. thing.Visible = true
  622. end
  623. end)
  624.  
  625. ss.MouseButton1Click:connect(function()
  626. thing.Visible = false
  627. section1.Visible = true
  628. end)
  629.  
  630. ss2.MouseButton1Click:connect(function()
  631. thing.Visible = false
  632. section2.Visible = true
  633. end)
  634.  
  635. ss3.MouseButton1Click:connect(function()
  636. thing.Visible = false
  637. section3.Visible = true
  638. end)
  639.  
  640. exit1.MouseButton1Click:connect(function()
  641. section1.Visible = false
  642. thing.Visible = true
  643. end)
  644.  
  645. exit2.MouseButton1Click:connect(function()
  646. section2.Visible = false
  647. thing.Visible = true
  648. end)
  649.  
  650. exit3.MouseButton1Click:connect(function()
  651. section3.Visible = false
  652. thing.Visible = true
  653. end)
  654.  
  655. t.MouseButton1Click:connect(function()
  656. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1192815372)
  657. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1192815372).load"Scionox"]])
  658. end)
  659.  
  660. v.MouseButton1Click:connect(function()
  661. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1176949464)
  662. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1176949464).load"Scionox"]])
  663. end)
  664.  
  665. w.MouseButton1Click:connect(function()
  666. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1230799371)
  667. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1230799371).load"Scionox"]])
  668. end)
  669.  
  670. x.MouseButton1Click:connect(function()
  671. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1193146271)
  672. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1193146271).load"Scionox"]])
  673. end)
  674. y.MouseButton1Click:connect(function()
  675. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,970557341)
  676. game.ReplicatedStorage.RemoteEvent:FireServer([[require(970557341).load"Scionox"]])
  677. end)
  678.  
  679. z.MouseButton1Click:connect(function()
  680.  
  681. game.ReplicatedStorage.RemoteEvent:FireServer([[require(520532182).giveAdmin"Scionox"]])
  682.  
  683. end)
  684.  
  685. f.MouseButton1Click:connect(function()
  686. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,968275442)
  687. game.ReplicatedStorage.RemoteEvent:FireServer([[require(968275442).load"Scionox"]])
  688. end)
  689.  
  690. g.MouseButton1Click:connect(function()
  691. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,968455549)
  692. game.ReplicatedStorage.RemoteEvent:FireServer([[require(968455549).load"Scionox"]])
  693. end)
  694.  
  695. h.MouseButton1Click:connect(function()
  696. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1201581879)
  697. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1201581879).load"Scionox"]])
  698. end)
  699.  
  700.  
  701. i.MouseButton1Click:connect(function()
  702. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,968593142)
  703. game.ReplicatedStorage.RemoteEvent:FireServer([[require(968593142).load"Scionox"]])
  704. end)
  705.  
  706.  
  707. j.MouseButton1Click:connect(function()
  708. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1327112250)
  709. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1327112250).load"Scionox"]])
  710. end)
  711.  
  712. k.MouseButton1Click:connect(function()
  713. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1846073004)
  714. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1232280447).load"Scionox"]])
  715. end)
  716.  
  717. l.MouseButton1Click:connect(function()
  718. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1845998611)
  719. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1232280447).load"Scionox"]])
  720. end)
  721.  
  722. m.MouseButton1Click:connect(function()
  723. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1517565991)
  724. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1517565991).load"Scionox"]])
  725. end)
  726.  
  727. n.MouseButton1Click:connect(function()
  728. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1243720440)
  729. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1243720440).load"Scionox"]])
  730. end)
  731.  
  732. o.MouseButton1Click:connect(function()
  733. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1368306381)
  734. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1368306381).load"Scionox"]])
  735. end)
  736.  
  737. p.MouseButton1Click:connect(function()
  738. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1280588623)
  739. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1280588623).load"Scionox"]])
  740. end)
  741.  
  742. q.MouseButton1Click:connect(function()
  743. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1196228933)
  744. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1196228933).load"Scionox"]])
  745. end)
  746.  
  747. r.MouseButton1Click:connect(function()
  748. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,966740157)
  749. game.ReplicatedStorage.RemoteEvent:FireServer([[require(966740157).load"Scionox"]])
  750. end)
  751.  
  752. t.MouseButton1Click:connect(function()
  753. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1192815372)
  754. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1192815372).load"Scionox"]])
  755. end)
  756.  
  757.  
  758. a.MouseButton1Click:connect(function()
  759. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1667920797)
  760. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1667920797).load"Scionox"]])
  761. end)
  762.  
  763. b.MouseButton1Click:connect(function()
  764. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1232280447)
  765. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1232280447).load"Scionox"]])
  766. end)
  767. c.MouseButton1Click:connect(function()
  768. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,1680418294)
  769. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1680418294).load"Scionox"]])
  770. end)
  771.  
  772. d.MouseButton1Click:connect(function()
  773. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.LocalPlayer.Name,976391086)
  774. game.ReplicatedStorage.RemoteEvent:FireServer([[require(976391086).load"Scionox"]])
  775. end)
Add Comment
Please, Sign In to add comment