Guest User

Untitled

a guest
Aug 6th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RC7 = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local Login_2 = Instance.new("TextLabel")
  6. local Cred3 = Instance.new("TextLabel")
  7. local Cred2 = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local Password = Instance.new("TextBox")
  11. local Cred2_2 = Instance.new("TextLabel")
  12. local Sidebar = Instance.new("ImageLabel")
  13. local x = Instance.new("TextButton")
  14. local loginfailed = Instance.new("Frame")
  15. local failed = Instance.new("ImageLabel")
  16. local ok = Instance.new("TextButton")
  17. local msg = Instance.new("TextButton")
  18. local Topbar = Instance.new("TextLabel")
  19. local minimize = Instance.new("TextButton")
  20. local UI = Instance.new("Frame")
  21. local Border = Instance.new("TextLabel")
  22. local Border_2 = Instance.new("TextLabel")
  23. local Border_3 = Instance.new("TextLabel")
  24. local Open = Instance.new("TextButton")
  25. local Execute = Instance.new("TextButton")
  26. local Clear = Instance.new("TextButton")
  27. local Border_4 = Instance.new("TextLabel")
  28. local Topbar_2 = Instance.new("TextLabel")
  29. local Doge = Instance.new("ImageButton")
  30. local RoXploit = Instance.new("ImageButton")
  31. local Triangle = Instance.new("ImageButton")
  32. local W = Instance.new("ImageButton")
  33. local A = Instance.new("ImageButton")
  34. local Save = Instance.new("ImageButton")
  35. local globalstateinv = Instance.new("Frame")
  36. local failed_2 = Instance.new("ImageLabel")
  37. local ok_2 = Instance.new("TextButton")
  38. local msg_2 = Instance.new("TextButton")
  39. local TextField = Instance.new("TextBox")
  40. local minimize_2 = Instance.new("TextButton")
  41. local x_2 = Instance.new("TextButton")
  42. local TextButton = Instance.new("TextButton")
  43.  
  44. -- Properties
  45.  
  46. RC7.Name = "RC7"
  47. RC7.Parent = game.StarterGui
  48.  
  49. Login.Name = "Login"
  50. Login.Parent = RC7
  51. Login.Active = true
  52. Login.BackgroundColor3 = Color3.new(0, 0.282353, 0.415686)
  53. Login.Draggable = true
  54. Login.Position = UDim2.new(0, 400, 0, 200)
  55. Login.Size = UDim2.new(0, 343, 0, 350)
  56. Login.Visible = false
  57.  
  58. Login_2.Name = "Login"
  59. Login_2.Parent = Login
  60. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Login_2.BackgroundTransparency = 1
  62. Login_2.Position = UDim2.new(0, 73, 0, 80)
  63. Login_2.Size = UDim2.new(0, 200, 0, 50)
  64. Login_2.Font = Enum.Font.SourceSansBold
  65. Login_2.FontSize = Enum.FontSize.Size60
  66. Login_2.Text = "LOGIN"
  67. Login_2.TextColor3 = Color3.new(0, 0.207843, 0.298039)
  68.  
  69. Cred3.Name = "Cred3"
  70. Cred3.Parent = Login
  71. Cred3.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Cred3.BackgroundTransparency = 1
  73. Cred3.Position = UDim2.new(0, 73, 0, 310)
  74. Cred3.Size = UDim2.new(0, 200, 0, 50)
  75. Cred3.Font = Enum.Font.SourceSansBold
  76. Cred3.FontSize = Enum.FontSize.Size14
  77. Cred3.Text = "GFX Help: Mannequin"
  78. Cred3.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  79.  
  80. Cred2.Name = "Cred2"
  81. Cred2.Parent = Login
  82. Cred2.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Cred2.BackgroundTransparency = 1
  84. Cred2.Position = UDim2.new(0, 73, 0, 270)
  85. Cred2.Size = UDim2.new(0, 200, 0, 50)
  86. Cred2.Font = Enum.Font.SourceSansBold
  87. Cred2.FontSize = Enum.FontSize.Size14
  88. Cred2.Text = "Lead Coder: SnakeCyclops"
  89. Cred2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  90.  
  91. Username.Name = "Username"
  92. Username.Parent = Login
  93. Username.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  94. Username.BorderColor3 = Color3.new(0, 0.211765, 0.301961)
  95. Username.BorderSizePixel = 7
  96. Username.Position = UDim2.new(0, 90, 0, 137)
  97. Username.Size = UDim2.new(0, 170, 0, 15)
  98. Username.Font = Enum.Font.SourceSansBold
  99. Username.FontSize = Enum.FontSize.Size24
  100. Username.Text = "Username"
  101. Username.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  102.  
  103. Submit.Name = "Submit"
  104. Submit.Parent = Login
  105. Submit.BackgroundColor3 = Color3.new(0, 0.258824, 0.364706)
  106. Submit.BorderColor3 = Color3.new(0, 0.419608, 0.584314)
  107. Submit.Position = UDim2.new(0, 123, 0, 205)
  108. Submit.Size = UDim2.new(0, 105, 0, 20)
  109. Submit.Font = Enum.Font.SourceSansBold
  110. Submit.FontSize = Enum.FontSize.Size14
  111. Submit.Text = "Submit"
  112. Submit.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  113.  
  114. Password.Name = "Password"
  115. Password.Parent = Login
  116. Password.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  117. Password.BorderColor3 = Color3.new(0, 0.211765, 0.301961)
  118. Password.BorderSizePixel = 7
  119. Password.Position = UDim2.new(0, 90, 0, 173)
  120. Password.Size = UDim2.new(0, 170, 0, 15)
  121. Password.Font = Enum.Font.SourceSansBold
  122. Password.FontSize = Enum.FontSize.Size24
  123. Password.Text = "Password"
  124. Password.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  125.  
  126. Cred2_2.Name = "Cred2"
  127. Cred2_2.Parent = Login
  128. Cred2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Cred2_2.BackgroundTransparency = 1
  130. Cred2_2.Position = UDim2.new(0, 73, 0, 290)
  131. Cred2_2.Size = UDim2.new(0, 200, 0, 50)
  132. Cred2_2.Font = Enum.Font.SourceSansBold
  133. Cred2_2.FontSize = Enum.FontSize.Size14
  134. Cred2_2.Text = "Lead GFX: KrystalTeam."
  135. Cred2_2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  136.  
  137. Sidebar.Name = "Sidebar"
  138. Sidebar.Parent = Login
  139. Sidebar.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Sidebar.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  141. Sidebar.BorderSizePixel = 0
  142. Sidebar.Position = UDim2.new(0, 304, 0, 25)
  143. Sidebar.Size = UDim2.new(0, 40, 0, 325)
  144. Sidebar.ZIndex = 2
  145. Sidebar.Image = "rbxgameasset://Images/xds"
  146.  
  147. x.Name = "x"
  148. x.Parent = Login
  149. x.BackgroundColor3 = Color3.new(1, 1, 1)
  150. x.BackgroundTransparency = 1
  151. x.Size = UDim2.new(0, 25, 0, 25)
  152. x.ZIndex = 4
  153. x.Font = Enum.Font.SourceSansBold
  154. x.FontSize = Enum.FontSize.Size14
  155. x.Text = "X"
  156. x.TextColor3 = Color3.new(1, 1, 1)
  157.  
  158. loginfailed.Name = "loginfailed"
  159. loginfailed.Parent = Login
  160. loginfailed.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  161. loginfailed.BackgroundTransparency = 1
  162. loginfailed.Position = UDim2.new(0, 50, 0, 100)
  163. loginfailed.Size = UDim2.new(0, 215, 0, 160)
  164. loginfailed.Visible = false
  165. loginfailed.ZIndex = 10
  166.  
  167. failed.Name = "failed"
  168. failed.Parent = loginfailed
  169. failed.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  170. failed.Size = UDim2.new(0, 215, 0, 160)
  171. failed.ZIndex = 5
  172. failed.Image = "rbxgameasset://Images/loginfailed"
  173.  
  174. ok.Name = "ok"
  175. ok.Parent = loginfailed
  176. ok.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  177. ok.BorderColor3 = Color3.new(0, 0, 0)
  178. ok.Position = UDim2.new(0, 115, 0, 120)
  179. ok.Size = UDim2.new(0, 90, 0, 30)
  180. ok.ZIndex = 5
  181. ok.Font = Enum.Font.SourceSansBold
  182. ok.FontSize = Enum.FontSize.Size14
  183. ok.Text = "OK"
  184. ok.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  185.  
  186. msg.Name = "msg"
  187. msg.Parent = loginfailed
  188. msg.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  189. msg.BorderColor3 = Color3.new(0, 0, 0)
  190. msg.BorderSizePixel = 0
  191. msg.Position = UDim2.new(0, 10, 0, 10)
  192. msg.Size = UDim2.new(0, 195, 0, 100)
  193. msg.ZIndex = 5
  194. msg.Font = Enum.Font.SourceSansBold
  195. msg.FontSize = Enum.FontSize.Size14
  196. msg.Text = "sir ur login has failed, try RC7 as the user and pass."
  197. msg.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  198. msg.TextWrapped = true
  199.  
  200. Topbar.Name = "Topbar"
  201. Topbar.Parent = Login
  202. Topbar.BackgroundColor3 = Color3.new(0.427451, 0.768628, 1)
  203. Topbar.BackgroundTransparency = 0.5
  204. Topbar.BorderSizePixel = 0
  205. Topbar.Size = UDim2.new(0, 345, 0, 25)
  206. Topbar.Font = Enum.Font.SourceSansBold
  207. Topbar.FontSize = Enum.FontSize.Size14
  208. Topbar.Text = "RC7"
  209. Topbar.TextColor3 = Color3.new(0, 0, 0)
  210.  
  211. minimize.Name = "minimize"
  212. minimize.Parent = Login
  213. minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  214. minimize.BackgroundTransparency = 1
  215. minimize.Position = UDim2.new(0, 30, 0, 0)
  216. minimize.Size = UDim2.new(0, 25, 0, 25)
  217. minimize.ZIndex = 4
  218. minimize.Font = Enum.Font.SourceSansBold
  219. minimize.FontSize = Enum.FontSize.Size14
  220. minimize.Text = "-"
  221. minimize.TextColor3 = Color3.new(1, 1, 1)
  222.  
  223. UI.Name = "UI"
  224. UI.Parent = RC7
  225. UI.Active = true
  226. UI.BackgroundColor3 = Color3.new(1, 1, 1)
  227. UI.Draggable = true
  228. UI.Position = UDim2.new(0, 200, 0, 100)
  229. UI.Size = UDim2.new(0, 343, 0, 350)
  230. UI.Visible = false
  231.  
  232. Border.Name = "Border"
  233. Border.Parent = UI
  234. Border.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  235. Border.Position = UDim2.new(0, 304, 0, 0)
  236. Border.Size = UDim2.new(0, -304, 0, 25)
  237. Border.Font = Enum.Font.SourceSans
  238. Border.FontSize = Enum.FontSize.Size14
  239.  
  240. Border_2.Name = "Border"
  241. Border_2.Parent = UI
  242. Border_2.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  243. Border_2.Position = UDim2.new(0, 10, 0, 0)
  244. Border_2.Selectable = true
  245. Border_2.Size = UDim2.new(0, -10, 0, 350)
  246. Border_2.Font = Enum.Font.SourceSans
  247. Border_2.FontSize = Enum.FontSize.Size14
  248. Border_2.Text = ""
  249.  
  250. Border_3.Name = "Border"
  251. Border_3.Parent = UI
  252. Border_3.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  253. Border_3.Position = UDim2.new(0, 10, 0, 350)
  254. Border_3.Selectable = true
  255. Border_3.Size = UDim2.new(0.899999976, 0, 0, -5)
  256. Border_3.Font = Enum.Font.SourceSans
  257. Border_3.FontSize = Enum.FontSize.Size14
  258.  
  259. Open.Name = "Open"
  260. Open.Parent = UI
  261. Open.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  262. Open.Position = UDim2.new(0, 10, 0, 270)
  263. Open.Size = UDim2.new(0, 100, 0, 25)
  264. Open.Font = Enum.Font.SourceSans
  265. Open.FontSize = Enum.FontSize.Size14
  266. Open.Text = "Open"
  267. Open.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  268.  
  269. Execute.Name = "Execute"
  270. Execute.Parent = UI
  271. Execute.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  272. Execute.Position = UDim2.new(0, 112, 0, 270)
  273. Execute.Size = UDim2.new(0, 100, 0, 25)
  274. Execute.Font = Enum.Font.SourceSans
  275. Execute.FontSize = Enum.FontSize.Size14
  276. Execute.Text = "Execute"
  277. Execute.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  278.  
  279. Clear.Name = "Clear"
  280. Clear.Parent = UI
  281. Clear.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  282. Clear.Position = UDim2.new(0, 204, 0, 270)
  283. Clear.Size = UDim2.new(0, 100, 0, 25)
  284. Clear.Font = Enum.Font.SourceSans
  285. Clear.FontSize = Enum.FontSize.Size14
  286. Clear.Text = "Clear"
  287. Clear.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  288.  
  289. Border_4.Name = "Border"
  290. Border_4.Parent = UI
  291. Border_4.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  292. Border_4.Position = UDim2.new(0, 304, 0, 0)
  293. Border_4.Size = UDim2.new(0, 40, 0, 350)
  294. Border_4.Font = Enum.Font.SourceSans
  295. Border_4.FontSize = Enum.FontSize.Size14
  296.  
  297. Topbar_2.Name = "Topbar"
  298. Topbar_2.Parent = UI
  299. Topbar_2.BackgroundColor3 = Color3.new(0.427451, 0.768627, 1)
  300. Topbar_2.BackgroundTransparency = 0.5
  301. Topbar_2.BorderSizePixel = 0
  302. Topbar_2.Size = UDim2.new(0, 345, 0, 25)
  303. Topbar_2.Font = Enum.Font.SourceSansBold
  304. Topbar_2.FontSize = Enum.FontSize.Size14
  305. Topbar_2.Text = "RC7"
  306. Topbar_2.TextColor3 = Color3.new(0, 0, 0)
  307.  
  308. Doge.Name = "Doge"
  309. Doge.Parent = UI
  310. Doge.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Doge.Position = UDim2.new(0, 312, 0, 300)
  312. Doge.Size = UDim2.new(0, 25, 0, 25)
  313. Doge.ZIndex = 10
  314. Doge.Image = "rbxassetid://133293265"
  315.  
  316. RoXploit.Name = "Ro-Xploit"
  317. RoXploit.Parent = UI
  318. RoXploit.BackgroundColor3 = Color3.new(1, 1, 1)
  319. RoXploit.Position = UDim2.new(0, 312, 0, 250)
  320. RoXploit.Size = UDim2.new(0, 25, 0, 25)
  321. RoXploit.ZIndex = 10
  322. RoXploit.Image = "rbxassetid://408308384"
  323.  
  324. Triangle.Name = "Triangle"
  325. Triangle.Parent = UI
  326. Triangle.BackgroundColor3 = Color3.new(1, 1, 1)
  327. Triangle.Position = UDim2.new(0, 312, 0, 200)
  328. Triangle.Size = UDim2.new(0, 25, 0, 25)
  329. Triangle.ZIndex = 10
  330. Triangle.Image = "rbxassetid://133293265"
  331.  
  332. W.Name = "W"
  333. W.Parent = UI
  334. W.BackgroundColor3 = Color3.new(1, 1, 1)
  335. W.Position = UDim2.new(0, 312, 0, 100)
  336. W.Size = UDim2.new(0, 25, 0, 25)
  337. W.ZIndex = 10
  338. W.Image = "rbxassetid://133293265"
  339.  
  340. A.Name = "A"
  341. A.Parent = UI
  342. A.BackgroundColor3 = Color3.new(1, 1, 1)
  343. A.Position = UDim2.new(0, 312, 0, 150)
  344. A.Size = UDim2.new(0, 25, 0, 25)
  345. A.ZIndex = 10
  346. A.Image = "rbxassetid://133293265"
  347.  
  348. Save.Name = "Save"
  349. Save.Parent = UI
  350. Save.BackgroundColor3 = Color3.new(1, 1, 1)
  351. Save.Position = UDim2.new(0, 312, 0, 50)
  352. Save.Size = UDim2.new(0, 25, 0, 25)
  353. Save.ZIndex = 10
  354. Save.Image = "rbxassetid://133293265"
  355.  
  356. globalstateinv.Name = "globalstateinv"
  357. globalstateinv.Parent = UI
  358. globalstateinv.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  359. globalstateinv.BackgroundTransparency = 1
  360. globalstateinv.Position = UDim2.new(0, 50, 0, 100)
  361. globalstateinv.Size = UDim2.new(0, 215, 0, 160)
  362. globalstateinv.Visible = false
  363. globalstateinv.ZIndex = 10
  364.  
  365. failed_2.Name = "failed"
  366. failed_2.Parent = globalstateinv
  367. failed_2.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  368. failed_2.Size = UDim2.new(0, 215, 0, 160)
  369. failed_2.ZIndex = 5
  370. failed_2.Image = "rbxgameasset://Images/loginfailed"
  371.  
  372. ok_2.Name = "ok"
  373. ok_2.Parent = globalstateinv
  374. ok_2.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  375. ok_2.BorderColor3 = Color3.new(0, 0, 0)
  376. ok_2.Position = UDim2.new(0, 115, 0, 120)
  377. ok_2.Size = UDim2.new(0, 90, 0, 30)
  378. ok_2.ZIndex = 5
  379. ok_2.Font = Enum.Font.SourceSansBold
  380. ok_2.FontSize = Enum.FontSize.Size14
  381. ok_2.Text = "OK"
  382. ok_2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  383.  
  384. msg_2.Name = "msg"
  385. msg_2.Parent = globalstateinv
  386. msg_2.BackgroundColor3 = Color3.new(0, 0.254902, 0.415686)
  387. msg_2.BorderColor3 = Color3.new(0, 0, 0)
  388. msg_2.BorderSizePixel = 0
  389. msg_2.Position = UDim2.new(0, 10, 0, 10)
  390. msg_2.Size = UDim2.new(0, 195, 0, 100)
  391. msg_2.ZIndex = 5
  392. msg_2.Font = Enum.Font.SourceSansBold
  393. msg_2.FontSize = Enum.FontSize.Size14
  394. msg_2.Text = "Global state invalid: Please restart RC7."
  395. msg_2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  396. msg_2.TextWrapped = true
  397.  
  398. TextField.Name = "TextField"
  399. TextField.Parent = UI
  400. TextField.BackgroundColor3 = Color3.new(1, 1, 1)
  401. TextField.BackgroundTransparency = 1
  402. TextField.Position = UDim2.new(0, 15, 0, 33)
  403. TextField.Size = UDim2.new(0, 285, 0, 233)
  404. TextField.ClearTextOnFocus = false
  405. TextField.Font = Enum.Font.SourceSans
  406. TextField.FontSize = Enum.FontSize.Size14
  407. TextField.MultiLine = true
  408. TextField.Text = "print(\"Hello World!\")"
  409. TextField.TextWrapped = true
  410. TextField.TextXAlignment = Enum.TextXAlignment.Left
  411. TextField.TextYAlignment = Enum.TextYAlignment.Top
  412.  
  413. minimize_2.Name = "minimize"
  414. minimize_2.Parent = UI
  415. minimize_2.BackgroundColor3 = Color3.new(1, 1, 1)
  416. minimize_2.BackgroundTransparency = 1
  417. minimize_2.Position = UDim2.new(0, 30, 0, 0)
  418. minimize_2.Size = UDim2.new(0, 25, 0, 25)
  419. minimize_2.ZIndex = 4
  420. minimize_2.Font = Enum.Font.SourceSansBold
  421. minimize_2.FontSize = Enum.FontSize.Size14
  422. minimize_2.Text = "-"
  423. minimize_2.TextColor3 = Color3.new(1, 1, 1)
  424.  
  425. x_2.Name = "x"
  426. x_2.Parent = UI
  427. x_2.BackgroundColor3 = Color3.new(1, 1, 1)
  428. x_2.BackgroundTransparency = 1
  429. x_2.Size = UDim2.new(0, 25, 0, 25)
  430. x_2.ZIndex = 4
  431. x_2.Font = Enum.Font.SourceSansBold
  432. x_2.FontSize = Enum.FontSize.Size14
  433. x_2.Text = "X"
  434. x_2.TextColor3 = Color3.new(1, 1, 1)
  435.  
  436. TextButton.Parent = RC7
  437. TextButton.BackgroundColor3 = Color3.new(0, 0.282353, 0.415686)
  438. TextButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  439. TextButton.BorderSizePixel = 0
  440. TextButton.Position = UDim2.new(0, 10, 0, 0)
  441. TextButton.Size = UDim2.new(0, 200, 0, 25)
  442. TextButton.Font = Enum.Font.SourceSansBold
  443. TextButton.FontSize = Enum.FontSize.Size24
  444. TextButton.Text = "OPEN RC7"
  445. TextButton.TextColor3 = Color3.new(0, 0.207843, 0.298039)
  446.  
  447. TextButton.MouseButton1Down():connect(function()
  448. UI.Visible = true
  449. end)
  450.  
  451. x.MouseButton1Down():connect(function()
  452. Login.Visible = false
  453. end)
  454.  
  455. x_2.MouseButton1Down():connect(function()
  456. UI.Visible = false
  457. end)
  458.  
  459. Execute.MouseButton1Down():connect(function()
  460. loadstring(TextField.Text())
  461. end)
  462.  
  463. Clear.MouseButton1Down():connect(function()
  464. TextField.Text = ""
  465. end)
Add Comment
Please, Sign In to add comment