Advertisement
Guest User

Untitled

a guest
Jun 27th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.95 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ReaperHubV1 = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local Header = Instance.new("Frame")
  6. local Promotion = Instance.new("TextLabel")
  7. local Exit2 = Instance.new("TextButton")
  8. local WS50 = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local WS100 = Instance.new("TextButton")
  11. local WS150 = Instance.new("TextButton")
  12. local LocalPlayer = Instance.new("TextButton")
  13. local Scripts = Instance.new("TextButton")
  14. local Server = Instance.new("TextButton")
  15. local Games = Instance.new("TextButton")
  16. local Credits = Instance.new("TextButton")
  17. local WS150_2 = Instance.new("TextButton")
  18. local LoginFrame = Instance.new("Frame")
  19. local Header_2 = Instance.new("Frame")
  20. local Success = Instance.new("TextLabel")
  21. local Username = Instance.new("TextBox")
  22. local Password = Instance.new("TextBox")
  23. local Confirmplz = Instance.new("TextButton")
  24. local Exit1 = Instance.new("TextButton")
  25. local Promotion_2 = Instance.new("TextLabel")
  26. local ScriptTab = Instance.new("Frame")
  27. local LocalTab = Instance.new("Frame")
  28. local TextLabel = Instance.new("TextLabel")
  29. local Bendy = Instance.new("TextButton")
  30. local Tele = Instance.new("TextButton")
  31. local IY = Instance.new("TextButton")
  32. local Exit = Instance.new("TextButton")
  33. local Suicide = Instance.new("TextButton")
  34. local Glitch = Instance.new("TextButton")
  35. local Aimbot = Instance.new("TextButton")
  36. local Rape = Instance.new("TextButton")
  37. local Bot = Instance.new("TextButton")
  38. local Penny = Instance.new("TextButton")
  39. local TextLabel_2 = Instance.new("TextLabel")
  40. local TextLabel_3 = Instance.new("TextLabel")
  41. local GamesTab = Instance.new("Frame")
  42. local GamesTab_2 = Instance.new("Frame")
  43. local Exit3 = Instance.new("TextButton")
  44. local Promotion_3 = Instance.new("TextLabel")
  45. local Jailbreak = Instance.new("TextButton")
  46. local Heist = Instance.new("TextButton")
  47. local Phantom = Instance.new("TextButton")
  48. local Jailbreak_2 = Instance.new("TextButton")
  49. local TextLabel_4 = Instance.new("TextLabel")
  50. local ServerTab = Instance.new("Frame")
  51. local GamesTab_3 = Instance.new("Frame")
  52. local Promotion_4 = Instance.new("TextLabel")
  53. local Exit4 = Instance.new("TextButton")
  54. local Corruption = Instance.new("TextButton")
  55. local RIP = Instance.new("TextButton")
  56. local CreditTab = Instance.new("Frame")
  57. local GamesTab_4 = Instance.new("Frame")
  58. local Exit5 = Instance.new("TextButton")
  59. local Promotion_5 = Instance.new("TextLabel")
  60. local TextLabel_5 = Instance.new("TextLabel")
  61. local TextLabel_6 = Instance.new("TextLabel")
  62. local TextLabel_7 = Instance.new("TextLabel")
  63. local TextLabel_8 = Instance.new("TextLabel")
  64. local TextLabel_9 = Instance.new("TextLabel")
  65. local TextLabel_10 = Instance.new("TextLabel")
  66. local TextLabel_11 = Instance.new("TextLabel")
  67. local OpenFrame = Instance.new("Frame")
  68. local Open = Instance.new("TextButton")
  69.  
  70. -- Properties
  71.  
  72. ReaperHubV1.Name = "Reaper Hub V1"
  73. ReaperHubV1.Parent = game.CoreGui
  74.  
  75. MainFrame.Name = "MainFrame"
  76. MainFrame.Parent = ReaperHubV1
  77. MainFrame.Active = true
  78. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. MainFrame.Position = UDim2.new(0.372697949, 0, 0.229727179, 0)
  80. MainFrame.Size = UDim2.new(0, 475, 0, 311)
  81. MainFrame.Visible = false
  82. MainFrame.Style = Enum.FrameStyle.RobloxRound
  83. MainFrame.Draggable = true
  84.  
  85. Header.Name = "Header"
  86. Header.Parent = MainFrame
  87. Header.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  88. Header.Position = UDim2.new(-0.0168421045, 0, -0.0257234722, 0)
  89. Header.Size = UDim2.new(0, 475, 0, 26)
  90. Header.Style = Enum.FrameStyle.RobloxRound
  91.  
  92. Promotion.Name = "Promotion"
  93. Promotion.Parent = Header
  94. Promotion.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Promotion.BackgroundTransparency = 1
  96. Promotion.Position = UDim2.new(-0.0463157892, 0, -0.679569602, 0)
  97. Promotion.Size = UDim2.new(0, 175, 0, 26)
  98. Promotion.Font = Enum.Font.SourceSansBold
  99. Promotion.Text = "Created By PandaPlayzYT"
  100. Promotion.TextColor3 = Color3.new(1, 1, 1)
  101. Promotion.TextSize = 14
  102.  
  103. Exit2.Name = "Exit2"
  104. Exit2.Parent = Header
  105. Exit2.BackgroundColor3 = Color3.new(1, 1, 1)
  106. Exit2.BackgroundTransparency = 1
  107. Exit2.Position = UDim2.new(0.934736848, 0, -0.528938949, 0)
  108. Exit2.Size = UDim2.new(0, 38, 0, 27)
  109. Exit2.Font = Enum.Font.SourceSansBold
  110. Exit2.Text = "X"
  111. Exit2.TextColor3 = Color3.new(1, 1, 1)
  112. Exit2.TextSize = 20
  113. Exit2.MouseButton1Down:connect(function()
  114. MainFrame.Visible = false
  115. OpenFrame.Visible = true
  116. end)
  117.  
  118. WS50.Name = "WS50"
  119. WS50.Parent = MainFrame
  120. WS50.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  121. WS50.BackgroundTransparency = 0.30000001192093
  122. WS50.Position = UDim2.new(0.220420137, 0, 0.245759428, 0)
  123. WS50.Size = UDim2.new(0, 88, 0, 38)
  124. WS50.Font = Enum.Font.SourceSansBold
  125. WS50.Text = "WS 50"
  126. WS50.TextColor3 = Color3.new(1, 1, 1)
  127. WS50.TextSize = 14
  128.  
  129. Title.Name = "Title"
  130. Title.Parent = MainFrame
  131. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Title.BackgroundTransparency = 1
  133. Title.Position = UDim2.new(0.159999996, 0, 0.083601281, 0)
  134. Title.Size = UDim2.new(0, 323, 0, 50)
  135. Title.Font = Enum.Font.SourceSansBold
  136. Title.Text = "Welcome To Reaper Hub V2"
  137. Title.TextColor3 = Color3.new(1, 1, 1)
  138. Title.TextScaled = true
  139. Title.TextSize = 14
  140. Title.TextWrapped = true
  141.  
  142. WS100.Name = "WS100"
  143. WS100.Parent = MainFrame
  144. WS100.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  145. WS100.BackgroundTransparency = 0.30000001192093
  146. WS100.Position = UDim2.new(0.460420132, 0, 0.245759428, 0)
  147. WS100.Size = UDim2.new(0, 88, 0, 38)
  148. WS100.Font = Enum.Font.SourceSansBold
  149. WS100.Text = "WS 100"
  150. WS100.TextColor3 = Color3.new(1, 1, 1)
  151. WS100.TextSize = 14
  152.  
  153. WS150.Name = "WS150"
  154. WS150.Parent = MainFrame
  155. WS150.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  156. WS150.BackgroundTransparency = 0.30000001192093
  157. WS150.Position = UDim2.new(0.710946441, 0, 0.245759428, 0)
  158. WS150.Size = UDim2.new(0, 88, 0, 38)
  159. WS150.Font = Enum.Font.SourceSansBold
  160. WS150.Text = "WS 150"
  161. WS150.TextColor3 = Color3.new(1, 1, 1)
  162. WS150.TextSize = 14
  163.  
  164. LocalPlayer.Name = "LocalPlayer"
  165. LocalPlayer.Parent = MainFrame
  166. LocalPlayer.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  167. LocalPlayer.BackgroundTransparency = 0.30000001192093
  168. LocalPlayer.Position = UDim2.new(0, 0, 0.244372994, 0)
  169. LocalPlayer.Size = UDim2.new(0, 88, 0, 22)
  170. LocalPlayer.Font = Enum.Font.SourceSansBold
  171. LocalPlayer.Text = "Local Player"
  172. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  173. LocalPlayer.TextSize = 14
  174.  
  175. Scripts.Name = "Scripts"
  176. Scripts.Parent = MainFrame
  177. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  178. Scripts.BackgroundTransparency = 0.30000001192093
  179. Scripts.Position = UDim2.new(0, 0, 0.340836018, 0)
  180. Scripts.Size = UDim2.new(0, 88, 0, 22)
  181. Scripts.Font = Enum.Font.SourceSansBold
  182. Scripts.Text = "Scripts"
  183. Scripts.TextColor3 = Color3.new(1, 1, 1)
  184. Scripts.TextSize = 14
  185. Scripts.MouseButton1Down:connect(function()
  186. MainFrame.Visible = false
  187. ScriptTab.Visible = true
  188. end)
  189.  
  190. Server.Name = "Server"
  191. Server.Parent = MainFrame
  192. Server.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  193. Server.BackgroundTransparency = 0.30000001192093
  194. Server.Position = UDim2.new(0, 0, 0.443729937, 0)
  195. Server.Size = UDim2.new(0, 88, 0, 22)
  196. Server.Font = Enum.Font.SourceSansBold
  197. Server.Text = "Server"
  198. Server.TextColor3 = Color3.new(1, 1, 1)
  199. Server.TextSize = 14
  200. Server.MouseButton1Down:connect(function()
  201. MainFrame.Visible = false
  202. ServerTab.Visible = true
  203. end)
  204.  
  205. Games.Name = "Games"
  206. Games.Parent = MainFrame
  207. Games.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  208. Games.BackgroundTransparency = 0.30000001192093
  209. Games.Position = UDim2.new(0, 0, 0.549839258, 0)
  210. Games.Size = UDim2.new(0, 88, 0, 22)
  211. Games.Font = Enum.Font.SourceSansBold
  212. Games.Text = "Games"
  213. Games.TextColor3 = Color3.new(1, 1, 1)
  214. Games.TextSize = 14
  215. Games.MouseButton1Dwon:connect(function()
  216. MainFrame.Visible = false
  217. GamesTab.Visible = true
  218. end)
  219.  
  220. Credits.Name = "Credits"
  221. Credits.Parent = MainFrame
  222. Credits.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  223. Credits.BackgroundTransparency = 0.30000001192093
  224. Credits.Position = UDim2.new(0, 0, 0.909967899, 0)
  225. Credits.Size = UDim2.new(0, 88, 0, 22)
  226. Credits.Font = Enum.Font.SourceSansBold
  227. Credits.Text = "Credits"
  228. Credits.TextColor3 = Color3.new(1, 1, 1)
  229. Credits.TextSize = 14
  230. Credits.MouseButton1Down:connect(function()
  231. MainFrame.Visible = false
  232. CreditTab.Visible = true
  233. end)
  234.  
  235. WS150_2.Name = "WS150"
  236. WS150_2.Parent = MainFrame
  237. WS150_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  238. WS150_2.BackgroundTransparency = 0.30000001192093
  239. WS150_2.Position = UDim2.new(0.220420122, 0, 0.432254612, 0)
  240. WS150_2.Size = UDim2.new(0, 88, 0, 38)
  241. WS150_2.Font = Enum.Font.SourceSansBold
  242. WS150_2.Text = "FF"
  243. WS150_2.TextColor3 = Color3.new(1, 1, 1)
  244. WS150_2.TextSize = 14
  245.  
  246. LoginFrame.Name = "LoginFrame"
  247. LoginFrame.Parent = ReaperHubV1
  248. LoginFrame.Active = true
  249. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  250. LoginFrame.Position = UDim2.new(0.387074441, 0, 0.251160085, 0)
  251. LoginFrame.Size = UDim2.new(0, 364, 0, 311)
  252. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  253. LoginFrame.Draggable = true
  254.  
  255. Header_2.Name = "Header"
  256. Header_2.Parent = LoginFrame
  257. Header_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  258. Header_2.Position = UDim2.new(-0.0247252751, 0, -0.0257234722, 0)
  259. Header_2.Size = UDim2.new(0, 364, 0, 26)
  260. Header_2.Style = Enum.FrameStyle.RobloxRound
  261.  
  262. Success.Name = "Success!"
  263. Success.Parent = LoginFrame
  264. Success.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Success.BackgroundTransparency = 1
  266. Success.Position = UDim2.new(0.0225621685, 0, 0.180064321, 0)
  267. Success.Size = UDim2.new(0, 356, 0, 48)
  268. Success.Font = Enum.Font.SourceSansBold
  269. Success.Text = "Login Here:"
  270. Success.TextColor3 = Color3.new(1, 1, 1)
  271. Success.TextSize = 45
  272.  
  273. Username.Name = "Username"
  274. Username.Parent = LoginFrame
  275. Username.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  276. Username.Position = UDim2.new(0.236263737, 0, 0.41800642, 0)
  277. Username.Size = UDim2.new(0, 200, 0, 50)
  278. Username.Font = Enum.Font.SourceSansBold
  279. Username.Text = "USERNAME"
  280. Username.TextColor3 = Color3.new(1, 1, 1)
  281. Username.TextSize = 20
  282.  
  283. Password.Name = "Password"
  284. Password.Parent = LoginFrame
  285. Password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  286. Password.Position = UDim2.new(0.236263737, 0, 0.601286173, 0)
  287. Password.Size = UDim2.new(0, 200, 0, 50)
  288. Password.Font = Enum.Font.SourceSansBold
  289. Password.Text = "PASSWORD"
  290. Password.TextColor3 = Color3.new(1, 1, 1)
  291. Password.TextSize = 20
  292.  
  293. Confirmplz.Name = "Confirm plz"
  294. Confirmplz.Parent = LoginFrame
  295. Confirmplz.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  296. Confirmplz.Position = UDim2.new(0.170329675, 0, 0.800643086, 0)
  297. Confirmplz.Size = UDim2.new(0, 248, 0, 50)
  298. Confirmplz.Font = Enum.Font.SourceSansBold
  299. Confirmplz.Text = "Confirm"
  300. Confirmplz.TextColor3 = Color3.new(1, 1, 1)
  301. Confirmplz.TextSize = 20
  302. Confirmplz.MouseButton1Down:connect(function()
  303. if Username.Text == "Slinkyrock87700" and Password.Text == "Test" then
  304. LoginFrame.Visible = false
  305. MainFrame.Visible = true else
  306. Username.Text = ("Login")
  307. Password.Text = ("Incorrect!")
  308. end
  309. end)
  310.  
  311.  
  312. Exit1.Name = "Exit1"
  313. Exit1.Parent = LoginFrame
  314. Exit1.BackgroundColor3 = Color3.new(1, 1, 1)
  315. Exit1.BackgroundTransparency = 1
  316. Exit1.Position = UDim2.new(0.910949111, 0, -0.0237018578, 0)
  317. Exit1.Size = UDim2.new(0, 38, 0, 27)
  318. Exit1.Font = Enum.Font.SourceSansBold
  319. Exit1.Text = "X"
  320. Exit1.TextColor3 = Color3.new(1, 1, 1)
  321. Exit1.TextSize = 20
  322. Exit1.MouseButton1Down:connect(function()
  323. LoginFrame.Visible = false
  324. OpenFrame.Visible = true
  325. end)
  326.  
  327. Promotion_2.Name = "Promotion"
  328. Promotion_2.Parent = LoginFrame
  329. Promotion_2.BackgroundColor3 = Color3.new(1, 1, 1)
  330. Promotion_2.BackgroundTransparency = 1
  331. Promotion_2.Position = UDim2.new(-0.0538774356, 0, -0.0243674051, 0)
  332. Promotion_2.Size = UDim2.new(0, 175, 0, 26)
  333. Promotion_2.Font = Enum.Font.SourceSansBold
  334. Promotion_2.Text = "Created By PandaPlayzYT"
  335. Promotion_2.TextColor3 = Color3.new(1, 1, 1)
  336. Promotion_2.TextSize = 14
  337.  
  338. ScriptTab.Name = "ScriptTab"
  339. ScriptTab.Parent = ReaperHubV1
  340. ScriptTab.Active = true
  341. ScriptTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  342. ScriptTab.Position = UDim2.new(0.377533346, 0, 0.259420335, 0)
  343. ScriptTab.Size = UDim2.new(0, 475, 0, 277)
  344. ScriptTab.Visible = false
  345. ScriptTab.Style = Enum.FrameStyle.RobloxRound
  346.  
  347. LocalTab.Name = "LocalTab"
  348. LocalTab.Parent = ScriptTab
  349. LocalTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  350. LocalTab.Position = UDim2.new(-0.0158186629, 0, -0.0278482754, 0)
  351. LocalTab.Size = UDim2.new(0, 475, 0, 42)
  352. LocalTab.Style = Enum.FrameStyle.RobloxRound
  353.  
  354. TextLabel.Parent = ScriptTab
  355. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  356. TextLabel.BackgroundTransparency = 1
  357. TextLabel.Position = UDim2.new(0.263157904, 0, -0.0288808662, 0)
  358. TextLabel.Size = UDim2.new(0, 219, 0, 41)
  359. TextLabel.Font = Enum.Font.SourceSansBold
  360. TextLabel.Text = "Scripts"
  361. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  362. TextLabel.TextSize = 25
  363. TextLabel.TextWrapped = true
  364.  
  365. Bendy.Name = "Bendy"
  366. Bendy.Parent = ScriptTab
  367. Bendy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  368. Bendy.BackgroundTransparency = 0.30000001192093
  369. Bendy.Position = UDim2.new(0.033684209, 0, 0.205776155, 0)
  370. Bendy.Size = UDim2.new(0, 135, 0, 40)
  371. Bendy.Font = Enum.Font.SourceSansBold
  372. Bendy.Text = "Bendy"
  373. Bendy.TextColor3 = Color3.new(1, 1, 1)
  374. Bendy.TextSize = 14
  375.  
  376. Tele.Name = "Tele"
  377. Tele.Parent = ScriptTab
  378. Tele.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  379. Tele.BackgroundTransparency = 0.30000001192093
  380. Tele.Position = UDim2.new(0.370526314, 0, 0.205776155, 0)
  381. Tele.Size = UDim2.new(0, 135, 0, 40)
  382. Tele.Font = Enum.Font.SourceSansBold
  383. Tele.Text = "Telekinesis"
  384. Tele.TextColor3 = Color3.new(1, 1, 1)
  385. Tele.TextSize = 14
  386.  
  387. IY.Name = "IY"
  388. IY.Parent = ScriptTab
  389. IY.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  390. IY.BackgroundTransparency = 0.30000001192093
  391. IY.Position = UDim2.new(0.690526307, 0, 0.205776155, 0)
  392. IY.Size = UDim2.new(0, 135, 0, 40)
  393. IY.Font = Enum.Font.SourceSansBold
  394. IY.Text = "IY"
  395. IY.TextColor3 = Color3.new(1, 1, 1)
  396. IY.TextSize = 14
  397.  
  398. Exit.Name = "Exit"
  399. Exit.Parent = ScriptTab
  400. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  401. Exit.BackgroundTransparency = 1
  402. Exit.Position = UDim2.new(0.937364519, 0, -0.0013052579, 0)
  403. Exit.Size = UDim2.new(0, 38, 0, 27)
  404. Exit.Font = Enum.Font.SourceSansBold
  405. Exit.Text = "X"
  406. Exit.TextColor3 = Color3.new(1, 1, 1)
  407. Exit.TextSize = 20
  408. Exit.MouseButton1Down:connect(function()
  409. ScriptTab.Visible = false
  410. MainFrame.Visible = true
  411. end)
  412.  
  413. Suicide.Name = "Suicide"
  414. Suicide.Parent = ScriptTab
  415. Suicide.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  416. Suicide.BackgroundTransparency = 0.30000001192093
  417. Suicide.Position = UDim2.new(0.033684209, 0, 0.444043308, 0)
  418. Suicide.Size = UDim2.new(0, 135, 0, 40)
  419. Suicide.Font = Enum.Font.SourceSansBold
  420. Suicide.Text = "Suicide Gun"
  421. Suicide.TextColor3 = Color3.new(1, 1, 1)
  422. Suicide.TextSize = 14
  423.  
  424. Glitch.Name = "Glitch"
  425. Glitch.Parent = ScriptTab
  426. Glitch.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  427. Glitch.BackgroundTransparency = 0.30000001192093
  428. Glitch.Position = UDim2.new(0.370526344, 0, 0.447653413, 0)
  429. Glitch.Size = UDim2.new(0, 135, 0, 40)
  430. Glitch.Font = Enum.Font.SourceSansBold
  431. Glitch.Text = "The Glitch"
  432. Glitch.TextColor3 = Color3.new(1, 1, 1)
  433. Glitch.TextSize = 14
  434.  
  435. Aimbot.Name = "Aimbot"
  436. Aimbot.Parent = ScriptTab
  437. Aimbot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  438. Aimbot.BackgroundTransparency = 0.30000001192093
  439. Aimbot.Position = UDim2.new(0.690526307, 0, 0.447653413, 0)
  440. Aimbot.Size = UDim2.new(0, 135, 0, 40)
  441. Aimbot.Font = Enum.Font.SourceSansBold
  442. Aimbot.Text = "Aimbot for most games"
  443. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  444. Aimbot.TextSize = 14
  445.  
  446. Rape.Name = "Rape"
  447. Rape.Parent = ScriptTab
  448. Rape.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  449. Rape.BackgroundTransparency = 0.30000001192093
  450. Rape.Position = UDim2.new(0.033684209, 0, 0.671480119, 0)
  451. Rape.Size = UDim2.new(0, 135, 0, 40)
  452. Rape.Font = Enum.Font.SourceSansBold
  453. Rape.Text = "Rape GUI"
  454. Rape.TextColor3 = Color3.new(1, 1, 1)
  455. Rape.TextSize = 14
  456.  
  457. Bot.Name = "Bot"
  458. Bot.Parent = ScriptTab
  459. Bot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  460. Bot.BackgroundTransparency = 0.30000001192093
  461. Bot.Position = UDim2.new(0.370526344, 0, 0.671480119, 0)
  462. Bot.Size = UDim2.new(0, 135, 0, 40)
  463. Bot.Font = Enum.Font.SourceSansBold
  464. Bot.Text = "Spider Bot"
  465. Bot.TextColor3 = Color3.new(1, 1, 1)
  466. Bot.TextSize = 14
  467.  
  468. Penny.Name = "Penny"
  469. Penny.Parent = ScriptTab
  470. Penny.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  471. Penny.BackgroundTransparency = 0.30000001192093
  472. Penny.Position = UDim2.new(0.690526366, 0, 0.671480119, 0)
  473. Penny.Size = UDim2.new(0, 135, 0, 40)
  474. Penny.Font = Enum.Font.SourceSansBold
  475. Penny.Text = "Pennywise"
  476. Penny.TextColor3 = Color3.new(1, 1, 1)
  477. Penny.TextSize = 14
  478.  
  479. TextLabel_2.Parent = ScriptTab
  480. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  481. TextLabel_2.BackgroundTransparency = 1
  482. TextLabel_2.Position = UDim2.new(0.271578968, 0, 0.841155231, 0)
  483. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  484. TextLabel_2.Font = Enum.Font.SourceSansBold
  485. TextLabel_2.Text = "These work for Non-FE only accept for the Aimbot"
  486. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  487. TextLabel_2.TextSize = 20
  488. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  489.  
  490. TextLabel_3.Parent = ScriptTab
  491. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  492. TextLabel_3.BackgroundTransparency = 1
  493. TextLabel_3.Position = UDim2.new(0.267368436, 0, -0.0180505402, 0)
  494. TextLabel_3.Size = UDim2.new(0, 219, 0, 41)
  495. TextLabel_3.Font = Enum.Font.SourceSansBold
  496. TextLabel_3.Text = "Scripts"
  497. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  498. TextLabel_3.TextSize = 25
  499. TextLabel_3.TextWrapped = true
  500.  
  501. GamesTab.Name = "GamesTab"
  502. GamesTab.Parent = ReaperHubV1
  503. GamesTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  504. GamesTab.Position = UDim2.new(0.383044571, 0, 0.252112657, 0)
  505. GamesTab.Size = UDim2.new(0, 448, 0, 297)
  506. GamesTab.Visible = false
  507. GamesTab.Style = Enum.FrameStyle.RobloxRound
  508.  
  509. GamesTab_2.Name = "GamesTab"
  510. GamesTab_2.Parent = GamesTab
  511. GamesTab_2.BackgroundColor3 = Color3.new(1, 1, 1)
  512. GamesTab_2.Position = UDim2.new(-0.0200892854, 0, -0.0235690232, 0)
  513. GamesTab_2.Size = UDim2.new(0, 448, 0, 27)
  514. GamesTab_2.Style = Enum.FrameStyle.RobloxRound
  515.  
  516. Exit3.Name = "Exit3"
  517. Exit3.Parent = GamesTab_2
  518. Exit3.BackgroundColor3 = Color3.new(1, 1, 1)
  519. Exit3.BackgroundTransparency = 1
  520. Exit3.Position = UDim2.new(0.927075505, 0, -0.61601007, 0)
  521. Exit3.Size = UDim2.new(0, 38, 0, 27)
  522. Exit3.Font = Enum.Font.SourceSansBold
  523. Exit3.Text = "X"
  524. Exit3.TextColor3 = Color3.new(1, 1, 1)
  525. Exit3.TextSize = 20
  526. Exit3.MouseButton1Down:connect(function()
  527. GamesTab.Visible = false
  528. MainFrame.Visible = true
  529. end)
  530.  
  531. Promotion_3.Name = "Promotion"
  532. Promotion_3.Parent = GamesTab_2
  533. Promotion_3.BackgroundColor3 = Color3.new(1, 1, 1)
  534. Promotion_3.BackgroundTransparency = 1
  535. Promotion_3.Position = UDim2.new(-0.0452658348, 0, -0.618409216, 0)
  536. Promotion_3.Size = UDim2.new(0, 175, 0, 26)
  537. Promotion_3.Font = Enum.Font.SourceSansBold
  538. Promotion_3.Text = "Created By PandaPlayzYT"
  539. Promotion_3.TextColor3 = Color3.new(1, 1, 1)
  540. Promotion_3.TextSize = 14
  541.  
  542. Jailbreak.Name = "Jailbreak"
  543. Jailbreak.Parent = GamesTab
  544. Jailbreak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  545. Jailbreak.Position = UDim2.new(0.0849056616, 0, 0.151515141, 0)
  546. Jailbreak.Size = UDim2.new(0, 97, 0, 38)
  547. Jailbreak.Font = Enum.Font.SourceSansBold
  548. Jailbreak.Text = "Jailbreak"
  549. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  550. Jailbreak.TextSize = 20
  551.  
  552. Heist.Name = "Heist"
  553. Heist.Parent = GamesTab
  554. Heist.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  555. Heist.Position = UDim2.new(0.358490527, 0, 0.151515141, 0)
  556. Heist.Size = UDim2.new(0, 97, 0, 38)
  557. Heist.Font = Enum.Font.SourceSansBold
  558. Heist.Text = "Heists"
  559. Heist.TextColor3 = Color3.new(1, 1, 1)
  560. Heist.TextSize = 20
  561.  
  562. Phantom.Name = "Phantom"
  563. Phantom.Parent = GamesTab
  564. Phantom.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  565. Phantom.Position = UDim2.new(0.636792481, 0, 0.151515141, 0)
  566. Phantom.Size = UDim2.new(0, 97, 0, 38)
  567. Phantom.Font = Enum.Font.SourceSansBold
  568. Phantom.Text = "PhantomF"
  569. Phantom.TextColor3 = Color3.new(1, 1, 1)
  570. Phantom.TextSize = 20
  571.  
  572. Jailbreak_2.Name = "Jailbreak"
  573. Jailbreak_2.Parent = GamesTab
  574. Jailbreak_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  575. Jailbreak_2.Position = UDim2.new(0.0849056616, 0, 0.370370358, 0)
  576. Jailbreak_2.Size = UDim2.new(0, 97, 0, 38)
  577. Jailbreak_2.Font = Enum.Font.SourceSansBold
  578. Jailbreak_2.Text = "Bloxburg GUI"
  579. Jailbreak_2.TextColor3 = Color3.new(1, 1, 1)
  580. Jailbreak_2.TextSize = 20
  581.  
  582. TextLabel_4.Parent = GamesTab
  583. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  584. TextLabel_4.BackgroundTransparency = 1
  585. TextLabel_4.Position = UDim2.new(0.391509473, 0, 0.875420868, 0)
  586. TextLabel_4.Size = UDim2.new(0, 92, 0, 50)
  587. TextLabel_4.Font = Enum.Font.SourceSansBold
  588. TextLabel_4.Text = "These might be patched, if they don't work you know why"
  589. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  590. TextLabel_4.TextSize = 20
  591.  
  592. ServerTab.Name = "ServerTab"
  593. ServerTab.Parent = ReaperHubV1
  594. ServerTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  595. ServerTab.Position = UDim2.new(0.396039546, 0, 0.267955482, 0)
  596. ServerTab.Size = UDim2.new(0, 424, 0, 297)
  597. ServerTab.Visible = false
  598. ServerTab.Style = Enum.FrameStyle.RobloxRound
  599.  
  600. GamesTab_3.Name = "GamesTab"
  601. GamesTab_3.Parent = ServerTab
  602. GamesTab_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  603. GamesTab_3.Position = UDim2.new(-0.0205959454, 0, -0.0318928957, 0)
  604. GamesTab_3.Size = UDim2.new(0, 424, 0, 27)
  605. GamesTab_3.Style = Enum.FrameStyle.RobloxRound
  606.  
  607. Promotion_4.Name = "Promotion"
  608. Promotion_4.Parent = GamesTab_3
  609. Promotion_4.BackgroundColor3 = Color3.new(1, 1, 1)
  610. Promotion_4.BackgroundTransparency = 1
  611. Promotion_4.Position = UDim2.new(-0.0576312393, 0, -0.520766079, 0)
  612. Promotion_4.Size = UDim2.new(0, 175, 0, 26)
  613. Promotion_4.Font = Enum.Font.SourceSansBold
  614. Promotion_4.Text = "Created By PandaPlayzYT"
  615. Promotion_4.TextColor3 = Color3.new(1, 1, 1)
  616. Promotion_4.TextSize = 14
  617.  
  618. Exit4.Name = "Exit4"
  619. Exit4.Parent = GamesTab_3
  620. Exit4.BackgroundColor3 = Color3.new(1, 1, 1)
  621. Exit4.BackgroundTransparency = 1
  622. Exit4.Position = UDim2.new(0.933380365, 0, -0.598835289, 0)
  623. Exit4.Size = UDim2.new(0, 38, 0, 27)
  624. Exit4.Font = Enum.Font.SourceSansBold
  625. Exit4.Text = "X"
  626. Exit4.TextColor3 = Color3.new(1, 1, 1)
  627. Exit4.TextSize = 20
  628. Exit4.MosueButton1Down:connect(function()
  629. ServerTab.Visible = false
  630. MainFrame.Visible = true
  631. end)
  632.  
  633. Corruption.Name = "Corruption"
  634. Corruption.Parent = ServerTab
  635. Corruption.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  636. Corruption.Position = UDim2.new(0.0259433985, 0, 0.0875420794, 0)
  637. Corruption.Size = UDim2.new(0, 97, 0, 38)
  638. Corruption.Font = Enum.Font.SourceSansBold
  639. Corruption.Text = "Corruption"
  640. Corruption.TextColor3 = Color3.new(1, 1, 1)
  641. Corruption.TextSize = 20
  642.  
  643. RIP.Name = "RIP"
  644. RIP.Parent = ServerTab
  645. RIP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  646. RIP.Position = UDim2.new(0.365566045, 0, 0.0841750726, 0)
  647. RIP.Size = UDim2.new(0, 97, 0, 38)
  648. RIP.Font = Enum.Font.SourceSansBold
  649. RIP.Text = "R.I.P. Server"
  650. RIP.TextColor3 = Color3.new(1, 1, 1)
  651. RIP.TextSize = 20
  652.  
  653. CreditTab.Name = "CreditTab"
  654. CreditTab.Parent = ReaperHubV1
  655. CreditTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  656. CreditTab.Position = UDim2.new(0.391707927, 0, 0.259154916, 0)
  657. CreditTab.Size = UDim2.new(0, 450, 0, 297)
  658. CreditTab.Visible = false
  659. CreditTab.Style = Enum.FrameStyle.RobloxRound
  660.  
  661. GamesTab_4.Name = "GamesTab"
  662. GamesTab_4.Parent = CreditTab
  663. GamesTab_4.BackgroundColor3 = Color3.new(1, 1, 1)
  664. GamesTab_4.Position = UDim2.new(-0.0177777782, 0, -0.0269360263, 0)
  665. GamesTab_4.Size = UDim2.new(0, 450, 0, 27)
  666. GamesTab_4.Style = Enum.FrameStyle.RobloxRound
  667.  
  668. Exit5.Name = "Exit5"
  669. Exit5.Parent = GamesTab_4
  670. Exit5.BackgroundColor3 = Color3.new(1, 1, 1)
  671. Exit5.BackgroundTransparency = 1
  672. Exit5.Position = UDim2.new(0.938186646, 0, -0.690084159, 0)
  673. Exit5.Size = UDim2.new(0, 38, 0, 27)
  674. Exit5.Font = Enum.Font.SourceSansBold
  675. Exit5.Text = "X"
  676. Exit5.TextColor3 = Color3.new(1, 1, 1)
  677. Exit5.TextSize = 20
  678. Exit5.MouseButton1Down:connect(function()
  679. CreditTab.Visible = false
  680. MainFrame.Visible = true
  681. end)
  682.  
  683. Promotion_5.Name = "Promotion"
  684. Promotion_5.Parent = GamesTab_4
  685. Promotion_5.BackgroundColor3 = Color3.new(1, 1, 1)
  686. Promotion_5.BackgroundTransparency = 1
  687. Promotion_5.Position = UDim2.new(-0.058658693, 0, -0.692483306, 0)
  688. Promotion_5.Size = UDim2.new(0, 175, 0, 26)
  689. Promotion_5.Font = Enum.Font.SourceSansBold
  690. Promotion_5.Text = "Created By PandaPlayzYT"
  691. Promotion_5.TextColor3 = Color3.new(1, 1, 1)
  692. Promotion_5.TextSize = 14
  693.  
  694. TextLabel_5.Parent = CreditTab
  695. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  696. TextLabel_5.BackgroundTransparency = 1
  697. TextLabel_5.Position = UDim2.new(0.259667426, 0, 0.0485702083, 0)
  698. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  699. TextLabel_5.Font = Enum.Font.SourceSansBold
  700. TextLabel_5.Text = "Credits:"
  701. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  702. TextLabel_5.TextSize = 20
  703.  
  704. TextLabel_6.Parent = CreditTab
  705. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  706. TextLabel_6.BackgroundTransparency = 1
  707. TextLabel_6.Position = UDim2.new(0.0191014037, 0, 0.200085402, 0)
  708. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  709. TextLabel_6.Font = Enum.Font.SourceSansBold
  710. TextLabel_6.Text = "Helper"
  711. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  712. TextLabel_6.TextSize = 20
  713.  
  714. TextLabel_7.Parent = CreditTab
  715. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  716. TextLabel_7.BackgroundTransparency = 1
  717. TextLabel_7.Position = UDim2.new(0.0191014037, 0, 0.415573597, 0)
  718. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  719. TextLabel_7.Font = Enum.Font.SourceSansBold
  720. TextLabel_7.Text = "ICEE#1780"
  721. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  722. TextLabel_7.TextSize = 20
  723.  
  724. TextLabel_8.Parent = CreditTab
  725. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  726. TextLabel_8.BackgroundTransparency = 1
  727. TextLabel_8.Position = UDim2.new(0.490799516, 0, 0.210186407, 0)
  728. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  729. TextLabel_8.Font = Enum.Font.SourceSansBold
  730. TextLabel_8.Text = "Creator"
  731. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  732. TextLabel_8.TextSize = 20
  733.  
  734. TextLabel_9.Parent = CreditTab
  735. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  736. TextLabel_9.BackgroundTransparency = 1
  737. TextLabel_9.Position = UDim2.new(0.490799516, 0, 0.415573597, 0)
  738. TextLabel_9.Size = UDim2.new(0, 200, 0, 50)
  739. TextLabel_9.Font = Enum.Font.SourceSansBold
  740. TextLabel_9.Text = "racecarblaze123#1230"
  741. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  742. TextLabel_9.TextSize = 20
  743.  
  744. TextLabel_10.Parent = CreditTab
  745. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  746. TextLabel_10.BackgroundTransparency = 1
  747. TextLabel_10.Position = UDim2.new(0.457547158, 0, 0.781144798, 0)
  748. TextLabel_10.Size = UDim2.new(0, 31, 0, 50)
  749. TextLabel_10.Font = Enum.Font.SourceSansBold
  750. TextLabel_10.Text = "I, the creator would recommend you contact me for help"
  751. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  752. TextLabel_10.TextSize = 20
  753.  
  754. TextLabel_11.Parent = CreditTab
  755. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  756. TextLabel_11.BackgroundTransparency = 1
  757. TextLabel_11.Position = UDim2.new(0.238441005, 0, 0.567088723, 0)
  758. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  759. TextLabel_11.Font = Enum.Font.SourceSansBold
  760. TextLabel_11.Text = "These are Discord ID's incase you need help"
  761. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  762. TextLabel_11.TextSize = 20
  763.  
  764. OpenFrame.Name = "OpenFrame"
  765. OpenFrame.Parent = ReaperHubV1
  766. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  767. OpenFrame.BackgroundTransparency = 1
  768. OpenFrame.Position = UDim2.new(0, 0, 0.664788723, 0)
  769. OpenFrame.Size = UDim2.new(0, 100, 0, 100)
  770.  
  771. Open.Name = "Open"
  772. Open.Parent = OpenFrame
  773. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  774. Open.Position = UDim2.new(0.12680693, 0, 0.388732374, 0)
  775. Open.Size = UDim2.new(0, 58, 0, 34)
  776. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  777. Open.Font = Enum.Font.SourceSansBold
  778. Open.Text = "Open"
  779. Open.TextColor3 = Color3.new(1, 1, 1)
  780. Open.TextSize = 20
  781. Open.MouseButton1Down:connect(function()
  782. MainFrame.Visible = true
  783. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement