Advertisement
PandaPlayzYT

Untitled

Jul 24th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.24 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ReaperHubV4 = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Borders = Instance.new("Frame")
  6. local Border = Instance.new("ImageLabel")
  7. local Border_2 = Instance.new("ImageLabel")
  8. local Border_3 = Instance.new("ImageLabel")
  9. local Border_4 = Instance.new("ImageLabel")
  10. local Border_5 = Instance.new("ImageLabel")
  11. local Border_6 = Instance.new("ImageLabel")
  12. local Border_7 = Instance.new("ImageLabel")
  13. local Border_8 = Instance.new("ImageLabel")
  14. local Background = Instance.new("Frame")
  15. local Scripts = Instance.new("TextButton")
  16. local TextButton = Instance.new("Frame")
  17. local Credits = Instance.new("TextButton")
  18. local TextButton_2 = Instance.new("Frame")
  19. local FE = Instance.new("TextButton")
  20. local TextButton_3 = Instance.new("Frame")
  21. local Logo = Instance.new("ImageLabel")
  22. local Title = Instance.new("TextLabel")
  23. local Exit = Instance.new("ImageButton")
  24. local LoginFrame = Instance.new("Frame")
  25. local Borders_2 = Instance.new("Frame")
  26. local Border_9 = Instance.new("ImageLabel")
  27. local Border_10 = Instance.new("ImageLabel")
  28. local Border_11 = Instance.new("ImageLabel")
  29. local Border_12 = Instance.new("ImageLabel")
  30. local Border_13 = Instance.new("ImageLabel")
  31. local Border_14 = Instance.new("ImageLabel")
  32. local Border_15 = Instance.new("ImageLabel")
  33. local Border_16 = Instance.new("ImageLabel")
  34. local Background_2 = Instance.new("Frame")
  35. local Login = Instance.new("TextLabel")
  36. local Username = Instance.new("TextBox")
  37. local Pass = Instance.new("TextBox")
  38. local Confirmplz = Instance.new("TextButton")
  39. local FE_Scripts = Instance.new("Frame")
  40. local Borders_3 = Instance.new("Frame")
  41. local Border_17 = Instance.new("ImageLabel")
  42. local Border_18 = Instance.new("ImageLabel")
  43. local Border_19 = Instance.new("ImageLabel")
  44. local Border_20 = Instance.new("ImageLabel")
  45. local Border_21 = Instance.new("ImageLabel")
  46. local Border_22 = Instance.new("ImageLabel")
  47. local Border_23 = Instance.new("ImageLabel")
  48. local Border_24 = Instance.new("ImageLabel")
  49. local Background_3 = Instance.new("Frame")
  50. local Logo_2 = Instance.new("ImageLabel")
  51. local Title_2 = Instance.new("TextLabel")
  52. local FE_Admin = Instance.new("TextButton")
  53. local _2ndButton = Instance.new("TextButton")
  54. local _4thButton = Instance.new("TextButton")
  55. local _3edButton = Instance.new("TextButton")
  56. local Exit_2 = Instance.new("ImageButton")
  57. local Scripts1 = Instance.new("Frame")
  58. local Borders_4 = Instance.new("Frame")
  59. local Border_25 = Instance.new("ImageLabel")
  60. local Border_26 = Instance.new("ImageLabel")
  61. local Border_27 = Instance.new("ImageLabel")
  62. local Border_28 = Instance.new("ImageLabel")
  63. local Border_29 = Instance.new("ImageLabel")
  64. local Border_30 = Instance.new("ImageLabel")
  65. local Border_31 = Instance.new("ImageLabel")
  66. local Border_32 = Instance.new("ImageLabel")
  67. local Background_4 = Instance.new("Frame")
  68. local Title_3 = Instance.new("TextLabel")
  69. local Desc = Instance.new("TextLabel")
  70. local GoodCopBCop = Instance.new("TextButton")
  71. local TrollGUI = Instance.new("TextButton")
  72. local Sans = Instance.new("TextButton")
  73. local Penny = Instance.new("TextButton")
  74. local GoodSpeed = Instance.new("TextButton")
  75. local Aimworks = Instance.new("TextButton")
  76. local Exit_3 = Instance.new("ImageButton")
  77. local Credits_Tab = Instance.new("Frame")
  78. local Borders_5 = Instance.new("Frame")
  79. local Border_33 = Instance.new("ImageLabel")
  80. local Border_34 = Instance.new("ImageLabel")
  81. local Border_35 = Instance.new("ImageLabel")
  82. local Border_36 = Instance.new("ImageLabel")
  83. local Border_37 = Instance.new("ImageLabel")
  84. local Border_38 = Instance.new("ImageLabel")
  85. local Border_39 = Instance.new("ImageLabel")
  86. local Border_40 = Instance.new("ImageLabel")
  87. local Background_5 = Instance.new("Frame")
  88. local Sen2 = Instance.new("TextLabel")
  89. local Sen3 = Instance.new("TextLabel")
  90. local Sen4 = Instance.new("TextLabel")
  91. local Sen5 = Instance.new("TextLabel")
  92. local DiscInfo = Instance.new("TextLabel")
  93. local Sen6 = Instance.new("TextLabel")
  94. local Sen1 = Instance.new("TextLabel")
  95. local Exit_4 = Instance.new("ImageButton")
  96. local LoadingFrame = Instance.new("Frame")
  97. local Borders_6 = Instance.new("Frame")
  98. local Border_41 = Instance.new("ImageLabel")
  99. local Border_42 = Instance.new("ImageLabel")
  100. local Border_43 = Instance.new("ImageLabel")
  101. local Border_44 = Instance.new("ImageLabel")
  102. local Border_45 = Instance.new("ImageLabel")
  103. local Border_46 = Instance.new("ImageLabel")
  104. local Border_47 = Instance.new("ImageLabel")
  105. local Border_48 = Instance.new("ImageLabel")
  106. local Background_6 = Instance.new("Frame")
  107. local Logo_3 = Instance.new("ImageLabel")
  108. local Loading = Instance.new("TextLabel")
  109. local m = game.Players.LocalPlayer:GetMouse()
  110. local open = false
  111. db = false
  112.  
  113. -- Properties
  114.  
  115. ReaperHubV4.Name = "Reaper Hub V4"
  116. ReaperHubV4.Parent = game.CoreGui
  117.  
  118. Frame.Parent = ReaperHubV4
  119. Frame.Active = true
  120. Frame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  121. Frame.BackgroundTransparency = 1
  122. Frame.BorderSizePixel = 0
  123. Frame.Position = UDim2.new(0.333999991, 0, -1.60000002, 0)
  124. Frame.Selectable = true
  125. Frame.Size = UDim2.new(0, 550, 0, 300)
  126. Frame.ZIndex = 2
  127. Frame.Draggable = true
  128.  
  129. Borders.Name = "Borders"
  130. Borders.Parent = Frame
  131. Borders.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Borders.BackgroundTransparency = 1
  133. Borders.BorderSizePixel = 0
  134. Borders.Position = UDim2.new(0, 12, 0, 12)
  135. Borders.Size = UDim2.new(1, -24, 1, -24)
  136.  
  137. Border.Name = "Border"
  138. Border.Parent = Borders
  139. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Border.BackgroundTransparency = 1
  141. Border.BorderSizePixel = 0
  142. Border.Position = UDim2.new(0, -12, 0, -12)
  143. Border.Size = UDim2.new(0, 12, 0, 12)
  144. Border.Image = "http://www.roblox.com/asset/?id=238725003"
  145. Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  146. Border.ImageRectSize = Vector2.new(12, 12)
  147.  
  148. Border_2.Name = "Border"
  149. Border_2.Parent = Borders
  150. Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Border_2.BackgroundTransparency = 1
  152. Border_2.BorderSizePixel = 0
  153. Border_2.Position = UDim2.new(1, 0, 0, -12)
  154. Border_2.Size = UDim2.new(0, 12, 0, 12)
  155. Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
  156. Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  157. Border_2.ImageRectOffset = Vector2.new(24, 0)
  158. Border_2.ImageRectSize = Vector2.new(12, 12)
  159.  
  160. Border_3.Name = "Border"
  161. Border_3.Parent = Borders
  162. Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
  163. Border_3.BackgroundTransparency = 1
  164. Border_3.BorderSizePixel = 0
  165. Border_3.Position = UDim2.new(0, -12, 1, 0)
  166. Border_3.Size = UDim2.new(0, 12, 0, 12)
  167. Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
  168. Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  169. Border_3.ImageRectOffset = Vector2.new(0, 24)
  170. Border_3.ImageRectSize = Vector2.new(12, 12)
  171.  
  172. Border_4.Name = "Border"
  173. Border_4.Parent = Borders
  174. Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
  175. Border_4.BackgroundTransparency = 1
  176. Border_4.BorderSizePixel = 0
  177. Border_4.Position = UDim2.new(1, 0, 1, 0)
  178. Border_4.Size = UDim2.new(0, 12, 0, 12)
  179. Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
  180. Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  181. Border_4.ImageRectOffset = Vector2.new(24, 24)
  182. Border_4.ImageRectSize = Vector2.new(12, 12)
  183.  
  184. Border_5.Name = "Border"
  185. Border_5.Parent = Borders
  186. Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
  187. Border_5.BackgroundTransparency = 1
  188. Border_5.BorderSizePixel = 0
  189. Border_5.Position = UDim2.new(0, 0, 1, 0)
  190. Border_5.Size = UDim2.new(1, 0, 0, 12)
  191. Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
  192. Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  193. Border_5.ImageRectOffset = Vector2.new(12, 24)
  194. Border_5.ImageRectSize = Vector2.new(12, 12)
  195.  
  196. Border_6.Name = "Border"
  197. Border_6.Parent = Borders
  198. Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
  199. Border_6.BackgroundTransparency = 1
  200. Border_6.BorderSizePixel = 0
  201. Border_6.Position = UDim2.new(0, 0, 0, -12)
  202. Border_6.Size = UDim2.new(1, 0, 0, 12)
  203. Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
  204. Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  205. Border_6.ImageRectOffset = Vector2.new(12, 0)
  206. Border_6.ImageRectSize = Vector2.new(12, 12)
  207.  
  208. Border_7.Name = "Border"
  209. Border_7.Parent = Borders
  210. Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Border_7.BackgroundTransparency = 1
  212. Border_7.BorderSizePixel = 0
  213. Border_7.Position = UDim2.new(0, -12, 0, 0)
  214. Border_7.Size = UDim2.new(0, 12, 1, 0)
  215. Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
  216. Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  217. Border_7.ImageRectOffset = Vector2.new(0, 12)
  218. Border_7.ImageRectSize = Vector2.new(12, 12)
  219.  
  220. Border_8.Name = "Border"
  221. Border_8.Parent = Borders
  222. Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
  223. Border_8.BackgroundTransparency = 1
  224. Border_8.BorderSizePixel = 0
  225. Border_8.Position = UDim2.new(1, 0, 0, 0)
  226. Border_8.Size = UDim2.new(0, 12, 1, 0)
  227. Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
  228. Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  229. Border_8.ImageRectOffset = Vector2.new(24, 12)
  230. Border_8.ImageRectSize = Vector2.new(12, 12)
  231.  
  232. Background.Name = "Background"
  233. Background.Parent = Borders
  234. Background.Active = true
  235. Background.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  236. Background.BorderSizePixel = 0
  237. Background.Size = UDim2.new(1, 0, 1, 0)
  238.  
  239. Scripts.Name = "Scripts"
  240. Scripts.Parent = Frame
  241. Scripts.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  242. Scripts.BorderColor3 = Color3.new(0.666667, 1, 1)
  243. Scripts.BorderSizePixel = 0
  244. Scripts.Position = UDim2.new(0.0581818074, 0, 0.210000008, 0)
  245. Scripts.Size = UDim2.new(0.214545459, 0, 0.0799999982, 0)
  246. Scripts.Font = Enum.Font.SourceSansBold
  247. Scripts.Text = "Scripts"
  248. Scripts.TextColor3 = Color3.new(1, 1, 1)
  249. Scripts.TextScaled = true
  250. Scripts.TextSize = 14
  251. Scripts.TextWrapped = true
  252. Scripts.MouseButton1Click:connect(function()
  253. if open == false then
  254. Scripts1:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  255. Frame.Visible = true
  256. Frame:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 1.2)
  257. end
  258. end)
  259.  
  260. TextButton.Name = "TextButton"
  261. TextButton.Parent = Scripts
  262. TextButton.Active = true
  263. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  264. TextButton.BorderColor3 = Color3.new(0.666667, 1, 1)
  265. TextButton.BorderSizePixel = 0
  266. TextButton.Position = UDim2.new(0, 0, 1, 0)
  267. TextButton.Size = UDim2.new(1, 0, 0.25, 0)
  268.  
  269. Credits.Name = "Credits"
  270. Credits.Parent = Frame
  271. Credits.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  272. Credits.BorderColor3 = Color3.new(0.666667, 1, 1)
  273. Credits.BorderSizePixel = 0
  274. Credits.Position = UDim2.new(0.0581818074, 0, 0.569999993, 0)
  275. Credits.Size = UDim2.new(0.214545459, 0, 0.0799999982, 0)
  276. Credits.Font = Enum.Font.SourceSansBold
  277. Credits.Text = "Credits"
  278. Credits.TextColor3 = Color3.new(1, 1, 1)
  279. Credits.TextScaled = true
  280. Credits.TextSize = 14
  281. Credits.TextWrapped = true
  282. Credits.MouseButton1Click:connect(function()
  283. if open == false then
  284. Credits_Tab:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  285. Frame.Visible = true
  286. Frame:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 1.2)
  287. end
  288. end)
  289.  
  290. TextButton_2.Name = "TextButton"
  291. TextButton_2.Parent = Credits
  292. TextButton_2.Active = true
  293. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  294. TextButton_2.BorderColor3 = Color3.new(0.666667, 1, 1)
  295. TextButton_2.BorderSizePixel = 0
  296. TextButton_2.Position = UDim2.new(0, 0, 1, 0)
  297. TextButton_2.Size = UDim2.new(1, 0, 0.25, 0)
  298.  
  299. FE.Name = "FE"
  300. FE.Parent = Frame
  301. FE.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  302. FE.BorderColor3 = Color3.new(0.666667, 1, 1)
  303. FE.BorderSizePixel = 0
  304. FE.Position = UDim2.new(0.0581818074, 0, 0.379999995, 0)
  305. FE.Size = UDim2.new(0.214545459, 0, 0.0799999982, 0)
  306. FE.Font = Enum.Font.SourceSansBold
  307. FE.Text = "FE Scripts"
  308. FE.TextColor3 = Color3.new(1, 1, 1)
  309. FE.TextScaled = true
  310. FE.TextSize = 14
  311. FE.TextWrapped = true
  312. FE.MouseButton1Click:connect(function()
  313. if open == false then
  314. FE_Scripts:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  315. Frame.Visible = true
  316. Frame:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 1.2)
  317. end
  318. end)
  319.  
  320. TextButton_3.Name = "TextButton"
  321. TextButton_3.Parent = FE
  322. TextButton_3.Active = true
  323. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  324. TextButton_3.BorderColor3 = Color3.new(0.666667, 1, 1)
  325. TextButton_3.BorderSizePixel = 0
  326. TextButton_3.Position = UDim2.new(0, 0, 1, 0)
  327. TextButton_3.Size = UDim2.new(1, 0, 0.25, 0)
  328.  
  329. Logo.Name = "Logo"
  330. Logo.Parent = Frame
  331. Logo.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  332. Logo.BorderSizePixel = 0
  333. Logo.Position = UDim2.new(0.452727258, 0, 0.25999999, 0)
  334. Logo.Size = UDim2.new(0, 289, 0, 209)
  335. Logo.Image = "rbxassetid://119599597"
  336.  
  337. Title.Name = "Title"
  338. Title.Parent = Frame
  339. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  340. Title.BackgroundTransparency = 1
  341. Title.Position = UDim2.new(0.0169697106, 0, 0.03896714, 0)
  342. Title.Size = UDim2.new(0, 532, 0, 50)
  343. Title.Font = Enum.Font.SourceSansBold
  344. Title.Text = "Welcome to Reaper Hub V4!"
  345. Title.TextColor3 = Color3.new(1, 1, 1)
  346. Title.TextSize = 40
  347.  
  348. Exit.Name = "Exit"
  349. Exit.Parent = Frame
  350. Exit.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  351. Exit.BorderSizePixel = 0
  352. Exit.Position = UDim2.new(0.945454478, 0, -0.000845074654, 0)
  353. Exit.Size = UDim2.new(0, 30, 0, 26)
  354. Exit.Image = "rbxassetid://247421309"
  355. Exit.MouseButton1Click:connect(function()
  356. if open == false then
  357. Frame:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 1.2)
  358. end
  359. end)
  360.  
  361. LoginFrame.Name = "LoginFrame"
  362. LoginFrame.Parent = ReaperHubV4
  363. LoginFrame.Active = true
  364. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  365. LoginFrame.BackgroundTransparency = 1
  366. LoginFrame.BorderSizePixel = 0
  367. LoginFrame.Position = UDim2.new(0.333999991, 0, 0.259000003, 0)
  368. LoginFrame.Selectable = true
  369. LoginFrame.Size = UDim2.new(0, 550, 0, 300)
  370. LoginFrame.ZIndex = 2
  371. LoginFrame.Draggable = true
  372.  
  373. Borders_2.Name = "Borders"
  374. Borders_2.Parent = LoginFrame
  375. Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
  376. Borders_2.BackgroundTransparency = 1
  377. Borders_2.BorderSizePixel = 0
  378. Borders_2.Position = UDim2.new(0, 12, 0, 12)
  379. Borders_2.Size = UDim2.new(1, -24, 1, -24)
  380.  
  381. Border_9.Name = "Border"
  382. Border_9.Parent = Borders_2
  383. Border_9.BackgroundColor3 = Color3.new(1, 1, 1)
  384. Border_9.BackgroundTransparency = 1
  385. Border_9.BorderSizePixel = 0
  386. Border_9.Position = UDim2.new(0, -12, 0, -71)
  387. Border_9.Size = UDim2.new(0, 12, 0, 12)
  388. Border_9.Image = "http://www.roblox.com/asset/?id=238725003"
  389. Border_9.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  390. Border_9.ImageRectSize = Vector2.new(12, 12)
  391.  
  392. Border_10.Name = "Border"
  393. Border_10.Parent = Borders_2
  394. Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Border_10.BackgroundTransparency = 1
  396. Border_10.BorderSizePixel = 0
  397. Border_10.Position = UDim2.new(0.543726206, 0, -0.213768125, -12)
  398. Border_10.Size = UDim2.new(0, 12, 0, 12)
  399. Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
  400. Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  401. Border_10.ImageRectOffset = Vector2.new(24, 0)
  402. Border_10.ImageRectSize = Vector2.new(12, 12)
  403.  
  404. Border_11.Name = "Border"
  405. Border_11.Parent = Borders_2
  406. Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
  407. Border_11.BackgroundTransparency = 1
  408. Border_11.BorderSizePixel = 0
  409. Border_11.Position = UDim2.new(0, -12, 0.873188376, 0)
  410. Border_11.Size = UDim2.new(0, 12, 0, 12)
  411. Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
  412. Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  413. Border_11.ImageRectOffset = Vector2.new(0, 24)
  414. Border_11.ImageRectSize = Vector2.new(12, 12)
  415.  
  416. Border_12.Name = "Border"
  417. Border_12.Parent = Borders_2
  418. Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
  419. Border_12.BackgroundTransparency = 1
  420. Border_12.BorderSizePixel = 0
  421. Border_12.Position = UDim2.new(0.543726206, 0, 0.873188376, 0)
  422. Border_12.Size = UDim2.new(0, 12, 0, 12)
  423. Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
  424. Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  425. Border_12.ImageRectOffset = Vector2.new(24, 24)
  426. Border_12.ImageRectSize = Vector2.new(12, 12)
  427.  
  428. Border_13.Name = "Border"
  429. Border_13.Parent = Borders_2
  430. Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
  431. Border_13.BackgroundTransparency = 1
  432. Border_13.BorderSizePixel = 0
  433. Border_13.Position = UDim2.new(-0.00570342224, 0, 0.873188376, 0)
  434. Border_13.Size = UDim2.new(0.549429655, 0, 0, 12)
  435. Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
  436. Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  437. Border_13.ImageRectOffset = Vector2.new(12, 24)
  438. Border_13.ImageRectSize = Vector2.new(12, 12)
  439.  
  440. Border_14.Name = "Border"
  441. Border_14.Parent = Borders_2
  442. Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
  443. Border_14.BackgroundTransparency = 1
  444. Border_14.BorderSizePixel = 0
  445. Border_14.Position = UDim2.new(0, -3, 0, -71)
  446. Border_14.Size = UDim2.new(0.549429655, 0, 0, 12)
  447. Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
  448. Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  449. Border_14.ImageRectOffset = Vector2.new(12, 0)
  450. Border_14.ImageRectSize = Vector2.new(12, 12)
  451.  
  452. Border_15.Name = "Border"
  453. Border_15.Parent = Borders_2
  454. Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
  455. Border_15.BackgroundTransparency = 1
  456. Border_15.BorderSizePixel = 0
  457. Border_15.Position = UDim2.new(0, -12, 0, -59)
  458. Border_15.Size = UDim2.new(0, 12, 1.0869565, 0)
  459. Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
  460. Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  461. Border_15.ImageRectOffset = Vector2.new(0, 12)
  462. Border_15.ImageRectSize = Vector2.new(12, 12)
  463.  
  464. Border_16.Name = "Border"
  465. Border_16.Parent = Borders_2
  466. Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
  467. Border_16.BackgroundTransparency = 1
  468. Border_16.BorderSizePixel = 0
  469. Border_16.Position = UDim2.new(0.543726265, 0, -0.21376811, 0)
  470. Border_16.Size = UDim2.new(0, 12, 1.0869565, 0)
  471. Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
  472. Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  473. Border_16.ImageRectOffset = Vector2.new(24, 12)
  474. Border_16.ImageRectSize = Vector2.new(12, 12)
  475.  
  476. Background_2.Name = "Background"
  477. Background_2.Parent = Borders_2
  478. Background_2.Active = true
  479. Background_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  480. Background_2.BorderSizePixel = 0
  481. Background_2.Position = UDim2.new(0, 0, -0.224637687, 0)
  482. Background_2.Size = UDim2.new(0.543726265, 0, 1.09782612, 0)
  483.  
  484. Login.Name = "Login"
  485. Login.Parent = LoginFrame
  486. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  487. Login.BackgroundTransparency = 1
  488. Login.Position = UDim2.new(0.0181818008, 0, -0.196666673, 0)
  489. Login.Size = UDim2.new(0, 289, 0, 60)
  490. Login.Font = Enum.Font.SourceSansBold
  491. Login.Text = "Login"
  492. Login.TextColor3 = Color3.new(1, 1, 1)
  493. Login.TextSize = 40
  494.  
  495. Username.Name = "Username"
  496. Username.Parent = LoginFrame
  497. Username.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  498. Username.BorderColor3 = Color3.new(1, 1, 1)
  499. Username.BorderSizePixel = 2
  500. Username.Position = UDim2.new(0.0963636339, 0, 0.0466666669, 0)
  501. Username.Size = UDim2.new(0, 204, 0, 48)
  502. Username.Font = Enum.Font.SourceSansBold
  503. Username.Text = "Username"
  504. Username.TextColor3 = Color3.new(1, 1, 1)
  505. Username.TextSize = 25
  506.  
  507. Pass.Name = "Pass"
  508. Pass.Parent = LoginFrame
  509. Pass.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  510. Pass.BorderColor3 = Color3.new(1, 1, 1)
  511. Pass.BorderSizePixel = 2
  512. Pass.Position = UDim2.new(0.076363638, 0, 0.313333333, 0)
  513. Pass.Size = UDim2.new(0, 226, 0, 50)
  514. Pass.Font = Enum.Font.SourceSansBold
  515. Pass.Text = "Password"
  516. Pass.TextColor3 = Color3.new(1, 1, 1)
  517. Pass.TextSize = 25
  518.  
  519. Confirmplz.Name = "Confirmplz"
  520. Confirmplz.Parent = LoginFrame
  521. Confirmplz.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  522. Confirmplz.BorderColor3 = Color3.new(1, 1, 1)
  523. Confirmplz.BorderSizePixel = 2
  524. Confirmplz.Position = UDim2.new(0.0957575738, 0, 0.58145541, 0)
  525. Confirmplz.Size = UDim2.new(0, 200, 0, 50)
  526. Confirmplz.Font = Enum.Font.SourceSansBold
  527. Confirmplz.Text = "Confirm"
  528. Confirmplz.TextColor3 = Color3.new(1, 1, 1)
  529. Confirmplz.TextSize = 25
  530. Confirmplz.MouseButton1Down:connect(function()
  531. if Username.Text == "1" and Pass.Text == "1" then
  532. LoginFrame:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 1.2)
  533.  
  534. LoadingFrame:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  535. Frame.Visible = true
  536. Loading.Text = "Loading"
  537.  
  538. Loading.Text = "Loading."
  539. wait(0.5)
  540. Loading.Text = "Loading.."
  541. wait(0.5)
  542. Loading.Text = "Loading..."
  543. wait(0.5)
  544. Loading.Text = "Loading Done!"
  545. wait(0.5)
  546. LoadingFrame:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 2)
  547.  
  548. Frame:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 2)
  549. else
  550. Username.Text = ("Login")
  551. Pass.Text = ("Incorrect!")
  552. end
  553. end)
  554.  
  555. FE_Scripts.Name = "FE_Scripts"
  556. FE_Scripts.Parent = ReaperHubV4
  557. FE_Scripts.Active = true
  558. FE_Scripts.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  559. FE_Scripts.BackgroundTransparency = 1
  560. FE_Scripts.BorderSizePixel = 0
  561. FE_Scripts.Position = UDim2.new(0.333999991, 0, 1.70000005, 0)
  562. FE_Scripts.Selectable = true
  563. FE_Scripts.Size = UDim2.new(0, 550, 0, 300)
  564. FE_Scripts.ZIndex = 2
  565. FE_Scripts.Draggable = true
  566.  
  567. Borders_3.Name = "Borders"
  568. Borders_3.Parent = FE_Scripts
  569. Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
  570. Borders_3.BackgroundTransparency = 1
  571. Borders_3.BorderSizePixel = 0
  572. Borders_3.Position = UDim2.new(0, 12, 0, 12)
  573. Borders_3.Size = UDim2.new(1, -24, 1, -24)
  574.  
  575. Border_17.Name = "Border"
  576. Border_17.Parent = Borders_3
  577. Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
  578. Border_17.BackgroundTransparency = 1
  579. Border_17.BorderSizePixel = 0
  580. Border_17.Position = UDim2.new(0, -12, 0, -12)
  581. Border_17.Size = UDim2.new(0, 12, 0, 12)
  582. Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
  583. Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  584. Border_17.ImageRectSize = Vector2.new(12, 12)
  585.  
  586. Border_18.Name = "Border"
  587. Border_18.Parent = Borders_3
  588. Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
  589. Border_18.BackgroundTransparency = 1
  590. Border_18.BorderSizePixel = 0
  591. Border_18.Position = UDim2.new(1, 0, 0, -12)
  592. Border_18.Size = UDim2.new(0, 12, 0, 12)
  593. Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
  594. Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  595. Border_18.ImageRectOffset = Vector2.new(24, 0)
  596. Border_18.ImageRectSize = Vector2.new(12, 12)
  597.  
  598. Border_19.Name = "Border"
  599. Border_19.Parent = Borders_3
  600. Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
  601. Border_19.BackgroundTransparency = 1
  602. Border_19.BorderSizePixel = 0
  603. Border_19.Position = UDim2.new(0, -12, 1, 0)
  604. Border_19.Size = UDim2.new(0, 12, 0, 12)
  605. Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
  606. Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  607. Border_19.ImageRectOffset = Vector2.new(0, 24)
  608. Border_19.ImageRectSize = Vector2.new(12, 12)
  609.  
  610. Border_20.Name = "Border"
  611. Border_20.Parent = Borders_3
  612. Border_20.BackgroundColor3 = Color3.new(1, 1, 1)
  613. Border_20.BackgroundTransparency = 1
  614. Border_20.BorderSizePixel = 0
  615. Border_20.Position = UDim2.new(1, 0, 1, 0)
  616. Border_20.Size = UDim2.new(0, 12, 0, 12)
  617. Border_20.Image = "http://www.roblox.com/asset/?id=238725003"
  618. Border_20.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  619. Border_20.ImageRectOffset = Vector2.new(24, 24)
  620. Border_20.ImageRectSize = Vector2.new(12, 12)
  621.  
  622. Border_21.Name = "Border"
  623. Border_21.Parent = Borders_3
  624. Border_21.BackgroundColor3 = Color3.new(1, 1, 1)
  625. Border_21.BackgroundTransparency = 1
  626. Border_21.BorderSizePixel = 0
  627. Border_21.Position = UDim2.new(0, 0, 1, 0)
  628. Border_21.Size = UDim2.new(1, 0, 0, 12)
  629. Border_21.Image = "http://www.roblox.com/asset/?id=238725003"
  630. Border_21.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  631. Border_21.ImageRectOffset = Vector2.new(12, 24)
  632. Border_21.ImageRectSize = Vector2.new(12, 12)
  633.  
  634. Border_22.Name = "Border"
  635. Border_22.Parent = Borders_3
  636. Border_22.BackgroundColor3 = Color3.new(1, 1, 1)
  637. Border_22.BackgroundTransparency = 1
  638. Border_22.BorderSizePixel = 0
  639. Border_22.Position = UDim2.new(0, 0, 0, -12)
  640. Border_22.Size = UDim2.new(1, 0, 0, 12)
  641. Border_22.Image = "http://www.roblox.com/asset/?id=238725003"
  642. Border_22.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  643. Border_22.ImageRectOffset = Vector2.new(12, 0)
  644. Border_22.ImageRectSize = Vector2.new(12, 12)
  645.  
  646. Border_23.Name = "Border"
  647. Border_23.Parent = Borders_3
  648. Border_23.BackgroundColor3 = Color3.new(1, 1, 1)
  649. Border_23.BackgroundTransparency = 1
  650. Border_23.BorderSizePixel = 0
  651. Border_23.Position = UDim2.new(0, -12, 0, 0)
  652. Border_23.Size = UDim2.new(0, 12, 1, 0)
  653. Border_23.Image = "http://www.roblox.com/asset/?id=238725003"
  654. Border_23.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  655. Border_23.ImageRectOffset = Vector2.new(0, 12)
  656. Border_23.ImageRectSize = Vector2.new(12, 12)
  657.  
  658. Border_24.Name = "Border"
  659. Border_24.Parent = Borders_3
  660. Border_24.BackgroundColor3 = Color3.new(1, 1, 1)
  661. Border_24.BackgroundTransparency = 1
  662. Border_24.BorderSizePixel = 0
  663. Border_24.Position = UDim2.new(1, 0, 0, 0)
  664. Border_24.Size = UDim2.new(0, 12, 1, 0)
  665. Border_24.Image = "http://www.roblox.com/asset/?id=238725003"
  666. Border_24.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  667. Border_24.ImageRectOffset = Vector2.new(24, 12)
  668. Border_24.ImageRectSize = Vector2.new(12, 12)
  669.  
  670. Background_3.Name = "Background"
  671. Background_3.Parent = Borders_3
  672. Background_3.Active = true
  673. Background_3.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  674. Background_3.BorderSizePixel = 0
  675. Background_3.Size = UDim2.new(1, 0, 1, 0)
  676.  
  677. Logo_2.Name = "Logo"
  678. Logo_2.Parent = FE_Scripts
  679. Logo_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  680. Logo_2.BorderSizePixel = 0
  681. Logo_2.Position = UDim2.new(0.0218181964, 0, 0.142816931, 0)
  682. Logo_2.Size = UDim2.new(0, 170, 0, 138)
  683. Logo_2.Image = "rbxassetid://119599597"
  684.  
  685. Title_2.Name = "Title"
  686. Title_2.Parent = FE_Scripts
  687. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  688. Title_2.BackgroundTransparency = 1
  689. Title_2.Position = UDim2.new(0.0169697106, 0, -0.00103285909, 0)
  690. Title_2.Size = UDim2.new(0, 532, 0, 50)
  691. Title_2.Font = Enum.Font.SourceSansBold
  692. Title_2.Text = "FE Scripts"
  693. Title_2.TextColor3 = Color3.new(1, 1, 1)
  694. Title_2.TextSize = 40
  695.  
  696. FE_Admin.Name = "FE_Admin"
  697. FE_Admin.Parent = FE_Scripts
  698. FE_Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  699. FE_Admin.BackgroundTransparency = 1
  700. FE_Admin.Position = UDim2.new(0.370909095, 0, 0.239999995, 0)
  701. FE_Admin.Size = UDim2.new(0, 146, 0, 42)
  702. FE_Admin.Font = Enum.Font.SourceSansBold
  703. FE_Admin.Text = "Reviz FE Admin"
  704. FE_Admin.TextColor3 = Color3.new(1, 1, 1)
  705. FE_Admin.TextSize = 25
  706. FE_Admin.MouseButton1Click:connect(function()
  707. loadstring(game:HttpGet(('https://pastebin.com/raw/8aSnQHaV'),true))()
  708. end)
  709.  
  710. _2ndButton.Name = "2ndButton"
  711. _2ndButton.Parent = FE_Scripts
  712. _2ndButton.BackgroundColor3 = Color3.new(1, 1, 1)
  713. _2ndButton.BackgroundTransparency = 1
  714. _2ndButton.Position = UDim2.new(0.772727311, 0, 0.239999995, 0)
  715. _2ndButton.Size = UDim2.new(0, 65, 0, 42)
  716. _2ndButton.Font = Enum.Font.SourceSansBold
  717. _2ndButton.TextColor3 = Color3.new(1, 1, 1)
  718. _2ndButton.TextSize = 25
  719.  
  720. _4thButton.Name = "4thButton"
  721. _4thButton.Parent = FE_Scripts
  722. _4thButton.BackgroundColor3 = Color3.new(1, 1, 1)
  723. _4thButton.BackgroundTransparency = 1
  724. _4thButton.Position = UDim2.new(0.772727251, 0, 0.463333338, 0)
  725. _4thButton.Size = UDim2.new(0, 71, 0, 42)
  726. _4thButton.Font = Enum.Font.SourceSansBold
  727. _4thButton.TextColor3 = Color3.new(1, 1, 1)
  728. _4thButton.TextSize = 25
  729.  
  730. _3edButton.Name = "3edButton"
  731. _3edButton.Parent = FE_Scripts
  732. _3edButton.BackgroundColor3 = Color3.new(1, 1, 1)
  733. _3edButton.BackgroundTransparency = 1
  734. _3edButton.Position = UDim2.new(0.427272737, 0, 0.463333338, 0)
  735. _3edButton.Size = UDim2.new(0, 79, 0, 42)
  736. _3edButton.Font = Enum.Font.SourceSansBold
  737. _3edButton.TextColor3 = Color3.new(1, 1, 1)
  738. _3edButton.TextSize = 25
  739. _3edButton.TextWrapped = true
  740.  
  741. Exit_2.Name = "Exit"
  742. Exit_2.Parent = FE_Scripts
  743. Exit_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  744. Exit_2.BorderSizePixel = 0
  745. Exit_2.Position = UDim2.new(0.923636317, 0, 0.0391549245, 0)
  746. Exit_2.Size = UDim2.new(0, 30, 0, 26)
  747. Exit_2.Image = "rbxassetid://247421309"
  748. Exit_2.MouseButton1Click:connect(function()
  749. if open == false then
  750. FE_Scripts:TweenPosition(UDim2.new(0.334,0,1.7,0), 'Out', 'Bounce', 1.2)
  751. Frame.Visible = true
  752. Frame:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  753. end
  754. end)
  755.  
  756. Scripts1.Name = "Scripts1"
  757. Scripts1.Parent = ReaperHubV4
  758. Scripts1.Active = true
  759. Scripts1.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  760. Scripts1.BackgroundTransparency = 1
  761. Scripts1.BorderSizePixel = 0
  762. Scripts1.Position = UDim2.new(0.333999991, 0, 1.70000005, 0)
  763. Scripts1.Selectable = true
  764. Scripts1.Size = UDim2.new(0, 550, 0, 300)
  765. Scripts1.ZIndex = 2
  766. Scripts1.Draggable = true
  767.  
  768. Borders_4.Name = "Borders"
  769. Borders_4.Parent = Scripts1
  770. Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
  771. Borders_4.BackgroundTransparency = 1
  772. Borders_4.BorderSizePixel = 0
  773. Borders_4.Position = UDim2.new(0, 12, 0, 12)
  774. Borders_4.Size = UDim2.new(1, -24, 1, -24)
  775.  
  776. Border_25.Name = "Border"
  777. Border_25.Parent = Borders_4
  778. Border_25.BackgroundColor3 = Color3.new(1, 1, 1)
  779. Border_25.BackgroundTransparency = 1
  780. Border_25.BorderSizePixel = 0
  781. Border_25.Position = UDim2.new(0, -12, 0, -12)
  782. Border_25.Size = UDim2.new(0, 12, 0, 12)
  783. Border_25.Image = "http://www.roblox.com/asset/?id=238725003"
  784. Border_25.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  785. Border_25.ImageRectSize = Vector2.new(12, 12)
  786.  
  787. Border_26.Name = "Border"
  788. Border_26.Parent = Borders_4
  789. Border_26.BackgroundColor3 = Color3.new(1, 1, 1)
  790. Border_26.BackgroundTransparency = 1
  791. Border_26.BorderSizePixel = 0
  792. Border_26.Position = UDim2.new(1, 0, 0, -12)
  793. Border_26.Size = UDim2.new(0, 12, 0, 12)
  794. Border_26.Image = "http://www.roblox.com/asset/?id=238725003"
  795. Border_26.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  796. Border_26.ImageRectOffset = Vector2.new(24, 0)
  797. Border_26.ImageRectSize = Vector2.new(12, 12)
  798.  
  799. Border_27.Name = "Border"
  800. Border_27.Parent = Borders_4
  801. Border_27.BackgroundColor3 = Color3.new(1, 1, 1)
  802. Border_27.BackgroundTransparency = 1
  803. Border_27.BorderSizePixel = 0
  804. Border_27.Position = UDim2.new(0, -12, 1, 0)
  805. Border_27.Size = UDim2.new(0, 12, 0, 12)
  806. Border_27.Image = "http://www.roblox.com/asset/?id=238725003"
  807. Border_27.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  808. Border_27.ImageRectOffset = Vector2.new(0, 24)
  809. Border_27.ImageRectSize = Vector2.new(12, 12)
  810.  
  811. Border_28.Name = "Border"
  812. Border_28.Parent = Borders_4
  813. Border_28.BackgroundColor3 = Color3.new(1, 1, 1)
  814. Border_28.BackgroundTransparency = 1
  815. Border_28.BorderSizePixel = 0
  816. Border_28.Position = UDim2.new(1, 0, 1, 0)
  817. Border_28.Size = UDim2.new(0, 12, 0, 12)
  818. Border_28.Image = "http://www.roblox.com/asset/?id=238725003"
  819. Border_28.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  820. Border_28.ImageRectOffset = Vector2.new(24, 24)
  821. Border_28.ImageRectSize = Vector2.new(12, 12)
  822.  
  823. Border_29.Name = "Border"
  824. Border_29.Parent = Borders_4
  825. Border_29.BackgroundColor3 = Color3.new(1, 1, 1)
  826. Border_29.BackgroundTransparency = 1
  827. Border_29.BorderSizePixel = 0
  828. Border_29.Position = UDim2.new(0, 0, 1, 0)
  829. Border_29.Size = UDim2.new(1, 0, 0, 12)
  830. Border_29.Image = "http://www.roblox.com/asset/?id=238725003"
  831. Border_29.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  832. Border_29.ImageRectOffset = Vector2.new(12, 24)
  833. Border_29.ImageRectSize = Vector2.new(12, 12)
  834.  
  835. Border_30.Name = "Border"
  836. Border_30.Parent = Borders_4
  837. Border_30.BackgroundColor3 = Color3.new(1, 1, 1)
  838. Border_30.BackgroundTransparency = 1
  839. Border_30.BorderSizePixel = 0
  840. Border_30.Position = UDim2.new(0, 0, 0, -12)
  841. Border_30.Size = UDim2.new(1, 0, 0, 12)
  842. Border_30.Image = "http://www.roblox.com/asset/?id=238725003"
  843. Border_30.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  844. Border_30.ImageRectOffset = Vector2.new(12, 0)
  845. Border_30.ImageRectSize = Vector2.new(12, 12)
  846.  
  847. Border_31.Name = "Border"
  848. Border_31.Parent = Borders_4
  849. Border_31.BackgroundColor3 = Color3.new(1, 1, 1)
  850. Border_31.BackgroundTransparency = 1
  851. Border_31.BorderSizePixel = 0
  852. Border_31.Position = UDim2.new(0, -12, 0, 0)
  853. Border_31.Size = UDim2.new(0, 12, 1, 0)
  854. Border_31.Image = "http://www.roblox.com/asset/?id=238725003"
  855. Border_31.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  856. Border_31.ImageRectOffset = Vector2.new(0, 12)
  857. Border_31.ImageRectSize = Vector2.new(12, 12)
  858.  
  859. Border_32.Name = "Border"
  860. Border_32.Parent = Borders_4
  861. Border_32.BackgroundColor3 = Color3.new(1, 1, 1)
  862. Border_32.BackgroundTransparency = 1
  863. Border_32.BorderSizePixel = 0
  864. Border_32.Position = UDim2.new(1, 0, 0, 0)
  865. Border_32.Size = UDim2.new(0, 12, 1, 0)
  866. Border_32.Image = "http://www.roblox.com/asset/?id=238725003"
  867. Border_32.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  868. Border_32.ImageRectOffset = Vector2.new(24, 12)
  869. Border_32.ImageRectSize = Vector2.new(12, 12)
  870.  
  871. Background_4.Name = "Background"
  872. Background_4.Parent = Borders_4
  873. Background_4.Active = true
  874. Background_4.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  875. Background_4.BorderSizePixel = 0
  876. Background_4.Size = UDim2.new(1, 0, 1, 0)
  877.  
  878. Title_3.Name = "Title"
  879. Title_3.Parent = Scripts1
  880. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  881. Title_3.BackgroundTransparency = 1
  882. Title_3.Position = UDim2.new(0.0333333462, 0, 0.03896714, 0)
  883. Title_3.Size = UDim2.new(0, 532, 0, 50)
  884. Title_3.Font = Enum.Font.SourceSansBold
  885. Title_3.Text = "Scripts"
  886. Title_3.TextColor3 = Color3.new(1, 1, 1)
  887. Title_3.TextSize = 40
  888.  
  889. Desc.Name = "Desc"
  890. Desc.Parent = Scripts1
  891. Desc.BackgroundColor3 = Color3.new(1, 1, 1)
  892. Desc.BackgroundTransparency = 1
  893. Desc.Position = UDim2.new(0.212727278, 0, 0.803333282, 0)
  894. Desc.Size = UDim2.new(0, 33, 0, 47)
  895. Desc.Font = Enum.Font.SourceSansBold
  896. Desc.Text = "Some don't work, Sorry!"
  897. Desc.TextColor3 = Color3.new(1, 1, 1)
  898. Desc.TextSize = 25
  899.  
  900. GoodCopBCop.Name = "Good Cop B Cop"
  901. GoodCopBCop.Parent = Scripts1
  902. GoodCopBCop.BackgroundColor3 = Color3.new(1, 1, 1)
  903. GoodCopBCop.BackgroundTransparency = 1
  904. GoodCopBCop.Position = UDim2.new(0.187272727, 0, 0.239999995, 0)
  905. GoodCopBCop.Size = UDim2.new(0, 146, 0, 42)
  906. GoodCopBCop.Font = Enum.Font.SourceSansBold
  907. GoodCopBCop.Text = "Good Cop B Cop"
  908. GoodCopBCop.TextColor3 = Color3.new(1, 1, 1)
  909. GoodCopBCop.TextSize = 25
  910. GoodCopBCop.MouseButton1Click:connect(function()
  911. loadstring(game:HttpGet(('https://pastebin.com/raw/7sKihu7d'),true))()
  912. end)
  913.  
  914. TrollGUI.Name = "Troll GUI"
  915. TrollGUI.Parent = Scripts1
  916. TrollGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  917. TrollGUI.BackgroundTransparency = 1
  918. TrollGUI.Position = UDim2.new(0.560000062, 0, 0.239999995, 0)
  919. TrollGUI.Size = UDim2.new(0, 121, 0, 42)
  920. TrollGUI.Font = Enum.Font.SourceSansBold
  921. TrollGUI.Text = "Troll GUI"
  922. TrollGUI.TextColor3 = Color3.new(1, 1, 1)
  923. TrollGUI.TextSize = 25
  924. TrollGUI.MouseButton1Click:connect(function()
  925. loadstring(game:HttpGet(('https://pastebin.com/raw/8aSnQHaV'),true))()
  926. end)
  927.  
  928. Sans.Name = "Sans"
  929. Sans.Parent = Scripts1
  930. Sans.BackgroundColor3 = Color3.new(1, 1, 1)
  931. Sans.BackgroundTransparency = 1
  932. Sans.Position = UDim2.new(0.187272727, 0, 0.430000007, 0)
  933. Sans.Size = UDim2.new(0, 146, 0, 42)
  934. Sans.Font = Enum.Font.SourceSansBold
  935. Sans.Text = "Nightmare Sans"
  936. Sans.TextColor3 = Color3.new(1, 1, 1)
  937. Sans.TextSize = 25
  938. Sans.MouseButton1Click:connect(function()
  939. loadstring(game:HttpGet(('https://pastebin.com/raw/pHRR6S0K'),true))()
  940. end)
  941.  
  942. Penny.Name = "Penny"
  943. Penny.Parent = Scripts1
  944. Penny.BackgroundColor3 = Color3.new(1, 1, 1)
  945. Penny.BackgroundTransparency = 1
  946. Penny.Position = UDim2.new(0.560000062, 0, 0.430000007, 0)
  947. Penny.Size = UDim2.new(0, 121, 0, 42)
  948. Penny.Font = Enum.Font.SourceSansBold
  949. Penny.Text = "Pennywise"
  950. Penny.TextColor3 = Color3.new(1, 1, 1)
  951. Penny.TextSize = 25
  952. Penny.MouseButton1Click:connect(function()
  953. loadstring(game:HttpGet(('https://pastebin.com/raw/mHTh1rSN'),true))()
  954. end)
  955.  
  956. GoodSpeed.Name = "GoodSpeed"
  957. GoodSpeed.Parent = Scripts1
  958. GoodSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  959. GoodSpeed.BackgroundTransparency = 1
  960. GoodSpeed.Position = UDim2.new(0.536363661, 0, 0.626666665, 0)
  961. GoodSpeed.Size = UDim2.new(0, 146, 0, 42)
  962. GoodSpeed.Font = Enum.Font.SourceSansBold
  963. GoodSpeed.Text = "God's Speed"
  964. GoodSpeed.TextColor3 = Color3.new(1, 1, 1)
  965. GoodSpeed.TextSize = 25
  966. GoodSpeed.MouseButton1Click:connect(function()
  967. loadstring(game:HttpGet(('https://pastebin.com/raw/6S1puU63'),true))()
  968. end)
  969.  
  970. Aimworks.Name = "Aimworks"
  971. Aimworks.Parent = Scripts1
  972. Aimworks.BackgroundColor3 = Color3.new(1, 1, 1)
  973. Aimworks.BackgroundTransparency = 1
  974. Aimworks.Position = UDim2.new(0.187272742, 0, 0.626666665, 0)
  975. Aimworks.Size = UDim2.new(0, 146, 0, 42)
  976. Aimworks.Font = Enum.Font.SourceSansBold
  977. Aimworks.Text = "Aimworks"
  978. Aimworks.TextColor3 = Color3.new(1, 1, 1)
  979. Aimworks.TextSize = 25
  980. Aimworks.MouseButton1Click:connect(function()
  981. loadstring(game:HttpGet(('https://pastebin.com/raw/PxJ10Cvj'),true))()
  982. end)
  983.  
  984. Exit_3.Name = "Exit"
  985. Exit_3.Parent = Scripts1
  986. Exit_3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  987. Exit_3.BorderSizePixel = 0
  988. Exit_3.Position = UDim2.new(0.945454478, 0, -0.000845104456, 0)
  989. Exit_3.Size = UDim2.new(0, 30, 0, 26)
  990. Exit_3.Image = "rbxassetid://247421309"
  991. Exit_3.MouseButton1Click:connect(function()
  992. if open == false then
  993. Scripts1:TweenPosition(UDim2.new(0.334,0,-2.5,0), 'Out', 'Bounce', 1.2)
  994. Frame.Visible = true
  995. Frame:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  996. end
  997. end)
  998.  
  999. Credits_Tab.Name = "Credits_Tab"
  1000. Credits_Tab.Parent = ReaperHubV4
  1001. Credits_Tab.Active = true
  1002. Credits_Tab.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  1003. Credits_Tab.BackgroundTransparency = 1
  1004. Credits_Tab.BorderSizePixel = 0
  1005. Credits_Tab.Position = UDim2.new(0.333999991, 0, 1.70000005, 0)
  1006. Credits_Tab.Selectable = true
  1007. Credits_Tab.Size = UDim2.new(0, 550, 0, 300)
  1008. Credits_Tab.ZIndex = 2
  1009. Credits_Tab.Draggable = true
  1010.  
  1011. Borders_5.Name = "Borders"
  1012. Borders_5.Parent = Credits_Tab
  1013. Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1014. Borders_5.BackgroundTransparency = 1
  1015. Borders_5.BorderSizePixel = 0
  1016. Borders_5.Position = UDim2.new(0, 12, 0, 12)
  1017. Borders_5.Size = UDim2.new(1, -24, 1, -24)
  1018.  
  1019. Border_33.Name = "Border"
  1020. Border_33.Parent = Borders_5
  1021. Border_33.BackgroundColor3 = Color3.new(1, 1, 1)
  1022. Border_33.BackgroundTransparency = 1
  1023. Border_33.BorderSizePixel = 0
  1024. Border_33.Position = UDim2.new(0, -12, 0, -12)
  1025. Border_33.Size = UDim2.new(0, 12, 0, 12)
  1026. Border_33.Image = "http://www.roblox.com/asset/?id=238725003"
  1027. Border_33.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1028. Border_33.ImageRectSize = Vector2.new(12, 12)
  1029.  
  1030. Border_34.Name = "Border"
  1031. Border_34.Parent = Borders_5
  1032. Border_34.BackgroundColor3 = Color3.new(1, 1, 1)
  1033. Border_34.BackgroundTransparency = 1
  1034. Border_34.BorderSizePixel = 0
  1035. Border_34.Position = UDim2.new(1, 0, 0, -12)
  1036. Border_34.Size = UDim2.new(0, 12, 0, 12)
  1037. Border_34.Image = "http://www.roblox.com/asset/?id=238725003"
  1038. Border_34.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1039. Border_34.ImageRectOffset = Vector2.new(24, 0)
  1040. Border_34.ImageRectSize = Vector2.new(12, 12)
  1041.  
  1042. Border_35.Name = "Border"
  1043. Border_35.Parent = Borders_5
  1044. Border_35.BackgroundColor3 = Color3.new(1, 1, 1)
  1045. Border_35.BackgroundTransparency = 1
  1046. Border_35.BorderSizePixel = 0
  1047. Border_35.Position = UDim2.new(0, -12, 1, 0)
  1048. Border_35.Size = UDim2.new(0, 12, 0, 12)
  1049. Border_35.Image = "http://www.roblox.com/asset/?id=238725003"
  1050. Border_35.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1051. Border_35.ImageRectOffset = Vector2.new(0, 24)
  1052. Border_35.ImageRectSize = Vector2.new(12, 12)
  1053.  
  1054. Border_36.Name = "Border"
  1055. Border_36.Parent = Borders_5
  1056. Border_36.BackgroundColor3 = Color3.new(1, 1, 1)
  1057. Border_36.BackgroundTransparency = 1
  1058. Border_36.BorderSizePixel = 0
  1059. Border_36.Position = UDim2.new(1, 0, 1, 0)
  1060. Border_36.Size = UDim2.new(0, 12, 0, 12)
  1061. Border_36.Image = "http://www.roblox.com/asset/?id=238725003"
  1062. Border_36.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1063. Border_36.ImageRectOffset = Vector2.new(24, 24)
  1064. Border_36.ImageRectSize = Vector2.new(12, 12)
  1065.  
  1066. Border_37.Name = "Border"
  1067. Border_37.Parent = Borders_5
  1068. Border_37.BackgroundColor3 = Color3.new(1, 1, 1)
  1069. Border_37.BackgroundTransparency = 1
  1070. Border_37.BorderSizePixel = 0
  1071. Border_37.Position = UDim2.new(0, 0, 1, 0)
  1072. Border_37.Size = UDim2.new(1, 0, 0, 12)
  1073. Border_37.Image = "http://www.roblox.com/asset/?id=238725003"
  1074. Border_37.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1075. Border_37.ImageRectOffset = Vector2.new(12, 24)
  1076. Border_37.ImageRectSize = Vector2.new(12, 12)
  1077.  
  1078. Border_38.Name = "Border"
  1079. Border_38.Parent = Borders_5
  1080. Border_38.BackgroundColor3 = Color3.new(1, 1, 1)
  1081. Border_38.BackgroundTransparency = 1
  1082. Border_38.BorderSizePixel = 0
  1083. Border_38.Position = UDim2.new(0, 0, 0, -12)
  1084. Border_38.Size = UDim2.new(1, 0, 0, 12)
  1085. Border_38.Image = "http://www.roblox.com/asset/?id=238725003"
  1086. Border_38.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1087. Border_38.ImageRectOffset = Vector2.new(12, 0)
  1088. Border_38.ImageRectSize = Vector2.new(12, 12)
  1089.  
  1090. Border_39.Name = "Border"
  1091. Border_39.Parent = Borders_5
  1092. Border_39.BackgroundColor3 = Color3.new(1, 1, 1)
  1093. Border_39.BackgroundTransparency = 1
  1094. Border_39.BorderSizePixel = 0
  1095. Border_39.Position = UDim2.new(0, -12, 0, 0)
  1096. Border_39.Size = UDim2.new(0, 12, 1, 0)
  1097. Border_39.Image = "http://www.roblox.com/asset/?id=238725003"
  1098. Border_39.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1099. Border_39.ImageRectOffset = Vector2.new(0, 12)
  1100. Border_39.ImageRectSize = Vector2.new(12, 12)
  1101.  
  1102. Border_40.Name = "Border"
  1103. Border_40.Parent = Borders_5
  1104. Border_40.BackgroundColor3 = Color3.new(1, 1, 1)
  1105. Border_40.BackgroundTransparency = 1
  1106. Border_40.BorderSizePixel = 0
  1107. Border_40.Position = UDim2.new(1, 0, 0, 0)
  1108. Border_40.Size = UDim2.new(0, 12, 1, 0)
  1109. Border_40.Image = "http://www.roblox.com/asset/?id=238725003"
  1110. Border_40.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1111. Border_40.ImageRectOffset = Vector2.new(24, 12)
  1112. Border_40.ImageRectSize = Vector2.new(12, 12)
  1113.  
  1114. Background_5.Name = "Background"
  1115. Background_5.Parent = Borders_5
  1116. Background_5.Active = true
  1117. Background_5.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  1118. Background_5.BorderSizePixel = 0
  1119. Background_5.Size = UDim2.new(1, 0, 1, 0)
  1120.  
  1121. Sen2.Name = "Sen2"
  1122. Sen2.Parent = Credits_Tab
  1123. Sen2.BackgroundColor3 = Color3.new(1, 1, 1)
  1124. Sen2.BackgroundTransparency = 1
  1125. Sen2.Position = UDim2.new(0.212727278, 0, 0.186666667, 0)
  1126. Sen2.Size = UDim2.new(0, 339, 0, 44)
  1127. Sen2.Font = Enum.Font.SourceSansBold
  1128. Sen2.Text = "I do not own any of the scripts you see"
  1129. Sen2.TextColor3 = Color3.new(1, 1, 1)
  1130. Sen2.TextSize = 25
  1131.  
  1132. Sen3.Name = "Sen3"
  1133. Sen3.Parent = Credits_Tab
  1134. Sen3.BackgroundColor3 = Color3.new(1, 1, 1)
  1135. Sen3.BackgroundTransparency = 1
  1136. Sen3.Position = UDim2.new(0.212727278, 0, 0.25333333, 0)
  1137. Sen3.Size = UDim2.new(0, 339, 0, 44)
  1138. Sen3.Font = Enum.Font.SourceSansBold
  1139. Sen3.Text = "I've only made the GUI, thus \"Fair use\""
  1140. Sen3.TextColor3 = Color3.new(1, 1, 1)
  1141. Sen3.TextSize = 25
  1142.  
  1143. Sen4.Name = "Sen4"
  1144. Sen4.Parent = Credits_Tab
  1145. Sen4.BackgroundColor3 = Color3.new(1, 1, 1)
  1146. Sen4.BackgroundTransparency = 1
  1147. Sen4.Position = UDim2.new(0.194545478, 0, 0.310000002, 0)
  1148. Sen4.Size = UDim2.new(0, 339, 0, 44)
  1149. Sen4.Font = Enum.Font.SourceSansBold
  1150. Sen4.Text = "My discord is down below if you're"
  1151. Sen4.TextColor3 = Color3.new(1, 1, 1)
  1152. Sen4.TextSize = 25
  1153.  
  1154. Sen5.Name = "Sen5"
  1155. Sen5.Parent = Credits_Tab
  1156. Sen5.BackgroundColor3 = Color3.new(1, 1, 1)
  1157. Sen5.BackgroundTransparency = 1
  1158. Sen5.Position = UDim2.new(0.207272738, 0, 0.373333305, 0)
  1159. Sen5.Size = UDim2.new(0, 339, 0, 44)
  1160. Sen5.Font = Enum.Font.SourceSansBold
  1161. Sen5.Text = "having issues with the GUI or have"
  1162. Sen5.TextColor3 = Color3.new(1, 1, 1)
  1163. Sen5.TextSize = 25
  1164.  
  1165. DiscInfo.Name = "DiscInfo"
  1166. DiscInfo.Parent = Credits_Tab
  1167. DiscInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  1168. DiscInfo.BackgroundTransparency = 1
  1169. DiscInfo.Position = UDim2.new(0.198181808, 0, 0.626666665, 0)
  1170. DiscInfo.Size = UDim2.new(0, 355, 0, 71)
  1171. DiscInfo.Font = Enum.Font.SourceSansBold
  1172. DiscInfo.Text = "PandaPlayzYT#1230"
  1173. DiscInfo.TextColor3 = Color3.new(1, 1, 1)
  1174. DiscInfo.TextSize = 50
  1175.  
  1176. Sen6.Name = "Sen6"
  1177. Sen6.Parent = Credits_Tab
  1178. Sen6.BackgroundColor3 = Color3.new(1, 1, 1)
  1179. Sen6.BackgroundTransparency = 1
  1180. Sen6.Position = UDim2.new(0.207272708, 0, 0.426666677, 0)
  1181. Sen6.Size = UDim2.new(0, 339, 0, 44)
  1182. Sen6.Font = Enum.Font.SourceSansBold
  1183. Sen6.Text = "any questions/concerns about my GUI"
  1184. Sen6.TextColor3 = Color3.new(1, 1, 1)
  1185. Sen6.TextSize = 25
  1186.  
  1187. Sen1.Name = "Sen1"
  1188. Sen1.Parent = Credits_Tab
  1189. Sen1.BackgroundColor3 = Color3.new(1, 1, 1)
  1190. Sen1.BackgroundTransparency = 1
  1191. Sen1.Position = UDim2.new(-1.40362763, 0, 3.34249258, 0)
  1192. Sen1.Size = UDim2.new(0, 339, 0, 44)
  1193. Sen1.Font = Enum.Font.SourceSansBold
  1194. Sen1.Text = "All credits goto their rightful Owners"
  1195. Sen1.TextColor3 = Color3.new(1, 1, 1)
  1196. Sen1.TextSize = 25
  1197.  
  1198. Exit_4.Name = "Exit"
  1199. Exit_4.Parent = Credits_Tab
  1200. Exit_4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1201. Exit_4.BorderSizePixel = 0
  1202. Exit_4.Position = UDim2.new(0.945454478, 0, -0.000845074654, 0)
  1203. Exit_4.Size = UDim2.new(0, 30, 0, 26)
  1204. Exit_4.Image = "rbxassetid://247421309"
  1205. Exit_4.MouseButton1Click:connect(function()
  1206. if open == false then
  1207. Credits_Tab:TweenPosition(UDim2.new(-0.7,0,0.259,0), 'Out', 'Bounce', 1.2)
  1208. Frame.Visible = true
  1209. Frame:TweenPosition(UDim2.new(0.334,0,0.259,0), 'Out', 'Quint', 1.2)
  1210. end
  1211. end)
  1212.  
  1213. LoadingFrame.Name = "LoadingFrame"
  1214. LoadingFrame.Parent = ReaperHubV4
  1215. LoadingFrame.Active = true
  1216. LoadingFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  1217. LoadingFrame.BackgroundTransparency = 1
  1218. LoadingFrame.BorderSizePixel = 0
  1219. LoadingFrame.Position = UDim2.new(0.333999991, 1500, 0.259000003, 0)
  1220. LoadingFrame.Selectable = true
  1221. LoadingFrame.Size = UDim2.new(0, 550, 0, 300)
  1222. LoadingFrame.ZIndex = 2
  1223. LoadingFrame.Draggable = true
  1224.  
  1225. Borders_6.Name = "Borders"
  1226. Borders_6.Parent = LoadingFrame
  1227. Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1228. Borders_6.BackgroundTransparency = 1
  1229. Borders_6.BorderSizePixel = 0
  1230. Borders_6.Position = UDim2.new(0, 12, 0, 12)
  1231. Borders_6.Size = UDim2.new(1, -24, 1, -24)
  1232.  
  1233. Border_41.Name = "Border"
  1234. Border_41.Parent = Borders_6
  1235. Border_41.BackgroundColor3 = Color3.new(1, 1, 1)
  1236. Border_41.BackgroundTransparency = 1
  1237. Border_41.BorderSizePixel = 0
  1238. Border_41.Position = UDim2.new(0, 77, 0, -12)
  1239. Border_41.Size = UDim2.new(0, 12, 0, 12)
  1240. Border_41.Image = "http://www.roblox.com/asset/?id=238725003"
  1241. Border_41.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1242. Border_41.ImageRectSize = Vector2.new(12, 12)
  1243.  
  1244. Border_42.Name = "Border"
  1245. Border_42.Parent = Borders_6
  1246. Border_42.BackgroundColor3 = Color3.new(1, 1, 1)
  1247. Border_42.BackgroundTransparency = 1
  1248. Border_42.BorderSizePixel = 0
  1249. Border_42.Position = UDim2.new(0.90114069, 0, 0, -12)
  1250. Border_42.Size = UDim2.new(0, 12, 0, 12)
  1251. Border_42.Image = "http://www.roblox.com/asset/?id=238725003"
  1252. Border_42.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1253. Border_42.ImageRectOffset = Vector2.new(24, 0)
  1254. Border_42.ImageRectSize = Vector2.new(12, 12)
  1255.  
  1256. Border_43.Name = "Border"
  1257. Border_43.Parent = Borders_6
  1258. Border_43.BackgroundColor3 = Color3.new(1, 1, 1)
  1259. Border_43.BackgroundTransparency = 1
  1260. Border_43.BorderSizePixel = 0
  1261. Border_43.Position = UDim2.new(0.173003808, -12, 1, 0)
  1262. Border_43.Size = UDim2.new(0, 12, 0, 12)
  1263. Border_43.Image = "http://www.roblox.com/asset/?id=238725003"
  1264. Border_43.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1265. Border_43.ImageRectOffset = Vector2.new(0, 24)
  1266. Border_43.ImageRectSize = Vector2.new(12, 12)
  1267.  
  1268. Border_44.Name = "Border"
  1269. Border_44.Parent = Borders_6
  1270. Border_44.BackgroundColor3 = Color3.new(1, 1, 1)
  1271. Border_44.BackgroundTransparency = 1
  1272. Border_44.BorderSizePixel = 0
  1273. Border_44.Position = UDim2.new(0.90114069, 0, 1, 0)
  1274. Border_44.Size = UDim2.new(0, 12, 0, 12)
  1275. Border_44.Image = "http://www.roblox.com/asset/?id=238725003"
  1276. Border_44.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1277. Border_44.ImageRectOffset = Vector2.new(24, 24)
  1278. Border_44.ImageRectSize = Vector2.new(12, 12)
  1279.  
  1280. Border_45.Name = "Border"
  1281. Border_45.Parent = Borders_6
  1282. Border_45.BackgroundColor3 = Color3.new(1, 1, 1)
  1283. Border_45.BackgroundTransparency = 1
  1284. Border_45.BorderSizePixel = 0
  1285. Border_45.Position = UDim2.new(0.169201523, 0, 1, 0)
  1286. Border_45.Size = UDim2.new(0.731939137, 0, 0, 12)
  1287. Border_45.Image = "http://www.roblox.com/asset/?id=238725003"
  1288. Border_45.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1289. Border_45.ImageRectOffset = Vector2.new(12, 24)
  1290. Border_45.ImageRectSize = Vector2.new(12, 12)
  1291.  
  1292. Border_46.Name = "Border"
  1293. Border_46.Parent = Borders_6
  1294. Border_46.BackgroundColor3 = Color3.new(1, 1, 1)
  1295. Border_46.BackgroundTransparency = 1
  1296. Border_46.BorderSizePixel = 0
  1297. Border_46.Position = UDim2.new(0, 89, 0, -12)
  1298. Border_46.Size = UDim2.new(0.731939137, 0, 0, 12)
  1299. Border_46.Image = "http://www.roblox.com/asset/?id=238725003"
  1300. Border_46.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1301. Border_46.ImageRectOffset = Vector2.new(12, 0)
  1302. Border_46.ImageRectSize = Vector2.new(12, 12)
  1303.  
  1304. Border_47.Name = "Border"
  1305. Border_47.Parent = Borders_6
  1306. Border_47.BackgroundColor3 = Color3.new(1, 1, 1)
  1307. Border_47.BackgroundTransparency = 1
  1308. Border_47.BorderSizePixel = 0
  1309. Border_47.Position = UDim2.new(0, 77, 0, 0)
  1310. Border_47.Size = UDim2.new(0, 12, 1, 0)
  1311. Border_47.Image = "http://www.roblox.com/asset/?id=238725003"
  1312. Border_47.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1313. Border_47.ImageRectOffset = Vector2.new(0, 12)
  1314. Border_47.ImageRectSize = Vector2.new(12, 12)
  1315.  
  1316. Border_48.Name = "Border"
  1317. Border_48.Parent = Borders_6
  1318. Border_48.BackgroundColor3 = Color3.new(1, 1, 1)
  1319. Border_48.BackgroundTransparency = 1
  1320. Border_48.BorderSizePixel = 0
  1321. Border_48.Position = UDim2.new(0.90114069, 0, 0, 0)
  1322. Border_48.Size = UDim2.new(0, 12, 1, 0)
  1323. Border_48.Image = "http://www.roblox.com/asset/?id=238725003"
  1324. Border_48.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1325. Border_48.ImageRectOffset = Vector2.new(24, 12)
  1326. Border_48.ImageRectSize = Vector2.new(12, 12)
  1327.  
  1328. Background_6.Name = "Background"
  1329. Background_6.Parent = Borders_6
  1330. Background_6.Active = true
  1331. Background_6.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  1332. Background_6.BorderSizePixel = 0
  1333. Background_6.Position = UDim2.new(0.169201523, 0, 0, 0)
  1334. Background_6.Size = UDim2.new(0.731939137, 0, 1, 0)
  1335.  
  1336. Logo_3.Name = "Logo"
  1337. Logo_3.Parent = LoadingFrame
  1338. Logo_3.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  1339. Logo_3.BorderSizePixel = 0
  1340. Logo_3.Position = UDim2.new(0.183636367, 0, 0.686666667, 0)
  1341. Logo_3.Size = UDim2.new(0, 103, 0, 82)
  1342. Logo_3.Image = "rbxassetid://119599597"
  1343.  
  1344. Loading.Name = "Loading"
  1345. Loading.Parent = LoadingFrame
  1346. Loading.BackgroundColor3 = Color3.new(1, 1, 1)
  1347. Loading.BackgroundTransparency = 1
  1348. Loading.Position = UDim2.new(0.0587878935, 0, 0.332300454, 0)
  1349. Loading.Size = UDim2.new(0, 532, 0, 50)
  1350. Loading.Font = Enum.Font.SourceSansBold
  1351. Loading.Text = "Loading"
  1352. Loading.TextColor3 = Color3.new(1, 1, 1)
  1353. Loading.TextSize = 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement