Advertisement
FryslanBoppe

ReaperHub Roblox

May 11th, 2019
2,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 KB | None | 0 0
  1. --[[
  2. Made by: No Mercy
  3. Whitelist Key: ReaperHubBeta
  4. --]]
  5.  
  6. local ReaperHub = Instance.new("ScreenGui")
  7. local ReaperFrame = Instance.new("Frame")
  8. local Reaper = Instance.new("TextLabel")
  9. local Hub = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local Credits = Instance.new("TextLabel")
  12. local bar1 = Instance.new("Frame")
  13. local Jailbreak1 = Instance.new("TextButton")
  14. local Lumbertycoon = Instance.new("TextButton")
  15. local Hiltonhotel = Instance.new("TextButton")
  16. local Remotespy = Instance.new("TextButton")
  17. local Ghostsim = Instance.new("TextButton")
  18. local Prisonlife = Instance.new("TextButton")
  19. local Superherotycoon = Instance.new("TextButton")
  20. local RevizV2 = Instance.new("TextButton")
  21. local Soon1 = Instance.new("TextButton")
  22. local MM2 = Instance.new("TextButton")
  23. local BGS = Instance.new("TextButton")
  24. local Infiniteyield = Instance.new("TextButton")
  25. local Soon4 = Instance.new("TextButton")
  26. local Soon5 = Instance.new("TextButton")
  27. local Soon6 = Instance.new("TextButton")
  28. local FPSgui = Instance.new("TextButton")
  29. local WhitelistFrame = Instance.new("Frame")
  30. local Submit = Instance.new("TextButton")
  31. local Key = Instance.new("TextBox")
  32. local Reaper1 = Instance.new("TextLabel")
  33. local Hub2 = Instance.new("TextLabel")
  34. local WhitelistTitle = Instance.new("TextLabel")
  35. local Close2 = Instance.new("TextButton")
  36. --Properties:
  37. ReaperHub.Name = "ReaperHub"
  38. ReaperHub.Parent = game.CoreGui
  39. ReaperHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. ReaperFrame.Name = "ReaperFrame"
  42. ReaperFrame.Parent = ReaperHub
  43. ReaperFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  44. ReaperFrame.BackgroundTransparency = 0.20000000298023
  45. ReaperFrame.BorderSizePixel = 0
  46. ReaperFrame.Position = UDim2.new(0.43369174, 0, 0.239789188, 0)
  47. ReaperFrame.Size = UDim2.new(0, 500, 0, 360)
  48. ReaperFrame.Visible = false
  49. ReaperFrame.Active = true
  50. ReaperFrame.Draggable = true
  51.  
  52. Reaper.Name = "Reaper"
  53. Reaper.Parent = ReaperFrame
  54. Reaper.BackgroundColor3 = Color3.new(0, 0, 0)
  55. Reaper.BorderSizePixel = 0
  56. Reaper.Position = UDim2.new(0, 0, -0.111111112, 0)
  57. Reaper.Size = UDim2.new(0, 460, 0, 40)
  58. Reaper.Font = Enum.Font.GothamBold
  59. Reaper.Text = " Reaper"
  60. Reaper.TextColor3 = Color3.new(1, 1, 1)
  61. Reaper.TextSize = 22
  62. Reaper.TextXAlignment = Enum.TextXAlignment.Left
  63.  
  64. Hub.Name = "Hub"
  65. Hub.Parent = ReaperFrame
  66. Hub.BackgroundColor3 = Color3.new(0, 0, 0)
  67. Hub.BorderSizePixel = 0
  68. Hub.Position = UDim2.new(0.182000011, 0, -0.111111112, 0)
  69. Hub.Size = UDim2.new(0, 47, 0, 40)
  70. Hub.Font = Enum.Font.GothamBlack
  71. Hub.Text = "Hub"
  72. Hub.TextColor3 = Color3.new(1, 0, 0)
  73. Hub.TextSize = 22
  74. Hub.TextXAlignment = Enum.TextXAlignment.Left
  75.  
  76. Close.Name = "Close"
  77. Close.Parent = ReaperFrame
  78. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  79. Close.BorderSizePixel = 0
  80. Close.Position = UDim2.new(0.919999957, 0, -0.111111119, 0)
  81. Close.Size = UDim2.new(0, 40, 0, 40)
  82. Close.Font = Enum.Font.GothamBlack
  83. Close.Text = "X"
  84. Close.TextColor3 = Color3.new(0.772549, 0.882353, 1)
  85. Close.TextSize = 22
  86. Close.TextWrapped = true
  87. Close.MouseButton1Down:connect(function()
  88. ReaperFrame.Visible = false
  89. end)
  90.  
  91. Credits.Name = "Credits"
  92. Credits.Parent = ReaperFrame
  93. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Credits.BackgroundTransparency = 1
  95. Credits.Position = UDim2.new(0.0179999992, 0, 0.922222197, 0)
  96. Credits.Size = UDim2.new(0, 192, 0, 21)
  97. Credits.Font = Enum.Font.GothamBold
  98. Credits.Text = "Made by: No Mercy"
  99. Credits.TextColor3 = Color3.new(1, 1, 1)
  100. Credits.TextSize = 20
  101. Credits.TextWrapped = true
  102.  
  103. bar1.Name = "bar1"
  104. bar1.Parent = ReaperFrame
  105. bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  106. bar1.Position = UDim2.new(0, 0, 0.905555546, 0)
  107. bar1.Size = UDim2.new(0, 500, 0, 2)
  108.  
  109. Jailbreak1.Name = "Jailbreak1"
  110. Jailbreak1.Parent = ReaperFrame
  111. Jailbreak1.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Jailbreak1.BackgroundTransparency = 0.75
  113. Jailbreak1.Position = UDim2.new(0.0379999876, 0, 0.0833333433, 0)
  114. Jailbreak1.Size = UDim2.new(0, 100, 0, 50)
  115. Jailbreak1.Font = Enum.Font.Cartoon
  116. Jailbreak1.Text = "Jailbreak Autorob"
  117. Jailbreak1.TextColor3 = Color3.new(1, 1, 1)
  118. Jailbreak1.TextScaled = true
  119. Jailbreak1.TextSize = 14
  120. Jailbreak1.TextWrapped = true
  121. Jailbreak1.MouseButton1Down:connect(function()
  122. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  123. end)
  124.  
  125. Lumbertycoon.Name = "Lumbertycoon"
  126. Lumbertycoon.Parent = ReaperFrame
  127. Lumbertycoon.BackgroundColor3 = Color3.new(0, 0, 0)
  128. Lumbertycoon.BackgroundTransparency = 0.75
  129. Lumbertycoon.Position = UDim2.new(0.0379999876, 0, 0.277777791, 0)
  130. Lumbertycoon.Size = UDim2.new(0, 100, 0, 50)
  131. Lumbertycoon.Font = Enum.Font.Cartoon
  132. Lumbertycoon.Text = "Lumber Tycoon"
  133. Lumbertycoon.TextColor3 = Color3.new(1, 1, 1)
  134. Lumbertycoon.TextScaled = true
  135. Lumbertycoon.TextSize = 14
  136. Lumbertycoon.TextWrapped = true
  137. Lumbertycoon.MouseButton1Down:connect(function()
  138. loadstring(game:HttpGet(('https://pastebin.com/raw/UC20j2JF'),true))()
  139. end)
  140.  
  141. Hiltonhotel.Name = "Hiltonhotel"
  142. Hiltonhotel.Parent = ReaperFrame
  143. Hiltonhotel.BackgroundColor3 = Color3.new(0, 0, 0)
  144. Hiltonhotel.BackgroundTransparency = 0.75
  145. Hiltonhotel.Position = UDim2.new(0.0379999876, 0, 0.472222239, 0)
  146. Hiltonhotel.Size = UDim2.new(0, 100, 0, 50)
  147. Hiltonhotel.Font = Enum.Font.Cartoon
  148. Hiltonhotel.Text = "Hilton Hotel"
  149. Hiltonhotel.TextColor3 = Color3.new(1, 1, 1)
  150. Hiltonhotel.TextScaled = true
  151. Hiltonhotel.TextSize = 14
  152. Hiltonhotel.TextWrapped = true
  153. Hiltonhotel.MouseButton1Down:connect(function()
  154. loadstring(game:HttpGet(('https://pastebin.com/raw/feJHEMMP'),true))()
  155. end)
  156.  
  157. Remotespy.Name = "Remotespy"
  158. Remotespy.Parent = ReaperFrame
  159. Remotespy.BackgroundColor3 = Color3.new(0, 0, 0)
  160. Remotespy.BackgroundTransparency = 0.75
  161. Remotespy.Position = UDim2.new(0.0379999876, 0, 0.666666687, 0)
  162. Remotespy.Size = UDim2.new(0, 100, 0, 50)
  163. Remotespy.Font = Enum.Font.Cartoon
  164. Remotespy.Text = "Remote Spy"
  165. Remotespy.TextColor3 = Color3.new(1, 1, 1)
  166. Remotespy.TextScaled = true
  167. Remotespy.TextSize = 14
  168. Remotespy.TextWrapped = true
  169. Remotespy.MouseButton1Down:connect(function()
  170. loadstring(game:HttpGet(('https://pastebin.com/raw/At88f2ur'),true))()
  171. end)
  172.  
  173. Ghostsim.Name = "Ghostsim"
  174. Ghostsim.Parent = ReaperFrame
  175. Ghostsim.BackgroundColor3 = Color3.new(0, 0, 0)
  176. Ghostsim.BackgroundTransparency = 0.75
  177. Ghostsim.Position = UDim2.new(0.282000005, 0, 0.0833333433, 0)
  178. Ghostsim.Size = UDim2.new(0, 100, 0, 50)
  179. Ghostsim.Font = Enum.Font.Cartoon
  180. Ghostsim.Text = "Ghost Simulator"
  181. Ghostsim.TextColor3 = Color3.new(1, 1, 1)
  182. Ghostsim.TextScaled = true
  183. Ghostsim.TextSize = 14
  184. Ghostsim.TextWrapped = true
  185. Ghostsim.MouseButton1Down:connect(function()
  186. loadstring(game:HttpGet(("https://pastebin.com/raw/AKP7fXZ8"),true))()
  187. end)
  188.  
  189. Prisonlife.Name = "Prisonlife"
  190. Prisonlife.Parent = ReaperFrame
  191. Prisonlife.BackgroundColor3 = Color3.new(0, 0, 0)
  192. Prisonlife.BackgroundTransparency = 0.75
  193. Prisonlife.Position = UDim2.new(0.282000005, 0, 0.277777791, 0)
  194. Prisonlife.Size = UDim2.new(0, 100, 0, 50)
  195. Prisonlife.Font = Enum.Font.Cartoon
  196. Prisonlife.Text = "Prison Life"
  197. Prisonlife.TextColor3 = Color3.new(1, 1, 1)
  198. Prisonlife.TextScaled = true
  199. Prisonlife.TextSize = 14
  200. Prisonlife.TextWrapped = true
  201. Prisonlife.MouseButton1Down:connect(function()
  202. loadstring(game:HttpGet("https://pastebin.com/raw/hvmyZWax", true))()
  203. end)
  204.  
  205. Superherotycoon.Name = "Superherotycoon"
  206. Superherotycoon.Parent = ReaperFrame
  207. Superherotycoon.BackgroundColor3 = Color3.new(0, 0, 0)
  208. Superherotycoon.BackgroundTransparency = 0.75
  209. Superherotycoon.Position = UDim2.new(0.282000005, 0, 0.472222239, 0)
  210. Superherotycoon.Size = UDim2.new(0, 100, 0, 50)
  211. Superherotycoon.Font = Enum.Font.Cartoon
  212. Superherotycoon.Text = "SuperHero Tycoon"
  213. Superherotycoon.TextColor3 = Color3.new(1, 1, 1)
  214. Superherotycoon.TextScaled = true
  215. Superherotycoon.TextSize = 14
  216. Superherotycoon.TextWrapped = true
  217. Superherotycoon.MouseButton1Down:connect(function()
  218. loadstring(game:HttpGet(('https://pastebin.com/raw/7YdEuHWJ'),true))()
  219. end)
  220.  
  221. RevizV2.Name = "RevizV2"
  222. RevizV2.Parent = ReaperFrame
  223. RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
  224. RevizV2.BackgroundTransparency = 0.75
  225. RevizV2.Position = UDim2.new(0.282000005, 0, 0.666666687, 0)
  226. RevizV2.Size = UDim2.new(0, 100, 0, 50)
  227. RevizV2.Font = Enum.Font.Cartoon
  228. RevizV2.Text = "Reviz Admin"
  229. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  230. RevizV2.TextScaled = true
  231. RevizV2.TextSize = 14
  232. RevizV2.TextWrapped = true
  233. RevizV2.MouseButton1Down:connect(function()
  234. loadstring(game:HttpGet(('https://pastebin.com/raw/KNUzQPYS'),true))()
  235. end)
  236.  
  237. Soon1.Name = "Soon1"
  238. Soon1.Parent = ReaperFrame
  239. Soon1.BackgroundColor3 = Color3.new(0, 0, 0)
  240. Soon1.BackgroundTransparency = 0.75
  241. Soon1.Position = UDim2.new(0.523999989, 0, 0.0833333433, 0)
  242. Soon1.Size = UDim2.new(0, 100, 0, 50)
  243. Soon1.Font = Enum.Font.Cartoon
  244. Soon1.Text = "Soon"
  245. Soon1.TextColor3 = Color3.new(1, 1, 1)
  246. Soon1.TextScaled = true
  247. Soon1.TextSize = 14
  248. Soon1.TextWrapped = true
  249.  
  250. MM2.Name = "MM2"
  251. MM2.Parent = ReaperFrame
  252. MM2.BackgroundColor3 = Color3.new(0, 0, 0)
  253. MM2.BackgroundTransparency = 0.75
  254. MM2.Position = UDim2.new(0.523999989, 0, 0.277777791, 0)
  255. MM2.Size = UDim2.new(0, 100, 0, 50)
  256. MM2.Font = Enum.Font.Cartoon
  257. MM2.Text = "Murder Mystery 2"
  258. MM2.TextColor3 = Color3.new(1, 1, 1)
  259. MM2.TextScaled = true
  260. MM2.TextSize = 14
  261. MM2.TextWrapped = true
  262. MM2.MouseButton1Down:connect(function()
  263. loadstring(game:HttpGet(('https://pastebin.com/raw/dfdtwX7Y'),true))()
  264. end)
  265.  
  266. BGS.Name = "BGS"
  267. BGS.Parent = ReaperFrame
  268. BGS.BackgroundColor3 = Color3.new(0, 0, 0)
  269. BGS.BackgroundTransparency = 0.75
  270. BGS.Position = UDim2.new(0.523999989, 0, 0.472222239, 0)
  271. BGS.Size = UDim2.new(0, 100, 0, 50)
  272. BGS.Font = Enum.Font.Cartoon
  273. BGS.Text = "BubbleGum Simulator"
  274. BGS.TextColor3 = Color3.new(1, 1, 1)
  275. BGS.TextScaled = true
  276. BGS.TextSize = 14
  277. BGS.TextWrapped = true
  278. BGS.MouseButton1Down:connect(function()
  279. loadstring(game:HttpGet(('https://pastebin.com/raw/AJTTEaTv'),true))()
  280. end)
  281.  
  282. Infiniteyield.Name = "Infiniteyield"
  283. Infiniteyield.Parent = ReaperFrame
  284. Infiniteyield.BackgroundColor3 = Color3.new(0, 0, 0)
  285. Infiniteyield.BackgroundTransparency = 0.75
  286. Infiniteyield.Position = UDim2.new(0.523999989, 0, 0.666666687, 0)
  287. Infiniteyield.Size = UDim2.new(0, 100, 0, 50)
  288. Infiniteyield.Font = Enum.Font.Cartoon
  289. Infiniteyield.Text = "Infinite Yield"
  290. Infiniteyield.TextColor3 = Color3.new(1, 1, 1)
  291. Infiniteyield.TextScaled = true
  292. Infiniteyield.TextSize = 14
  293. Infiniteyield.TextWrapped = true
  294. Infiniteyield.MouseButton1Down:connect(function()
  295. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  296. end)
  297.  
  298. Soon4.Name = "Soon4"
  299. Soon4.Parent = ReaperFrame
  300. Soon4.BackgroundColor3 = Color3.new(0, 0, 0)
  301. Soon4.BackgroundTransparency = 0.75
  302. Soon4.Position = UDim2.new(0.763999999, 0, 0.0833333433, 0)
  303. Soon4.Size = UDim2.new(0, 100, 0, 50)
  304. Soon4.Font = Enum.Font.Cartoon
  305. Soon4.Text = "Soon"
  306. Soon4.TextColor3 = Color3.new(1, 1, 1)
  307. Soon4.TextScaled = true
  308. Soon4.TextSize = 14
  309. Soon4.TextWrapped = true
  310.  
  311. Soon5.Name = "Soon5"
  312. Soon5.Parent = ReaperFrame
  313. Soon5.BackgroundColor3 = Color3.new(0, 0, 0)
  314. Soon5.BackgroundTransparency = 0.75
  315. Soon5.Position = UDim2.new(0.763999999, 0, 0.277777791, 0)
  316. Soon5.Size = UDim2.new(0, 100, 0, 50)
  317. Soon5.Font = Enum.Font.Cartoon
  318. Soon5.Text = "Soon"
  319. Soon5.TextColor3 = Color3.new(1, 1, 1)
  320. Soon5.TextScaled = true
  321. Soon5.TextSize = 14
  322. Soon5.TextWrapped = true
  323.  
  324. Soon6.Name = "Soon6"
  325. Soon6.Parent = ReaperFrame
  326. Soon6.BackgroundColor3 = Color3.new(0, 0, 0)
  327. Soon6.BackgroundTransparency = 0.75
  328. Soon6.Position = UDim2.new(0.763999999, 0, 0.472222239, 0)
  329. Soon6.Size = UDim2.new(0, 100, 0, 50)
  330. Soon6.Font = Enum.Font.Cartoon
  331. Soon6.Text = "Soon"
  332. Soon6.TextColor3 = Color3.new(1, 1, 1)
  333. Soon6.TextScaled = true
  334. Soon6.TextSize = 14
  335. Soon6.TextWrapped = true
  336.  
  337. FPSgui.Name = "FPSgui"
  338. FPSgui.Parent = ReaperFrame
  339. FPSgui.BackgroundColor3 = Color3.new(0, 0, 0)
  340. FPSgui.BackgroundTransparency = 0.75
  341. FPSgui.Position = UDim2.new(0.763999999, 0, 0.666666687, 0)
  342. FPSgui.Size = UDim2.new(0, 100, 0, 50)
  343. FPSgui.Font = Enum.Font.Cartoon
  344. FPSgui.Text = "FPS GUI"
  345. FPSgui.TextColor3 = Color3.new(1, 1, 1)
  346. FPSgui.TextScaled = true
  347. FPSgui.TextSize = 14
  348. FPSgui.TextWrapped = true
  349. FPSgui.MouseButton1Down:connect(function()
  350. loadstring(game:HttpGet(('https://pastebin.com/raw/3Vr8Rbzj'),true))()
  351. end)
  352.  
  353. WhitelistFrame.Name = "WhitelistFrame"
  354. WhitelistFrame.Parent = ReaperHub
  355. WhitelistFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  356. WhitelistFrame.BorderSizePixel = 0
  357. WhitelistFrame.Position = UDim2.new(0.356272399, 0, 0.387351751, 0)
  358. WhitelistFrame.Size = UDim2.new(0, 467, 0, 160)
  359. WhitelistFrame.Active = true
  360. WhitelistFrame.Draggable = true
  361.  
  362. Submit.Name = "Submit"
  363. Submit.Parent = WhitelistFrame
  364. Submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  365. Submit.BackgroundTransparency = 0.40000000596046
  366. Submit.BorderSizePixel = 0
  367. Submit.Position = UDim2.new(0.381771952, 0, 0.705416679, 0)
  368. Submit.Size = UDim2.new(0, 110, 0, 40)
  369. Submit.Font = Enum.Font.GothamBold
  370. Submit.Text = "Submit"
  371. Submit.TextColor3 = Color3.new(1, 1, 1)
  372. Submit.TextSize = 24
  373. Submit.TextWrapped = true
  374.  
  375. Key.Name = "Key"
  376. Key.Parent = WhitelistFrame
  377. Key.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  378. Key.BorderSizePixel = 0
  379. Key.Position = UDim2.new(0.1571199, 0, 0.342916697, 0)
  380. Key.Size = UDim2.new(0, 300, 0, 50)
  381. Key.Font = Enum.Font.SourceSans
  382. Key.Text = ""
  383. Key.TextColor3 = Color3.new(1, 1, 1)
  384. Key.TextSize = 24
  385. Key.TextWrapped = true
  386.  
  387. Reaper1.Name = "Reaper1"
  388. Reaper1.Parent = WhitelistFrame
  389. Reaper1.BackgroundColor3 = Color3.new(1, 1, 1)
  390. Reaper1.BackgroundTransparency = 1
  391. Reaper1.Size = UDim2.new(0, 85, 0, 30)
  392. Reaper1.Font = Enum.Font.GothamBlack
  393. Reaper1.Text = "Reaper"
  394. Reaper1.TextColor3 = Color3.new(1, 1, 1)
  395. Reaper1.TextSize = 18
  396. Reaper1.TextWrapped = true
  397.  
  398. Hub2.Name = "Hub2"
  399. Hub2.Parent = WhitelistFrame
  400. Hub2.BackgroundColor3 = Color3.new(1, 1, 1)
  401. Hub2.BackgroundTransparency = 1
  402. Hub2.Position = UDim2.new(0.140021428, 0, 0, 0)
  403. Hub2.Size = UDim2.new(0, 63, 0, 30)
  404. Hub2.Font = Enum.Font.GothamBlack
  405. Hub2.Text = "Hub"
  406. Hub2.TextColor3 = Color3.new(1, 0, 0)
  407. Hub2.TextSize = 20
  408.  
  409. WhitelistTitle.Name = "WhitelistTitle"
  410. WhitelistTitle.Parent = WhitelistFrame
  411. WhitelistTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  412. WhitelistTitle.BackgroundTransparency = 1
  413. WhitelistTitle.BorderSizePixel = 0
  414. WhitelistTitle.Position = UDim2.new(0.284796566, 0, 0.0250000004, 0)
  415. WhitelistTitle.Size = UDim2.new(0, 200, 0, 50)
  416. WhitelistTitle.Font = Enum.Font.SourceSansItalic
  417. WhitelistTitle.Text = "Whitelist Key:"
  418. WhitelistTitle.TextColor3 = Color3.new(1, 0.666667, 0)
  419. WhitelistTitle.TextSize = 32
  420. WhitelistTitle.TextWrapped = true
  421.  
  422. Close2.Name = "Close2"
  423. Close2.Parent = WhitelistFrame
  424. Close2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  425. Close2.BorderSizePixel = 0
  426. Close2.Position = UDim2.new(0.925053537, 0, 0, 0)
  427. Close2.Size = UDim2.new(0, 35, 0, 35)
  428. Close2.Font = Enum.Font.GothamBold
  429. Close2.Text = "X"
  430. Close2.TextColor3 = Color3.new(0.780392, 0.937255, 1)
  431. Close2.TextSize = 24
  432. Close2.MouseButton1Down:connect(function()
  433. WhitelistFrame.Visible = false
  434. end)
  435. -- Scripts:
  436.  
  437. Submit.MouseButton1Down:connect(function()
  438. if Key.Text == "ReaperHubBeta" then
  439. WhitelistFrame.Visible = false
  440. ReaperFrame.Visible = true
  441. end
  442. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement