Advertisement
ByJugator340

shibe hub

Mar 7th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 73.57 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local shibe = Instance.new("ScreenGui")
  7. local LoadingScreen = Instance.new("ImageLabel")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local main = Instance.new("ImageLabel")
  12. local TopBarShadow = Instance.new("ImageLabel")
  13. local Separator = Instance.new("Frame")
  14. local Close = Instance.new("TextButton")
  15. local informationframe = Instance.new("ImageLabel")
  16. local Discord = Instance.new("TextButton")
  17. local TopBarShadow_2 = Instance.new("ImageLabel")
  18. local ImageButton = Instance.new("ImageButton")
  19. local buttons = Instance.new("Frame")
  20. local Home = Instance.new("TextButton")
  21. local Scripts = Instance.new("TextButton")
  22. local Music = Instance.new("TextButton")
  23. local Credits = Instance.new("TextButton")
  24. local cmds = Instance.new("TextButton")
  25. local Settings = Instance.new("TextButton")
  26. local musicmenu = Instance.new("ImageLabel")
  27. local id = Instance.new("TextBox")
  28. local TextBox_Roundify_12px = Instance.new("ImageLabel")
  29. local play = Instance.new("TextButton")
  30. local play_Roundify_12px = Instance.new("ImageLabel")
  31. local volume = Instance.new("TextBox")
  32. local TextBox_Roundify_12px_2 = Instance.new("ImageLabel")
  33. local pitch = Instance.new("TextBox")
  34. local TextBox_Roundify_12px_3 = Instance.new("ImageLabel")
  35. local looped = Instance.new("TextButton")
  36. local play_Roundify_12px_2 = Instance.new("ImageLabel")
  37. local stop = Instance.new("TextButton")
  38. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  39. local currenttab = Instance.new("TextLabel")
  40. local Name = Instance.new("TextLabel")
  41. local Welcome = Instance.new("TextLabel")
  42. local Explanation = Instance.new("TextLabel")
  43. local Credits_2 = Instance.new("ImageLabel")
  44. local TextLabel_3 = Instance.new("TextLabel")
  45. local UIGradient = Instance.new("UIGradient")
  46. local Open = Instance.new("TextButton")
  47. local UIGradient_2 = Instance.new("UIGradient")
  48. local sets = Instance.new("ImageLabel")
  49. local TopBarShadow_3 = Instance.new("ImageLabel")
  50. local TextLabel_4 = Instance.new("TextLabel")
  51. local UIGradient_3 = Instance.new("UIGradient")
  52. local TextButton = Instance.new("TextButton")
  53. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  54. local Scripts_2 = Instance.new("ImageLabel")
  55. local UIGradient_4 = Instance.new("UIGradient")
  56. local TopBarShadow_4 = Instance.new("ImageLabel")
  57. local TextLabel_5 = Instance.new("TextLabel")
  58. local TextLabel_6 = Instance.new("TextLabel")
  59. local Daeva = Instance.new("TextButton")
  60. local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
  61. local F3X = Instance.new("TextButton")
  62. local TextButton_Roundify_12px_4 = Instance.new("ImageLabel")
  63. local CM = Instance.new("TextButton")
  64. local TextButton_Roundify_12px_5 = Instance.new("ImageLabel")
  65. local SD = Instance.new("TextButton")
  66. local TextButton_Roundify_12px_6 = Instance.new("ImageLabel")
  67. local AE = Instance.new("TextButton")
  68. local TextButton_Roundify_12px_7 = Instance.new("ImageLabel")
  69. local Anti = Instance.new("TextButton")
  70. local TextButton_Roundify_12px_8 = Instance.new("ImageLabel")
  71. local celestio = Instance.new("TextButton")
  72. local TextButton_Roundify_12px_9 = Instance.new("ImageLabel")
  73. local chatfilterv2 = Instance.new("TextButton")
  74. local TextButton_Roundify_12px_10 = Instance.new("ImageLabel")
  75. local portal = Instance.new("TextButton")
  76. local TextButton_Roundify_12px_11 = Instance.new("ImageLabel")
  77. local vis = Instance.new("TextButton")
  78. local TextButton_Roundify_12px_12 = Instance.new("ImageLabel")
  79. local umbrella = Instance.new("TextButton")
  80. local TextButton_Roundify_12px_13 = Instance.new("ImageLabel")
  81. local tusktool = Instance.new("TextButton")
  82. local TextButton_Roundify_12px_14 = Instance.new("ImageLabel")
  83. local Booztool = Instance.new("TextButton")
  84. local TextButton_Roundify_12px_15 = Instance.new("ImageLabel")
  85. local TextButton_2 = Instance.new("TextButton")
  86. local TextButton_Roundify_12px_16 = Instance.new("ImageLabel")
  87. local introdone = Instance.new("BoolValue",shibe)
  88. introdone.Name = "introdone"
  89. --Properties:
  90.  
  91. shibe.Name = "shibe"
  92. shibe.Parent = owner.PlayerGui
  93.  
  94. LoadingScreen.Name = "LoadingScreen"
  95. LoadingScreen.Parent = shibe
  96. LoadingScreen.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. LoadingScreen.BackgroundTransparency = 1.000
  98. LoadingScreen.Position = UDim2.new(0.5, -32, 0.5, -30)
  99. LoadingScreen.Size = UDim2.new(0, 64, 0, 60)
  100. LoadingScreen.Visible = false
  101. LoadingScreen.Image = "rbxassetid://3570695787"
  102. LoadingScreen.ImageColor3 = Color3.fromRGB(255, 146, 73)
  103. LoadingScreen.ScaleType = Enum.ScaleType.Slice
  104. LoadingScreen.SliceCenter = Rect.new(100, 100, 100, 100)
  105. LoadingScreen.SliceScale = 0.120
  106.  
  107. ImageLabel.Parent = LoadingScreen
  108. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  109. ImageLabel.BackgroundTransparency = 1.000
  110. ImageLabel.BorderSizePixel = 0
  111. ImageLabel.Position = UDim2.new(0.194527015, 0, 0.0495454408, 0)
  112. ImageLabel.Size = UDim2.new(0, 136, 0, 119)
  113. ImageLabel.Visible = false
  114. ImageLabel.Image = "rbxassetid://1268037271"
  115.  
  116. TextLabel.Parent = LoadingScreen
  117. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. TextLabel.BackgroundTransparency = 1.000
  119. TextLabel.BorderSizePixel = 0
  120. TextLabel.Position = UDim2.new(0.0666048825, 0, 0.691435397, 0)
  121. TextLabel.Size = UDim2.new(0, 194, 0, 44)
  122. TextLabel.Visible = false
  123. TextLabel.Font = Enum.Font.Cartoon
  124. TextLabel.Text = "Team Shibe"
  125. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. TextLabel.TextSize = 50.000
  127.  
  128. TextLabel_2.Parent = LoadingScreen
  129. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. TextLabel_2.BackgroundTransparency = 1.000
  131. TextLabel_2.BorderSizePixel = 0
  132. TextLabel_2.Position = UDim2.new(0.11734122, 0, 0.913349271, 0)
  133. TextLabel_2.Size = UDim2.new(0, 171, 0, 15)
  134. TextLabel_2.Visible = false
  135. TextLabel_2.Font = Enum.Font.Cartoon
  136. TextLabel_2.Text = "Shibe hub v1"
  137. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. TextLabel_2.TextSize = 15.000
  139.  
  140. main.Name = "main"
  141. main.Parent = shibe
  142. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. main.BackgroundTransparency = 1.000
  144. main.Position = UDim2.new(0.5, -32, 0.5, -30)
  145. main.Size = UDim2.new(0, 64, 0, 60)
  146. main.Image = "rbxassetid://3570695787"
  147. main.ImageColor3 = Color3.fromRGB(255, 146, 73)
  148. main.ScaleType = Enum.ScaleType.Slice
  149. main.SliceCenter = Rect.new(100, 100, 100, 100)
  150. main.SliceScale = 0.120
  151.  
  152. TopBarShadow.Name = "TopBarShadow"
  153. TopBarShadow.Parent = main
  154. TopBarShadow.BackgroundTransparency = 1.000
  155. TopBarShadow.Position = UDim2.new(0, 0, 0.111464992, 0)
  156. TopBarShadow.Size = UDim2.new(1, 0, 0, 3)
  157. TopBarShadow.ZIndex = 4
  158. TopBarShadow.Image = "rbxasset://textures/ui/TopBar/dropshadow.png"
  159.  
  160. Separator.Name = "Separator"
  161. Separator.Parent = main
  162. Separator.Active = true
  163. Separator.BackgroundColor3 = Color3.fromRGB(200, 114, 15)
  164. Separator.BorderSizePixel = 0
  165. Separator.Position = UDim2.new(0.518471658, 0, 6.70552254e-08, 0)
  166. Separator.Selectable = true
  167. Separator.Size = UDim2.new(0, 6, 0, 37)
  168.  
  169. Close.Name = "Close"
  170. Close.Parent = main
  171. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. Close.BackgroundTransparency = 1.000
  173. Close.BorderSizePixel = 0
  174. Close.Position = UDim2.new(0.918089271, 0, 0.00636942685, 0)
  175. Close.Size = UDim2.new(0, 36, 0, 31)
  176. Close.Font = Enum.Font.SourceSansBold
  177. Close.Text = "X"
  178. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. Close.TextSize = 44.000
  180.  
  181. informationframe.Name = "informationframe"
  182. informationframe.Parent = main
  183. informationframe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. informationframe.BackgroundTransparency = 1.000
  185. informationframe.Position = UDim2.new(0.533482194, 0, 0.146496817, 0)
  186. informationframe.Size = UDim2.new(0, 200, 0, 262)
  187. informationframe.Image = "rbxassetid://3570695787"
  188. informationframe.ImageColor3 = Color3.fromRGB(179, 102, 51)
  189. informationframe.ScaleType = Enum.ScaleType.Slice
  190. informationframe.SliceCenter = Rect.new(100, 100, 100, 100)
  191. informationframe.SliceScale = 0.120
  192.  
  193. Discord.Name = "Discord"
  194. Discord.Parent = informationframe
  195. Discord.BackgroundColor3 = Color3.fromRGB(255, 146, 73)
  196. Discord.BackgroundTransparency = 0.750
  197. Discord.BorderSizePixel = 0
  198. Discord.Position = UDim2.new(0.0462323017, 0, 0.684290707, 0)
  199. Discord.Size = UDim2.new(0, 183, 0, 47)
  200. Discord.Font = Enum.Font.SourceSansBold
  201. Discord.Text = "Discord Server:\\nhttps://discord.gg/RzdM5Qg"
  202. Discord.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. Discord.TextSize = 14.000
  204.  
  205. TopBarShadow_2.Name = "TopBarShadow"
  206. TopBarShadow_2.Parent = Discord
  207. TopBarShadow_2.BackgroundTransparency = 1.000
  208. TopBarShadow_2.Position = UDim2.new(0, 0, 1, 0)
  209. TopBarShadow_2.Size = UDim2.new(1, 0, 0, 3)
  210. TopBarShadow_2.ZIndex = 4
  211. TopBarShadow_2.Image = "rbxasset://textures/ui/TopBar/dropshadow.png"
  212.  
  213. ImageButton.Parent = main
  214. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. ImageButton.BackgroundTransparency = 1.000
  216. ImageButton.Position = UDim2.new(0.0173750017, 0, 0.0302738771, 0)
  217. ImageButton.Size = UDim2.new(0, 24, 0, 23)
  218. ImageButton.Image = "rbxassetid://708157521"
  219. ImageButton.ScaleType = Enum.ScaleType.Fit
  220.  
  221. buttons.Name = "buttons"
  222. buttons.Parent = main
  223. buttons.BackgroundColor3 = Color3.fromRGB(255, 146, 73)
  224. buttons.BorderSizePixel = 0
  225. buttons.Position = UDim2.new(0.015625, 0, 0.133686602, 0)
  226. buttons.Size = UDim2.new(0, 114, 0, 266)
  227.  
  228. Home.Name = "Home"
  229. Home.Parent = buttons
  230. Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  231. Home.BackgroundTransparency = 1.000
  232. Home.Position = UDim2.new(0, 24, 0, 13)
  233. Home.Size = UDim2.new(0, 62, 0, 13)
  234. Home.Font = Enum.Font.SourceSansBold
  235. Home.Text = "Home"
  236. Home.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. Home.TextSize = 14.000
  238.  
  239. Scripts.Name = "Scripts"
  240. Scripts.Parent = buttons
  241. Scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  242. Scripts.BackgroundTransparency = 1.000
  243. Scripts.Position = UDim2.new(0, 24, 0, 42)
  244. Scripts.Size = UDim2.new(0, 62, 0, 13)
  245. Scripts.Font = Enum.Font.SourceSansBold
  246. Scripts.Text = "Scripts"
  247. Scripts.TextColor3 = Color3.fromRGB(255, 255, 255)
  248. Scripts.TextSize = 14.000
  249.  
  250. Music.Name = "Music"
  251. Music.Parent = buttons
  252. Music.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  253. Music.BackgroundTransparency = 1.000
  254. Music.Position = UDim2.new(0, 24, 0, 69)
  255. Music.Size = UDim2.new(0, 62, 0, 13)
  256. Music.Font = Enum.Font.SourceSansBold
  257. Music.Text = "Music"
  258. Music.TextColor3 = Color3.fromRGB(255, 255, 255)
  259. Music.TextSize = 14.000
  260.  
  261. Credits.Name = "Credits"
  262. Credits.Parent = buttons
  263. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  264. Credits.BackgroundTransparency = 1.000
  265. Credits.Position = UDim2.new(0, 24, 0, 101)
  266. Credits.Size = UDim2.new(0, 62, 0, 13)
  267. Credits.Font = Enum.Font.SourceSansBold
  268. Credits.Text = "Credits"
  269. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  270. Credits.TextSize = 14.000
  271.  
  272. cmds.Name = "cmds"
  273. cmds.Parent = buttons
  274. cmds.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  275. cmds.BackgroundTransparency = 1.000
  276. cmds.Position = UDim2.new(0, 24, 0, 128)
  277. cmds.Size = UDim2.new(0, 62, 0, 13)
  278. cmds.Font = Enum.Font.SourceSansBold
  279. cmds.Text = "Commands"
  280. cmds.TextColor3 = Color3.fromRGB(255, 255, 255)
  281. cmds.TextSize = 14.000
  282.  
  283. Settings.Name = "Settings"
  284. Settings.Parent = buttons
  285. Settings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  286. Settings.BackgroundTransparency = 1.000
  287. Settings.Position = UDim2.new(0, 24, 0, 153)
  288. Settings.Size = UDim2.new(0, 62, 0, 13)
  289. Settings.Font = Enum.Font.SourceSansBold
  290. Settings.Text = "Settings"
  291. Settings.TextColor3 = Color3.fromRGB(255, 255, 255)
  292. Settings.TextSize = 14.000
  293.  
  294. musicmenu.Name = "music menu"
  295. musicmenu.Parent = main
  296. musicmenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. musicmenu.BackgroundTransparency = 1.000
  298. musicmenu.Position = UDim2.new(0.533482194, 0, 0.146496817, 0)
  299. musicmenu.Size = UDim2.new(0, 200, 0, 262)
  300. musicmenu.Visible = false
  301. musicmenu.Image = "rbxassetid://3570695787"
  302. musicmenu.ImageColor3 = Color3.fromRGB(179, 102, 51)
  303. musicmenu.ScaleType = Enum.ScaleType.Slice
  304. musicmenu.SliceCenter = Rect.new(100, 100, 100, 100)
  305. musicmenu.SliceScale = 0.120
  306.  
  307. id.Name = "id"
  308. id.Parent = musicmenu
  309. id.BackgroundColor3 = Color3.fromRGB(93, 48, 9)
  310. id.BackgroundTransparency = 1.000
  311. id.BorderSizePixel = 0
  312. id.Position = UDim2.new(0.069196403, 0, 0.125566825, 0)
  313. id.Size = UDim2.new(0, 172, 0, 27)
  314. id.ZIndex = 2
  315. id.Font = Enum.Font.SourceSans
  316. id.Text = ""
  317. id.TextColor3 = Color3.fromRGB(0, 0, 0)
  318. id.TextSize = 14.000
  319.  
  320. TextBox_Roundify_12px.Name = "TextBox_Roundify_12px"
  321. TextBox_Roundify_12px.Parent = id
  322. TextBox_Roundify_12px.Active = true
  323. TextBox_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  324. TextBox_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  325. TextBox_Roundify_12px.BackgroundTransparency = 1.000
  326. TextBox_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  327. TextBox_Roundify_12px.Selectable = true
  328. TextBox_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  329. TextBox_Roundify_12px.Image = "rbxassetid://3570695787"
  330. TextBox_Roundify_12px.ImageColor3 = Color3.fromRGB(93, 48, 9)
  331. TextBox_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  332. TextBox_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  333. TextBox_Roundify_12px.SliceScale = 0.120
  334.  
  335. play.Name = "play"
  336. play.Parent = musicmenu
  337. play.BackgroundColor3 = Color3.fromRGB(93, 48, 9)
  338. play.BackgroundTransparency = 1.000
  339. play.BorderSizePixel = 0
  340. play.Position = UDim2.new(0.138482049, 0, 0.748310328, 0)
  341. play.Size = UDim2.new(0, 144, 0, 31)
  342. play.ZIndex = 4
  343. play.Font = Enum.Font.SourceSans
  344. play.Text = "Play"
  345. play.TextColor3 = Color3.fromRGB(255, 116, 23)
  346. play.TextSize = 30.000
  347.  
  348. play_Roundify_12px.Name = "play_Roundify_12px"
  349. play_Roundify_12px.Parent = play
  350. play_Roundify_12px.Active = true
  351. play_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  352. play_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  353. play_Roundify_12px.BackgroundTransparency = 1.000
  354. play_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  355. play_Roundify_12px.Selectable = true
  356. play_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  357. play_Roundify_12px.ZIndex = 3
  358. play_Roundify_12px.Image = "rbxassetid://3570695787"
  359. play_Roundify_12px.ImageColor3 = Color3.fromRGB(93, 48, 9)
  360. play_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  361. play_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  362. play_Roundify_12px.SliceScale = 0.120
  363.  
  364. volume.Name = "volume"
  365. volume.Parent = musicmenu
  366. volume.BackgroundColor3 = Color3.fromRGB(93, 48, 9)
  367. volume.BackgroundTransparency = 1.000
  368. volume.BorderSizePixel = 0
  369. volume.Position = UDim2.new(0.0700000003, 0, 0.286259562, 0)
  370. volume.Size = UDim2.new(0, 172, 0, 27)
  371. volume.ZIndex = 2
  372. volume.Font = Enum.Font.SourceSans
  373. volume.Text = ""
  374. volume.TextColor3 = Color3.fromRGB(0, 0, 0)
  375. volume.TextSize = 14.000
  376.  
  377. TextBox_Roundify_12px_2.Name = "TextBox_Roundify_12px"
  378. TextBox_Roundify_12px_2.Parent = volume
  379. TextBox_Roundify_12px_2.Active = true
  380. TextBox_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  381. TextBox_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  382. TextBox_Roundify_12px_2.BackgroundTransparency = 1.000
  383. TextBox_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  384. TextBox_Roundify_12px_2.Selectable = true
  385. TextBox_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  386. TextBox_Roundify_12px_2.Image = "rbxassetid://3570695787"
  387. TextBox_Roundify_12px_2.ImageColor3 = Color3.fromRGB(93, 48, 9)
  388. TextBox_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  389. TextBox_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  390. TextBox_Roundify_12px_2.SliceScale = 0.120
  391.  
  392. pitch.Name = "pitch"
  393. pitch.Parent = musicmenu
  394. pitch.BackgroundColor3 = Color3.fromRGB(93, 48, 9)
  395. pitch.BackgroundTransparency = 1.000
  396. pitch.BorderSizePixel = 0
  397. pitch.Position = UDim2.new(0.0700000003, 0, 0.438931286, 0)
  398. pitch.Size = UDim2.new(0, 172, 0, 27)
  399. pitch.ZIndex = 2
  400. pitch.Font = Enum.Font.SourceSans
  401. pitch.Text = ""
  402. pitch.TextColor3 = Color3.fromRGB(0, 0, 0)
  403. pitch.TextSize = 14.000
  404.  
  405. TextBox_Roundify_12px_3.Name = "TextBox_Roundify_12px"
  406. TextBox_Roundify_12px_3.Parent = pitch
  407. TextBox_Roundify_12px_3.Active = true
  408. TextBox_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  409. TextBox_Roundify_12px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  410. TextBox_Roundify_12px_3.BackgroundTransparency = 1.000
  411. TextBox_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  412. TextBox_Roundify_12px_3.Selectable = true
  413. TextBox_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  414. TextBox_Roundify_12px_3.Image = "rbxassetid://3570695787"
  415. TextBox_Roundify_12px_3.ImageColor3 = Color3.fromRGB(93, 48, 9)
  416. TextBox_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  417. TextBox_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  418. TextBox_Roundify_12px_3.SliceScale = 0.120
  419.  
  420. looped.Name = "looped"
  421. looped.Parent = musicmenu
  422. looped.BackgroundColor3 = Color3.fromRGB(93, 48, 9)
  423. looped.BackgroundTransparency = 1.000
  424. looped.BorderSizePixel = 0
  425. looped.Position = UDim2.new(0.0684820563, 0, 0.610905766, 0)
  426. looped.Size = UDim2.new(0, 111, 0, 21)
  427. looped.ZIndex = 4
  428. looped.Font = Enum.Font.SourceSans
  429. looped.Text = "Looped:  false"
  430. looped.TextColor3 = Color3.fromRGB(255, 116, 23)
  431. looped.TextSize = 20.000
  432.  
  433. play_Roundify_12px_2.Name = "play_Roundify_12px"
  434. play_Roundify_12px_2.Parent = looped
  435. play_Roundify_12px_2.Active = true
  436. play_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  437. play_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  438. play_Roundify_12px_2.BackgroundTransparency = 1.000
  439. play_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  440. play_Roundify_12px_2.Selectable = true
  441. play_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  442. play_Roundify_12px_2.ZIndex = 3
  443. play_Roundify_12px_2.Image = "rbxassetid://3570695787"
  444. play_Roundify_12px_2.ImageColor3 = Color3.fromRGB(93, 48, 9)
  445. play_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  446. play_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  447. play_Roundify_12px_2.SliceScale = 0.120
  448.  
  449. stop.Name = "stop"
  450. stop.Parent = musicmenu
  451. stop.BackgroundColor3 = Color3.fromRGB(93, 48, 9)
  452. stop.BackgroundTransparency = 1.000
  453. stop.BorderSizePixel = 0
  454. stop.Position = UDim2.new(0.659999847, 0, 0.606870234, 0)
  455. stop.Size = UDim2.new(0, 53, 0, 22)
  456. stop.ZIndex = 2
  457. stop.Font = Enum.Font.SourceSans
  458. stop.Text = "Stop"
  459. stop.TextColor3 = Color3.fromRGB(255, 116, 23)
  460. stop.TextSize = 20.000
  461.  
  462. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  463. TextButton_Roundify_12px.Parent = stop
  464. TextButton_Roundify_12px.Active = true
  465. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  466. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  467. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  468. TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  469. TextButton_Roundify_12px.Selectable = true
  470. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  471. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  472. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(93, 48, 9)
  473. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  474. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  475. TextButton_Roundify_12px.SliceScale = 0.120
  476.  
  477. currenttab.Name = "currenttab"
  478. currenttab.Parent = main
  479. currenttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  480. currenttab.BackgroundTransparency = 1.000
  481. currenttab.BorderSizePixel = 0
  482. currenttab.Position = UDim2.new(0.533482134, 0, 0.00318471342, 0)
  483. currenttab.Size = UDim2.new(0, 200, 0, 35)
  484. currenttab.Font = Enum.Font.SourceSans
  485. currenttab.Text = "Home"
  486. currenttab.TextColor3 = Color3.fromRGB(154, 51, 0)
  487. currenttab.TextSize = 40.000
  488.  
  489. Name.Name = "Name"
  490. Name.Parent = main
  491. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  492. Name.BackgroundTransparency = 1.000
  493. Name.BorderSizePixel = 0
  494. Name.Size = UDim2.new(0, 200, 0, 35)
  495. Name.Font = Enum.Font.SourceSans
  496. Name.Text = "Shibe hub"
  497. Name.TextColor3 = Color3.fromRGB(154, 51, 0)
  498. Name.TextSize = 40.000
  499.  
  500. Welcome.Name = "Welcome"
  501. Welcome.Parent = main
  502. Welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  503. Welcome.BackgroundTransparency = 1.000
  504. Welcome.BorderSizePixel = 0
  505. Welcome.Position = UDim2.new(0.582589269, 0, 0.203821659, 0)
  506. Welcome.Size = UDim2.new(0, 157, 0, 26)
  507. Welcome.Visible = false
  508. Welcome.Font = Enum.Font.Highway
  509. Welcome.Text = "Welcome to Shibe hub!"
  510. Welcome.TextColor3 = Color3.fromRGB(255, 146, 12)
  511. Welcome.TextSize = 20.000
  512.  
  513. Explanation.Name = "Explanation"
  514. Explanation.Parent = main
  515. Explanation.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  516. Explanation.BackgroundTransparency = 1.000
  517. Explanation.BorderSizePixel = 0
  518. Explanation.Position = UDim2.new(0.533482134, 0, 0.286624193, 0)
  519. Explanation.Size = UDim2.new(0, 200, 0, 144)
  520. Explanation.Visible = false
  521. Explanation.ZIndex = 4
  522. Explanation.Font = Enum.Font.SourceSans
  523. Explanation.Text = "To get started click the tabs to find what  you're looking for.\\nThe scrolling bar is invisible so to scroll use your scroll wheel.\\n\\nWant scripts or features added?\\n\\nJoin our Discord for Support donations and more!"
  524. Explanation.TextColor3 = Color3.fromRGB(255, 255, 255)
  525. Explanation.TextSize = 14.000
  526. Explanation.TextWrapped = true
  527. Explanation.TextYAlignment = Enum.TextYAlignment.Top
  528.  
  529. Credits_2.Name = "Credits"
  530. Credits_2.Parent = main
  531. Credits_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  532. Credits_2.BackgroundTransparency = 1.000
  533. Credits_2.Position = UDim2.new(0.533482194, 0, 0.146496817, 0)
  534. Credits_2.Size = UDim2.new(0, 200, 0, 262)
  535. Credits_2.Visible = false
  536. Credits_2.Image = "rbxassetid://3570695787"
  537. Credits_2.ImageColor3 = Color3.fromRGB(179, 102, 51)
  538. Credits_2.ScaleType = Enum.ScaleType.Slice
  539. Credits_2.SliceCenter = Rect.new(100, 100, 100, 100)
  540. Credits_2.SliceScale = 0.120
  541.  
  542. TextLabel_3.Parent = Credits_2
  543. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  544. TextLabel_3.BackgroundTransparency = 1.000
  545. TextLabel_3.BorderSizePixel = 0
  546. TextLabel_3.Position = UDim2.new(0.00124999997, 0, 0.0409879908, 0)
  547. TextLabel_3.Size = UDim2.new(0, 200, 0, 215)
  548. TextLabel_3.Font = Enum.Font.SourceSans
  549. TextLabel_3.Text = "ByJugator340 is the creator"
  550. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  551. TextLabel_3.TextScaled = true
  552. TextLabel_3.TextSize = 14.000
  553. TextLabel_3.TextWrapped = true
  554.  
  555. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 252, 164)), ColorSequenceKeypoint.new(0.34, Color3.fromRGB(255, 171, 25)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  556. UIGradient.Rotation = 180
  557. UIGradient.Parent = main
  558.  
  559. Open.Name = "Open"
  560. Open.Parent = shibe
  561. Open.BackgroundColor3 = Color3.fromRGB(255, 146, 73)
  562. Open.Position = UDim2.new(0, 0, 0.5, -25)
  563. Open.Size = UDim2.new(0, 200, 0, 50)
  564. Open.Visible = false
  565. Open.Font = Enum.Font.GothamSemibold
  566. Open.Text = "Open GUI"
  567. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  568. Open.TextSize = 30.000
  569.  
  570. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.22, Color3.fromRGB(255, 146, 73)), ColorSequenceKeypoint.new(0.55, Color3.fromRGB(255, 227, 123)), ColorSequenceKeypoint.new(0.78, Color3.fromRGB(255, 217, 128)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 141, 60))}
  571. UIGradient_2.Parent = Open
  572.  
  573. sets.Name = "sets"
  574. sets.Parent = shibe
  575. sets.BackgroundColor3 = Color3.fromRGB(3237, 3237, 3237)
  576. sets.BackgroundTransparency = 1.000
  577. sets.Position = UDim2.new(0.5, -224, 0.5, -157)
  578. sets.Size = UDim2.new(0, 14, 0, 314)
  579. sets.Visible = false
  580. sets.Image = "rbxassetid://3570695787"
  581. sets.ImageColor3 = Color3.fromRGB(255, 146, 73)
  582. sets.ScaleType = Enum.ScaleType.Slice
  583. sets.SliceCenter = Rect.new(100, 100, 100, 100)
  584. sets.SliceScale = 0.120
  585.  
  586. TopBarShadow_3.Name = "TopBarShadow"
  587. TopBarShadow_3.Parent = sets
  588. TopBarShadow_3.BackgroundTransparency = 1.000
  589. TopBarShadow_3.Position = UDim2.new(0, 0, 0.111464992, 0)
  590. TopBarShadow_3.Size = UDim2.new(1, 0, 0, 3)
  591. TopBarShadow_3.ZIndex = 4
  592. TopBarShadow_3.Image = "rbxasset://textures/ui/TopBar/dropshadow.png"
  593.  
  594. TextLabel_4.Parent = sets
  595. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  596. TextLabel_4.BackgroundTransparency = 1.000
  597. TextLabel_4.Position = UDim2.new(0.276785731, 0, 0.00955414027, 0)
  598. TextLabel_4.Size = UDim2.new(0, 200, 0, 25)
  599. TextLabel_4.Visible = false
  600. TextLabel_4.Font = Enum.Font.GothamSemibold
  601. TextLabel_4.Text = "Settings"
  602. TextLabel_4.TextColor3 = Color3.fromRGB(197, 113, 56)
  603. TextLabel_4.TextSize = 40.000
  604.  
  605. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 252, 164)), ColorSequenceKeypoint.new(0.34, Color3.fromRGB(255, 171, 25)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  606. UIGradient_3.Rotation = 180
  607. UIGradient_3.Parent = sets
  608.  
  609. TextButton.Parent = sets
  610. TextButton.BackgroundColor3 = Color3.fromRGB(171, 98, 49)
  611. TextButton.BackgroundTransparency = 1.000
  612. TextButton.BorderSizePixel = 0
  613. TextButton.Position = UDim2.new(0.0379464254, 0, 0.856687903, 0)
  614. TextButton.Size = UDim2.new(0, 94, 0, 39)
  615. TextButton.Visible = false
  616. TextButton.ZIndex = 2
  617. TextButton.Font = Enum.Font.SourceSans
  618. TextButton.Text = "Back"
  619. TextButton.TextColor3 = Color3.fromRGB(231, 116, 40)
  620. TextButton.TextSize = 35.000
  621.  
  622. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  623. TextButton_Roundify_12px_2.Parent = TextButton
  624. TextButton_Roundify_12px_2.Active = true
  625. TextButton_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  626. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  627. TextButton_Roundify_12px_2.BackgroundTransparency = 1.000
  628. TextButton_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  629. TextButton_Roundify_12px_2.Selectable = true
  630. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  631. TextButton_Roundify_12px_2.Image = "rbxassetid://3570695787"
  632. TextButton_Roundify_12px_2.ImageColor3 = Color3.fromRGB(171, 98, 49)
  633. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  634. TextButton_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  635. TextButton_Roundify_12px_2.SliceScale = 0.120
  636.  
  637. Scripts_2.Name = "Scripts"
  638. Scripts_2.Parent = shibe
  639. Scripts_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  640. Scripts_2.BackgroundTransparency = 1.000
  641. Scripts_2.Position = UDim2.new(0.5, -16, 0, 0)
  642. Scripts_2.Size = UDim2.new(0, 32, 0, 26)
  643. Scripts_2.Visible = false
  644. Scripts_2.Image = "rbxassetid://3570695787"
  645. Scripts_2.ImageColor3 = Color3.fromRGB(255, 146, 73)
  646. Scripts_2.ScaleType = Enum.ScaleType.Slice
  647. Scripts_2.SliceCenter = Rect.new(100, 100, 100, 100)
  648. Scripts_2.SliceScale = 0.120
  649.  
  650. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 252, 164)), ColorSequenceKeypoint.new(0.34, Color3.fromRGB(255, 171, 25)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  651. UIGradient_4.Rotation = 180
  652. UIGradient_4.Parent = Scripts_2
  653.  
  654. TopBarShadow_4.Name = "TopBarShadow"
  655. TopBarShadow_4.Parent = Scripts_2
  656. TopBarShadow_4.BackgroundTransparency = 1.000
  657. TopBarShadow_4.Position = UDim2.new(0, 0, 0.111464992, 0)
  658. TopBarShadow_4.Size = UDim2.new(1, 0, 0, 3)
  659. TopBarShadow_4.ZIndex = 4
  660. TopBarShadow_4.Image = "rbxasset://textures/ui/TopBar/dropshadow.png"
  661.  
  662. TextLabel_5.Parent = Scripts_2
  663. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  664. TextLabel_5.BackgroundTransparency = 1.000
  665. TextLabel_5.BorderSizePixel = 0
  666. TextLabel_5.Position = UDim2.new(0.275803566, 0, -0.00636942685, 0)
  667. TextLabel_5.Size = UDim2.new(0, 208, 0, 37)
  668. TextLabel_5.Font = Enum.Font.GothamBold
  669. TextLabel_5.Text = "Scripts"
  670. TextLabel_5.TextColor3 = Color3.fromRGB(255, 146, 73)
  671. TextLabel_5.TextScaled = true
  672. TextLabel_5.TextSize = 14.000
  673. TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 146, 73)
  674. TextLabel_5.TextWrapped = true
  675.  
  676. TextLabel_6.Parent = Scripts_2
  677. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  678. TextLabel_6.BackgroundTransparency = 0.900
  679. TextLabel_6.BorderSizePixel = 0
  680. TextLabel_6.Position = UDim2.new(0, 0, 0.178343952, 0)
  681. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  682. TextLabel_6.Font = Enum.Font.Arial
  683. TextLabel_6.Text = "DISCLAIMER: all of the scripts listed here are made by me (except F3X tools) expect some to be trash because they're very old just enjoy them"
  684. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  685. TextLabel_6.TextScaled = true
  686. TextLabel_6.TextSize = 20.000
  687. TextLabel_6.TextWrapped = true
  688.  
  689. Daeva.Name = "Daeva"
  690. Daeva.Parent = Scripts_2
  691. Daeva.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  692. Daeva.BackgroundTransparency = 1.000
  693. Daeva.BorderSizePixel = 0
  694. Daeva.Position = UDim2.new(0.0156250112, 0, 0.394904464, 0)
  695. Daeva.Size = UDim2.new(0, 73, 0, 34)
  696. Daeva.ZIndex = 3
  697. Daeva.Font = Enum.Font.GothamBold
  698. Daeva.Text = "Daeva"
  699. Daeva.TextColor3 = Color3.fromRGB(255, 230, 35)
  700. Daeva.TextSize = 20.000
  701.  
  702. TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
  703. TextButton_Roundify_12px_3.Parent = Daeva
  704. TextButton_Roundify_12px_3.Active = true
  705. TextButton_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  706. TextButton_Roundify_12px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  707. TextButton_Roundify_12px_3.BackgroundTransparency = 1.000
  708. TextButton_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  709. TextButton_Roundify_12px_3.Selectable = true
  710. TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  711. TextButton_Roundify_12px_3.ZIndex = 2
  712. TextButton_Roundify_12px_3.Image = "rbxassetid://3570695787"
  713. TextButton_Roundify_12px_3.ImageColor3 = Color3.fromRGB(139, 79, 39)
  714. TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  715. TextButton_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  716. TextButton_Roundify_12px_3.SliceScale = 0.120
  717.  
  718. F3X.Name = "F3X"
  719. F3X.Parent = Scripts_2
  720. F3X.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  721. F3X.BackgroundTransparency = 1.000
  722. F3X.BorderSizePixel = 0
  723. F3X.Position = UDim2.new(0.200892866, 0, 0.394904464, 0)
  724. F3X.Size = UDim2.new(0, 73, 0, 34)
  725. F3X.ZIndex = 3
  726. F3X.Font = Enum.Font.GothamBold
  727. F3X.Text = "F3X"
  728. F3X.TextColor3 = Color3.fromRGB(255, 230, 35)
  729. F3X.TextSize = 20.000
  730.  
  731. TextButton_Roundify_12px_4.Name = "TextButton_Roundify_12px"
  732. TextButton_Roundify_12px_4.Parent = F3X
  733. TextButton_Roundify_12px_4.Active = true
  734. TextButton_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  735. TextButton_Roundify_12px_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  736. TextButton_Roundify_12px_4.BackgroundTransparency = 1.000
  737. TextButton_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  738. TextButton_Roundify_12px_4.Selectable = true
  739. TextButton_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
  740. TextButton_Roundify_12px_4.ZIndex = 2
  741. TextButton_Roundify_12px_4.Image = "rbxassetid://3570695787"
  742. TextButton_Roundify_12px_4.ImageColor3 = Color3.fromRGB(139, 79, 39)
  743. TextButton_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
  744. TextButton_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  745. TextButton_Roundify_12px_4.SliceScale = 0.120
  746.  
  747. CM.Name = "CM"
  748. CM.Parent = Scripts_2
  749. CM.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  750. CM.BackgroundTransparency = 1.000
  751. CM.BorderSizePixel = 0
  752. CM.Position = UDim2.new(0.40625, 0, 0.394904464, 0)
  753. CM.Size = UDim2.new(0, 73, 0, 34)
  754. CM.ZIndex = 3
  755. CM.Font = Enum.Font.GothamBold
  756. CM.Text = "Crystal Mage"
  757. CM.TextColor3 = Color3.fromRGB(255, 230, 35)
  758. CM.TextScaled = true
  759. CM.TextSize = 20.000
  760. CM.TextWrapped = true
  761.  
  762. TextButton_Roundify_12px_5.Name = "TextButton_Roundify_12px"
  763. TextButton_Roundify_12px_5.Parent = CM
  764. TextButton_Roundify_12px_5.Active = true
  765. TextButton_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
  766. TextButton_Roundify_12px_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  767. TextButton_Roundify_12px_5.BackgroundTransparency = 1.000
  768. TextButton_Roundify_12px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  769. TextButton_Roundify_12px_5.Selectable = true
  770. TextButton_Roundify_12px_5.Size = UDim2.new(1, 0, 1, 0)
  771. TextButton_Roundify_12px_5.ZIndex = 2
  772. TextButton_Roundify_12px_5.Image = "rbxassetid://3570695787"
  773. TextButton_Roundify_12px_5.ImageColor3 = Color3.fromRGB(139, 79, 39)
  774. TextButton_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
  775. TextButton_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
  776. TextButton_Roundify_12px_5.SliceScale = 0.120
  777.  
  778. SD.Name = "SD"
  779. SD.Parent = Scripts_2
  780. SD.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  781. SD.BackgroundTransparency = 1.000
  782. SD.BorderSizePixel = 0
  783. SD.Position = UDim2.new(0.618303537, 0, 0.39808917, 0)
  784. SD.Size = UDim2.new(0, 73, 0, 34)
  785. SD.ZIndex = 3
  786. SD.Font = Enum.Font.GothamBold
  787. SD.Text = "Stardust"
  788. SD.TextColor3 = Color3.fromRGB(255, 230, 35)
  789. SD.TextScaled = true
  790. SD.TextSize = 20.000
  791. SD.TextWrapped = true
  792.  
  793. TextButton_Roundify_12px_6.Name = "TextButton_Roundify_12px"
  794. TextButton_Roundify_12px_6.Parent = SD
  795. TextButton_Roundify_12px_6.Active = true
  796. TextButton_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
  797. TextButton_Roundify_12px_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  798. TextButton_Roundify_12px_6.BackgroundTransparency = 1.000
  799. TextButton_Roundify_12px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
  800. TextButton_Roundify_12px_6.Selectable = true
  801. TextButton_Roundify_12px_6.Size = UDim2.new(1, 0, 1, 0)
  802. TextButton_Roundify_12px_6.ZIndex = 2
  803. TextButton_Roundify_12px_6.Image = "rbxassetid://3570695787"
  804. TextButton_Roundify_12px_6.ImageColor3 = Color3.fromRGB(139, 79, 39)
  805. TextButton_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
  806. TextButton_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
  807. TextButton_Roundify_12px_6.SliceScale = 0.120
  808.  
  809. AE.Name = "AE"
  810. AE.Parent = Scripts_2
  811. AE.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  812. AE.BackgroundTransparency = 1.000
  813. AE.BorderSizePixel = 0
  814. AE.Position = UDim2.new(0.821428597, 0, 0.39808917, 0)
  815. AE.Size = UDim2.new(0, 73, 0, 34)
  816. AE.ZIndex = 3
  817. AE.Font = Enum.Font.GothamBold
  818. AE.Text = "Amazon Echo"
  819. AE.TextColor3 = Color3.fromRGB(255, 230, 35)
  820. AE.TextScaled = true
  821. AE.TextSize = 20.000
  822. AE.TextWrapped = true
  823.  
  824. TextButton_Roundify_12px_7.Name = "TextButton_Roundify_12px"
  825. TextButton_Roundify_12px_7.Parent = AE
  826. TextButton_Roundify_12px_7.Active = true
  827. TextButton_Roundify_12px_7.AnchorPoint = Vector2.new(0.5, 0.5)
  828. TextButton_Roundify_12px_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  829. TextButton_Roundify_12px_7.BackgroundTransparency = 1.000
  830. TextButton_Roundify_12px_7.Position = UDim2.new(0.5, 0, 0.5, 0)
  831. TextButton_Roundify_12px_7.Selectable = true
  832. TextButton_Roundify_12px_7.Size = UDim2.new(1, 0, 1, 0)
  833. TextButton_Roundify_12px_7.ZIndex = 2
  834. TextButton_Roundify_12px_7.Image = "rbxassetid://3570695787"
  835. TextButton_Roundify_12px_7.ImageColor3 = Color3.fromRGB(139, 79, 39)
  836. TextButton_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
  837. TextButton_Roundify_12px_7.SliceCenter = Rect.new(100, 100, 100, 100)
  838. TextButton_Roundify_12px_7.SliceScale = 0.120
  839.  
  840. Anti.Name = "Anti"
  841. Anti.Parent = Scripts_2
  842. Anti.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  843. Anti.BackgroundTransparency = 1.000
  844. Anti.BorderSizePixel = 0
  845. Anti.Position = UDim2.new(0.015625, 0, 0.541401267, 0)
  846. Anti.Size = UDim2.new(0, 73, 0, 34)
  847. Anti.ZIndex = 3
  848. Anti.Font = Enum.Font.GothamBold
  849. Anti.Text = "Anti skid GUI"
  850. Anti.TextColor3 = Color3.fromRGB(255, 230, 35)
  851. Anti.TextScaled = true
  852. Anti.TextSize = 20.000
  853. Anti.TextWrapped = true
  854.  
  855. TextButton_Roundify_12px_8.Name = "TextButton_Roundify_12px"
  856. TextButton_Roundify_12px_8.Parent = Anti
  857. TextButton_Roundify_12px_8.Active = true
  858. TextButton_Roundify_12px_8.AnchorPoint = Vector2.new(0.5, 0.5)
  859. TextButton_Roundify_12px_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  860. TextButton_Roundify_12px_8.BackgroundTransparency = 1.000
  861. TextButton_Roundify_12px_8.Position = UDim2.new(0.5, 0, 0.5, 0)
  862. TextButton_Roundify_12px_8.Selectable = true
  863. TextButton_Roundify_12px_8.Size = UDim2.new(1, 0, 1, 0)
  864. TextButton_Roundify_12px_8.ZIndex = 2
  865. TextButton_Roundify_12px_8.Image = "rbxassetid://3570695787"
  866. TextButton_Roundify_12px_8.ImageColor3 = Color3.fromRGB(139, 79, 39)
  867. TextButton_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
  868. TextButton_Roundify_12px_8.SliceCenter = Rect.new(100, 100, 100, 100)
  869. TextButton_Roundify_12px_8.SliceScale = 0.120
  870.  
  871. celestio.Name = "celestio"
  872. celestio.Parent = Scripts_2
  873. celestio.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  874. celestio.BackgroundTransparency = 1.000
  875. celestio.BorderSizePixel = 0
  876. celestio.Position = UDim2.new(0.200892851, 0, 0.541401267, 0)
  877. celestio.Size = UDim2.new(0, 73, 0, 34)
  878. celestio.ZIndex = 3
  879. celestio.Font = Enum.Font.GothamBold
  880. celestio.Text = "Celestio"
  881. celestio.TextColor3 = Color3.fromRGB(255, 230, 35)
  882. celestio.TextSize = 20.000
  883.  
  884. TextButton_Roundify_12px_9.Name = "TextButton_Roundify_12px"
  885. TextButton_Roundify_12px_9.Parent = celestio
  886. TextButton_Roundify_12px_9.Active = true
  887. TextButton_Roundify_12px_9.AnchorPoint = Vector2.new(0.5, 0.5)
  888. TextButton_Roundify_12px_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  889. TextButton_Roundify_12px_9.BackgroundTransparency = 1.000
  890. TextButton_Roundify_12px_9.Position = UDim2.new(0.5, 0, 0.5, 0)
  891. TextButton_Roundify_12px_9.Selectable = true
  892. TextButton_Roundify_12px_9.Size = UDim2.new(1, 0, 1, 0)
  893. TextButton_Roundify_12px_9.ZIndex = 2
  894. TextButton_Roundify_12px_9.Image = "rbxassetid://3570695787"
  895. TextButton_Roundify_12px_9.ImageColor3 = Color3.fromRGB(139, 79, 39)
  896. TextButton_Roundify_12px_9.ScaleType = Enum.ScaleType.Slice
  897. TextButton_Roundify_12px_9.SliceCenter = Rect.new(100, 100, 100, 100)
  898. TextButton_Roundify_12px_9.SliceScale = 0.120
  899.  
  900. chatfilterv2.Name = "chat filter v2"
  901. chatfilterv2.Parent = Scripts_2
  902. chatfilterv2.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  903. chatfilterv2.BackgroundTransparency = 1.000
  904. chatfilterv2.BorderSizePixel = 0
  905. chatfilterv2.Position = UDim2.new(0.40625, 0, 0.541401267, 0)
  906. chatfilterv2.Size = UDim2.new(0, 73, 0, 34)
  907. chatfilterv2.ZIndex = 3
  908. chatfilterv2.Font = Enum.Font.GothamBold
  909. chatfilterv2.Text = "ROBLOX chat filter v2 (edit)"
  910. chatfilterv2.TextColor3 = Color3.fromRGB(255, 230, 35)
  911. chatfilterv2.TextScaled = true
  912. chatfilterv2.TextSize = 20.000
  913. chatfilterv2.TextWrapped = true
  914.  
  915. TextButton_Roundify_12px_10.Name = "TextButton_Roundify_12px"
  916. TextButton_Roundify_12px_10.Parent = chatfilterv2
  917. TextButton_Roundify_12px_10.Active = true
  918. TextButton_Roundify_12px_10.AnchorPoint = Vector2.new(0.5, 0.5)
  919. TextButton_Roundify_12px_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  920. TextButton_Roundify_12px_10.BackgroundTransparency = 1.000
  921. TextButton_Roundify_12px_10.Position = UDim2.new(0.5, 0, 0.5, 0)
  922. TextButton_Roundify_12px_10.Selectable = true
  923. TextButton_Roundify_12px_10.Size = UDim2.new(1, 0, 1, 0)
  924. TextButton_Roundify_12px_10.ZIndex = 2
  925. TextButton_Roundify_12px_10.Image = "rbxassetid://3570695787"
  926. TextButton_Roundify_12px_10.ImageColor3 = Color3.fromRGB(139, 79, 39)
  927. TextButton_Roundify_12px_10.ScaleType = Enum.ScaleType.Slice
  928. TextButton_Roundify_12px_10.SliceCenter = Rect.new(100, 100, 100, 100)
  929. TextButton_Roundify_12px_10.SliceScale = 0.120
  930.  
  931. portal.Name = "portal"
  932. portal.Parent = Scripts_2
  933. portal.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  934. portal.BackgroundTransparency = 1.000
  935. portal.BorderSizePixel = 0
  936. portal.Position = UDim2.new(0.618303537, 0, 0.541401267, 0)
  937. portal.Size = UDim2.new(0, 73, 0, 34)
  938. portal.ZIndex = 3
  939. portal.Font = Enum.Font.GothamBold
  940. portal.Text = "Portal Magician"
  941. portal.TextColor3 = Color3.fromRGB(255, 230, 35)
  942. portal.TextScaled = true
  943. portal.TextSize = 20.000
  944. portal.TextWrapped = true
  945.  
  946. TextButton_Roundify_12px_11.Name = "TextButton_Roundify_12px"
  947. TextButton_Roundify_12px_11.Parent = portal
  948. TextButton_Roundify_12px_11.Active = true
  949. TextButton_Roundify_12px_11.AnchorPoint = Vector2.new(0.5, 0.5)
  950. TextButton_Roundify_12px_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  951. TextButton_Roundify_12px_11.BackgroundTransparency = 1.000
  952. TextButton_Roundify_12px_11.Position = UDim2.new(0.5, 0, 0.5, 0)
  953. TextButton_Roundify_12px_11.Selectable = true
  954. TextButton_Roundify_12px_11.Size = UDim2.new(1, 0, 1, 0)
  955. TextButton_Roundify_12px_11.ZIndex = 2
  956. TextButton_Roundify_12px_11.Image = "rbxassetid://3570695787"
  957. TextButton_Roundify_12px_11.ImageColor3 = Color3.fromRGB(139, 79, 39)
  958. TextButton_Roundify_12px_11.ScaleType = Enum.ScaleType.Slice
  959. TextButton_Roundify_12px_11.SliceCenter = Rect.new(100, 100, 100, 100)
  960. TextButton_Roundify_12px_11.SliceScale = 0.120
  961.  
  962. vis.Name = "vis"
  963. vis.Parent = Scripts_2
  964. vis.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  965. vis.BackgroundTransparency = 1.000
  966. vis.BorderSizePixel = 0
  967. vis.Position = UDim2.new(0.821428537, 0, 0.541401267, 0)
  968. vis.Size = UDim2.new(0, 73, 0, 34)
  969. vis.ZIndex = 3
  970. vis.Font = Enum.Font.GothamBold
  971. vis.Text = "Visualizer"
  972. vis.TextColor3 = Color3.fromRGB(255, 230, 35)
  973. vis.TextScaled = true
  974. vis.TextSize = 20.000
  975. vis.TextWrapped = true
  976.  
  977. TextButton_Roundify_12px_12.Name = "TextButton_Roundify_12px"
  978. TextButton_Roundify_12px_12.Parent = vis
  979. TextButton_Roundify_12px_12.Active = true
  980. TextButton_Roundify_12px_12.AnchorPoint = Vector2.new(0.5, 0.5)
  981. TextButton_Roundify_12px_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  982. TextButton_Roundify_12px_12.BackgroundTransparency = 1.000
  983. TextButton_Roundify_12px_12.Position = UDim2.new(0.5, 0, 0.5, 0)
  984. TextButton_Roundify_12px_12.Selectable = true
  985. TextButton_Roundify_12px_12.Size = UDim2.new(1, 0, 1, 0)
  986. TextButton_Roundify_12px_12.ZIndex = 2
  987. TextButton_Roundify_12px_12.Image = "rbxassetid://3570695787"
  988. TextButton_Roundify_12px_12.ImageColor3 = Color3.fromRGB(139, 79, 39)
  989. TextButton_Roundify_12px_12.ScaleType = Enum.ScaleType.Slice
  990. TextButton_Roundify_12px_12.SliceCenter = Rect.new(100, 100, 100, 100)
  991. TextButton_Roundify_12px_12.SliceScale = 0.120
  992.  
  993. umbrella.Name = "umbrella"
  994. umbrella.Parent = Scripts_2
  995. umbrella.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  996. umbrella.BackgroundTransparency = 1.000
  997. umbrella.BorderSizePixel = 0
  998. umbrella.Position = UDim2.new(0.0156249404, 0, 0.691082835, 0)
  999. umbrella.Size = UDim2.new(0, 73, 0, 34)
  1000. umbrella.ZIndex = 3
  1001. umbrella.Font = Enum.Font.GothamBold
  1002. umbrella.Text = "Umbrella"
  1003. umbrella.TextColor3 = Color3.fromRGB(255, 230, 35)
  1004. umbrella.TextSize = 20.000
  1005.  
  1006. TextButton_Roundify_12px_13.Name = "TextButton_Roundify_12px"
  1007. TextButton_Roundify_12px_13.Parent = umbrella
  1008. TextButton_Roundify_12px_13.Active = true
  1009. TextButton_Roundify_12px_13.AnchorPoint = Vector2.new(0.5, 0.5)
  1010. TextButton_Roundify_12px_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1011. TextButton_Roundify_12px_13.BackgroundTransparency = 1.000
  1012. TextButton_Roundify_12px_13.Position = UDim2.new(0.5, 0, 0.5, 0)
  1013. TextButton_Roundify_12px_13.Selectable = true
  1014. TextButton_Roundify_12px_13.Size = UDim2.new(1, 0, 1, 0)
  1015. TextButton_Roundify_12px_13.ZIndex = 2
  1016. TextButton_Roundify_12px_13.Image = "rbxassetid://3570695787"
  1017. TextButton_Roundify_12px_13.ImageColor3 = Color3.fromRGB(139, 79, 39)
  1018. TextButton_Roundify_12px_13.ScaleType = Enum.ScaleType.Slice
  1019. TextButton_Roundify_12px_13.SliceCenter = Rect.new(100, 100, 100, 100)
  1020. TextButton_Roundify_12px_13.SliceScale = 0.120
  1021.  
  1022. tusktool.Name = "tusk tool"
  1023. tusktool.Parent = Scripts_2
  1024. tusktool.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  1025. tusktool.BackgroundTransparency = 1.000
  1026. tusktool.BorderSizePixel = 0
  1027. tusktool.Position = UDim2.new(0.200892791, 0, 0.691082835, 0)
  1028. tusktool.Size = UDim2.new(0, 73, 0, 34)
  1029. tusktool.ZIndex = 3
  1030. tusktool.Font = Enum.Font.GothamBold
  1031. tusktool.Text = "Tusk tool"
  1032. tusktool.TextColor3 = Color3.fromRGB(255, 230, 35)
  1033. tusktool.TextScaled = true
  1034. tusktool.TextSize = 20.000
  1035. tusktool.TextWrapped = true
  1036.  
  1037. TextButton_Roundify_12px_14.Name = "TextButton_Roundify_12px"
  1038. TextButton_Roundify_12px_14.Parent = tusktool
  1039. TextButton_Roundify_12px_14.Active = true
  1040. TextButton_Roundify_12px_14.AnchorPoint = Vector2.new(0.5, 0.5)
  1041. TextButton_Roundify_12px_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1042. TextButton_Roundify_12px_14.BackgroundTransparency = 1.000
  1043. TextButton_Roundify_12px_14.Position = UDim2.new(0.5, 0, 0.5, 0)
  1044. TextButton_Roundify_12px_14.Selectable = true
  1045. TextButton_Roundify_12px_14.Size = UDim2.new(1, 0, 1, 0)
  1046. TextButton_Roundify_12px_14.ZIndex = 2
  1047. TextButton_Roundify_12px_14.Image = "rbxassetid://3570695787"
  1048. TextButton_Roundify_12px_14.ImageColor3 = Color3.fromRGB(139, 79, 39)
  1049. TextButton_Roundify_12px_14.ScaleType = Enum.ScaleType.Slice
  1050. TextButton_Roundify_12px_14.SliceCenter = Rect.new(100, 100, 100, 100)
  1051. TextButton_Roundify_12px_14.SliceScale = 0.120
  1052.  
  1053. Booztool.Name = "Booz tool"
  1054. Booztool.Parent = Scripts_2
  1055. Booztool.BackgroundColor3 = Color3.fromRGB(139, 79, 39)
  1056. Booztool.BackgroundTransparency = 1.000
  1057. Booztool.BorderSizePixel = 0
  1058. Booztool.Position = UDim2.new(0.40624994, 0, 0.691082835, 0)
  1059. Booztool.Size = UDim2.new(0, 73, 0, 34)
  1060. Booztool.ZIndex = 3
  1061. Booztool.Font = Enum.Font.GothamBold
  1062. Booztool.Text = "Booz tool"
  1063. Booztool.TextColor3 = Color3.fromRGB(255, 230, 35)
  1064. Booztool.TextScaled = true
  1065. Booztool.TextSize = 20.000
  1066. Booztool.TextWrapped = true
  1067.  
  1068. TextButton_Roundify_12px_15.Name = "TextButton_Roundify_12px"
  1069. TextButton_Roundify_12px_15.Parent = Booztool
  1070. TextButton_Roundify_12px_15.Active = true
  1071. TextButton_Roundify_12px_15.AnchorPoint = Vector2.new(0.5, 0.5)
  1072. TextButton_Roundify_12px_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1073. TextButton_Roundify_12px_15.BackgroundTransparency = 1.000
  1074. TextButton_Roundify_12px_15.Position = UDim2.new(0.5, 0, 0.5, 0)
  1075. TextButton_Roundify_12px_15.Selectable = true
  1076. TextButton_Roundify_12px_15.Size = UDim2.new(1, 0, 1, 0)
  1077. TextButton_Roundify_12px_15.ZIndex = 2
  1078. TextButton_Roundify_12px_15.Image = "rbxassetid://3570695787"
  1079. TextButton_Roundify_12px_15.ImageColor3 = Color3.fromRGB(139, 79, 39)
  1080. TextButton_Roundify_12px_15.ScaleType = Enum.ScaleType.Slice
  1081. TextButton_Roundify_12px_15.SliceCenter = Rect.new(100, 100, 100, 100)
  1082. TextButton_Roundify_12px_15.SliceScale = 0.120
  1083.  
  1084. TextButton_2.Parent = Scripts_2
  1085. TextButton_2.BackgroundColor3 = Color3.fromRGB(171, 98, 49)
  1086. TextButton_2.BackgroundTransparency = 1.000
  1087. TextButton_2.BorderSizePixel = 0
  1088. TextButton_2.Position = UDim2.new(0.0379464254, 0, 0.856687903, 0)
  1089. TextButton_2.Size = UDim2.new(0, 94, 0, 39)
  1090. TextButton_2.Visible = false
  1091. TextButton_2.ZIndex = 2
  1092. TextButton_2.Font = Enum.Font.SourceSans
  1093. TextButton_2.Text = "Back"
  1094. TextButton_2.TextColor3 = Color3.fromRGB(231, 116, 40)
  1095. TextButton_2.TextSize = 35.000
  1096.  
  1097. TextButton_Roundify_12px_16.Name = "TextButton_Roundify_12px"
  1098. TextButton_Roundify_12px_16.Parent = TextButton_2
  1099. TextButton_Roundify_12px_16.Active = true
  1100. TextButton_Roundify_12px_16.AnchorPoint = Vector2.new(0.5, 0.5)
  1101. TextButton_Roundify_12px_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1102. TextButton_Roundify_12px_16.BackgroundTransparency = 1.000
  1103. TextButton_Roundify_12px_16.Position = UDim2.new(0.5, 0, 0.5, 0)
  1104. TextButton_Roundify_12px_16.Selectable = true
  1105. TextButton_Roundify_12px_16.Size = UDim2.new(1, 0, 1, 0)
  1106. TextButton_Roundify_12px_16.Image = "rbxassetid://3570695787"
  1107. TextButton_Roundify_12px_16.ImageColor3 = Color3.fromRGB(171, 98, 49)
  1108. TextButton_Roundify_12px_16.ScaleType = Enum.ScaleType.Slice
  1109. TextButton_Roundify_12px_16.SliceCenter = Rect.new(100, 100, 100, 100)
  1110. TextButton_Roundify_12px_16.SliceScale = 0.120
  1111.  
  1112. -- Scripts:
  1113.  
  1114. local function GRCL_fake_script() -- LoadingScreen.Script
  1115.     local script = Instance.new('Script', LoadingScreen)
  1116.  
  1117.     wait(2.5)
  1118.     local plr = owner
  1119.     --local done = false
  1120.     --plr.Chatted:Connect(function(msg) if msg:find("!test") then done = true print("a") end end)
  1121.     --repeat wait() print("waiting") until done == true
  1122.     script.Parent.Position = UDim2.new(0.5, -32,0.5, -30)
  1123.     local framesize = UDim2.new(0, 226,0, 200)
  1124.     local endsize = UDim2.new(0, 64,0, 60)
  1125.     script.Parent.Visible = true
  1126.     local tweens = game:GetService("TweenService")
  1127.     local info = TweenInfo.new(1,Enum.EasingStyle.Bounce,Enum.EasingDirection.Out)
  1128.     local info2 = TweenInfo.new(1,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
  1129.    
  1130.     local tween = tweens:Create(script.Parent,info,{Size = framesize})
  1131.     tween:Play()
  1132.     local a = tweens:Create(script.Parent,info2,{Position = UDim2.new(0.5, -113,0.5, -100)})
  1133.     a:Play()
  1134.     wait(0.6)
  1135.     for i,v in pairs(script.Parent:GetChildren()) do
  1136.         if v.ClassName ~= "Script" then
  1137.             v.Visible = true
  1138.         end
  1139.     end
  1140.     local s = Instance.new("Sound",script.Parent)
  1141.     s.Volume = 2
  1142.     s.SoundId = "rbxassetid://4601957187"
  1143.     s:Play()
  1144.    
  1145.     wait(2)
  1146.     local tween = tweens:Create(script.Parent,info,{Size = endsize})
  1147.     tween:Play()
  1148.    
  1149.     for i,v in pairs(script.Parent:GetChildren()) do
  1150.         if v.ClassName ~= "Script" and v.ClassName ~= "Sound" then
  1151.             v.Visible = false
  1152.         end
  1153.     end
  1154.    
  1155.     local a = tweens:Create(script.Parent,info2,{Position = UDim2.new(0.5, -32,0.5, -30)})
  1156.     a:Play()
  1157.     wait(1)
  1158.     script.Parent.Visible = false
  1159.     wait(1)
  1160.     script.Parent.Parent.introdone.Value = true
  1161. end
  1162. coroutine.wrap(GRCL_fake_script)()
  1163. local function BPBF_fake_script() -- main.control
  1164.     local script = Instance.new('Script', main)
  1165.  
  1166.     local frame = script.Parent
  1167.     local defsize = UDim2.new(0, 448,0, 314)
  1168.     local defpos = UDim2.new(0.5, -224,0.5, -157)
  1169.     for i,v in pairs(frame:GetChildren()) do
  1170.         if v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1171.             v.Visible = false
  1172.         end
  1173.     end
  1174.    
  1175.     repeat wait() frame.Visible = false until frame.Parent.introdone.Value == true
  1176.     print("aaaa")
  1177.     frame.Visible = true
  1178.     local tweens = game:GetService("TweenService")
  1179.     local info = TweenInfo.new(1,Enum.EasingStyle.Bounce,Enum.EasingDirection.Out)
  1180.     local info2 = TweenInfo.new(1,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
  1181.    
  1182.     local tw = tweens:Create(frame,info,{Size = defsize})
  1183.    
  1184.     local tw2 = tweens:Create(frame,info2,{Position = defpos})
  1185.     tw:Play()
  1186.    
  1187.     tw2:Play()
  1188.     wait(1)
  1189.     for i,v in pairs(frame:GetChildren()) do
  1190.         if v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" and v.Name ~= "musicmenu" and v.Name ~= "Credits" and v.Name ~= "Scripts" then
  1191.             v.Visible = true
  1192.         end
  1193.     end
  1194.     function default()
  1195.                 for i,v in pairs(frame:GetChildren()) do
  1196.             if v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1197.                 v.Visible = true
  1198.             end
  1199.         end
  1200.         frame.Visible = true
  1201.         frame["music menu"].Visible = false
  1202.         frame.Credits.Visible = false
  1203.         frame.Scripts.Visible = false
  1204.         frame.Explanation.Visible = true
  1205.         frame.Welcome.Visible = true
  1206.         frame.currenttab.Text = "Home"
  1207.    
  1208.     end
  1209.     function close(showhome)
  1210.         local but = script.Parent
  1211.     local tabs = {}
  1212.     table.insert(tabs,but["music menu"])
  1213.     table.insert(tabs,but.Credits)
  1214.     table.insert(tabs,shibe.Scripts)
  1215.         for i,v in pairs(tabs) do
  1216.             local ogsize = UDim2.new(0, 200,0, 262)
  1217.            
  1218.             v:TweenSizeAndPosition(UDim2.new(0, 9,0, 262),UDim2.new(0.533, 0,0.146, 0),"Out","Quad",1)
  1219.             wait(1)
  1220.                 for _,g in pairs(v:GetChildren()) do
  1221.                 if g.ClassName ~= "LocalScript" and g.ClassName ~= "Script" and g.ClassName ~= "UIGradient" and g.ClassName ~= "ModuleScript" and g.ClassName ~= "RemoteEvent" then
  1222.                     g.Visible = false
  1223.                     v.Visible = false
  1224.                     v.Size = ogsize
  1225.                 elseif v.Size ~= ogsize then
  1226.                     v.Size = ogsize
  1227.                 end
  1228.                 end
  1229.             if showhome == true then
  1230.             for _,c in pairs(v:GetChildren()) do
  1231.                 if c.ClassName ~= "LocalScript" and v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" and v.ClassName ~= "ModuleScript" then
  1232.                     but.informationframe.Visible = true
  1233.                     but.Explanation.Visible = true
  1234.                     but.Welcome.Visible = true
  1235.                     but.currenttab.Text = "Home"
  1236.                 end
  1237.             end
  1238.             end
  1239.         end
  1240.    
  1241.     end
  1242.     frame["music menu"].Visible = false
  1243.     frame.buttons.Music.MouseButton1Down:Connect(function()
  1244.         close(false)
  1245.         frame.informationframe.Visible = false
  1246.         frame.Explanation.Visible = false
  1247.         frame.Welcome.Visible = false
  1248.         frame.currenttab.Text = "Music Menu"
  1249.         frame["music menu"].Visible = true
  1250.         for i,v in pairs(frame["music menu"]:GetChildren()) do
  1251.             if v.ClassName ~= "UIGradient" and v.ClassName ~= "LocalScript" then
  1252.                 v.Visible = true
  1253.             end
  1254.         end
  1255.     end)
  1256.     frame.buttons.Credits.MouseButton1Down:Connect(function()
  1257.         close(false)
  1258.         frame.informationframe.Visible = false
  1259.         frame.Explanation.Visible = false
  1260.         frame.Welcome.Visible = false
  1261.         frame.currenttab.Text = "Credits"
  1262.         frame["Credits"].Visible = true
  1263.         for i,v in pairs(frame["Credits"]:GetChildren()) do
  1264.             if v.ClassName ~= "UIGradient" and v.ClassName ~= "LocalScript" and v.ClassName ~= "Script" and v.ClassName ~= "RemoteEvent" then
  1265.                 v.Visible = true
  1266.             end
  1267.         end
  1268.     end)
  1269.    
  1270.     frame.buttons.Scripts.MouseButton1Down:Connect(function()
  1271.    
  1272.    
  1273.         local size = UDim2.new(0, 32,0, 26)
  1274.         local pos = UDim2.new(0.5, -16,0.5, -13)
  1275.        
  1276.             for i,v in pairs(frame:GetChildren()) do
  1277.             if v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1278.                 v.Visible = false
  1279.             end
  1280.         end
  1281.     frame:TweenSizeAndPosition(size,UDim2.new(0.5, -16,0, 0),"In","Quad",1)
  1282.     wait(1)
  1283.     frame.Visible = false
  1284.         frame.Parent["Scripts"].Visible = true
  1285.         print("tusk fat")
  1286.         frame.Parent.Scripts:TweenSizeAndPosition(UDim2.new(0, 448,0, 314),UDim2.new(0.5, -224,0.5, -157),"Out","Quad",1)
  1287.         wait(1)
  1288.         for i,v in pairs(frame.Parent["Scripts"]:GetChildren()) do
  1289.             if v.ClassName ~= "UIGradient" and v.ClassName ~= "LocalScript" and v.ClassName ~= "Script" and v.ClassName ~= "RemoteEvent" and v.ClassName ~= "ModuleScript" then
  1290.                 v.Visible = true
  1291.             end
  1292.         end
  1293.     end)
  1294.     --{0, 31},{0, 314}
  1295.     --{0.5, -224},{0.5, -157}
  1296.     frame.buttons.Settings.MouseButton1Down:Connect(function()
  1297.         for i,v in pairs(frame:GetChildren()) do
  1298.             if v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1299.                 v.Visible = false
  1300.             end
  1301.         end
  1302.         frame:TweenSize(UDim2.new(0, 31,0, 314),"Out","Quad",1)
  1303.         local a = Instance.new("Sound",frame.Parent)
  1304.         a.SoundId = "rbxassetid://335033987"
  1305.         a.Volume = 1
  1306.         a:Play()
  1307.         a.Ended:Wait()
  1308.         a:Destroy()
  1309.         frame.Visible = false
  1310.         wait(1)
  1311.        
  1312.    
  1313.             local b = Instance.new("Sound",frame.Parent)
  1314.         b.SoundId = "rbxassetid://335033987"
  1315.         b.Volume = 1
  1316.         b.Pitch = 0.8
  1317.         b:Play()
  1318.         b.Ended:Wait()
  1319.         b:Destroy()
  1320.         frame.Parent.sets.Visible = true
  1321.         frame.Parent.sets:TweenSizeAndPosition(defsize,defpos,"Out","Quad",1)
  1322.         for i,v in pairs(frame.Parent.sets:GetChildren()) do
  1323.             if v.ClassName ~= "UIGradient" and v.Name ~= "TopBarShadow" and v.ClassName ~= "LocalScript" then
  1324.                 v.Visible = true
  1325.             end
  1326.         end
  1327.     end)
  1328.     frame.Parent.sets.TextButton.MouseButton1Down:Connect(function()
  1329.             for i,v in pairs(frame.Parent.sets:GetChildren()) do
  1330.             if v.ClassName ~= "UIGradient" and v.Name ~= "TopBarShadow" and v.ClassName ~= "LocalScript" then
  1331.                 v.Visible = false
  1332.             end
  1333.             end
  1334.             frame.Parent.sets:TweenSizeAndPosition(UDim2.new(0, 14,0, 314),UDim2.new(0.5, -224,0.5, -157),"Out","Quad",1)
  1335.            
  1336.                 local b = Instance.new("Sound",frame.Parent)
  1337.         b.SoundId = "rbxassetid://335033987"
  1338.         b.Volume = 1
  1339.         b.Pitch = 0.8
  1340.         b:Play()
  1341.         b.Ended:Wait()
  1342.         b:Destroy()
  1343.     frame.Parent.sets.Visible = false
  1344.     frame.Visible = true
  1345.         frame:TweenSizeAndPosition(defsize,defpos,"Out","Quad",1)
  1346.         wait(1)
  1347.         default()
  1348.     end)
  1349.    
  1350. end
  1351. coroutine.wrap(BPBF_fake_script)()
  1352. local function NUCK_fake_script() -- Close.LocalScript
  1353.     local script = Instance.new('LocalScript', Close)
  1354.  
  1355.     local but = script.Parent
  1356.     local ts = game:GetService("TweenService")
  1357.     local info = TweenInfo.new(0.5,Enum.EasingStyle.Quad,Enum.EasingDirection.In)
  1358.    
  1359.    
  1360.     but.MouseEnter:Connect(function()
  1361.         local a = ts:Create(but,info,{TextColor3 = BrickColor.new("Really red").Color})
  1362.         a:Play()
  1363.     end)
  1364.    
  1365.     but.MouseLeave:Connect(function()
  1366.         local a = ts:Create(but,info,{TextColor3 = Color3.fromRGB(255,255,255)})
  1367.         a:Play()
  1368.     end)
  1369.    
  1370.     but.MouseButton1Down:Connect(function()
  1371.         local a = Instance.new("Sound",but.Parent.Parent)
  1372.         a.SoundId = "rbxassetid://1127797184"
  1373.         a.Volume = 0.5
  1374.         a:Play()
  1375.         a.Ended:Wait()
  1376.         a:Destroy()
  1377.         for i,v in pairs(but.Parent:GetChildren()) do
  1378.             if v.ClassName ~= "UIGradient" and v.ClassName  ~= "Script" then
  1379.                 v.Visible = false
  1380.             end
  1381.         end
  1382.         but.Parent:TweenSizeAndPosition(UDim2.new(0, 12,0, 314),UDim2.new(0.5, -224,0.5, -157),"In","Quad",1)
  1383.         wait(1)
  1384.             but.Parent:TweenSizeAndPosition(UDim2.new(0, 12,0, 27),UDim2.new(0.5, -224,0.839, -157),"Out","Quad",1)
  1385.             wait(1)
  1386.         but.Parent.Visible = false
  1387.         but.Parent.Parent.Open.Visible = true
  1388.     end)
  1389.    
  1390.     but.Parent.Parent.Open.MouseButton1Down:Connect(function()
  1391.         but.Parent.Parent.Open.Visible = false
  1392.         but.Parent.Visible = true
  1393.         but.Parent:TweenSizeAndPosition(UDim2.new(0, 12,0, 314),UDim2.new(0.5, -224,0.5, -157),"Out","Quad",0.5)
  1394.     wait(1)
  1395.     local defsize = UDim2.new(0, 448,0, 314)
  1396.     local defpos = UDim2.new(0.5, -224,0.5, -157)
  1397.     but.Parent:TweenSizeAndPosition(defsize,defpos,"Out","Quad",0.5)
  1398.     wait(1)
  1399.         for i,v in pairs(but.Parent:GetChildren()) do
  1400.             if v.ClassName ~= "UIGradient" and v.ClassName  ~= "Script" and v.Name ~= "music menu" and v.Name ~= "Credits" and v.Name ~= "Scripts" then
  1401.                 v.Visible = true
  1402.             end
  1403.         end
  1404.     end)
  1405.     but.Parent.informationframe.Discord.Visible = true
  1406. end
  1407. coroutine.wrap(NUCK_fake_script)()
  1408. local function MTILVGE_fake_script() -- Home.Script
  1409.     local script = Instance.new('Script', Home)
  1410.  
  1411.     local but = script.Parent
  1412.     local tabs = {}
  1413.     table.insert(tabs,but.Parent.Parent["music menu"])
  1414.     table.insert(tabs,but.Parent.Parent.Credits)
  1415.     but.MouseButton1Down:Connect(function()
  1416.         for i,v in pairs(tabs) do
  1417.             local ogsize = UDim2.new(0, 200,0, 262)
  1418.            
  1419.             v:TweenSizeAndPosition(UDim2.new(0, 9,0, 262),UDim2.new(0.533, 0,0.146, 0),"Out","Quad",1)
  1420.             wait(1)
  1421.                 for _,g in pairs(v:GetChildren()) do
  1422.                 if g.ClassName ~= "LocalScript" and v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1423.                     g.Visible = false
  1424.                     v.Visible = false
  1425.                     v.Size = ogsize
  1426.                         elseif v.Size ~= ogsize then
  1427.                     v.Size = ogsize
  1428.                 end
  1429.                 end
  1430.            
  1431.             for _,c in pairs(v:GetChildren()) do
  1432.                 if c.ClassName ~= "LocalScript" and v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1433.                     but.Parent.Parent.informationframe.Visible = true
  1434.                     but.Parent.Parent.Explanation.Visible = true
  1435.                     but.Parent.Parent.Welcome.Visible = true
  1436.                     but.Parent.Parent.currenttab.Text = "Home"
  1437.                 end
  1438.             end
  1439.         end
  1440.     end)
  1441.    
  1442. end
  1443. coroutine.wrap(MTILVGE_fake_script)()
  1444. local function PCHSJR_fake_script() -- buttons.Script
  1445.     local script = Instance.new('Script', buttons)
  1446.  
  1447.     local buttons = script.Parent
  1448.     local credits = buttons.Credits
  1449.     local home = buttons.Home
  1450.     local scripts = buttons.Scripts
  1451.     local music = buttons.Music
  1452.     local cmds = buttons.cmds
  1453.     local setting = buttons.Settings
  1454.     local ogcolor = Color3.fromRGB(255,255,255)
  1455.     local mousein = false
  1456.     local info  = TweenInfo.new(0.5,Enum.EasingStyle.Quad,Enum.EasingDirection.InOut)
  1457.     function tween(object,prop)
  1458.         local a = game:GetService("TweenService"):Create(object,info,prop)
  1459.         a:Play()
  1460.     end
  1461.     function sound()
  1462.         local so = Instance.new("Sound",buttons.Parent.Parent)
  1463.         so.SoundId = "rbxassetid://146730311"
  1464.         so.Volume = 2
  1465.         so:Play()
  1466.         so.Ended:Wait()
  1467.         so:Destroy()
  1468.     end
  1469.     credits.MouseEnter:Connect(function()
  1470.     sound()
  1471.     mousein = true
  1472.     tween(credits,{TextColor3 = BrickColor.new("Gold").Color})
  1473.     end)
  1474.     credits.MouseLeave:Connect(function()
  1475.         tween(credits,{TextColor3 = ogcolor})
  1476.     mousein = false
  1477.    
  1478.     end)
  1479.    
  1480.     home.MouseEnter:Connect(function()
  1481.         sound()
  1482.         mousein = true
  1483.    
  1484.         tween(home,{TextColor3 = BrickColor.new("Gold").Color})
  1485.    
  1486.     end)
  1487.    
  1488.     home.MouseLeave:Connect(function()
  1489.             tween(home,{TextColor3 = ogcolor})
  1490.     mousein = false
  1491.    
  1492.     end)
  1493.    
  1494.     music.MouseEnter:Connect(function()
  1495.         sound()
  1496.         mousein = true
  1497.    
  1498.         tween(music,{TextColor3 = BrickColor.new("Gold").Color})
  1499.    
  1500.     end)
  1501.    
  1502.     music.MouseLeave:Connect(function()
  1503.         tween(music,{TextColor3 = ogcolor})
  1504.     mousein = false
  1505.    
  1506.     end)
  1507.    
  1508.     scripts.MouseEnter:Connect(function()
  1509.         sound()
  1510.         mousein = true
  1511.    
  1512.         tween(scripts,{TextColor3 = BrickColor.new("Gold").Color})
  1513.    
  1514.     end)
  1515.    
  1516.     scripts.MouseLeave:Connect(function()
  1517.         tween(scripts,{TextColor3 = ogcolor})
  1518.         mousein = false
  1519.    
  1520.     end)
  1521.    
  1522.    
  1523.    
  1524.     cmds.MouseEnter:Connect(function()
  1525.         sound()
  1526.         tween(cmds,{TextColor3 = BrickColor.new("Gold").Color})
  1527.    
  1528.     end)
  1529.    
  1530.     cmds.MouseLeave:Connect(function()
  1531.         tween(cmds,{TextColor3 = ogcolor})
  1532.         mousein = false
  1533.    
  1534.     end)
  1535.    
  1536.     setting.MouseEnter:Connect(function()
  1537.         sound()
  1538.         tween(setting,{TextColor3 = BrickColor.new("Gold").Color})
  1539.    
  1540.     end)
  1541.    
  1542.     setting.MouseLeave:Connect(function()
  1543.             tween(setting,{TextColor3 = ogcolor})
  1544.             mousein = false
  1545.    
  1546.     end)
  1547.    
  1548.     coroutine.resume(coroutine.create(function()
  1549.         while wait() do
  1550.             for i,v in pairs(buttons:GetChildren()) do
  1551.                 if v.ClassName ~= "Script" then
  1552.                 if v.TextColor3 == BrickColor.new("Gold").Color and mousein == false then
  1553.     tween(v,{TextColor3 = ogcolor})
  1554.                 end
  1555.                 end
  1556.             end
  1557.         end
  1558.     end))
  1559. end
  1560. coroutine.wrap(PCHSJR_fake_script)()
  1561. local function ETFF_fake_script() -- musicmenu.LocalScript
  1562.     local script = Instance.new('LocalScript', musicmenu)
  1563.  
  1564.     local frame = script.Parent
  1565.     local id = frame.id
  1566.     local vol = frame.volume
  1567.     local pi = frame.pitch
  1568.     local ide = "rbxassetid://"..id.Text
  1569.     local vola = tonumber(vol.Text)
  1570.     local pia = tonumber(frame.pitch.Text)
  1571.     coroutine.resume(coroutine.create(function()
  1572.         while wait() do
  1573.      ide = "rbxassetid://"..id.Text
  1574.      vola = tonumber(vol.Text)
  1575.      pia = tonumber(frame.pitch.Text)
  1576.     end
  1577.     end))
  1578.     coroutine.resume(coroutine.create(function()
  1579.         while wait() do
  1580.             if frame:FindFirstChildOfClass("Sound") ~= nil then
  1581.      frame.looped.Text = "Looped: "..tostring(frame:FindFirstChildOfClass("Sound").Looped)
  1582.     end
  1583.     end
  1584.     end))
  1585.     frame.play.MouseButton1Down:Connect(function()
  1586.         print(ide.." "..vola.." "..pia)
  1587.         if frame:FindFirstChildOfClass("Sound") == nil then
  1588.            
  1589.         local s = Instance.new("Sound",frame)
  1590.         s.SoundId = ide
  1591.         s.Volume = vola
  1592.         s.Pitch = pia
  1593.         s:Play()
  1594.        
  1595.         elseif frame:FindFirstChildOfClass("Sound") ~= nil then
  1596.             local s = frame:FindFirstChildOfClass("Sound")
  1597.         if ide == s.SoundId then
  1598.         s.Volume = vola
  1599.         s.Pitch = pia
  1600.         elseif ide ~= s.SoundId  then
  1601.        
  1602.             s.SoundId = ide
  1603.            
  1604.         s:Play()
  1605.         end
  1606.         end
  1607.         if frame:FindFirstChildOfClass("Sound").Playing == false then
  1608.             local tpos = frame:FindFirstChildOfClass("Sound").TimePosition
  1609.             wait()
  1610.             print("awa")
  1611.             frame:FindFirstChildOfClass("Sound"):Play()
  1612.             frame:FindFirstChildOfClass("Sound").TimePosition = tpos
  1613.             end
  1614.        
  1615.            
  1616.     end)
  1617.    
  1618.     frame.stop.MouseButton1Down:Connect(function()
  1619.         if frame:FindFirstChildOfClass("Sound") ~= nil then
  1620.             frame:FindFirstChildOfClass("Sound"):Stop()
  1621.             wait(1)
  1622.             frame.stop.Text = "Stopped!"
  1623.             wait(1)
  1624.             frame.stop.Text = "Stop"
  1625.         end
  1626.     end)
  1627.    
  1628.     frame.looped.MouseButton1Down:Connect(function()
  1629.             if frame:FindFirstChildOfClass("Sound").Looped == false then
  1630.                
  1631.             frame:FindFirstChildOfClass("Sound").Looped = true 
  1632.        
  1633.             elseif frame:FindFirstChildOfClass("Sound").Looped == true   then
  1634.            
  1635.                 print("tusk fat")
  1636.                
  1637.     frame:FindFirstChildOfClass("Sound").Looped = false
  1638.    
  1639.     end
  1640.     end)
  1641. end
  1642. coroutine.wrap(ETFF_fake_script)()
  1643. local function WFRYKLZ_fake_script() -- musicmenu.LocalScript
  1644.     local script = Instance.new('LocalScript', musicmenu)
  1645.  
  1646.     local menu = script.Parent
  1647.     local textboxes = {}
  1648.    
  1649.     table.insert(textboxes,menu.id.TextBox_Roundify_12px)
  1650.     table.insert(textboxes,menu.volume.TextBox_Roundify_12px)
  1651.     table.insert(textboxes,menu.pitch.TextBox_Roundify_12px)
  1652.    
  1653.     for i,v in pairs(textboxes) do
  1654.         v.MouseEnter:Connect(function()
  1655.             local info = TweenInfo.new(0.5,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
  1656.             local ts = game:GetService("TweenService")
  1657.             local a = ts:Create(v,info,{ImageColor3 = Color3.fromRGB(189, 164, 22)})
  1658.             a:Play()
  1659.         end)
  1660.         v.MouseLeave:Connect(function()
  1661.             local info = TweenInfo.new(0.5,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
  1662.             local ts = game:GetService("TweenService")
  1663.             local a = ts:Create(v,info,{ImageColor3 = Color3.fromRGB(93, 48, 9)})
  1664.             a:Play()
  1665.         end)
  1666.     end
  1667. end
  1668. coroutine.wrap(WFRYKLZ_fake_script)()
  1669. local function TWPO_fake_script() -- sets.LocalScript
  1670.     local script = Instance.new('LocalScript', sets)
  1671.  
  1672.     local UIS = game:GetService("UserInputService")
  1673.     function dragify(Frame)
  1674.         dragToggle = nil
  1675.         dragSpeed = 0.25
  1676.         dragInput = nil
  1677.         dragStart = nil
  1678.         dragPos = nil
  1679.         function updateInput(input)
  1680.             Delta = input.Position - dragStart
  1681.             Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1682.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1683.         end
  1684.         Frame.InputBegan:Connect(function(input)
  1685.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1686.                 dragToggle = true
  1687.                 dragStart = input.Position
  1688.                 startPos = Frame.Position
  1689.                 input.Changed:Connect(function()
  1690.                     if input.UserInputState == Enum.UserInputState.End then
  1691.                         dragToggle = false
  1692.                     end
  1693.                 end)
  1694.             end
  1695.         end)
  1696.         Frame.InputChanged:Connect(function(input)
  1697.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1698.                 dragInput = input
  1699.             end
  1700.         end)
  1701.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1702.             if input == dragInput and dragToggle then
  1703.                 updateInput(input)
  1704.             end
  1705.         end)
  1706.     end
  1707.     dragify(script.Parent)
  1708. end
  1709. coroutine.wrap(TWPO_fake_script)()
  1710. local function KTHX_fake_script() -- shibe.LocalScript
  1711.     local script = Instance.new('LocalScript', shibe)
  1712.  
  1713.     local UIS = game:GetService("UserInputService")
  1714.     function dragify(Frame)
  1715.         dragToggle = nil
  1716.         dragSpeed = 0.25
  1717.         dragInput = nil
  1718.         dragStart = nil
  1719.         dragPos = nil
  1720.         function updateInput(input)
  1721.             Delta = input.Position - dragStart
  1722.             Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1723.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1724.         end
  1725.         Frame.InputBegan:Connect(function(input)
  1726.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1727.                 dragToggle = true
  1728.                 dragStart = input.Position
  1729.                 startPos = Frame.Position
  1730.                 input.Changed:Connect(function()
  1731.                     if input.UserInputState == Enum.UserInputState.End then
  1732.                         dragToggle = false
  1733.                     end
  1734.                 end)
  1735.             end
  1736.         end)
  1737.         Frame.InputChanged:Connect(function(input)
  1738.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1739.                 dragInput = input
  1740.             end
  1741.         end)
  1742.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1743.             if input == dragInput and dragToggle then
  1744.                 updateInput(input)
  1745.             end
  1746.         end)
  1747.     end
  1748.     dragify(script.Parent.main)
  1749. end
  1750. coroutine.wrap(KTHX_fake_script)()
  1751. local function DVFGNEO_fake_script() -- Scripts_2.LocalScript
  1752.     local script = Instance.new('LocalScript', Scripts_2)
  1753.  
  1754.     local UIS = game:GetService("UserInputService")
  1755.     function dragify(Frame)
  1756.         dragToggle = nil
  1757.         dragSpeed = 0.25
  1758.         dragInput = nil
  1759.         dragStart = nil
  1760.         dragPos = nil
  1761.         function updateInput(input)
  1762.             Delta = input.Position - dragStart
  1763.             Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1764.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1765.         end
  1766.         Frame.InputBegan:Connect(function(input)
  1767.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1768.                 dragToggle = true
  1769.                 dragStart = input.Position
  1770.                 startPos = Frame.Position
  1771.                 input.Changed:Connect(function()
  1772.                     if input.UserInputState == Enum.UserInputState.End then
  1773.                         dragToggle = false
  1774.                     end
  1775.                 end)
  1776.             end
  1777.         end)
  1778.         Frame.InputChanged:Connect(function(input)
  1779.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1780.                 dragInput = input
  1781.             end
  1782.         end)
  1783.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1784.             if input == dragInput and dragToggle then
  1785.                 updateInput(input)
  1786.             end
  1787.         end)
  1788.     end
  1789.     dragify(script.Parent)
  1790. end
  1791. coroutine.wrap(DVFGNEO_fake_script)()
  1792. local function PTQC_fake_script() -- Scripts_2.Script
  1793.     local script = Instance.new('Script', Scripts_2)
  1794.  
  1795.     local frame = script.Parent
  1796.     local plr = owner
  1797.     local dav = frame.Daeva
  1798.     local fx = frame.F3X
  1799.     local cm = frame.CM
  1800.     local sd = frame.SD
  1801.     local ae = frame.AE
  1802.     local cel = frame.celestio
  1803.     local ch = frame["chat filter v2"]
  1804.     local booz = frame["Booz tool"]
  1805.     local port = frame.portal
  1806.     local tusk = frame["tusk tool"]
  1807.     local vis = frame.vis
  1808.     local rain = frame.umbrella
  1809.     local anti = frame.Anti
  1810.    
  1811.     function loadscript(player,skreept)
  1812.         return require(4754533144):load(skreept,player)
  1813.     end
  1814.             dav.MouseButton1Down:Connect(function()
  1815.                 loadscript("Daeva",plr)
  1816.                 print("awa")
  1817.             end)
  1818.                 cm.MouseButton1Down:Connect(function()
  1819.                 loadscript("CrystalMage",plr)
  1820.                 end)
  1821.                     fx.MouseButton1Down:Connect(function()
  1822.                 loadscript("F3X",plr)
  1823.                     end)
  1824.                         booz.MouseButton1Down:Connect(function()
  1825.                 loadscript("booz",plr)
  1826.                         end)
  1827.                     ae.MouseButton1Down:Connect(function()
  1828.                 loadscript("alexa",plr)
  1829.                             end)
  1830.                 anti.MouseButton1Down:Connect(function()
  1831.                 loadscript("antiskidshibe",plr)
  1832.                                 end)
  1833.                 tusk.MouseButton1Down:Connect(function()
  1834.                 loadscript("tusk",plr)
  1835.                                     end)
  1836.                     cel.MouseButton1Down:Connect(function()
  1837.                 loadscript("celestio",plr)
  1838.                                         end)
  1839.                 ch.MouseButton1Down:Connect(function()
  1840.                 loadscript("chatfilterv2",plr)
  1841.                 end)
  1842.                     port.MouseButton1Down:Connect(function()
  1843.                 loadscript("portal",plr)
  1844.                     end)
  1845.                         sd.MouseButton1Down:Connect(function()
  1846.                 loadscript("stardust",plr)
  1847.                         end)
  1848.                             rain.MouseButton1Down:Connect(function()
  1849.                 loadscript("umbrella",plr)
  1850.                             end)
  1851.                     vis.MouseButton1Down:Connect(function()
  1852.                 loadscript("vis",plr)
  1853.                     end)
  1854.                     frame.TextButton.MouseButton1Down:Connect(function()
  1855.                         local size = UDim2.new(0, 32,0, 26)
  1856.         local pos = UDim2.new(0.5, -16,0.5, -13)
  1857.         for i,v in pairs(frame:GetChildren()) do
  1858.             if v.ClassName ~= "Script" and v.ClassName ~= "UIGradient" then
  1859.                 v.Visible = false
  1860.             end
  1861.         end
  1862.     frame:TweenSizeAndPosition(size,UDim2.new(0.5, -16,0, 0),"In","Quad",1)
  1863.     wait(1)
  1864.     frame.Visible = false
  1865.         frame.Parent.main.Visible = true
  1866.         print("tusk fat")
  1867.         frame.Parent.main:TweenSizeAndPosition(UDim2.new(0, 448,0, 314),UDim2.new(0.5, -224,0.5, -157),"Out","Quad",1)
  1868.         wait(1)
  1869.         for i,v in pairs(frame.Parent["main"]:GetChildren()) do
  1870.             if v.ClassName ~= "UIGradient" and v.ClassName ~= "LocalScript" and v.ClassName ~= "Script" and v.ClassName ~= "RemoteEvent" and v.ClassName ~= "ModuleScript" then
  1871.                 v.Visible = true
  1872.             end
  1873.         end
  1874.    
  1875.                     end)
  1876. end
  1877. coroutine.wrap(PTQC_fake_script)()
  1878. local function KSMJU_fake_script() -- Scripts_2.LocalScript
  1879.     local script = Instance.new('LocalScript', Scripts_2)
  1880.  
  1881.     local frame = script.Parent
  1882.     local dav = frame.Daeva
  1883.     local fx = frame.F3X
  1884.     local cm = frame.CM
  1885.     local sd = frame.SD
  1886.     local ae = frame.AE
  1887.     local cel = frame.celestio
  1888.     local ch = frame["chat filter v2"]
  1889.     local booz = frame["Booz tool"]
  1890.     local port = frame.portal
  1891.     local tusk = frame["tusk tool"]
  1892.     local vis = frame.vis
  1893.     local rain = frame.umbrella
  1894.     local anti = frame.Anti
  1895.         local info = TweenInfo.new(0.5,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
  1896.             local ts = game:GetService("TweenService")
  1897.             function tween(instance,prop)
  1898.                 local a = ts:Create(instance,info,prop)
  1899.                 a:Play()
  1900.                 return a
  1901.             end
  1902.             dav.MouseEnter:Connect(function()
  1903.            
  1904.                         tween(dav,{BackgroundColor3 = BrickColor.new("Gold").Color})
  1905.                     end)
  1906.                     dav.MouseLeave:Connect(function()
  1907.                         tween(dav,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1908.                     end)
  1909.                     cm.MouseEnter:Connect(function()
  1910.                    
  1911.                         tween(cm,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1912.                     end)
  1913.                     cm.MouseLeave:Connect(function()
  1914.                        
  1915.                         tween(cm,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1916.                     end)
  1917.                     sd.MouseEnter:Connect(function()
  1918.                    
  1919.                         tween(sd,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1920.                     end)
  1921.                     sd.MouseLeave:Connect(function()
  1922.                         tween(sd,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1923.                     end)
  1924.                     ae.MouseEnter:Connect(function()
  1925.                        
  1926.                         tween(ae,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1927.                     end)
  1928.                     ae.MouseLeave:Connect(function()
  1929.                         tween(ae,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1930.                     end)
  1931.                     cel.MouseEnter:Connect(function()
  1932.                    
  1933.                         tween(cel,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1934.                     end)
  1935.                     cel.MouseLeave:Connect(function()
  1936.                         tween(cel,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1937.                     end)
  1938.                     ch.MouseEnter:Connect(function()
  1939.                        
  1940.                         tween(ch,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1941.                     end)
  1942.                     ch.MouseLeave:Connect(function()
  1943.                         tween(ch,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1944.                     end)
  1945.                     booz.MouseEnter:Connect(function()
  1946.                        
  1947.                         tween(booz,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1948.                     end)
  1949.                     booz.MouseLeave:Connect(function()
  1950.                         tween(booz,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1951.                     end)
  1952.                     port.MouseEnter:Connect(function()
  1953.                        
  1954.                         tween(port,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1955.                     end)
  1956.                     port.MouseLeave:Connect(function()
  1957.                         tween(port,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1958.                     end)
  1959.                     tusk.MouseEnter:Connect(function()
  1960.                        
  1961.                         tween(tusk,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1962.                     end)
  1963.                     tusk.MouseLeave:Connect(function()
  1964.                         tween(tusk,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1965.                     end)
  1966.                     vis.MouseEnter:Connect(function()
  1967.                        
  1968.                         tween(vis,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1969.                     end)
  1970.                     vis.MouseLeave:Connect(function()
  1971.                        
  1972.                         tween(vis,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1973.                     end)
  1974.                     rain.MouseEnter:Connect(function()
  1975.            
  1976.                         tween(rain,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1977.                     end)
  1978.                     rain.MouseLeave:Connect(function()
  1979.                         tween(rain,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1980.                     end)
  1981.                     anti.MouseEnter:Connect(function()
  1982.                         tween(anti,{BackgroundColor3 = Color3.fromRGB(189, 164, 22)})
  1983.                     end)
  1984.                     anti.MouseLeave:Connect(function()
  1985.                    
  1986.                         tween(anti,{BackgroundColor3 = Color3.fromRGB(139, 79, 39)})
  1987.                     end)
  1988. end
  1989. coroutine.wrap(KSMJU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement