Advertisement
Guest User

A

a guest
Jan 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.83 KB | None | 0 0
  1. --Made by Humanoid and Zwolf
  2.  
  3. local RoseHub = Instance.new("ScreenGui")
  4. local open = Instance.new("Frame")
  5. local openbutton = Instance.new("TextButton")
  6. local main = Instance.new("Frame")
  7. local upper = Instance.new("Frame")
  8. local name = Instance.new("TextLabel")
  9. local mainrose = Instance.new("ImageLabel")
  10. local scripts = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local fescripts = Instance.new("TextButton")
  13. local guis = Instance.new("TextButton")
  14. local credits = Instance.new("TextButton")
  15. local motd = Instance.new("TextLabel")
  16. local scriptstab = Instance.new("ScrollingFrame")
  17. local scriptstop = Instance.new("Frame")
  18. local scriptslabel = Instance.new("TextLabel")
  19. local scriptsrose = Instance.new("ImageLabel")
  20. local sclose = Instance.new("TextButton")
  21. local scriptsframe = Instance.new("Frame")
  22. local Knifev3 = Instance.new("TextButton")
  23. local LAyout = Instance.new("UIGridLayout")
  24. local birdwings = Instance.new("TextButton")
  25. local clockworkarena = Instance.new("TextButton")
  26. local m4a1 = Instance.new("TextButton")
  27. local dungun = Instance.new("TextButton")
  28. local infiniteyield = Instance.new("TextButton")
  29. local bombvest = Instance.new("TextButton")
  30. local musicbars = Instance.new("TextButton")
  31. local OmniGod = Instance.new("TextButton")
  32. local nightclub = Instance.new("TextButton")
  33. local paintitan = Instance.new("TextButton")
  34. local reapertitan = Instance.new("TextButton")
  35. local fecheck = Instance.new("TextButton")
  36. local alterchat = Instance.new("TextButton")
  37. local hoverbike = Instance.new("TextButton")
  38. local railguntitan = Instance.new("TextButton")
  39. local truehero = Instance.new("TextButton")
  40. local celestialwheel = Instance.new("TextButton")
  41. local creditstab = Instance.new("Frame")
  42. local cupper = Instance.new("Frame")
  43. local cname = Instance.new("TextLabel")
  44. local creditsrose = Instance.new("ImageLabel")
  45. local madeby = Instance.new("TextLabel")
  46. local zwolf = Instance.new("TextLabel")
  47. local humanoid = Instance.new("TextLabel")
  48. local humanoidcredits = Instance.new("TextLabel")
  49. local zwolfcredits = Instance.new("TextLabel")
  50. local cclose = Instance.new("TextButton")
  51. local guistab = Instance.new("ScrollingFrame")
  52. local guistop = Instance.new("Frame")
  53. local guislabel = Instance.new("TextLabel")
  54. local guisrose = Instance.new("ImageLabel")
  55. local gclose = Instance.new("TextButton")
  56. local guisframe = Instance.new("Frame")
  57. local c00lgui = Instance.new("TextButton")
  58. local GLAyout = Instance.new("UIGridLayout")
  59. local Topkek40 = Instance.new("TextButton")
  60. local Topkek30 = Instance.new("TextButton")
  61. local roxploit5 = Instance.new("TextButton")
  62. local roxploit6 = Instance.new("TextButton")
  63. local knifev4 = Instance.new("TextButton")
  64. local ravengerclaws = Instance.new("TextButton")
  65. local johndoe = Instance.new("TextButton")
  66. local creditstab = Instance.new("Frame")
  67.  
  68. RoseHub.Name = "RoseHub"
  69. RoseHub.Parent = game.CoreGui
  70.  
  71. open.Name = "open"
  72. open.Parent = RoseHub
  73. open.Active = true
  74. open.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  75. open.BackgroundTransparency = 0.34999999403954
  76. open.Draggable = true
  77. open.Position = UDim2.new(0, 0, 0.531073451, 0)
  78. open.Size = UDim2.new(0, 195, 0, 61)
  79.  
  80.  
  81.  
  82. openbutton.Name = "openbutton"
  83. openbutton.Parent = open
  84. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  85. openbutton.BackgroundTransparency = 1
  86. openbutton.Position = UDim2.new(-0.025641026, 0, 0, 0)
  87. openbutton.Size = UDim2.new(0, 200, 0, 61)
  88. openbutton.Font = Enum.Font.Fantasy
  89. openbutton.FontSize = Enum.FontSize.Size32
  90. openbutton.Text = "OPEN"
  91. openbutton.TextColor3 = Color3.new(1, 1, 1)
  92. openbutton.MouseButton1Down:connect(function()
  93. open.Visible = false
  94. main.Visible = true
  95. end)
  96.  
  97. main.Name = "main"
  98. main.Parent = RoseHub
  99. main.Active = true
  100. main.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  101. main.BackgroundTransparency = 0.34999999403954
  102. main.Draggable = true
  103. main.Position = UDim2.new(0, 0, 0.322033882, 0)
  104. main.Size = UDim2.new(0, 309, 0, 360)
  105. main.Visible = false
  106.  
  107. upper.Name = "upper"
  108. upper.Parent = main
  109. upper.Active = true
  110. upper.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  111. upper.BorderSizePixel = 1
  112. upper.Size = UDim2.new(0, 309, 0, 41)
  113.  
  114. name.Name = "name"
  115. name.Parent = upper
  116. name.BackgroundColor3 = Color3.new(1, 1, 1)
  117. name.BackgroundTransparency = 1
  118. name.BorderSizePixel = 1
  119. name.Size = UDim2.new(0, 309, 0, 41)
  120. name.Font = Enum.Font.Fantasy
  121. name.Text = "Rose Hub v1.0.1"
  122. name.TextColor3 = Color3.new(1, 1, 1)
  123. name.TextSize = 30
  124.  
  125. mainrose.Name = "mainrose"
  126. mainrose.Parent = upper
  127. mainrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  128. mainrose.BorderSizePixel = 0
  129. mainrose.Size = UDim2.new(0, 45, 0, 41)
  130. mainrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  131.  
  132. scripts.Name = "scripts"
  133. scripts.Parent = main
  134. scripts.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  135. scripts.BackgroundTransparency = 0.34999999403954
  136. scripts.BorderSizePixel = 1
  137. scripts.Position = UDim2.new(0.174757287, 0, 0.191666663, 0)
  138. scripts.Size = UDim2.new(0, 200, 0, 50)
  139. scripts.Font = Enum.Font.Fantasy
  140. scripts.FontSize = Enum.FontSize.Size32
  141. scripts.Text = "Scripts"
  142. scripts.TextColor3 = Color3.new(1, 1, 1)
  143. scripts.MouseButton1Down:connect(function()
  144. main.Visible = false
  145. scriptstab.Visible = true
  146. end)
  147.  
  148. close.Name = "close"
  149. close.Parent = main
  150. close.BackgroundColor3 = Color3.new(1, 1, 1)
  151. close.BackgroundTransparency = 1
  152. close.Position = UDim2.new(0.854368925, 0, 0, 0)
  153. close.Size = UDim2.new(0, 45, 0, 35)
  154. close.Font = Enum.Font.SourceSans
  155. close.FontSize = Enum.FontSize.Size48
  156. close.Text = "x"
  157. close.TextColor3 = Color3.new(1, 1, 1)
  158. close.MouseButton1Down:connect(function()
  159. main.Visible = false
  160. open.Visible = true
  161. end)
  162.  
  163. fescripts.Name = "fescripts"
  164. fescripts.Parent = main
  165. fescripts.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  166. fescripts.BackgroundTransparency = 0.34999999403954
  167. fescripts.BorderSizePixel = 1
  168. fescripts.Position = UDim2.new(0.176375419, 0, 0.377777755, 0)
  169. fescripts.Size = UDim2.new(0, 200, 0, 50)
  170. fescripts.Font = Enum.Font.Fantasy
  171. fescripts.Text = "FE Scripts (WIP)"
  172. fescripts.TextColor3 = Color3.new(1, 1, 1)
  173. fescripts.TextSize = 30
  174.  
  175. guis.Name = "guis"
  176. guis.Parent = main
  177. guis.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  178. guis.BackgroundTransparency = 0.34999999403954
  179. guis.BorderSizePixel = 1
  180. guis.Position = UDim2.new(0.176375419, 0, 0.563888848, 0)
  181. guis.Size = UDim2.new(0, 200, 0, 50)
  182. guis.Font = Enum.Font.Fantasy
  183. guis.Text = "GUIs"
  184. guis.TextColor3 = Color3.new(1, 1, 1)
  185. guis.TextSize = 30
  186. guis.MouseButton1Down:connect(function()
  187. main.Visible = false
  188. guistab.Visible = true
  189. end)
  190.  
  191. credits.Name = "credits"
  192. credits.Parent = main
  193. credits.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  194. credits.BackgroundTransparency = 0.34999999403954
  195. credits.BorderSizePixel = 1
  196. credits.Position = UDim2.new(0.176375419, 0, 0.763888836, 0)
  197. credits.Size = UDim2.new(0, 200, 0, 50)
  198. credits.Font = Enum.Font.Fantasy
  199. credits.FontSize = Enum.FontSize.Size32
  200. credits.Text = "Credits"
  201. credits.TextColor3 = Color3.new(1, 1, 1)
  202. credits.MouseButton1Down:connect(function()
  203. main.Visible = false
  204. creditstab.Visible = true
  205. end)
  206.  
  207. motd.Name = "motd"
  208. motd.Parent = main
  209. motd.BackgroundColor3 = Color3.new(1, 1, 1)
  210. motd.BackgroundTransparency = 1
  211. motd.Position = UDim2.new(0.177993521, 0, 0.936111093, 0)
  212. motd.Size = UDim2.new(0, 200, 0, 23)
  213. motd.Font = Enum.Font.Fantasy
  214. motd.Text = "MOTD: Zwolf is a furfag"
  215. motd.TextColor3 = Color3.new(1, 1, 1)
  216. motd.TextSize = 20
  217.  
  218. scriptstab.Name = "scriptstab"
  219. scriptstab.Parent = RoseHub
  220. scriptstab.Active = true
  221. scriptstab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  222. scriptstab.BackgroundTransparency = 0.34999999403954
  223. scriptstab.Draggable = true
  224. scriptstab.Position = UDim2.new(0.373848975, 0, 0.219348669, 0)
  225. scriptstab.Size = UDim2.new(0, 571, 0, 293)
  226. scriptstab.Visible = false
  227. scriptstab.ScrollBarThickness = 11
  228.  
  229. scriptstop.Name = "scriptstop"
  230. scriptstop.Parent = scriptstab
  231. scriptstop.Active = true
  232. scriptstop.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  233. scriptstop.Selectable = true
  234. scriptstop.Size = UDim2.new(0, 571, 0, 38)
  235.  
  236. scriptslabel.Name = "scriptslabel"
  237. scriptslabel.Parent = scriptstop
  238. scriptslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  239. scriptslabel.BackgroundTransparency = 1
  240. scriptslabel.Position = UDim2.new(0.00592575502, 0, 0, 0)
  241. scriptslabel.Size = UDim2.new(0, 565, 0, 38)
  242. scriptslabel.Font = Enum.Font.Fantasy
  243. scriptslabel.Text = "Scripts"
  244. scriptslabel.TextColor3 = Color3.new(1, 1, 1)
  245. scriptslabel.TextSize = 30
  246. scriptslabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  247.  
  248. scriptsrose.Name = "scriptsrose"
  249. scriptsrose.Parent = scriptstop
  250. scriptsrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  251. scriptsrose.BorderColor3 = Color3.new(1, 0, 0.498039)
  252. scriptsrose.BorderSizePixel = 0
  253. scriptsrose.Position = UDim2.new(0.00327868853, 0, 0, 0)
  254. scriptsrose.Size = UDim2.new(0, 41, 0, 38)
  255. scriptsrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  256.  
  257. sclose.Name = "sclose"
  258. sclose.Parent = scriptstop
  259. sclose.BackgroundColor3 = Color3.new(1, 1, 1)
  260. sclose.BackgroundTransparency = 1
  261. sclose.Position = UDim2.new(0.98073554, -35, -0.0263157897, 5)
  262. sclose.Size = UDim2.new(0, 30, 0, 30)
  263. sclose.Font = Enum.Font.SourceSans
  264. sclose.FontSize = Enum.FontSize.Size48
  265. sclose.Text = "X"
  266. sclose.TextColor3 = Color3.new(1, 1, 1)
  267. sclose.MouseButton1Down:connect(function()
  268. scriptstab.Visible = false
  269. main.Visible = true
  270. end)
  271.  
  272. scriptsframe.Name = "scriptsframe"
  273. scriptsframe.Parent = scriptstab
  274. scriptsframe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  275. scriptsframe.BackgroundTransparency = 1
  276. scriptsframe.BorderSizePixel = 0
  277. scriptsframe.Position = UDim2.new(0.0140105076, 0, 0.0341296941, 0)
  278. scriptsframe.Size = UDim2.new(0, 547, 0, 228)
  279.  
  280. Knifev3.Name = "Knifev3"
  281. Knifev3.Parent = scriptsframe
  282. Knifev3.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  283. Knifev3.Position = UDim2.new(0, 0, 0.0438596532, 0)
  284. Knifev3.Size = UDim2.new(0, 149, 0, 44)
  285. Knifev3.Selected = true
  286. Knifev3.Font = Enum.Font.Fantasy
  287. Knifev3.Text = "Knife v3"
  288. Knifev3.TextColor3 = Color3.new(1, 1, 1)
  289. Knifev3.TextSize = 20
  290. Knifev3.MouseButton1Down:connect(function()
  291. loadstring(game:HttpGet(('https://pastebin.com/raw/W833RBFr'),true))()
  292. end)
  293.  
  294. LAyout.Name = "LAyout"
  295. LAyout.Parent = scriptsframe
  296. LAyout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  297. LAyout.CellPadding = UDim2.new(0, 30, 0, 30)
  298. LAyout.CellSize = UDim2.new(0, 149, 0, 44)
  299.  
  300. birdwings.Name = "birdwings"
  301. birdwings.Parent = scriptsframe
  302. birdwings.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  303. birdwings.Position = UDim2.new(0, 0, 0.0438596532, 0)
  304. birdwings.Size = UDim2.new(0, 149, 0, 44)
  305. birdwings.Selected = true
  306. birdwings.Font = Enum.Font.Fantasy
  307. birdwings.Text = "Bird Wings"
  308. birdwings.TextColor3 = Color3.new(1, 1, 1)
  309. birdwings.TextSize = 20
  310. birdwings.MouseButton1Down:connect(function()
  311. loadstring(game:HttpGet(('https://pastebin.com/raw/RQ9b8UTv'),true))()
  312. end)
  313.  
  314.  
  315. clockworkarena.Name = "clockworkarena"
  316. clockworkarena.Parent = scriptsframe
  317. clockworkarena.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  318. clockworkarena.Position = UDim2.new(0, 0, 0.0438596532, 0)
  319. clockworkarena.Size = UDim2.new(0, 149, 0, 44)
  320. clockworkarena.Selected = true
  321. clockworkarena.Font = Enum.Font.Fantasy
  322. clockworkarena.Text = "Clockwork Arena"
  323. clockworkarena.TextColor3 = Color3.new(1, 1, 1)
  324. clockworkarena.TextSize = 20
  325. clockworkarena.MouseButton1Down:connect(function()
  326. loadstring(game:HttpGet(('https://pastebin.com/raw/EvnXCXhP'),true))()
  327. end)
  328.  
  329. m4a1.Name = "m4a1"
  330. m4a1.Parent = scriptsframe
  331. m4a1.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  332. m4a1.Position = UDim2.new(0, 0, 0.0438596532, 0)
  333. m4a1.Size = UDim2.new(0, 149, 0, 44)
  334. m4a1.Selected = true
  335. m4a1.Font = Enum.Font.Fantasy
  336. m4a1.Text = "M4A1"
  337. m4a1.TextColor3 = Color3.new(1, 1, 1)
  338. m4a1.TextSize = 20
  339. m4a1.MouseButton1Down:connect(function()
  340. loadstring(game:HttpGet(('https://pastebin.com/raw/eP1zq8tb'),true))()
  341. end)
  342.  
  343. dungun.Name = "dungun"
  344. dungun.Parent = scriptsframe
  345. dungun.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  346. dungun.Position = UDim2.new(0, 0, 0.0438596532, 0)
  347. dungun.Size = UDim2.new(0, 149, 0, 44)
  348. dungun.Selected = true
  349. dungun.Font = Enum.Font.Fantasy
  350. dungun.Text = "DunDunGun"
  351. dungun.TextColor3 = Color3.new(1, 1, 1)
  352. dungun.TextSize = 20
  353. dungun.MouseButton1Down:connect(function()
  354. loadstring(game:HttpGet(('https://pastebin.com/raw/90M7Mi8e'),true))()
  355. end)
  356.  
  357. infiniteyield.Name = "infiniteyield"
  358. infiniteyield.Parent = scriptsframe
  359. infiniteyield.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  360. infiniteyield.Position = UDim2.new(0, 0, 0.0438596532, 0)
  361. infiniteyield.Size = UDim2.new(0, 149, 0, 44)
  362. infiniteyield.Selected = true
  363. infiniteyield.Font = Enum.Font.Fantasy
  364. infiniteyield.Text = "Infinite Yield"
  365. infiniteyield.TextColor3 = Color3.new(1, 1, 1)
  366. infiniteyield.TextSize = 20
  367. infiniteyield.MouseButton1Down:connect(function()
  368. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  369. end)
  370.  
  371. bombvest.Name = "bombvest"
  372. bombvest.Parent = scriptsframe
  373. bombvest.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  374. bombvest.Position = UDim2.new(0, 0, 0.0438596532, 0)
  375. bombvest.Size = UDim2.new(0, 149, 0, 44)
  376. bombvest.Selected = true
  377. bombvest.Font = Enum.Font.Fantasy
  378. bombvest.Text = "Bomb Vest"
  379. bombvest.TextColor3 = Color3.new(1, 1, 1)
  380. bombvest.TextSize = 20
  381. bombvest.MouseButton1Down:connect(function()
  382. loadstring(game:HttpGet(('https://pastebin.com/raw/tG1PPuMd'),true))()
  383. end)
  384.  
  385. musicbars.Name = "musicbars"
  386. musicbars.Parent = scriptsframe
  387. musicbars.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  388. musicbars.Position = UDim2.new(0, 0, 0.0438596532, 0)
  389. musicbars.Size = UDim2.new(0, 149, 0, 44)
  390. musicbars.Selected = true
  391. musicbars.Font = Enum.Font.Fantasy
  392. musicbars.Text = "Music Bars"
  393. musicbars.TextColor3 = Color3.new(1, 1, 1)
  394. musicbars.TextSize = 20
  395. musicbars.MouseButton1Down:connect(function()
  396. loadstring(game:HttpGet(('https://pastebin.com/raw/SvYebC2r'),true))()
  397. end)
  398.  
  399. OmniGod.Name = "OmniGod"
  400. OmniGod.Parent = scriptsframe
  401. OmniGod.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  402. OmniGod.Position = UDim2.new(0, 0, 0.0438596532, 0)
  403. OmniGod.Size = UDim2.new(0, 149, 0, 44)
  404. OmniGod.Selected = true
  405. OmniGod.Font = Enum.Font.Fantasy
  406. OmniGod.Text = "Omni God"
  407. OmniGod.TextColor3 = Color3.new(1, 1, 1)
  408. OmniGod.TextSize = 20
  409. OmniGod.MouseButton1Down:connect(function()
  410. loadstring(game:HttpGet(('https://pastebin.com/raw/87NeeChc'),true))()
  411. end)
  412.  
  413. nightclub.Name = "nightclub"
  414. nightclub.Parent = scriptsframe
  415. nightclub.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  416. nightclub.Position = UDim2.new(0, 0, 0.0438596532, 0)
  417. nightclub.Size = UDim2.new(0, 149, 0, 44)
  418. nightclub.Selected = true
  419. nightclub.Font = Enum.Font.Fantasy
  420. nightclub.Text = "Night Club"
  421. nightclub.TextColor3 = Color3.new(1, 1, 1)
  422. nightclub.TextSize = 20
  423. nightclub.MouseButton1Down:connect(function()
  424. loadstring(game:GetObjects("rbxassetid://1281063730")[1].Source)()
  425. end)
  426.  
  427. paintitan.Name = "paintitan"
  428. paintitan.Parent = scriptsframe
  429. paintitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  430. paintitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  431. paintitan.Size = UDim2.new(0, 149, 0, 44)
  432. paintitan.Selected = true
  433. paintitan.Font = Enum.Font.Fantasy
  434. paintitan.Text = "Pain Titan"
  435. paintitan.TextColor3 = Color3.new(1, 1, 1)
  436. paintitan.TextSize = 20
  437. paintitan.MouseButton1Down:connect(function()
  438. loadstring(game:HttpGet("https://pastebin.com/raw/Hg5L8EtM", true))()
  439. end)
  440.  
  441. reapertitan.Name = "reapertitan"
  442. reapertitan.Parent = scriptsframe
  443. reapertitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  444. reapertitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  445. reapertitan.Size = UDim2.new(0, 149, 0, 44)
  446. reapertitan.Selected = true
  447. reapertitan.Font = Enum.Font.Fantasy
  448. reapertitan.Text = "Reaper Titan"
  449. reapertitan.TextColor3 = Color3.new(1, 1, 1)
  450. reapertitan.TextSize = 20
  451. reapertitan.MouseButton1Down:connect(function()
  452. loadstring(game:HttpGet("https://pastebin.com/raw/B0q3QBg6", true))()
  453. end)
  454.  
  455. fecheck.Name = "fecheck"
  456. fecheck.Parent = scriptsframe
  457. fecheck.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  458. fecheck.Position = UDim2.new(0, 0, 0.0438596532, 0)
  459. fecheck.Size = UDim2.new(0, 149, 0, 44)
  460. fecheck.Selected = true
  461. fecheck.Font = Enum.Font.Fantasy
  462. fecheck.Text = "FE Check"
  463. fecheck.TextColor3 = Color3.new(1, 1, 1)
  464. fecheck.TextSize = 20
  465. fecheck.MouseButton1Down:connect(function()
  466. if game.Workspace.FilteringEnabled == false then
  467. print("Filtering is disabled!")
  468. end
  469. if game.Workspace.FilteringEnabled == true then
  470. print("Filtering is enabled!")
  471. end
  472. end)
  473.  
  474. alterchat.Name = "alterchat"
  475. alterchat.Parent = scriptsframe
  476. alterchat.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  477. alterchat.Position = UDim2.new(0, 0, 0.0438596532, 0)
  478. alterchat.Size = UDim2.new(0, 149, 0, 44)
  479. alterchat.Selected = true
  480. alterchat.Font = Enum.Font.Fantasy
  481. alterchat.Text = "Alter Chat"
  482. alterchat.TextColor3 = Color3.new(1, 1, 1)
  483. alterchat.TextSize = 20
  484. alterchat.MouseButton1Down:connect(function()
  485. loadstring(game:HttpGet("https://pastebin.com/raw/ZSB4pN9R", true))()
  486. end)
  487.  
  488. hoverbike.Name = "hoverbike"
  489. hoverbike.Parent = scriptsframe
  490. hoverbike.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  491. hoverbike.Position = UDim2.new(0, 0, 0.0438596532, 0)
  492. hoverbike.Size = UDim2.new(0, 149, 0, 44)
  493. hoverbike.Selected = true
  494. hoverbike.Font = Enum.Font.Fantasy
  495. hoverbike.Text = "Hover Bike"
  496. hoverbike.TextColor3 = Color3.new(1, 1, 1)
  497. hoverbike.TextSize = 20
  498. hoverbike.MouseButton1Down:connect(function()
  499. loadstring(game:GetObjects("rbxassetid://01268225564")[1].Source)()
  500. end)
  501.  
  502. railguntitan.Name = "railguntitan"
  503. railguntitan.Parent = scriptsframe
  504. railguntitan.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  505. railguntitan.Position = UDim2.new(0, 0, 0.0438596532, 0)
  506. railguntitan.Size = UDim2.new(0, 149, 0, 44)
  507. railguntitan.Selected = true
  508. railguntitan.Font = Enum.Font.Fantasy
  509. railguntitan.Text = "Rail Gun Titan"
  510. railguntitan.TextColor3 = Color3.new(1, 1, 1)
  511. railguntitan.TextSize = 20
  512. railguntitan.MouseButton1Down:connect(function()
  513. loadstring(game:HttpGet("https://pastebin.com/raw/0wFiFdwM", true))()
  514. end)
  515.  
  516. truehero.Name = "true hero"
  517. truehero.Parent = scriptsframe
  518. truehero.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  519. truehero.Position = UDim2.new(0, 0, 0.0438596532, 0)
  520. truehero.Size = UDim2.new(0, 149, 0, 44)
  521. truehero.Selected = true
  522. truehero.Font = Enum.Font.Fantasy
  523. truehero.Text = "True Hero"
  524. truehero.TextColor3 = Color3.new(1, 1, 1)
  525. truehero.TextSize = 20
  526. truehero.MouseButton1Down:connect(function()
  527. loadstring(game:HttpGet("https://pastebin.com/raw/P8AQ2ebJ", true))()
  528. end)
  529.  
  530. celestialwheel.Name = "celestialwheel"
  531. celestialwheel.Parent = scriptsframe
  532. celestialwheel.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  533. celestialwheel.Position = UDim2.new(0, 0, 0.0438596532, 0)
  534. celestialwheel.Size = UDim2.new(0, 149, 0, 44)
  535. celestialwheel.Selected = true
  536. celestialwheel.Font = Enum.Font.Fantasy
  537. celestialwheel.Text = "Celestial Wheel"
  538. celestialwheel.TextColor3 = Color3.new(1, 1, 1)
  539. celestialwheel.TextSize = 20
  540. celestialwheel.MouseButton1Down:connect(function()
  541. loadstring(game:HttpGet("https://pastebin.com/raw/bymTcgzf", true))()
  542. end)
  543.  
  544. creditstab.Name = "creditstab"
  545. creditstab.Parent = RoseHub
  546. creditstab.Active = true
  547. creditstab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  548. creditstab.BackgroundTransparency = 0.34999999403954
  549. creditstab.Draggable = true
  550. creditstab.Position = UDim2.new(0.400921673, 0, 0.212643683, 0)
  551. creditstab.Size = UDim2.new(0, 493, 0, 267)
  552. creditstab.Visible = false
  553.  
  554. cupper.Name = "cupper"
  555. cupper.Parent = creditstab
  556. cupper.Active = true
  557. cupper.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  558. cupper.Size = UDim2.new(0, 493, 0, 40)
  559.  
  560. cname.Name = "cname"
  561. cname.Parent = cupper
  562. cname.BackgroundColor3 = Color3.new(1, 1, 1)
  563. cname.BackgroundTransparency = 1
  564. cname.BorderSizePixel = 1
  565. cname.Size = UDim2.new(0, 493, 0, 41)
  566. cname.Font = Enum.Font.Fantasy
  567. cname.Text = "Credits"
  568. cname.TextColor3 = Color3.new(1, 1, 1)
  569. cname.TextSize = 30
  570.  
  571. creditsrose.Name = "creditsrose"
  572. creditsrose.Parent = cupper
  573. creditsrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  574. creditsrose.BorderSizePixel = 0
  575. creditsrose.Size = UDim2.new(0, 45, 0, 40)
  576. creditsrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  577.  
  578. madeby.Name = "madeby"
  579. madeby.Parent = creditstab
  580. madeby.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  581. madeby.BackgroundTransparency = 1
  582. madeby.Position = UDim2.new(0.398580104, 0, 0.254681617, 0)
  583. madeby.Size = UDim2.new(0, 100, 0, 23)
  584. madeby.Font = Enum.Font.Fantasy
  585. madeby.Text = "Made by Humanoid and Zwolf"
  586. madeby.TextColor3 = Color3.new(1, 1, 1)
  587. madeby.TextSize = 35
  588.  
  589. zwolf.Name = "zwolf"
  590. zwolf.Parent = creditstab
  591. zwolf.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  592. zwolf.BackgroundTransparency = 1
  593. zwolf.Position = UDim2.new(0.594320476, 0, 0.528089881, 0)
  594. zwolf.Size = UDim2.new(0, 200, 0, 50)
  595. zwolf.Font = Enum.Font.Fantasy
  596. zwolf.Text = "Zwolf#3762"
  597. zwolf.TextColor3 = Color3.new(1, 1, 1)
  598. zwolf.TextSize = 25
  599.  
  600. humanoid.Name = "humanoid"
  601. humanoid.Parent = creditstab
  602. humanoid.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  603. humanoid.BackgroundTransparency = 1
  604. humanoid.Position = UDim2.new(-0.00101418979, 0, 0.528089881, 0)
  605. humanoid.Size = UDim2.new(0, 200, 0, 50)
  606. humanoid.Font = Enum.Font.Fantasy
  607. humanoid.Text = "Humanoid#8537"
  608. humanoid.TextColor3 = Color3.new(1, 1, 1)
  609. humanoid.TextSize = 25
  610.  
  611. humanoidcredits.Name = "humanoidcredits"
  612. humanoidcredits.Parent = creditstab
  613. humanoidcredits.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  614. humanoidcredits.BackgroundTransparency = 1
  615. humanoidcredits.Position = UDim2.new(-0.00608519465, 0, 0.340823978, 0)
  616. humanoidcredits.Size = UDim2.new(0, 200, 0, 50)
  617. humanoidcredits.Font = Enum.Font.Fantasy
  618. humanoidcredits.Text = "Idea | UI | Scripting"
  619. humanoidcredits.TextColor3 = Color3.new(1, 1, 1)
  620. humanoidcredits.TextSize = 20
  621.  
  622. zwolfcredits.Name = "zwolfcredits"
  623. zwolfcredits.Parent = creditstab
  624. zwolfcredits.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  625. zwolfcredits.BackgroundTransparency = 1
  626. zwolfcredits.Position = UDim2.new(0.557809293, 0, 0.340823978, 0)
  627. zwolfcredits.Size = UDim2.new(0, 200, 0, 50)
  628. zwolfcredits.Font = Enum.Font.Fantasy
  629. zwolfcredits.Text = "Logo | Buttons | Scripting"
  630. zwolfcredits.TextColor3 = Color3.new(1, 1, 1)
  631. zwolfcredits.TextSize = 20
  632.  
  633. cclose.Name = "cclose"
  634. cclose.Parent = creditstab
  635. cclose.BackgroundColor3 = Color3.new(1, 1, 1)
  636. cclose.BackgroundTransparency = 1
  637. cclose.Position = UDim2.new(0.909135699, 0, 0, 0)
  638. cclose.Size = UDim2.new(0, 45, 0, 35)
  639. cclose.Font = Enum.Font.SourceSans
  640. cclose.Text = "x"
  641. cclose.TextColor3 = Color3.new(1, 1, 1)
  642. cclose.TextSize = 40
  643. cclose.MouseButton1Down:connect(function()
  644. creditstab.Visible = false
  645. main.Visible = true
  646. end)
  647.  
  648. knifev4.Name = "knifev4"
  649. knifev4.Parent = scriptsframe
  650. knifev4.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  651. knifev4.Position = UDim2.new(0, 0, 0.0438596532, 0)
  652. knifev4.Size = UDim2.new(0, 149, 0, 44)
  653. knifev4.Selected = true
  654. knifev4.Font = Enum.Font.Fantasy
  655. knifev4.Text = "Knife v4"
  656. knifev4.TextColor3 = Color3.new(1, 1, 1)
  657. knifev4.TextSize = 20
  658. knifev4.MouseButton1Down:connect(function()
  659. loadstring(game:HttpGet("https://pastebin.com/raw/j0Ns1w1S", true))()
  660. end)
  661.  
  662. ravengerclaws.Name = "ravengerclaws"
  663. ravengerclaws.Parent = scriptsframe
  664. ravengerclaws.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  665. ravengerclaws.Position = UDim2.new(0, 0, 0.0438596532, 0)
  666. ravengerclaws.Size = UDim2.new(0, 149, 0, 44)
  667. ravengerclaws.Selected = true
  668. ravengerclaws.Font = Enum.Font.Fantasy
  669. ravengerclaws.Text = "Ravenger Claws"
  670. ravengerclaws.TextColor3 = Color3.new(1, 1, 1)
  671. ravengerclaws.TextSize = 20
  672. ravengerclaws.MouseButton1Down:connect(function()
  673. loadstring(game:HttpGet("https://pastebin.com/raw/D7GxxvWL", true))()
  674. end)
  675.  
  676. johndoe.Name = "johndoe"
  677. johndoe.Parent = scriptsframe
  678. johndoe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  679. johndoe.Position = UDim2.new(0, 0, 0.0438596532, 0)
  680. johndoe.Size = UDim2.new(0, 149, 0, 44)
  681. johndoe.Selected = true
  682. johndoe.Font = Enum.Font.Fantasy
  683. johndoe.Text = "John Doe"
  684. johndoe.TextColor3 = Color3.new(1, 1, 1)
  685. johndoe.TextSize = 20
  686. johndoe.MouseButton1Down:connect(function()
  687. loadstring(game:HttpGet("https://pastebin.com/raw/m5wHsLhr", true))()
  688. end)
  689.  
  690. guistab.Name = "guistab"
  691. guistab.Parent = RoseHub
  692. guistab.Active = true
  693. guistab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  694. guistab.BackgroundTransparency = 0.34999999403954
  695. guistab.Draggable = true
  696. guistab.Position = UDim2.new(0.373848975, 0, 0.219348669, 0)
  697. guistab.Size = UDim2.new(0, 571, 0, 293)
  698. guistab.Visible = false
  699. guistab.ScrollBarThickness = 11
  700.  
  701. guistop.Name = "guistop"
  702. guistop.Parent = guistab
  703. guistop.Active = true
  704. guistop.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  705. guistop.Selectable = true
  706. guistop.Size = UDim2.new(0, 571, 0, 38)
  707.  
  708. guislabel.Name = "guislabel"
  709. guislabel.Parent = guistop
  710. guislabel.BackgroundColor3 = Color3.new(1, 1, 1)
  711. guislabel.BackgroundTransparency = 1
  712. guislabel.Position = UDim2.new(0.00592575502, 0, 0, 0)
  713. guislabel.Size = UDim2.new(0, 565, 0, 38)
  714. guislabel.Font = Enum.Font.Fantasy
  715. guislabel.Text = "GUIs"
  716. guislabel.TextColor3 = Color3.new(1, 1, 1)
  717. guislabel.TextSize = 30
  718. guislabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  719.  
  720. guisrose.Name = "guisrose"
  721. guisrose.Parent = guistop
  722. guisrose.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  723. guisrose.BorderColor3 = Color3.new(1, 0, 0.498039)
  724. guisrose.BorderSizePixel = 0
  725. guisrose.Position = UDim2.new(0.00327868853, 0, 0, 0)
  726. guisrose.Size = UDim2.new(0, 41, 0, 38)
  727. guisrose.Image = "http://www.roblox.com/asset/?id=1342740333"
  728.  
  729. gclose.Name = "gclose"
  730. gclose.Parent = guistop
  731. gclose.BackgroundColor3 = Color3.new(1, 1, 1)
  732. gclose.BackgroundTransparency = 1
  733. gclose.Position = UDim2.new(0.98073554, -35, -0.0263157897, 5)
  734. gclose.Size = UDim2.new(0, 30, 0, 30)
  735. gclose.Font = Enum.Font.SourceSans
  736. gclose.Text = "X"
  737. gclose.TextColor3 = Color3.new(1, 1, 1)
  738. gclose.TextSize = 40
  739. gclose.MouseButton1Down:connect(function()
  740. guistab.Visible = false
  741. main.Visible = true
  742. end)
  743.  
  744. guisframe.Name = "guisframe"
  745. guisframe.Parent = guistab
  746. guisframe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  747. guisframe.BackgroundTransparency = 1
  748. guisframe.BorderSizePixel = 0
  749. guisframe.Position = UDim2.new(0.0140105076, 0, 0.0341296941, 0)
  750. guisframe.Size = UDim2.new(0, 547, 0, 228)
  751.  
  752. c00lgui.Name = "c00lgui"
  753. c00lgui.Parent = guisframe
  754. c00lgui.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  755. c00lgui.Position = UDim2.new(0, 0, 0.0438596532, 0)
  756. c00lgui.Size = UDim2.new(0, 149, 0, 44)
  757. c00lgui.Selected = true
  758. c00lgui.Font = Enum.Font.Fantasy
  759. c00lgui.Text = "c00lgui"
  760. c00lgui.TextColor3 = Color3.new(1, 1, 1)
  761. c00lgui.TextSize = 20
  762. c00lgui.MouseButton1Down:connect(function()
  763. loadstring(game:GetObjects("rbxassetid://1284042144")[1].Source)()
  764. end)
  765.  
  766. GLAyout.Name = "GLAyout"
  767. GLAyout.Parent = guisframe
  768. GLAyout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  769. GLAyout.CellPadding = UDim2.new(0, 30, 0, 30)
  770. GLAyout.CellSize = UDim2.new(0, 149, 0, 44)
  771.  
  772. Topkek40.Name = "Topkek 4.0"
  773. Topkek40.Parent = guisframe
  774. Topkek40.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  775. Topkek40.Position = UDim2.new(0, 0, 0.0438596532, 0)
  776. Topkek40.Size = UDim2.new(0, 149, 0, 44)
  777. Topkek40.Selected = true
  778. Topkek40.Font = Enum.Font.Fantasy
  779. Topkek40.Text = "Topkek 4.0"
  780. Topkek40.TextColor3 = Color3.new(1, 1, 1)
  781. Topkek40.TextSize = 20
  782. Topkek40.MouseButton1Down:connect(function()
  783. loadstring(game:HttpGet("https://pastebin.com/raw/d0CJRrcg", true))()
  784. end)
  785.  
  786. Topkek30.Name = "Topkek 3.0"
  787. Topkek30.Parent = guisframe
  788. Topkek30.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  789. Topkek30.Position = UDim2.new(0, 0, 0.0438596532, 0)
  790. Topkek30.Size = UDim2.new(0, 149, 0, 44)
  791. Topkek30.Selected = true
  792. Topkek30.Font = Enum.Font.Fantasy
  793. Topkek30.Text = "Topkek 3.0"
  794. Topkek30.TextColor3 = Color3.new(1, 1, 1)
  795. Topkek30.TextSize = 20
  796. Topkek30.MouseButton1Down:connect(function()
  797. loadstring(game:HttpGet("https://pastebin.com/raw/SikGfE9u", true))()
  798. end)
  799.  
  800. roxploit5.Name = "roxploit5"
  801. roxploit5.Parent = guisframe
  802. roxploit5.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  803. roxploit5.Position = UDim2.new(0, 0, 0.0438596532, 0)
  804. roxploit5.Size = UDim2.new(0, 149, 0, 44)
  805. roxploit5.Selected = true
  806. roxploit5.Font = Enum.Font.Fantasy
  807. roxploit5.Text = "Ro-Xploit 5.0"
  808. roxploit5.TextColor3 = Color3.new(1, 1, 1)
  809. roxploit5.TextSize = 20
  810. roxploit5.MouseButton1Down:connect(function()
  811. loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()
  812. end)
  813.  
  814. roxploit6.Name = "roxploit6"
  815. roxploit6.Parent = guisframe
  816. roxploit6.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  817. roxploit6.Position = UDim2.new(0, 0, 0.0438596532, 0)
  818. roxploit6.Size = UDim2.new(0, 149, 0, 44)
  819. roxploit6.Selected = true
  820. roxploit6.Font = Enum.Font.Fantasy
  821. roxploit6.Text = "Ro-Xploit 6.0"
  822. roxploit6.TextColor3 = Color3.new(1, 1, 1)
  823. roxploit6.TextSize = 20
  824. roxploit6.MouseButton1Down:connect(function()
  825. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  826. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement