Advertisement
Guest User

wut

a guest
Jul 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.03 KB | None | 0 0
  1. --edit by 1x1x1x1x1_nm
  2. local scripttabList = {
  3. {"Infinite Yield", "MjBzRjmT", 1},
  4. {"Knife V3", "W833RBFr", 1},
  5. {"Bird Wings", "RQ9b8UTv", 1},
  6. {"Clockwork Arena", "EvnXCXhP", 1},
  7. {"M4A1", "eP1zq8tb", 1},
  8. {"Dungun", "90M7Mi8e", 1},
  9. {"Bomb Vest", "tG1PPuMd", 1},
  10. {"Music Bars", "SvYebC2r", 1},
  11. {"Omni God", "87NeeChc", 1},
  12. {"Night Club", 1281063730, 2},
  13. {"Pain Titan", "Hg5L8EtM", 1,},
  14. {"Reaper Titan", "B0q3QBg6", 1},
  15. {"Alter Chat", "ZSB4pN9R", 1},
  16. {"Hoverbike", 01268225564, 2},
  17. {"Rail Gun Titan", "0wFiFdwM", 1},
  18. {"True Hero", "P8AQ2ebJ", 1},
  19. {"Celestial Wheel", "bymTcgzf", 1},
  20. {"Knive V4", "j0Ns1w1S", 1},
  21. {"Ravenger Claws", "D7GxxvWL", 1},
  22. {"John Doe", "m5wHsLhr", 1},
  23. {"Messor Titan", "4bSrkLtA", 1},
  24. {"Clown Titan", "L0WLDZvc", 1},
  25. {"Chara", "HrWjgXtb", 1},
  26. {"Town Map", 1345094164, 2},
  27. {"Shedlesky Rage", "2SPz35LS", 1},
  28. {"LunchaThug", "x6GWFC5K", 1},
  29. {"Nazi", "ZCZNxFBD", 1},
  30. {"Psychopath", "DGqk3bqY", 1},
  31. {"Fireworks Wand", "GB29NAPv", 1},
  32. {"Psycho Clown", "UgxKqKwE", 1},
  33. {"Inferno", "qhMGk36S", 1},
  34. {"Police Titan", "UCmufLU8", 1},
  35. {"Galaxy Titan", "nKNdCrKj", 1},
  36. {"Holy Wrench", "cKSh0a8C", 1},
  37. {"Krystal Dance", "j7EqLfbP", 1},
  38. {"Nazi Camp", "KJNk4STm", 1},
  39. {"Pee", "3CYmA0Pz", 1},
  40. {"Jihad", "vSujnuaF", 1},
  41. {"Hermit Purple", "R3C3ajQV", 1},
  42. {"Golden Gun", "2574Sd9E", 1},
  43. {"Goku", "yAXZZF9r", 1},
  44. {"Emoji", "vKPcMKnm", 1},
  45. {"Damn Son", "AMLHT8aJ", 1},
  46. {"Devuzi", "q0mt2peM", 1},
  47. {"Flash", "gGSVVq1H", 1},
  48. {"Teal Scythe", "0TUBSaxt", 1},
  49. {"Demon Demise", "ghMDMW63", 1},
  50. {"Red Sayan", "uC5DBvf9", 1},
  51.  
  52. }
  53.  
  54. local fescripttabList = {
  55. {"Fe God", "KduGECH6", 1},
  56. {"Fe Fly", 1281055032, 2},
  57. {"City Life Grabknife", "ZhwF6H2V", 1},
  58. {"City Life Bomb Vest", "sLHGSBn1", 1},
  59. {"City Life Suicide", "YdKKQ7yT", 1},
  60. {"City Life Explosion", "vy78mqrG", 1},
  61. {"Fe Invisible", 1180480887, 2},
  62. {"Spam", "74GjB7tB", 1},
  63. {"Lag Switch", "58gjTUf5", 1},
  64. {"Jailbreak Farm", "1461971147", 2},
  65. }
  66.  
  67. local guitabList = {
  68. {"c00lgui", "Rz2EFsLU", 1},
  69. {"Topkek 4.0", "d0CJRrcg", 1},
  70. {"Topkek 3.0", "SikGfE9u", 1},
  71. {"Ro-Xploit 4.0", 175137115, 2},
  72. {"Ro-Xploit 5.0", 288646117, 2},
  73. {"Ro-Xploit 6.0", 364364477, 2},
  74. {"Dex 3.0", 492005721, 2},
  75. {"Clown Van", "a5UZuuiT", 1},
  76. {"Hell Elevator Gui", "8NYWpf2T", 1},
  77. {"Chams / Aimlock", "Yi7fzELj", 1},
  78. }
  79.  
  80. local coreGui = game:GetService("CoreGui")
  81.  
  82. --Intro
  83. local Intro = Instance.new("ScreenGui",coreGui)
  84. local a,c = 0,0
  85. local IntroRose = Instance.new("ImageLabel")
  86. IntroRose.Parent = Intro
  87. IntroRose.ZIndex = 2
  88. IntroRose.Size = UDim2.new(0,100,0,100)
  89. IntroRose.BackgroundTransparency = 1
  90. IntroRose.AnchorPoint = Vector2.new(.5,0)
  91. IntroRose.Position = UDim2.new(.5,0,-1,0)
  92. IntroRose.Image = 'rbxassetid://1342740333'
  93. repeat a = a + 1
  94. c = c + .5/6
  95. for x = -1,1,.1 do
  96. local y = x^2
  97. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.3),{Rotation = math.rad(x*50)*30+50}):Play()
  98. IntroRose:TweenPosition(UDim2.new(.5,x*125,c,-y*125),'Out','Sine',nil,true)
  99. wait()
  100. end
  101. c = c + .5/6
  102. for x = 1,-1,-.1 do
  103. local y = x^2
  104. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.3),{Rotation = math.rad(x*95)*30+45}):Play()
  105. IntroRose:TweenPosition(UDim2.new(.5,x*100,c,-y*100),'Out','Sine',nil,true)
  106. wait()
  107. end
  108. until a == 3
  109. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.5),{Rotation = 36000}):Play()
  110. local IntroText = Instance.new("TextLabel")
  111. IntroText.Parent = Intro
  112. IntroText.TextSize = 40
  113. IntroText.Font = Enum.Font.Fantasy
  114. IntroText.Text = 'Rose Hub'
  115. IntroText.Position = UDim2.new(-1,0,.5,0)
  116. IntroText.AnchorPoint = Vector2.new(.5,.5)
  117. IntroText.Size = UDim2.new(0,200,0,50)
  118. IntroText.TextColor3 = Color3.new(1,1,1)
  119. IntroText.BackgroundColor3 = Color3.fromRGB(255,85,127)
  120. IntroText.BackgroundTransparency = .35
  121. IntroText:TweenPosition(UDim2.new(.5,0,.5,-20),'Out','Sine',nil,true)
  122. wait(2)
  123. IntroText:TweenPosition(UDim2.new(.5,0,-.5,-20),'In','Back',1,true)
  124. game:GetService('TweenService'):Create(IntroRose,TweenInfo.new(.3),{ImageTransparency = 1}):Play()
  125. wait(1)
  126. Intro:Destroy()
  127.  
  128. local function makeFrame(Active, BackgroundColor3, BackgroundTransparency, Name, Parent, Position, Size, Draggable, Selectable, AnchorPoint, BorderSizePixel)
  129. local Frame = Instance.new("Frame")
  130. Frame.Active = Active
  131. Frame.BackgroundColor3 = BackgroundColor3
  132. Frame.BackgroundTransparency = BackgroundTransparency
  133. Frame.Name = Name
  134. Frame.Parent = Parent
  135. Frame.Position = Position
  136. Frame.Size = Size
  137. Frame.Draggable = Draggable
  138. Frame.Selectable = Selectable
  139. Frame.AnchorPoint = AnchorPoint
  140. Frame.BorderSizePixel = BorderSizePixel
  141. end
  142.  
  143. local function makeScrollingFrame(BackgroundTransparency, Name, Parent, Position, Size, CanvasSize, ScrollBarThickness) --Canvas size is no longer used so whatever
  144. local ScrollingFrame = Instance.new("ScrollingFrame")
  145. ScrollingFrame.BackgroundTransparency = BackgroundTransparency
  146. ScrollingFrame.Name = Name
  147. ScrollingFrame.Parent = Parent
  148. ScrollingFrame.Position = Position
  149. ScrollingFrame.Size = Size
  150. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  151. ScrollingFrame.ScrollBarThickness = ScrollBarThickness
  152. end
  153.  
  154. local function makeTextLabel(BackgroundColor3, BackgroundTransparency, Name, Parent, Size, Font, Text, TextColor3, TextSize, Position, TextStrokeColor3, TextWrapped)
  155. local TextLabel = Instance.new("TextLabel")
  156. TextLabel.BackgroundColor3 = BackgroundColor3
  157. TextLabel.BackgroundTransparency = BackgroundTransparency
  158. TextLabel.Name = Name
  159. TextLabel.Parent = Parent
  160. TextLabel.Size = Size
  161. TextLabel.Font = Font
  162. TextLabel.Text = Text
  163. TextLabel.TextColor3 = TextColor3
  164. TextLabel.TextSize = TextSize
  165. TextLabel.Position = Position
  166. TextLabel.TextStrokeColor3 = TextStrokeColor3
  167. TextLabel.TextWrapped = TextWrapped
  168. end
  169.  
  170. local function makeTextButton(BackgroundColor3, BackgroundTransparency, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, Selected, func)
  171. local TextButton = Instance.new("TextButton")
  172. TextButton.BackgroundColor3 = BackgroundColor3
  173. TextButton.BackgroundTransparency = BackgroundTransparency
  174. TextButton.Name = Name
  175. TextButton.Parent = Parent
  176. TextButton.Position = Position
  177. TextButton.Size = Size
  178. TextButton.Font = Font
  179. TextButton.Text = Text
  180. TextButton.TextColor3 = TextColor3
  181. TextButton.TextSize = TextSize
  182. TextButton.Selected = Selected
  183. TextButton.MouseButton1Down:connect(func)
  184. end
  185.  
  186. local function makeImageLabel(BackgroundColor3, BorderSizePixel, Name, Parent, Size, Image, BorderColor3, Position)
  187. local ImageLabel = Instance.new("ImageLabel")
  188. ImageLabel.BackgroundColor3 = BackgroundColor3
  189. ImageLabel.BorderSizePixel = BorderSizePixel
  190. ImageLabel.Name = Name
  191. ImageLabel.Parent = Parent
  192. ImageLabel.Size = Size
  193. ImageLabel.Image = Image
  194. ImageLabel.BorderColor3 = BorderColor3
  195. ImageLabel.Position = Position
  196. end
  197.  
  198. function fixScroll(who) --by Royale Ruby: for v4rx members https://discord.gg/jaDjHMn
  199. if not who.Parent:FindFirstChild('ScrollingFrameFixers') then Instance.new("Folder",who.Parent).Name = 'ScrollingFrameFixers' end
  200. local fix = Instance.new("Frame",who.Parent.ScrollingFrameFixers)
  201. fix.Size = UDim2.new(0,who.ScrollBarThickness,who.Size.Y.Scale,who.Size.Y.Offset)
  202. fix.AnchorPoint = who.AnchorPoint
  203. 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)
  204. fix.Transparency = 1
  205. fix.InputBegan:connect(function()
  206. local check = who:GetFullName()
  207. local what = game
  208. who.Active = false
  209. while check:find('%p')do
  210. local name = check:sub(1,check:find'%p'-1)
  211. if name ~= 'game' then
  212. what = what[name]
  213. if what:IsA('GuiObject') and who:IsDescendantOf(what) then
  214. what.Active = false
  215. end
  216. end
  217. check = check:sub(check:find'%p'+1)
  218. end
  219. end)
  220. fix.InputEnded:connect(function()
  221. local check = who:GetFullName()
  222. local what = game
  223. who.Active = true
  224. while check:find('%p')do
  225. local name = check:sub(1,check:find'%p'-1)
  226. if name ~= 'game' then
  227. what = what[name]
  228. if what:IsA('GuiObject') and who:IsDescendantOf(what) then
  229. what.Active = true
  230. end
  231. end
  232. check = check:sub(check:find'%p'+1)
  233. end
  234. end)
  235. end
  236.  
  237. --Make Screen
  238. screenGui = Instance.new("ScreenGui")
  239. screenGui.Parent = coreGui
  240. screenGui.Name = "RoseHubClone"
  241.  
  242. makeFrame(true, Color3.fromRGB(255, 84, 126), 0.35, "open", screenGui, UDim2.new(-0.5, 0, 0.5, 0), UDim2.new(0, 195, 0, 61), true, false, Vector2.new(0, 0), 1)
  243.  
  244. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "openbutton", screenGui.open, UDim2.new(-0.026, 0, 0, 0), UDim2.new(0, 200, 0, 61), Enum.Font.Fantasy, "OPEN", Color3.fromRGB(255, 255, 255), 32, false, function()
  245. screenGui.main:TweenPosition(UDim2.new(0.5,-screenGui.main.Size.X.Offset/2,0.5,-screenGui.main.Size.Y.Offset/2), "Out", "Quad", 0.6)
  246. screenGui.open:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  247. end)
  248.  
  249. screenGui.open:TweenPosition(UDim2.new(0, 0, 0.5, 0),'Out','Quad',0.6)
  250.  
  251. makeFrame(true, Color3.fromRGB(255, 84, 126), 0.35, "main", screenGui, UDim2.new(-2, -154, 0.5, -180), UDim2.new(0, 309, 0, 360), true, false, Vector2.new(0, 0), 1)
  252.  
  253. makeFrame(true, Color3.fromRGB(255, 84, 126), 0, "upper", screenGui.main, UDim2.new(0, 0, 0, 0), UDim2.new(0, 309, 0, 41), false, false, Vector2.new(0, 0), 1)
  254.  
  255. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "name", screenGui.main.upper, UDim2.new(0, 309, 0, 41), Enum.Font.Fantasy, "Rose Hub v1.1.3", Color3.fromRGB(255, 255, 255), 30, UDim2.new(0, 0, 0, 0), Color3.fromRGB(0, 0, 0), false)
  256.  
  257. makeImageLabel(Color3.fromRGB(255, 84, 126), 0, "mainrose", screenGui.main.upper, UDim2.new(0, 45, 0, 41), "http://www.roblox.com/asset/?id=1342740333", Color3.fromRGB(27, 42, 53), UDim2.new(0, 0, 0, 0))
  258.  
  259. makeTextButton(Color3.fromRGB(255, 0, 126), 0.35, "scripts", screenGui.main, UDim2.new(0.175, 0, 0.192, 0), UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Scripts", Color3.fromRGB(255, 255, 255), 32, false, function()
  260. screenGui.scripttab:TweenPosition(UDim2.new(0.5,-screenGui.scripttab.Size.X.Offset/2,0.5,-screenGui.scripttab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  261. screenGui.main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  262. end)
  263.  
  264. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "close", screenGui.main, UDim2.new(0.854, 0, 0, 0), UDim2.new(0, 45, 0, 35), Enum.Font.SourceSans, "x", Color3.fromRGB(255, 255, 255), 48, false, function()
  265. screenGui.main:TweenPosition(UDim2.new(-2,-screenGui.main.Size.X.Offset/2,0.5,-screenGui.main.Size.Y.Offset/2), "Out", "Quad", 0.6)
  266. screenGui.open:TweenPosition(UDim2.new(0,0,0.531,0), "Out", "Quad", 0.6)
  267. end)
  268.  
  269. makeTextButton(Color3.fromRGB(255, 0, 126), 0.35, "fescripts", screenGui.main, UDim2.new(0.176, 0, 0.378, 0), UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "FE Scripts", Color3.fromRGB(255, 255, 255), 30, false, function()
  270. screenGui.fescripttab:TweenPosition(UDim2.new(0.5,-screenGui.fescripttab.Size.X.Offset/2,0.5,-screenGui.fescripttab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  271. screenGui.main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  272. end)
  273.  
  274. makeTextButton(Color3.fromRGB(255, 0, 126), 0.35, "guis", screenGui.main, UDim2.new(0.176, 0, 0.564, 0), UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "GUIs", Color3.fromRGB(255, 255, 255), 30, false, function()
  275. screenGui.guitab:TweenPosition(UDim2.new(0.5,-screenGui.guitab.Size.X.Offset/2,0.5,-screenGui.guitab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  276. screenGui.main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  277. end)
  278.  
  279. makeTextButton(Color3.fromRGB(255, 0, 126), 0.35, "credits", screenGui.main, UDim2.new(0.176, 0, 0.764, 0), UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Credits", Color3.fromRGB(255, 255, 255), 32, false, function()
  280. screenGui.creditstab:TweenPosition(UDim2.new(0.5,-screenGui.creditstab.Size.X.Offset/2,0.5,-screenGui.creditstab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  281. screenGui.main:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  282. end)
  283.  
  284. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "motd", screenGui.main, UDim2.new(0, 200, 0, 23), Enum.Font.Fantasy, "MOTD: Am ok", Color3.fromRGB(255, 255, 255), 15, UDim2.new(0.178, 0, 0.936, 0), Color3.fromRGB(0, 0, 0), false)
  285.  
  286. makeFrame(true, Color3.fromRGB(255, 84, 126), 0.35, "scripttab", screenGui, UDim2.new(-2, -154, 0.5, -180), UDim2.new(0, 571, 0, 293), true, false, Vector2.new(0, 0), 1)
  287.  
  288. makeScrollingFrame(1, "scriptstab", screenGui.scripttab, UDim2.new(0, 0, 0, 38), UDim2.new(1, 0, 1, -38), UDim2.new(0, 0, 2.5, 0), 11)
  289.  
  290. makeFrame(true, Color3.fromRGB(255, 84, 126), 0, "scriptstop", screenGui.scripttab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 571, 0, 38), false, true, Vector2.new(0, 0), 1)
  291.  
  292. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "scriptslabel", screenGui.scripttab.scriptstop, UDim2.new(0, 565, 0, 38), Enum.Font.Fantasy, "Scripts", Color3.fromRGB(255, 255, 255), 30, UDim2.new(0.006, 0, 0, 0), Color3.fromRGB(255, 255, 255), false)
  293.  
  294. makeImageLabel(Color3.fromRGB(255, 84, 126), 0, "scriptsrose", screenGui.scripttab.scriptstop, UDim2.new(0, 41, 0, 38), "http://www.roblox.com/asset/?id=1342740333", Color3.fromRGB(255, 0, 126), UDim2.new(0.003, 0, 0, 0))
  295.  
  296. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "sclose", screenGui.scripttab.scriptstop, UDim2.new(0.981, -35, -0.026, 5), UDim2.new(0, 30, 0, 30), Enum.Font.SourceSans, "X", Color3.fromRGB(255, 255, 255), 48, false, function()
  297. screenGui.scripttab:TweenPosition(UDim2.new(-2,-screenGui.scripttab.Size.X.Offset/2,0.5,-screenGui.scripttab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  298. screenGui.main:TweenPosition(UDim2.new(0.5,-screenGui.main.Size.X.Offset/2,0.5,-screenGui.main.Size.Y.Offset/2), "Out", "Quad", 0.6)
  299. end)
  300.  
  301. makeFrame(true, Color3.fromRGB(255, 84, 126), 0.35, "creditstab", screenGui, UDim2.new(-2, -154, 0.5, -180), UDim2.new(0, 493, 0, 267), true, false, Vector2.new(0, 0), 1)
  302.  
  303. makeFrame(true, Color3.fromRGB(255, 84, 126), 0, "cupper", screenGui.creditstab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 493, 0, 40), false, false, Vector2.new(0, 0), 1)
  304.  
  305. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "cname", screenGui.creditstab.cupper, UDim2.new(0, 493, 0, 41), Enum.Font.Fantasy, "Credits", Color3.fromRGB(255, 255, 255), 30, UDim2.new(0, 0, 0, 0), Color3.fromRGB(0, 0, 0), false)
  306.  
  307. makeImageLabel(Color3.fromRGB(255, 84, 126), 0, "creditsrose", screenGui.creditstab.cupper, UDim2.new(0, 45, 0, 40), "http://www.roblox.com/asset/?id=1342740333", Color3.fromRGB(27, 42, 53), UDim2.new(0, 0, 0, 0))
  308.  
  309. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "madeby", screenGui.creditstab, UDim2.new(0, 100, 0, 23), Enum.Font.Fantasy, "Made by Humanoid and Zwolf", Color3.fromRGB(255, 255, 255), 35, UDim2.new(0.398, 0, 0.208, 0), Color3.fromRGB(0, 0, 0), false)
  310.  
  311. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "zwolf", screenGui.creditstab, UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Zwolf#3762", Color3.fromRGB(207, 207, 207), 25, UDim2.new(0.558, 0, 0.461, 0), Color3.fromRGB(0, 0, 0), false)
  312.  
  313. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "humanoid", screenGui.creditstab, UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Humanoid#0001", Color3.fromRGB(207, 207, 207), 25, UDim2.new(-0.001, 0, 0.461, 0), Color3.fromRGB(0, 0, 0), false)
  314.  
  315. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "humanoidcredits", screenGui.creditstab, UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Idea | UI | Scripting | Tweening", Color3.fromRGB(255, 255, 255), 20, UDim2.new(0, 0, 0.326, 0), Color3.fromRGB(0, 0, 0), true)
  316.  
  317. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "zwolfcredits", screenGui.creditstab, UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Logo | Buttons | Scripting", Color3.fromRGB(255, 255, 255), 20, UDim2.new(0.558, 0, 0.326, 0), Color3.fromRGB(0, 0, 0), false)
  318.  
  319. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "cclose", screenGui.creditstab, UDim2.new(0.909, 0, 0, 0), UDim2.new(0, 45, 0, 35), Enum.Font.SourceSans, "x", Color3.fromRGB(255, 255, 255), 40, false, function()
  320. screenGui.creditstab:TweenPosition(UDim2.new(-2,-screenGui.creditstab.Size.X.Offset/2,0.5,-screenGui.creditstab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  321. screenGui.main:TweenPosition(UDim2.new(0.5,-screenGui.main.Size.X.Offset/2,0.5,-screenGui.main.Size.Y.Offset/2), "Out", "Quad", 0.6)
  322. end)
  323.  
  324. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "ctahmid", screenGui.creditstab, UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "ctahmid#5491", Color3.fromRGB(207, 207, 207), 25, UDim2.new(0.298, 0, 0.723, 0), Color3.fromRGB(0, 0, 0), false)
  325.  
  326. makeTextLabel(Color3.fromRGB(255, 84, 126), 1, "ctahmidcredits", screenGui.creditstab, UDim2.new(0, 200, 0, 50), Enum.Font.Fantasy, "Tweening", Color3.fromRGB(255, 255, 255), 20, UDim2.new(0.298, 0, 0.624, 0), Color3.fromRGB(0, 0, 0), false)
  327.  
  328. makeFrame(true, Color3.fromRGB(255, 84, 126), 0.35, "guitab", screenGui, UDim2.new(-2, -154, 0.5, -180), UDim2.new(0, 571, 0, 293), true, false, Vector2.new(0, 0), 1)
  329.  
  330. makeScrollingFrame(1, "guistab", screenGui.guitab, UDim2.new(0, 0, 0, 28), UDim2.new(1, 0, 1, -28), UDim2.new(0, 0, 2, 0), 11)
  331.  
  332. makeFrame(true, Color3.fromRGB(255, 84, 126), 0, "guistop", screenGui.guitab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 571, 0, 38), false, true, Vector2.new(0, 0), 1)
  333.  
  334. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "guislabel", screenGui.guitab.guistop, UDim2.new(0, 565, 0, 38), Enum.Font.Fantasy, "GUIs", Color3.fromRGB(255, 255, 255), 30, UDim2.new(0.006, 0, 0, 0), Color3.fromRGB(255, 255, 255), false)
  335.  
  336. makeImageLabel(Color3.fromRGB(255, 84, 126), 0, "guisrose", screenGui.guitab.guistop, UDim2.new(0, 41, 0, 38), "http://www.roblox.com/asset/?id=1342740333", Color3.fromRGB(255, 0, 126), UDim2.new(0.003, 0, 0, 0))
  337.  
  338. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "gclose", screenGui.guitab.guistop, UDim2.new(0.981, -35, -0.0263, 5), UDim2.new(0, 30, 0, 30), Enum.Font.SourceSans, "X", Color3.fromRGB(255, 255, 255), 40, false, function()
  339. screenGui.guitab:TweenPosition(UDim2.new(-2,-screenGui.guitab.Size.X.Offset/2,0.5,-screenGui.guitab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  340. screenGui.main:TweenPosition(UDim2.new(0.5,-screenGui.main.Size.X.Offset/2,0.5,-screenGui.main.Size.Y.Offset/2), "Out", "Quad", 0.6)
  341. end)
  342.  
  343. makeFrame(true, Color3.fromRGB(255, 84, 126), 0.35, "fescripttab", screenGui, UDim2.new(-2, -154, 0.5, -180), UDim2.new(0, 571, 0, 293), true, false, Vector2.new(0, 0), 1)
  344.  
  345. makeScrollingFrame(1, "fescriptstab", screenGui.fescripttab, UDim2.new(0, 0, 0, 38), UDim2.new(1, 0, 1, -38), UDim2.new(0, 0, 2.5, 0), 11)
  346.  
  347. makeFrame(true, Color3.fromRGB(255, 84, 126), 0, "fescriptstop", screenGui.fescripttab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 571, 0, 38), false, true, Vector2.new(0, 0), 1)
  348.  
  349. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "fescriptslabel", screenGui.fescripttab.fescriptstop, UDim2.new(0, 565, 0, 38), Enum.Font.Fantasy, "FE Scripts", Color3.fromRGB(255, 255, 255), 30, UDim2.new(0.006, 0, 0, 0), Color3.fromRGB(255, 255, 255), false)
  350.  
  351. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "fclose", screenGui.fescripttab.fescriptstop, UDim2.new(0.981, -35, -0.026, 5), UDim2.new(0, 30, 0, 30), Enum.Font.SourceSans, "X", Color3.fromRGB(255, 255, 255), 48, false, function()
  352. screenGui.fescripttab:TweenPosition(UDim2.new(-2,-screenGui.fescripttab.Size.X.Offset/2,0.5,-screenGui.fescripttab.Size.Y.Offset/2), "Out", "Quad", 0.6)
  353. screenGui.main:TweenPosition(UDim2.new(0.5,-screenGui.main.Size.X.Offset/2,0.5,-screenGui.main.Size.Y.Offset/2), "Out", "Quad", 0.6)
  354. end)
  355.  
  356. makeImageLabel(Color3.fromRGB(255, 84, 126), 0, "fescriptsrose", screenGui.fescripttab.fescriptstop, UDim2.new(0, 41, 0, 38), "http://www.roblox.com/asset/?id=1342740333", Color3.fromRGB(255, 0, 126), UDim2.new(0.003, 0, 0, 0))
  357.  
  358. local sortedScripts = {}
  359. local sortedFeScripts = {}
  360. local sortedGuis = {}
  361.  
  362. local function sort(list, sortedList)
  363. local toSort = {}
  364. for i,v in pairs(list) do
  365. table.insert(toSort, v[1])
  366. end
  367.  
  368. table.sort(toSort)
  369.  
  370. for i,name in pairs(toSort) do
  371. for i,actualTable in pairs(list) do
  372. if name == actualTable[1] then
  373. table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]})
  374. end
  375. end
  376. end
  377. end
  378.  
  379. sort(scripttabList, sortedScripts)
  380. sort(fescripttabList, sortedFeScripts)
  381. sort(guitabList, sortedGuis)
  382.  
  383. local function makeMoarButtons(list, parent)
  384. local xPos = 30
  385. local yPos = 30
  386. local ran = 0
  387. for i,button in pairs(list) do
  388. makeTextButton(Color3.fromRGB(255, 84, 126), 0, button[1], parent, UDim2.new(0, xPos, 0, yPos), UDim2.new(0, 150, 0, 44), Enum.Font.Fantasy, button[1], Color3.fromRGB(255, 255, 255), 20, true, function()
  389. if button[3] == 1 then
  390. loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))()
  391. elseif button[3] == 2 then
  392. loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)()
  393. end
  394. end)
  395. ran = ran + 1
  396. xPos = xPos + 180
  397. if ran == 3 then
  398. ran = 0
  399. xPos = 30
  400. yPos = yPos + 74
  401. end
  402. end
  403. if ran > 0 then
  404. yPos = yPos + 74
  405. end
  406. parent.CanvasSize = UDim2.new(1, 0, 0, yPos)
  407. end
  408.  
  409. makeMoarButtons(sortedScripts, screenGui.scripttab.scriptstab)
  410. makeMoarButtons(sortedFeScripts, screenGui.fescripttab.fescriptstab)
  411. makeMoarButtons(sortedGuis, screenGui.guitab.guistab)
  412.  
  413. fixScroll(screenGui.scripttab.scriptstab)
  414. fixScroll(screenGui.fescripttab.fescriptstab)
  415. fixScroll(screenGui.guitab.guistab)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement