dylan12312

Untitled

Feb 11th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.81 KB | None | 0 0
  1. --Made by Humanoid and Zwolf
  2.  
  3. --Intro by Rouge
  4. local Intro = Instance.new("ScreenGui",game.CoreGui)
  5. local a,c = 0,0
  6. local IntroRose = Instance.new("ImageLabel")
  7. IntroRose.Parent = Intro
  8. IntroRose.ZIndex = 2
  9. IntroRose.Size = UDim2.new(0,100,0,100)
  10. IntroRose.BackgroundTransparency = 1
  11. IntroRose.AnchorPoint = Vector2.new(.5,0)
  12. IntroRose.Position = UDim2.new(.5,0,-1,0)
  13. IntroRose.Image = 'rbxassetid://1342740333'
  14. repeat a = a + 1
  15. c = c + .5/6
  16. for x = -1,1,.1 do
  17. local y = x^2
  18. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.3),{Rotation = math.rad(x*50)*30+50}):Play()
  19. IntroRose:TweenPosition(UDim2.new(.5,x*125,c,-y*125),'Out','Sine',nil,true)
  20. wait()
  21. end
  22. c = c + .5/6
  23. for x = 1,-1,-.1 do
  24. local y = x^2
  25. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.3),{Rotation = math.rad(x*95)*30+45}):Play()
  26. IntroRose:TweenPosition(UDim2.new(.5,x*100,c,-y*100),'Out','Sine',nil,true)
  27. wait()
  28. end
  29. until a == 3
  30. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.5),{Rotation = 36000}):Play()
  31. local IntroText = Instance.new("TextLabel")
  32. IntroText.Parent = Intro
  33. IntroText.TextSize = 40
  34. IntroText.Font = Enum.Font.Fantasy
  35. IntroText.Text = 'Rose Hub'
  36. IntroText.Position = UDim2.new(-1,0,.5,0)
  37. IntroText.AnchorPoint = Vector2.new(.5,.5)
  38. IntroText.Size = UDim2.new(0,200,0,50)
  39. IntroText.TextColor3 = Color3.new(1,1,1)
  40. IntroText.BackgroundColor3 = Color3.fromRGB(255,85,127)
  41. IntroText.BackgroundTransparency = .35
  42. IntroText:TweenPosition(UDim2.new(.5,0,.5,-20),'Out','Sine',nil,true)
  43. wait(2)
  44. IntroText:TweenPosition(UDim2.new(.5,0,-.5,-20),'In','Back',1,true)
  45. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.3),{ImageTransparency = 1}):Play()
  46. wait(1)
  47. Intro:Destroy()
  48.  
  49. --Main script
  50. local RoseHub = Instance.new("ScreenGui")
  51. local open = Instance.new("Frame")
  52. local openbutton = Instance.new("TextButton")
  53. local main = Instance.new("Frame")
  54. local upper = Instance.new("Frame")
  55. local name = Instance.new("TextLabel")
  56. local mainrose = Instance.new("ImageLabel")
  57. local scripts = Instance.new("TextButton")
  58. local close = Instance.new("TextButton")
  59. local fescripts = Instance.new("TextButton")
  60. local guis = Instance.new("TextButton")
  61. local credits = Instance.new("TextButton")
  62. local motd = Instance.new("TextLabel")
  63. local scriptstab = Instance.new("ScrollingFrame")
  64. local scriptstop = Instance.new("Frame")
  65. local scriptslabel = Instance.new("TextLabel")
  66. local scripttab = Instance.new("Frame")
  67. local scriptsrose = Instance.new("ImageLabel")
  68. local sclose = Instance.new("TextButton")
  69. local scriptsframe = Instance.new("Frame")
  70. local Knifev3 = Instance.new("TextButton")
  71. local LAyout = Instance.new("UIGridLayout")
  72. local birdwings = Instance.new("TextButton")
  73. local clockworkarena = Instance.new("TextButton")
  74. local m4a1 = Instance.new("TextButton")
  75. local dungun = Instance.new("TextButton")
  76. local infiniteyield = Instance.new("TextButton")
  77. local bombvest = Instance.new("TextButton")
  78. local musicbars = Instance.new("TextButton")
  79. local OmniGod = Instance.new("TextButton")
  80. local nightclub = Instance.new("TextButton")
  81. local paintitan = Instance.new("TextButton")
  82. local reapertitan = Instance.new("TextButton")
  83. local fecheck = Instance.new("TextButton")
  84. local alterchat = Instance.new("TextButton")
  85. local hoverbike = Instance.new("TextButton")
  86. local railguntitan = Instance.new("TextButton")
  87. local truehero = Instance.new("TextButton")
  88. local celestialwheel = Instance.new("TextButton")
  89. local creditstab = Instance.new("Frame")
  90. local cupper = Instance.new("Frame")
  91. local cname = Instance.new("TextLabel")
  92. local creditsrose = Instance.new("ImageLabel")
  93. local madeby = Instance.new("TextLabel")
  94. local zwolf = Instance.new("TextLabel")
  95. local humanoid = Instance.new("TextLabel")
  96. local humanoidcredits = Instance.new("TextLabel")
  97. local zwolfcredits = Instance.new("TextLabel")
  98. local cclose = Instance.new("TextButton")
  99. local guistab = Instance.new("ScrollingFrame")
  100. local guistop = Instance.new("Frame")
  101. local guislabel = Instance.new("TextLabel")
  102. local guitab = Instance.new("Frame")
  103. local guisrose = Instance.new("ImageLabel")
  104. local gclose = Instance.new("TextButton")
  105. local guisframe = Instance.new("Frame")
  106. local c00lgui = Instance.new("TextButton")
  107. local GLAyout = Instance.new("UIGridLayout")
  108. local Topkek40 = Instance.new("TextButton")
  109. local Topkek30 = Instance.new("TextButton")
  110. local roxploit5 = Instance.new("TextButton")
  111. local roxploit6 = Instance.new("TextButton")
  112. local knifev4 = Instance.new("TextButton")
  113. local ravengerclaws = Instance.new("TextButton")
  114. local johndoe = Instance.new("TextButton")
  115. local creditstab = Instance.new("Frame")
  116. local messortitan = Instance.new("TextButton")
  117. local clowntitan = Instance.new("TextButton")
  118. local chara = Instance.new("TextButton")
  119. local townmap = Instance.new("TextButton")
  120. local dex = Instance.new("TextButton")
  121. local admingui = Instance.new("TextButton")
  122. local ctahmid = Instance.new("TextLabel")
  123. local ctahmidcredits = Instance.new("TextLabel")
  124.  
  125.  
  126. function fixScroll(who) --by Royale Ruby: for v4rx members https://discord.gg/jaDjHMn
  127. if not who.Parent:FindFirstChild('ScrollingFrameFixers') then Instance.new("Folder",who.Parent).Name = 'ScrollingFrameFixers' end
  128. local fix = Instance.new("Frame",who.Parent.ScrollingFrameFixers)
  129. fix.Size = UDim2.new(0,who.ScrollBarThickness,who.Size.Y.Scale,who.Size.Y.Offset)
  130. fix.AnchorPoint = who.AnchorPoint
  131. fix.Position = who.Position + UDim2.new(who.Size.X,0,0) - UDim2.new(0,who.AbsoluteSize.X*who.AnchorPoint.X,0,0) - UDim2.new(0,who.ScrollBarThickness*(1-who.AnchorPoint.X),0,0)
  132. fix.Transparency = 1
  133. fix.InputBegan:connect(function()
  134. local check = who:GetFullName()
  135. local what = game
  136. who.Active = false
  137. while check:find('%p')do
  138. local name = check:sub(1,check:find'%p'-1)
  139. if name ~= 'game' then
  140. what = what[name]
  141. if what:IsA('GuiObject') and who:IsDescendantOf(what) then
  142. what.Active = false
  143. end
  144. end
  145. check = check:sub(check:find'%p'+1)
  146. end
  147. end)
  148. fix.InputEnded:connect(function()
  149. local check = who:GetFullName()
  150. local what = game
  151. who.Active = true
  152. while check:find('%p')do
  153. local name = check:sub(1,check:find'%p'-1)
  154. if name ~= 'game' then
  155. what = what[name]
  156. if what:IsA('GuiObject') and who:IsDescendantOf(what) then
  157. what.Active = true
  158. end
  159. end
  160. check = check:sub(check:find'%p'+1)
  161. end
  162. end)
  163. end
  164.  
  165. -- Owner Detector
  166. local player = game:GetService("Players"):GetPlayerByUserId(199117411)
  167.  
  168. if player then
  169. print("Owner Player is in this server!: " .. player.Name)
  170. -- Owner Detector
  171. local player = game:GetService("Players"):GetPlayerByUserId(199117411)
  172.  
  173. if player then
  174. print("Owner Player is in this server!: " .. player.Name)
  175.  
  176. local ignore = Instance.new("ScreenGui")
  177. local thingy = Instance.new("Frame")
  178. local TextLabel = Instance.new("TextLabel")
  179.  
  180.  
  181. ignore.Name = "ignore"
  182. ignore.Parent = game.CoreGui
  183.  
  184. thingy.Name = "thingy"
  185. thingy.Parent = ignore
  186. thingy.BackgroundColor3 = Color3.new(0, 0, 0)
  187. thingy.Size = UDim2.new(1, 0, 1, 0)
  188.  
  189. TextLabel.Parent = thingy
  190. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  191. TextLabel.Position = UDim2.new(0.5, -50, 0.5, -50)
  192. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  193. TextLabel.Font = Enum.Font.SourceSansBold
  194. TextLabel.Text = "You have been blacklisted from using Rose Hub." -- SUCK AN EGG
  195. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  196. TextLabel.TextSize = 75
  197. TextLabel.BackgroundTransparency = 1
  198.  
  199. game.Players.LocalPlayer:Destroy()
  200. else
  201. print("Owner Player is not in this server!")
  202. end
  203. else
  204. print("Owner Player is not in this server!")
  205. end
  206.  
  207. RoseHub.Name = "RoseHub"
  208. RoseHub.Parent = game.CoreGui
  209.  
  210. open.Name = "open"
  211. open.Parent = RoseHub
  212. open.Active = true
  213. open.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  214. open.BackgroundTransparency = 0.34999999403954
  215. open.Draggable = true
  216. open.Position = UDim2.new(-.5,0,.5,0)
  217. open:TweenPosition(UDim2.new(0, 0, 0.5, 0),'Out','Quad',.6)
  218. open.Size = UDim2.new(0, 195, 0, 61)
  219.  
  220. openbutton.Name = "openbutton"
  221. openbutton.Parent = open
  222. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  223. openbutton.BackgroundTransparency = 1
  224. openbutton.Position = UDim2.new(-0.025641026, 0, 0, 0)
  225. openbutton.Size = UDim2.new(0, 200, 0, 61)
  226. openbutton.Font = Enum.Font.Fantasy
  227. openbutton.FontSize = Enum.FontSize.Size32
  228. openbutton.Text = "OPEN"
  229. openbutton.TextColor3 = Color3.new(1, 1, 1)
  230. openbutton.MouseButton1Down:connect(function()
  231. main:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  232. open:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  233. end)
  234.  
  235. main.Name = "main"
  236. main.Parent = RoseHub
  237. main.Active = true
  238. main.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  239. main.BackgroundTransparency = 0.34999999403954
  240. main.Draggable = true
  241. main.Position = UDim2.new(-2, -154,0.5, -180)
  242. main.Size = UDim2.new(0, 309, 0, 360)
  243. main.Visible = true
  244.  
  245. upper.Name = "upper"
  246. upper.Parent = main
  247. upper.Active = true
  248. upper.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  249. upper.BorderSizePixel = 1
  250. upper.Size = UDim2.new(0, 309, 0, 41)
  251.  
  252. name.Name = "name"
  253. name.Parent = upper
  254. name.BackgroundColor3 = Color3.new(1, 1, 1)
  255. name.BackgroundTransparency = 1
  256. name.BorderSizePixel = 1
  257. name.Size = UDim2.new(0, 309, 0, 41)
  258. name.Font = Enum.Font.Fantasy
  259. name.Text = "Rose Hub v1.0.4"
  260. name.TextColor3 = Color3.new(1, 1, 1)
  261. name.TextSize = 30
  262.  
  263. mainrose.Name = "mainrose"
  264. mainrose.Parent = upper
  265. mainrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  266. mainrose.BorderSizePixel = 0
  267. mainrose.Size = UDim2.new(0, 45, 0, 41)
  268. mainrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  269.  
  270. scripts.Name = "scripts"
  271. scripts.Parent = main
  272. scripts.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  273. scripts.BackgroundTransparency = 0.34999999403954
  274. scripts.BorderSizePixel = 1
  275. scripts.Size = UDim2.new(0, 200, 0, 50)
  276. scripts.Font = Enum.Font.Fantasy
  277. scripts.FontSize = Enum.FontSize.Size32
  278. scripts.Position = UDim2.new(0.174757287, 0, 0.191666663, 0)
  279. scripts.Text = "Scripts"
  280. scripts.TextColor3 = Color3.new(1, 1, 1)
  281. scripts.MouseButton1Down:connect(function()
  282. scripttab:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  283. main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  284. end)
  285.  
  286. close.Name = "close"
  287. close.Parent = main
  288. close.BackgroundColor3 = Color3.new(1, 1, 1)
  289. close.BackgroundTransparency = 1
  290. close.Position = UDim2.new(0.854368925, 0, 0, 0)
  291. close.Size = UDim2.new(0, 45, 0, 35)
  292. close.Font = Enum.Font.SourceSans
  293. close.FontSize = Enum.FontSize.Size48
  294. close.Text = "x"
  295. close.TextColor3 = Color3.new(1, 1, 1)
  296. close.MouseButton1Down:connect(function()
  297. main:TweenPosition(UDim2.new(-2,-154,0.5,-180), "Out", "Quad", 0.6)
  298. open:TweenPosition(UDim2.new(0,0,0.531,0), "Out", "Quad", 0.6)
  299. end)
  300.  
  301. fescripts.Name = "fescripts"
  302. fescripts.Parent = main
  303. fescripts.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  304. fescripts.BackgroundTransparency = 0.34999999403954
  305. fescripts.BorderSizePixel = 1
  306. fescripts.Position = UDim2.new(0.176375419, 0, 0.377777755, 0)
  307. fescripts.Size = UDim2.new(0, 200, 0, 50)
  308. fescripts.Font = Enum.Font.Fantasy
  309. fescripts.Text = "FE Scripts (WIP)"
  310. fescripts.TextColor3 = Color3.new(1, 1, 1)
  311. fescripts.TextSize = 30
  312.  
  313. guis.Name = "guis"
  314. guis.Parent = main
  315. guis.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  316. guis.BackgroundTransparency = 0.34999999403954
  317. guis.BorderSizePixel = 1
  318. guis.Position = UDim2.new(0.176375419, 0, 0.563888848, 0)
  319. guis.Size = UDim2.new(0, 200, 0, 50)
  320. guis.Font = Enum.Font.Fantasy
  321. guis.Text = "GUIs"
  322. guis.TextColor3 = Color3.new(1, 1, 1)
  323. guis.TextSize = 30
  324. guis.MouseButton1Down:connect(function()
  325. guitab:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  326. main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  327. end)
  328.  
  329. credits.Name = "credits"
  330. credits.Parent = main
  331. credits.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  332. credits.BackgroundTransparency = 0.34999999403954
  333. credits.BorderSizePixel = 1
  334. credits.Position = UDim2.new(0.176375419, 0, 0.763888836, 0)
  335. credits.Size = UDim2.new(0, 200, 0, 50)
  336. credits.Font = Enum.Font.Fantasy
  337. credits.FontSize = Enum.FontSize.Size32
  338. credits.Text = "Credits"
  339. credits.TextColor3 = Color3.new(1, 1, 1)
  340. credits.MouseButton1Down:connect(function()
  341. creditstab:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  342. main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  343. end)
  344.  
  345. motd.Name = "motd"
  346. motd.Parent = main
  347. motd.BackgroundColor3 = Color3.new(1, 1, 1)
  348. motd.BackgroundTransparency = 1
  349. motd.Position = UDim2.new(0.177993521, 0, 0.936111093, 0)
  350. motd.Size = UDim2.new(0, 200, 0, 23)
  351. motd.Font = Enum.Font.Fantasy
  352. motd.Text = "MOTD: Elite=Gateway time-out"
  353. motd.TextColor3 = Color3.new(1, 1, 1)
  354. motd.TextSize = 15
  355.  
  356.  
  357. scripttab.Name = "scripttab"
  358. scripttab.Parent = RoseHub
  359. scripttab.Active = true
  360. scripttab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  361. scripttab.BackgroundTransparency = 0.34999999403954
  362. scripttab.Draggable = true
  363. scripttab.Size = UDim2.new(0, 571, 0, 293)
  364. scripttab.Position = UDim2.new(-2, -154,0.5, -180)
  365. scripttab.Visible = true
  366.  
  367.  
  368. scriptstab.ScrollBarThickness = 11
  369. scriptstab.Name = 'scriptstab'
  370. scriptstab.Parent = scripttab
  371. scriptstab.Size = UDim2.new(1,0,1,0)
  372. scriptstab.BackgroundTransparency = 1
  373. scriptstab.CanvasSize = UDim2.new(0,0,2.5,0)
  374. fixScroll(scriptstab)
  375.  
  376. scriptstop.Name = "scriptstop"
  377. scriptstop.Parent = scriptstab
  378. scriptstop.Active = true
  379. scriptstop.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  380. scriptstop.Selectable = true
  381. scriptstop.Size = UDim2.new(0, 571, 0, 38)
  382.  
  383.  
  384. scriptslabel.Name = "scriptslabel"
  385. scriptslabel.Parent = scriptstop
  386. scriptslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  387. scriptslabel.BackgroundTransparency = 1
  388. scriptslabel.Position = UDim2.new(0.00592575502, 0, 0, 0)
  389. scriptslabel.Size = UDim2.new(0, 565, 0, 38)
  390. scriptslabel.Font = Enum.Font.Fantasy
  391. scriptslabel.Text = "Scripts"
  392. scriptslabel.TextColor3 = Color3.new(1, 1, 1)
  393. scriptslabel.TextSize = 30
  394. scriptslabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  395.  
  396. scriptsrose.Name = "scriptsrose"
  397. scriptsrose.Parent = scriptstop
  398. scriptsrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  399. scriptsrose.BorderColor3 = Color3.new(1, 0, 0.498039)
  400. scriptsrose.BorderSizePixel = 0
  401. scriptsrose.Position = UDim2.new(0.00327868853, 0, 0, 0)
  402. scriptsrose.Size = UDim2.new(0, 41, 0, 38)
  403. scriptsrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  404.  
  405. sclose.Name = "sclose"
  406. sclose.Parent = scriptstop
  407. sclose.BackgroundColor3 = Color3.new(1, 1, 1)
  408. sclose.BackgroundTransparency = 1
  409. sclose.Position = UDim2.new(0.98073554, -35, -0.0263157897, 5)
  410. sclose.Size = UDim2.new(0, 30, 0, 30)
  411. sclose.Font = Enum.Font.SourceSans
  412. sclose.FontSize = Enum.FontSize.Size48
  413. sclose.Text = "X"
  414. sclose.TextColor3 = Color3.new(1, 1, 1)
  415. sclose.MouseButton1Down:connect(function()
  416. scripttab:TweenPosition(UDim2.new(-2,-154,0.5,-180), "Out", "Quad", 0.6)
  417. main:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  418. end)
  419.  
  420. scriptsframe.Name = "scriptsframe"
  421. scriptsframe.Parent = scriptstab
  422. scriptsframe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  423. scriptsframe.BackgroundTransparency = 1
  424. scriptsframe.BorderSizePixel = 0
  425. scriptsframe.Size = UDim2.new(0, 547, 0, 228)
  426. scriptsframe.Position = UDim2.new(.5,0,0,45)
  427. scriptsframe.AnchorPoint = Vector2.new(.5,0)
  428.  
  429. Knifev3.Name = "Knifev3"
  430. Knifev3.Parent = scriptsframe
  431. Knifev3.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  432. Knifev3.Position = UDim2.new(0, 0, 0.0438596532, 0)
  433. Knifev3.Size = UDim2.new(0, 149, 0, 44)
  434. Knifev3.Selected = true
  435. Knifev3.Font = Enum.Font.Fantasy
  436. Knifev3.Text = "Knife v3"
  437. Knifev3.TextColor3 = Color3.new(1, 1, 1)
  438. Knifev3.TextSize = 20
  439. Knifev3.MouseButton1Down:connect(function()
  440. loadstring(game:HttpGet(('https://pastebin.com/raw/W833RBFr'),true))()
  441. end)
  442.  
  443. LAyout.Name = "LAyout"
  444. LAyout.Parent = scriptsframe
  445. LAyout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  446. LAyout.CellPadding = UDim2.new(0, 30, 0, 30)
  447. LAyout.CellSize = UDim2.new(0, 149, 0, 44)
  448.  
  449. birdwings.Name = "birdwings"
  450. birdwings.Parent = scriptsframe
  451. birdwings.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  452. birdwings.Position = UDim2.new(0, 0, 0.0438596532, 0)
  453. birdwings.Size = UDim2.new(0, 149, 0, 44)
  454. birdwings.Selected = true
  455. birdwings.Font = Enum.Font.Fantasy
  456. birdwings.Text = "Bird Wings"
  457. birdwings.TextColor3 = Color3.new(1, 1, 1)
  458. birdwings.TextSize = 20
  459. birdwings.MouseButton1Down:connect(function()
  460. loadstring(game:HttpGet(('https://pastebin.com/raw/RQ9b8UTv'),true))()
  461. end)
  462.  
  463.  
  464. clockworkarena.Name = "clockworkarena"
  465. clockworkarena.Parent = scriptsframe
  466. clockworkarena.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  467. clockworkarena.Position = UDim2.new(0, 0, 0.0438596532, 0)
  468. clockworkarena.Size = UDim2.new(0, 149, 0, 44)
  469. clockworkarena.Selected = true
  470. clockworkarena.Font = Enum.Font.Fantasy
  471. clockworkarena.Text = "Clockwork Arena"
  472. clockworkarena.TextColor3 = Color3.new(1, 1, 1)
  473. clockworkarena.TextSize = 20
  474. clockworkarena.MouseButton1Down:connect(function()
  475. loadstring(game:HttpGet(('https://pastebin.com/raw/EvnXCXhP'),true))()
  476. end)
  477.  
  478. m4a1.Name = "m4a1"
  479. m4a1.Parent = scriptsframe
  480. m4a1.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  481. m4a1.Position = UDim2.new(0, 0, 0.0438596532, 0)
  482. m4a1.Size = UDim2.new(0, 149, 0, 44)
  483. m4a1.Selected = true
  484. m4a1.Font = Enum.Font.Fantasy
  485. m4a1.Text = "M4A1"
  486. m4a1.TextColor3 = Color3.new(1, 1, 1)
  487. m4a1.TextSize = 20
  488. m4a1.MouseButton1Down:connect(function()
  489. loadstring(game:HttpGet(('https://pastebin.com/raw/eP1zq8tb'),true))()
  490. end)
  491.  
  492. dungun.Name = "dungun"
  493. dungun.Parent = scriptsframe
  494. dungun.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  495. dungun.Position = UDim2.new(0, 0, 0.0438596532, 0)
  496. dungun.Size = UDim2.new(0, 149, 0, 44)
  497. dungun.Selected = true
  498. dungun.Font = Enum.Font.Fantasy
  499. dungun.Text = "DunDunGun"
  500. dungun.TextColor3 = Color3.new(1, 1, 1)
  501. dungun.TextSize = 20
  502. dungun.MouseButton1Down:connect(function()
  503. loadstring(game:HttpGet(('https://pastebin.com/raw/90M7Mi8e'),true))()
  504. end)
  505.  
  506. infiniteyield.Name = "infiniteyield"
  507. infiniteyield.Parent = scriptsframe
  508. infiniteyield.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  509. infiniteyield.Position = UDim2.new(0, 0, 0.0438596532, 0)
  510. infiniteyield.Size = UDim2.new(0, 149, 0, 44)
  511. infiniteyield.Selected = true
  512. infiniteyield.Font = Enum.Font.Fantasy
  513. infiniteyield.Text = "Infinite Yield"
  514. infiniteyield.TextColor3 = Color3.new(1, 1, 1)
  515. infiniteyield.TextSize = 20
  516. infiniteyield.MouseButton1Down:connect(function()
  517. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  518. end)
  519.  
  520. bombvest.Name = "bombvest"
  521. bombvest.Parent = scriptsframe
  522. bombvest.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  523. bombvest.Position = UDim2.new(0, 0, 0.0438596532, 0)
  524. bombvest.Size = UDim2.new(0, 149, 0, 44)
  525. bombvest.Selected = true
  526. bombvest.Font = Enum.Font.Fantasy
  527. bombvest.Text = "Bomb Vest"
  528. bombvest.TextColor3 = Color3.new(1, 1, 1)
  529. bombvest.TextSize = 20
  530. bombvest.MouseButton1Down:connect(function()
  531. loadstring(game:HttpGet(('https://pastebin.com/raw/tG1PPuMd'),true))()
  532. end)
  533.  
  534. musicbars.Name = "musicbars"
  535. musicbars.Parent = scriptsframe
  536. musicbars.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  537. musicbars.Position = UDim2.new(0, 0, 0.0438596532, 0)
  538. musicbars.Size = UDim2.new(0, 149, 0, 44)
  539. musicbars.Selected = true
  540. musicbars.Font = Enum.Font.Fantasy
  541. musicbars.Text = "Music Bars"
  542. musicbars.TextColor3 = Color3.new(1, 1, 1)
  543. musicbars.TextSize = 20
  544. musicbars.MouseButton1Down:connect(function()
  545. loadstring(game:HttpGet(('https://pastebin.com/raw/SvYebC2r'),true))()
  546. end)
  547.  
  548. OmniGod.Name = "OmniGod"
  549. OmniGod.Parent = scriptsframe
  550. OmniGod.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  551. OmniGod.Position = UDim2.new(0, 0, 0.0438596532, 0)
  552. OmniGod.Size = UDim2.new(0, 149, 0, 44)
  553. OmniGod.Selected = true
  554. OmniGod.Font = Enum.Font.Fantasy
  555. OmniGod.Text = "Omni God"
  556. OmniGod.TextColor3 = Color3.new(1, 1, 1)
  557. OmniGod.TextSize = 20
  558. OmniGod.MouseButton1Down:connect(function()
  559. loadstring(game:HttpGet(('https://pastebin.com/raw/87NeeChc'),true))()
  560. end)
  561.  
  562. nightclub.Name = "nightclub"
  563. nightclub.Parent = scriptsframe
  564. nightclub.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  565. nightclub.Position = UDim2.new(0, 0, 0.0438596532, 0)
  566. nightclub.Size = UDim2.new(0, 149, 0, 44)
  567. nightclub.Selected = true
  568. nightclub.Font = Enum.Font.Fantasy
  569. nightclub.Text = "Night Club"
  570. nightclub.TextColor3 = Color3.new(1, 1, 1)
  571. nightclub.TextSize = 20
  572. nightclub.MouseButton1Down:connect(function()
  573. loadstring(game:GetObjects("rbxassetid://1281063730")[1].Source)()
  574. end)
  575.  
  576. paintitan.Name = "paintitan"
  577. paintitan.Parent = scriptsframe
  578. paintitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  579. paintitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  580. paintitan.Size = UDim2.new(0, 149, 0, 44)
  581. paintitan.Selected = true
  582. paintitan.Font = Enum.Font.Fantasy
  583. paintitan.Text = "Pain Titan"
  584. paintitan.TextColor3 = Color3.new(1, 1, 1)
  585. paintitan.TextSize = 20
  586. paintitan.MouseButton1Down:connect(function()
  587. loadstring(game:HttpGet("https://pastebin.com/raw/Hg5L8EtM", true))()
  588. end)
  589.  
  590. reapertitan.Name = "reapertitan"
  591. reapertitan.Parent = scriptsframe
  592. reapertitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  593. reapertitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  594. reapertitan.Size = UDim2.new(0, 149, 0, 44)
  595. reapertitan.Selected = true
  596. reapertitan.Font = Enum.Font.Fantasy
  597. reapertitan.Text = "Reaper Titan"
  598. reapertitan.TextColor3 = Color3.new(1, 1, 1)
  599. reapertitan.TextSize = 20
  600. reapertitan.MouseButton1Down:connect(function()
  601. loadstring(game:HttpGet("https://pastebin.com/raw/B0q3QBg6", true))()
  602. end)
  603.  
  604. fecheck.Name = "fecheck"
  605. fecheck.Parent = scriptsframe
  606. fecheck.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  607. fecheck.Position = UDim2.new(0, 0, 0.0438596532, 0)
  608. fecheck.Size = UDim2.new(0, 149, 0, 44)
  609. fecheck.Selected = true
  610. fecheck.Font = Enum.Font.Fantasy
  611. fecheck.Text = "FE Check"
  612. fecheck.TextColor3 = Color3.new(1, 1, 1)
  613. fecheck.TextSize = 20
  614. fecheck.MouseButton1Down:connect(function()
  615. if game.Workspace.FilteringEnabled == false then
  616. print("Filtering is disabled!")
  617. end
  618. if game.Workspace.FilteringEnabled == true then
  619. print("Filtering is enabled!")
  620. end
  621. end)
  622.  
  623. alterchat.Name = "alterchat"
  624. alterchat.Parent = scriptsframe
  625. alterchat.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  626. alterchat.Position = UDim2.new(0, 0, 0.0438596532, 0)
  627. alterchat.Size = UDim2.new(0, 149, 0, 44)
  628. alterchat.Selected = true
  629. alterchat.Font = Enum.Font.Fantasy
  630. alterchat.Text = "Alter Chat"
  631. alterchat.TextColor3 = Color3.new(1, 1, 1)
  632. alterchat.TextSize = 20
  633. alterchat.MouseButton1Down:connect(function()
  634. loadstring(game:HttpGet("https://pastebin.com/raw/ZSB4pN9R", true))()
  635. end)
  636.  
  637. hoverbike.Name = "hoverbike"
  638. hoverbike.Parent = scriptsframe
  639. hoverbike.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  640. hoverbike.Position = UDim2.new(0, 0, 0.0438596532, 0)
  641. hoverbike.Size = UDim2.new(0, 149, 0, 44)
  642. hoverbike.Selected = true
  643. hoverbike.Font = Enum.Font.Fantasy
  644. hoverbike.Text = "Hover Bike"
  645. hoverbike.TextColor3 = Color3.new(1, 1, 1)
  646. hoverbike.TextSize = 20
  647. hoverbike.MouseButton1Down:connect(function()
  648. loadstring(game:GetObjects("rbxassetid://01268225564")[1].Source)()
  649. end)
  650.  
  651. railguntitan.Name = "railguntitan"
  652. railguntitan.Parent = scriptsframe
  653. railguntitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  654. railguntitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  655. railguntitan.Size = UDim2.new(0, 149, 0, 44)
  656. railguntitan.Selected = true
  657. railguntitan.Font = Enum.Font.Fantasy
  658. railguntitan.Text = "Rail Gun Titan"
  659. railguntitan.TextColor3 = Color3.new(1, 1, 1)
  660. railguntitan.TextSize = 20
  661. railguntitan.MouseButton1Down:connect(function()
  662. loadstring(game:HttpGet("https://pastebin.com/raw/0wFiFdwM", true))()
  663. end)
  664.  
  665. truehero.Name = "true hero"
  666. truehero.Parent = scriptsframe
  667. truehero.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  668. truehero.Position = UDim2.new(0, 0, 0.0438596532, 0)
  669. truehero.Size = UDim2.new(0, 149, 0, 44)
  670. truehero.Selected = true
  671. truehero.Font = Enum.Font.Fantasy
  672. truehero.Text = "True Hero"
  673. truehero.TextColor3 = Color3.new(1, 1, 1)
  674. truehero.TextSize = 20
  675. truehero.MouseButton1Down:connect(function()
  676. loadstring(game:HttpGet("https://pastebin.com/raw/P8AQ2ebJ", true))()
  677. end)
  678.  
  679. celestialwheel.Name = "celestialwheel"
  680. celestialwheel.Parent = scriptsframe
  681. celestialwheel.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  682. celestialwheel.Position = UDim2.new(0, 0, 0.0438596532, 0)
  683. celestialwheel.Size = UDim2.new(0, 149, 0, 44)
  684. celestialwheel.Selected = true
  685. celestialwheel.Font = Enum.Font.Fantasy
  686. celestialwheel.Text = "Celestial Wheel"
  687. celestialwheel.TextColor3 = Color3.new(1, 1, 1)
  688. celestialwheel.TextSize = 20
  689. celestialwheel.MouseButton1Down:connect(function()
  690. loadstring(game:HttpGet("https://pastebin.com/raw/bymTcgzf", true))()
  691. end)
  692.  
  693. creditstab.Name = "creditstab"
  694. creditstab.Parent = RoseHub
  695. creditstab.Active = true
  696. creditstab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  697. creditstab.BackgroundTransparency = 0.34999999403954
  698. creditstab.Draggable = true
  699. creditstab.Position = UDim2.new(-2, -154,0.5, -180)
  700. creditstab.Size = UDim2.new(0, 493, 0, 267)
  701. creditstab.Visible = true
  702.  
  703. cupper.Name = "cupper"
  704. cupper.Parent = creditstab
  705. cupper.Active = true
  706. cupper.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  707. cupper.Size = UDim2.new(0, 493, 0, 40)
  708.  
  709. cname.Name = "cname"
  710. cname.Parent = cupper
  711. cname.BackgroundColor3 = Color3.new(1, 1, 1)
  712. cname.BackgroundTransparency = 1
  713. cname.BorderSizePixel = 1
  714. cname.Size = UDim2.new(0, 493, 0, 41)
  715. cname.Font = Enum.Font.Fantasy
  716. cname.Text = "Credits"
  717. cname.TextColor3 = Color3.new(1, 1, 1)
  718. cname.TextSize = 30
  719.  
  720. creditsrose.Name = "creditsrose"
  721. creditsrose.Parent = cupper
  722. creditsrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  723. creditsrose.BorderSizePixel = 0
  724. creditsrose.Size = UDim2.new(0, 45, 0, 40)
  725. creditsrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  726.  
  727. madeby.Name = "madeby"
  728. madeby.Parent = creditstab
  729. madeby.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  730. madeby.BackgroundTransparency = 1
  731. madeby.Position = UDim2.new(0.397565901, 0, 0.207865134, 0)
  732. madeby.Size = UDim2.new(0, 100, 0, 23)
  733. madeby.Font = Enum.Font.Fantasy
  734. madeby.Text = "Made by Humanoid and Zwolf"
  735. madeby.TextColor3 = Color3.new(1, 1, 1)
  736. madeby.TextSize = 35
  737.  
  738. zwolf.Name = "zwolf"
  739. zwolf.Parent = creditstab
  740. zwolf.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  741. zwolf.BackgroundTransparency = 1
  742. zwolf.Position = UDim2.new(0.557809293, 0, 0.460674167, 0)
  743. zwolf.Size = UDim2.new(0, 200, 0, 50)
  744. zwolf.Font = Enum.Font.Fantasy
  745. zwolf.Text = "Zwolf#3762"
  746. zwolf.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  747. zwolf.TextSize = 25
  748.  
  749. humanoid.Name = "humanoid"
  750. humanoid.Parent = creditstab
  751. humanoid.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  752. humanoid.BackgroundTransparency = 1
  753. humanoid.Position = UDim2.new(-0.00101418979, 0, 0.460674167, 0)
  754. humanoid.Size = UDim2.new(0, 200, 0, 50)
  755. humanoid.Font = Enum.Font.Fantasy
  756. humanoid.Text = "Humanoid#8537"
  757. humanoid.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  758. humanoid.TextSize = 25
  759.  
  760. humanoidcredits.Name = "humanoidcredits"
  761. humanoidcredits.Parent = creditstab
  762. humanoidcredits.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  763. humanoidcredits.BackgroundTransparency = 1
  764. humanoidcredits.Position = UDim2.new(-1.86264515e-09, 0, 0.325842708, 0)
  765. humanoidcredits.Size = UDim2.new(0, 200, 0, 50)
  766. humanoidcredits.Font = Enum.Font.Fantasy
  767. humanoidcredits.Text = "Idea | UI | Scripting | Tweening"
  768. humanoidcredits.TextColor3 = Color3.new(1, 1, 1)
  769. humanoidcredits.TextSize = 20
  770. humanoidcredits.TextWrapped = true
  771.  
  772. zwolfcredits.Name = "zwolfcredits"
  773. zwolfcredits.Parent = creditstab
  774. zwolfcredits.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  775. zwolfcredits.BackgroundTransparency = 1
  776. zwolfcredits.Position = UDim2.new(0.557809293, 0, 0.325842708, 0)
  777. zwolfcredits.Size = UDim2.new(0, 200, 0, 50)
  778. zwolfcredits.Font = Enum.Font.Fantasy
  779. zwolfcredits.Text = "Logo | Buttons | Scripting"
  780. zwolfcredits.TextColor3 = Color3.new(1, 1, 1)
  781. zwolfcredits.TextSize = 20
  782.  
  783. cclose.Name = "cclose"
  784. cclose.Parent = creditstab
  785. cclose.BackgroundColor3 = Color3.new(1, 1, 1)
  786. cclose.BackgroundTransparency = 1
  787. cclose.Position = UDim2.new(0.909135699, 0, 0, 0)
  788. cclose.Size = UDim2.new(0, 45, 0, 35)
  789. cclose.Font = Enum.Font.SourceSans
  790. cclose.Text = "x"
  791. cclose.TextColor3 = Color3.new(1, 1, 1)
  792. cclose.TextSize = 40
  793. cclose.MouseButton1Down:connect(function()
  794. creditstab:TweenPosition(UDim2.new(-2,-154,0.5,-180), "Out", "Quad", 0.6)
  795. main:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  796. end)
  797.  
  798. knifev4.Name = "knifev4"
  799. knifev4.Parent = scriptsframe
  800. knifev4.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  801. knifev4.Position = UDim2.new(0, 0, 0.0438596532, 0)
  802. knifev4.Size = UDim2.new(0, 149, 0, 44)
  803. knifev4.Selected = true
  804. knifev4.Font = Enum.Font.Fantasy
  805. knifev4.Text = "Knife v4"
  806. knifev4.TextColor3 = Color3.new(1, 1, 1)
  807. knifev4.TextSize = 20
  808. knifev4.MouseButton1Down:connect(function()
  809. loadstring(game:HttpGet("https://pastebin.com/raw/j0Ns1w1S", true))()
  810. end)
  811.  
  812. ravengerclaws.Name = "ravengerclaws"
  813. ravengerclaws.Parent = scriptsframe
  814. ravengerclaws.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  815. ravengerclaws.Position = UDim2.new(0, 0, 0.0438596532, 0)
  816. ravengerclaws.Size = UDim2.new(0, 149, 0, 44)
  817. ravengerclaws.Selected = true
  818. ravengerclaws.Font = Enum.Font.Fantasy
  819. ravengerclaws.Text = "Ravenger Claws"
  820. ravengerclaws.TextColor3 = Color3.new(1, 1, 1)
  821. ravengerclaws.TextSize = 20
  822. ravengerclaws.MouseButton1Down:connect(function()
  823. loadstring(game:HttpGet("https://pastebin.com/raw/D7GxxvWL", true))()
  824. end)
  825.  
  826. johndoe.Name = "johndoe"
  827. johndoe.Parent = scriptsframe
  828. johndoe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  829. johndoe.Position = UDim2.new(0, 0, 0.0438596532, 0)
  830. johndoe.Size = UDim2.new(0, 149, 0, 44)
  831. johndoe.Selected = true
  832. johndoe.Font = Enum.Font.Fantasy
  833. johndoe.Text = "John Doe"
  834. johndoe.TextColor3 = Color3.new(1, 1, 1)
  835. johndoe.TextSize = 20
  836. johndoe.MouseButton1Down:connect(function()
  837. loadstring(game:HttpGet("https://pastebin.com/raw/m5wHsLhr", true))()
  838. end)
  839.  
  840. guitab.Name = "guitab"
  841. guitab.Parent = RoseHub
  842. guitab.Active = true
  843. guitab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  844. guitab.BackgroundTransparency = 0.34999999403954
  845. guitab.Draggable = true
  846. guitab.Size = UDim2.new(0, 571, 0, 293)
  847. guitab.Position = UDim2.new(-2, -154,0.5, -180)
  848. guitab.Visible = true
  849.  
  850. guistab.Name = "guistab"
  851. guistab.Parent = guitab
  852. guistab.BackgroundTransparency = 1
  853. guistab.Size = UDim2.new(1,0,1,0)
  854. guistab.ScrollBarThickness = 11
  855. guistab.Visible = true
  856. fixScroll(guistab)
  857.  
  858. guistop.Name = "guistop"
  859. guistop.Parent = guistab
  860. guistop.Active = true
  861. guistop.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  862. guistop.Selectable = true
  863. guistop.Size = UDim2.new(0, 571, 0, 38)
  864.  
  865. guislabel.Name = "guislabel"
  866. guislabel.Parent = guistop
  867. guislabel.BackgroundColor3 = Color3.new(1, 1, 1)
  868. guislabel.BackgroundTransparency = 1
  869. guislabel.Position = UDim2.new(0.00592575502, 0, 0, 0)
  870. guislabel.Size = UDim2.new(0, 565, 0, 38)
  871. guislabel.Font = Enum.Font.Fantasy
  872. guislabel.Text = "GUIs"
  873. guislabel.TextColor3 = Color3.new(1, 1, 1)
  874. guislabel.TextSize = 30
  875. guislabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  876.  
  877. guisrose.Name = "guisrose"
  878. guisrose.Parent = guistop
  879. guisrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  880. guisrose.BorderColor3 = Color3.new(1, 0, 0.498039)
  881. guisrose.BorderSizePixel = 0
  882. guisrose.Position = UDim2.new(0.00327868853, 0, 0, 0)
  883. guisrose.Size = UDim2.new(0, 41, 0, 38)
  884. guisrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  885.  
  886. gclose.Name = "gclose"
  887. gclose.Parent = guistop
  888. gclose.BackgroundColor3 = Color3.new(1, 1, 1)
  889. gclose.BackgroundTransparency = 1
  890. gclose.Position = UDim2.new(0.98073554, -35, -0.0263157897, 5)
  891. gclose.Size = UDim2.new(0, 30, 0, 30)
  892. gclose.Font = Enum.Font.SourceSans
  893. gclose.Text = "X"
  894. gclose.TextColor3 = Color3.new(1, 1, 1)
  895. gclose.TextSize = 40
  896. gclose.MouseButton1Down:connect(function()
  897. guitab:TweenPosition(UDim2.new(-2,-154,0.5,-180), "Out", "Quad", 0.6)
  898. main:TweenPosition(UDim2.new(0.5,-154,0.5,-180), "Out", "Quad", 0.6)
  899. end)
  900.  
  901. guisframe.Name = "guisframe"
  902. guisframe.Parent = guistab
  903. guisframe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  904. guisframe.BackgroundTransparency = 1
  905. guisframe.BorderSizePixel = 0
  906. guisframe.Position = UDim2.new(.5,0,0,45)
  907. guisframe.AnchorPoint = Vector2.new(.5,0)
  908. guisframe.Size = UDim2.new(0, 547, 0, 228)
  909.  
  910. c00lgui.Name = "c00lgui"
  911. c00lgui.Parent = guisframe
  912. c00lgui.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  913. c00lgui.Position = UDim2.new(0, 0, 0.0438596532, 0)
  914. c00lgui.Size = UDim2.new(0, 149, 0, 44)
  915. c00lgui.Selected = true
  916. c00lgui.Font = Enum.Font.Fantasy
  917. c00lgui.Text = "c00lgui"
  918. c00lgui.TextColor3 = Color3.new(1, 1, 1)
  919. c00lgui.TextSize = 20
  920. c00lgui.MouseButton1Down:connect(function()
  921. loadstring(game:GetObjects("rbxassetid://1284042144")[1].Source)()
  922. end)
  923.  
  924. GLAyout.Name = "GLAyout"
  925. GLAyout.Parent = guisframe
  926. GLAyout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  927. GLAyout.CellPadding = UDim2.new(0, 30, 0, 30)
  928. GLAyout.CellSize = UDim2.new(0, 149, 0, 44)
  929.  
  930. Topkek40.Name = "Topkek 4.0"
  931. Topkek40.Parent = guisframe
  932. Topkek40.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  933. Topkek40.Position = UDim2.new(0, 0, 0.0438596532, 0)
  934. Topkek40.Size = UDim2.new(0, 149, 0, 44)
  935. Topkek40.Selected = true
  936. Topkek40.Font = Enum.Font.Fantasy
  937. Topkek40.Text = "Topkek 4.0"
  938. Topkek40.TextColor3 = Color3.new(1, 1, 1)
  939. Topkek40.TextSize = 20
  940. Topkek40.MouseButton1Down:connect(function()
  941. loadstring(game:HttpGet("https://pastebin.com/raw/d0CJRrcg", true))()
  942. end)
  943.  
  944. Topkek30.Name = "Topkek 3.0"
  945. Topkek30.Parent = guisframe
  946. Topkek30.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  947. Topkek30.Position = UDim2.new(0, 0, 0.0438596532, 0)
  948. Topkek30.Size = UDim2.new(0, 149, 0, 44)
  949. Topkek30.Selected = true
  950. Topkek30.Font = Enum.Font.Fantasy
  951. Topkek30.Text = "Topkek 3.0"
  952. Topkek30.TextColor3 = Color3.new(1, 1, 1)
  953. Topkek30.TextSize = 20
  954. Topkek30.MouseButton1Down:connect(function()
  955. loadstring(game:HttpGet("https://pastebin.com/raw/SikGfE9u", true))()
  956. end)
  957.  
  958. roxploit5.Name = "roxploit5"
  959. roxploit5.Parent = guisframe
  960. roxploit5.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  961. roxploit5.Position = UDim2.new(0, 0, 0.0438596532, 0)
  962. roxploit5.Size = UDim2.new(0, 149, 0, 44)
  963. roxploit5.Selected = true
  964. roxploit5.Font = Enum.Font.Fantasy
  965. roxploit5.Text = "Ro-Xploit 5.0"
  966. roxploit5.TextColor3 = Color3.new(1, 1, 1)
  967. roxploit5.TextSize = 20
  968. roxploit5.MouseButton1Down:connect(function()
  969. loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()
  970. end)
  971.  
  972. roxploit6.Name = "roxploit6"
  973. roxploit6.Parent = guisframe
  974. roxploit6.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  975. roxploit6.Position = UDim2.new(0, 0, 0.0438596532, 0)
  976. roxploit6.Size = UDim2.new(0, 149, 0, 44)
  977. roxploit6.Selected = true
  978. roxploit6.Font = Enum.Font.Fantasy
  979. roxploit6.Text = "Ro-Xploit 6.0"
  980. roxploit6.TextColor3 = Color3.new(1, 1, 1)
  981. roxploit6.TextSize = 20
  982. roxploit6.MouseButton1Down:connect(function()
  983. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  984. end)
  985.  
  986. messortitan.Name = "messortitan"
  987. messortitan.Parent = scriptsframe
  988. messortitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  989. messortitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  990. messortitan.Size = UDim2.new(0, 149, 0, 44)
  991. messortitan.Selected = true
  992. messortitan.Font = Enum.Font.Fantasy
  993. messortitan.Text = "Messor Titan"
  994. messortitan.TextColor3 = Color3.new(1, 1, 1)
  995. messortitan.TextSize = 20
  996. messortitan.MouseButton1Down:connect(function()
  997. loadstring(game:HttpGet("https://pastebin.com/raw/4bSrkLtA", true))()
  998. end)
  999.  
  1000. clowntitan.Name = "clowntitan"
  1001. clowntitan.Parent = scriptsframe
  1002. clowntitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1003. clowntitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  1004. clowntitan.Size = UDim2.new(0, 149, 0, 44)
  1005. clowntitan.Selected = true
  1006. clowntitan.Font = Enum.Font.Fantasy
  1007. clowntitan.Text = "Clown Titan"
  1008. clowntitan.TextColor3 = Color3.new(1, 1, 1)
  1009. clowntitan.TextSize = 20
  1010. clowntitan.MouseButton1Down:connect(function()
  1011. loadstring(game:HttpGet("https://pastebin.com/raw/L0WLDZvc", true))()
  1012. end)
  1013.  
  1014. chara.Name = "chara"
  1015. chara.Parent = scriptsframe
  1016. chara.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1017. chara.Position = UDim2.new(0, 0, 0.0438596532, 0)
  1018. chara.Size = UDim2.new(0, 149, 0, 44)
  1019. chara.Selected = true
  1020. chara.Font = Enum.Font.Fantasy
  1021. chara.Text = "Chara"
  1022. chara.TextColor3 = Color3.new(1, 1, 1)
  1023. chara.TextSize = 20
  1024. chara.MouseButton1Down:connect(function()
  1025. loadstring(game:HttpGet("https://pastebin.com/raw/HrWjgXtb", true))()
  1026. end)
  1027.  
  1028. townmap.Name = "townmap"
  1029. townmap.Parent = scriptsframe
  1030. townmap.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1031. townmap.Position = UDim2.new(0, 0, 0.0438596532, 0)
  1032. townmap.Size = UDim2.new(0, 149, 0, 44)
  1033. townmap.Selected = true
  1034. townmap.Font = Enum.Font.Fantasy
  1035. townmap.Text = "Town Map"
  1036. townmap.TextColor3 = Color3.new(1, 1, 1)
  1037. townmap.TextSize = 20
  1038. townmap.MouseButton1Down:connect(function()
  1039. loadstring(game:GetObjects('rbxassetid://1345094164')[1].Source)()
  1040. end)
  1041.  
  1042. dex.Name = "dex"
  1043. dex.Parent = guisframe
  1044. dex.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1045. dex.Position = UDim2.new(0, 0, 0.0438596532, 0)
  1046. dex.Size = UDim2.new(0, 149, 0, 44)
  1047. dex.Selected = true
  1048. dex.Font = Enum.Font.Fantasy
  1049. dex.Text = "Dex Explorer"
  1050. dex.TextColor3 = Color3.new(1, 1, 1)
  1051. dex.TextSize = 20
  1052. dex.MouseButton1Down:connect(function()
  1053. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1054. end)
  1055.  
  1056. admingui.Name = "admingui"
  1057. admingui.Parent = guisframe
  1058. admingui.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1059. admingui.Position = UDim2.new(0, 0, 0.0438596532, 0)
  1060. admingui.Size = UDim2.new(0, 149, 0, 44)
  1061. admingui.Selected = true
  1062. admingui.Font = Enum.Font.Fantasy
  1063. admingui.Text = "AdminGUI"
  1064. admingui.TextColor3 = Color3.new(1, 1, 1)
  1065. admingui.TextSize = 20
  1066. admingui.MouseButton1Down:connect(function()
  1067. loadstring(game:GetObjects('rbxassetid://1348651791')[1].Source)()
  1068. end)
  1069.  
  1070. ctahmid.Name = "ctahmid"
  1071. ctahmid.Parent = creditstab
  1072. ctahmid.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1073. ctahmid.BackgroundTransparency = 1
  1074. ctahmid.Position = UDim2.new(0.298174441, 0, 0.722846448, 0)
  1075. ctahmid.Size = UDim2.new(0, 200, 0, 50)
  1076. ctahmid.Font = Enum.Font.Fantasy
  1077. ctahmid.Text = "ctahmid#5491"
  1078. ctahmid.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1079. ctahmid.TextSize = 25
  1080.  
  1081. ctahmidcredits.Name = "ctahmidcredits"
  1082. ctahmidcredits.Parent = creditstab
  1083. ctahmidcredits.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1084. ctahmidcredits.BackgroundTransparency = 1
  1085. ctahmidcredits.Position = UDim2.new(0.298174381, 0, 0.623595536, 0)
  1086. ctahmidcredits.Size = UDim2.new(0, 200, 0, 50)
  1087. ctahmidcredits.Font = Enum.Font.Fantasy
  1088. ctahmidcredits.Text = "Tweening"
  1089. ctahmidcredits.TextColor3 = Color3.new(1, 1, 1)
  1090. ctahmidcredits.TextSize = 20
  1091.  
  1092. RoseHub:Clone().Parent = game
Add Comment
Please, Sign In to add comment