Advertisement
Reversal00

Untitled

Nov 19th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.29 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RevolutionGUI = Instance.new("ScreenGui")
  4. local OpenButton = Instance.new("TextButton")
  5. local CreditsLabel = Instance.new("TextLabel")
  6. local Menu = Instance.new("Frame")
  7. local MenuLabel = Instance.new("TextLabel")
  8. local CloseButton = Instance.new("TextButton")
  9. local FunButton = Instance.new("TextButton")
  10. local ScriptButton = Instance.new("TextButton")
  11. local FunTab = Instance.new("Frame")
  12. local Credit2Label = Instance.new("TextLabel")
  13. local FunLabel = Instance.new("TextLabel")
  14. local BombBest = Instance.new("TextButton")
  15. local AnnoyingButton = Instance.new("TextButton")
  16. local ClownButton = Instance.new("TextButton")
  17. local DuckButton = Instance.new("TextButton")
  18. local AllahuButton = Instance.new("TextButton")
  19. local DogeButton = Instance.new("TextButton")
  20. local EpicoDancerButton = Instance.new("TextButton")
  21. local InnapropiateButton = Instance.new("TextButton")
  22. local EvilButton = Instance.new("TextButton")
  23. local TextButton = Instance.new("TextButton")
  24. local FunClose = Instance.new("TextButton")
  25. local SantaMorphButton = Instance.new("TextButton")
  26. local ScriptTab = Instance.new("Frame")
  27. local CreditsLabel_2 = Instance.new("TextLabel")
  28. local ScriptLabel = Instance.new("TextLabel")
  29. local ScriptClose = Instance.new("TextButton")
  30. local CyberButton = Instance.new("TextButton")
  31. local LightButton = Instance.new("TextButton")
  32. local BlackButton = Instance.new("TextButton")
  33. local IceButton = Instance.new("TextButton")
  34. local MagicalButton = Instance.new("TextButton")
  35. local SquidButton = Instance.new("TextButton")
  36. local SantaButton = Instance.new("TextButton")
  37.  
  38. -- Properties
  39.  
  40. RevolutionGUI.Name = "RevolutionGUI"
  41. RevolutionGUI.Parent = game.CoreGui
  42.  
  43. OpenButton.Name = "OpenButton"
  44. OpenButton.Parent = RevolutionGUI
  45. OpenButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  46. OpenButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  47. OpenButton.BorderSizePixel = 3
  48. OpenButton.Draggable = true
  49. OpenButton.Position = UDim2.new(0.0202943124, 0, 0.751523077, 0)
  50. OpenButton.Size = UDim2.new(0, 200, 0, 50)
  51. OpenButton.Font = Enum.Font.SourceSansLight
  52. OpenButton.FontSize = Enum.FontSize.Size14
  53. OpenButton.Text = "OPEN/CLOSE"
  54. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  55. OpenButton.TextScaled = true
  56. OpenButton.TextSize = 14
  57. OpenButton.TextWrapped = true
  58. OpenButton.Visible = true
  59. OpenButton.MouseButton1Down:connect(function()
  60. Menu.Visible = true
  61. end)
  62. CreditsLabel.Name = "CreditsLabel"
  63. CreditsLabel.Parent = OpenButton
  64. CreditsLabel.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  65. CreditsLabel.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  66. CreditsLabel.BorderSizePixel = 3
  67. CreditsLabel.Position = UDim2.new(0, 0, 1, 0)
  68. CreditsLabel.Size = UDim2.new(0, 200, 0, 51)
  69. CreditsLabel.Font = Enum.Font.SourceSansLight
  70. CreditsLabel.FontSize = Enum.FontSize.Size14
  71. CreditsLabel.Text = "Made by Reversal and BigBullet"
  72. CreditsLabel.TextColor3 = Color3.new(1, 1, 1)
  73. CreditsLabel.TextScaled = true
  74. CreditsLabel.TextSize = 14
  75. CreditsLabel.TextWrapped = true
  76.  
  77. Menu.Name = "Menu"
  78. Menu.Parent = RevolutionGUI
  79. Menu.Active = true
  80. Menu.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  81. Menu.BorderColor3 = Color3.new(0.654902, 0, 0.00784314)
  82. Menu.BorderSizePixel = 3
  83. Menu.Draggable = true
  84. Menu.Position = UDim2.new(0.0200137775, 0, 0.223360106, 0)
  85. Menu.Size = UDim2.new(0, 200, 0, 247)
  86.  
  87. MenuLabel.Name = "MenuLabel"
  88. MenuLabel.Parent = Menu
  89. MenuLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  90. MenuLabel.BackgroundTransparency = 1
  91. MenuLabel.Position = UDim2.new(-0.00499999523, 0, 0.0795152336, 0)
  92. MenuLabel.Size = UDim2.new(0, 193, 0, 30)
  93. MenuLabel.Font = Enum.Font.SourceSansLight
  94. MenuLabel.FontSize = Enum.FontSize.Size14
  95. MenuLabel.Text = "Revolution"
  96. MenuLabel.TextColor3 = Color3.new(0.654902, 0, 0.00784314)
  97. MenuLabel.TextScaled = true
  98. MenuLabel.TextSize = 14
  99. MenuLabel.TextWrapped = true
  100.  
  101. CloseButton.Name = "CloseButton"
  102. CloseButton.Parent = Menu
  103. CloseButton.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  104. CloseButton.BorderColor3 = Color3.new(0.654902, 0, 0.00784314)
  105. CloseButton.BorderSizePixel = 3
  106. CloseButton.Position = UDim2.new(0.870000005, 0, 0.0080971662, 0)
  107. CloseButton.Size = UDim2.new(0, 18, 0, 18)
  108. CloseButton.Font = Enum.Font.SourceSansLight
  109. CloseButton.FontSize = Enum.FontSize.Size14
  110. CloseButton.Text = "X"
  111. CloseButton.TextColor3 = Color3.new(0.701961, 0, 0.00784314)
  112. CloseButton.TextScaled = true
  113. CloseButton.TextSize = 14
  114. CloseButton.TextWrapped = true
  115.  
  116. FunButton.Name = "FunButton"
  117. FunButton.Parent = Menu
  118. FunButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  119. FunButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  120. FunButton.BorderSizePixel = 3
  121. FunButton.Position = UDim2.new(0.11500001, 0, 0.266578496, 0)
  122. FunButton.Size = UDim2.new(0, 145, 0, 50)
  123. FunButton.Font = Enum.Font.SourceSansLight
  124. FunButton.FontSize = Enum.FontSize.Size18
  125. FunButton.Text = "Fun"
  126. FunButton.TextColor3 = Color3.new(1, 1, 1)
  127. FunButton.TextScaled = true
  128. FunButton.TextSize = 18
  129. FunButton.TextWrapped = true
  130. FunButton.MouseButton1Down:connect(function()
  131. FunTab.Visible = true
  132. end)
  133.  
  134. ScriptButton.Name = "ScriptButton"
  135. ScriptButton.Parent = Menu
  136. ScriptButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  137. ScriptButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  138. ScriptButton.BorderSizePixel = 3
  139. ScriptButton.Position = UDim2.new(0.112499997, 0, 0.556473911, 0)
  140. ScriptButton.Size = UDim2.new(0, 145, 0, 50)
  141. ScriptButton.Font = Enum.Font.SourceSansLight
  142. ScriptButton.FontSize = Enum.FontSize.Size18
  143. ScriptButton.Text = "Scripts"
  144. ScriptButton.TextColor3 = Color3.new(1, 1, 1)
  145. ScriptButton.TextScaled = true
  146. ScriptButton.TextSize = 18
  147. ScriptButton.TextWrapped = true
  148. ScriptButton.MouseButton1Down:connect(function()
  149. ScriptTab.Visible = true
  150. end)
  151.  
  152. FunTab.Name = "FunTab"
  153. FunTab.Parent = RevolutionGUI
  154. FunTab.Active = true
  155. FunTab.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  156. FunTab.BorderColor3 = Color3.new(0.654902, 0, 0.00784314)
  157. FunTab.BorderSizePixel = 3
  158. FunTab.Draggable = true
  159. FunTab.Position = UDim2.new(0.34449634, 0, 0.0268982686, 0)
  160. FunTab.Size = UDim2.new(0, 408, 0, 279)
  161.  
  162. Credit2Label.Name = "Credit2Label"
  163. Credit2Label.Parent = FunTab
  164. Credit2Label.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Credit2Label.BackgroundTransparency = 1
  166. Credit2Label.Position = UDim2.new(0.20955883, 0, 0.939110577, 0)
  167. Credit2Label.Size = UDim2.new(0, 237, 0, 17)
  168. Credit2Label.Font = Enum.Font.SourceSansLight
  169. Credit2Label.FontSize = Enum.FontSize.Size14
  170. Credit2Label.Text = "Made by Reversal#8367 and GLITCH - BigBullet#2784\n"
  171. Credit2Label.TextSize = 14
  172.  
  173. FunLabel.Name = "FunLabel"
  174. FunLabel.Parent = FunTab
  175. FunLabel.BackgroundColor3 = Color3.new(0.741176, 0, 0.0117647)
  176. FunLabel.BackgroundTransparency = 1
  177. FunLabel.Position = UDim2.new(0.333333343, 0, 0.0107526882, 0)
  178. FunLabel.Size = UDim2.new(0, 143, 0, 26)
  179. FunLabel.Font = Enum.Font.SourceSansLight
  180. FunLabel.FontSize = Enum.FontSize.Size18
  181. FunLabel.Text = "Fun Scripts"
  182. FunLabel.TextColor3 = Color3.new(0.729412, 0.027451, 0.027451)
  183. FunLabel.TextScaled = true
  184. FunLabel.TextSize = 18
  185. FunLabel.TextWrapped = true
  186.  
  187. BombBest.Name = "BombBest"
  188. BombBest.Parent = FunTab
  189. BombBest.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  190. BombBest.BorderColor3 = Color3.new(0, 0, 0)
  191. BombBest.BorderSizePixel = 0
  192. BombBest.Position = UDim2.new(0.0441176444, 0, 0.16845879, 0)
  193. BombBest.Size = UDim2.new(0, 61, 0, 50)
  194. BombBest.Font = Enum.Font.SourceSansLight
  195. BombBest.FontSize = Enum.FontSize.Size24
  196. BombBest.Text = "Bomb Vest"
  197. BombBest.TextColor3 = Color3.new(1, 1, 1)
  198. BombBest.TextScaled = true
  199. BombBest.TextSize = 20
  200. BombBest.TextWrapped = true
  201. BombBest.MouseButton1Down:connect(function()
  202. loadstring(game:GetObjects("rbxassetid://1182887417")[1].Source)()
  203. end)
  204.  
  205. AnnoyingButton.Name = "AnnoyingButton"
  206. AnnoyingButton.Parent = FunTab
  207. AnnoyingButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  208. AnnoyingButton.BorderColor3 = Color3.new(0, 0, 0)
  209. AnnoyingButton.BorderSizePixel = 0
  210. AnnoyingButton.Position = UDim2.new(0.231617644, 0, 0.166666687, 0)
  211. AnnoyingButton.Size = UDim2.new(0, 61, 0, 50)
  212. AnnoyingButton.Font = Enum.Font.SourceSansLight
  213. AnnoyingButton.FontSize = Enum.FontSize.Size24
  214. AnnoyingButton.Text = "Annoying Dog"
  215. AnnoyingButton.TextColor3 = Color3.new(1, 1, 1)
  216. AnnoyingButton.TextScaled = true
  217. AnnoyingButton.TextSize = 20
  218. AnnoyingButton.TextWrapped = true
  219. AnnoyingButton.MouseButton1Down:connect(function()
  220. loadstring(game:GetObjects("rbxassetid://1182950795")[1].Source)()
  221. end)
  222.  
  223.  
  224. ClownButton.Name = "ClownButton"
  225. ClownButton.Parent = FunTab
  226. ClownButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  227. ClownButton.BorderColor3 = Color3.new(0, 0, 0)
  228. ClownButton.BorderSizePixel = 0
  229. ClownButton.Position = UDim2.new(0.599264681, 0, 0.166666687, 0)
  230. ClownButton.Size = UDim2.new(0, 61, 0, 50)
  231. ClownButton.Font = Enum.Font.SourceSansLight
  232. ClownButton.FontSize = Enum.FontSize.Size24
  233. ClownButton.Text = "Clown"
  234. ClownButton.TextColor3 = Color3.new(1, 1, 1)
  235. ClownButton.TextSize = 20
  236. ClownButton.MouseButton1Down:connect(function()
  237. loadstring(game:GetObjects("rbxassetid://1184622970")[1].Source)()
  238. end)
  239.  
  240. DuckButton.Name = "DuckButton"
  241. DuckButton.Parent = FunTab
  242. DuckButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  243. DuckButton.BorderColor3 = Color3.new(0, 0, 0)
  244. DuckButton.BorderSizePixel = 0
  245. DuckButton.Position = UDim2.new(0.790441155, 0, 0.16845879, 0)
  246. DuckButton.Size = UDim2.new(0, 61, 0, 50)
  247. DuckButton.Font = Enum.Font.SourceSansLight
  248. DuckButton.FontSize = Enum.FontSize.Size24
  249. DuckButton.Text = "Duck"
  250. DuckButton.TextColor3 = Color3.new(1, 1, 1)
  251. DuckButton.TextSize = 20
  252. DuckButton.MouseButton1Down:connect(function()
  253. loadstring(game:GetObjects("rbxassetid://1182958831")[1].Source)()
  254. end)
  255.  
  256.  
  257.  
  258. AllahuButton.Name = "AllahuButton"
  259. AllahuButton.Parent = FunTab
  260. AllahuButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  261. AllahuButton.BorderColor3 = Color3.new(0, 0, 0)
  262. AllahuButton.BorderSizePixel = 0
  263. AllahuButton.Position = UDim2.new(0.231617644, 0, 0.38530466, 0)
  264. AllahuButton.Size = UDim2.new(0, 61, 0, 50)
  265. AllahuButton.Font = Enum.Font.SourceSansLight
  266. AllahuButton.FontSize = Enum.FontSize.Size24
  267. AllahuButton.Text = "Allahu Akbar"
  268. AllahuButton.TextColor3 = Color3.new(1, 1, 1)
  269. AllahuButton.TextScaled = true
  270. AllahuButton.TextSize = 20
  271. AllahuButton.TextWrapped = true
  272. AllahuButton.MouseButton1Down:connect(function()
  273. loadstring(game:GetObjects("rbxassetid://1182964297")[1].Source)()
  274. end)
  275.  
  276.  
  277. DogeButton.Name = "DogeButton"
  278. DogeButton.Parent = FunTab
  279. DogeButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  280. DogeButton.BorderColor3 = Color3.new(0, 0, 0)
  281. DogeButton.BorderSizePixel = 0
  282. DogeButton.Position = UDim2.new(0.599264681, 0, 0.387096792, 0)
  283. DogeButton.Size = UDim2.new(0, 61, 0, 50)
  284. DogeButton.Font = Enum.Font.SourceSansLight
  285. DogeButton.FontSize = Enum.FontSize.Size24
  286. DogeButton.Text = "Doge"
  287. DogeButton.TextColor3 = Color3.new(1, 1, 1)
  288. DogeButton.TextSize = 20
  289. DogeButton.MouseButton1Down:connect(function()
  290. loadstring(game:GetObjects("rbxassetid://1183020912")[1].Source)()
  291. end)
  292.  
  293.  
  294. EpicoDancerButton.Name = "EpicoDancerButton"
  295. EpicoDancerButton.Parent = FunTab
  296. EpicoDancerButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  297. EpicoDancerButton.BorderColor3 = Color3.new(0, 0, 0)
  298. EpicoDancerButton.BorderSizePixel = 0
  299. EpicoDancerButton.Position = UDim2.new(0.0441176444, 0, 0.385304689, 0)
  300. EpicoDancerButton.Size = UDim2.new(0, 61, 0, 50)
  301. EpicoDancerButton.Font = Enum.Font.SourceSansLight
  302. EpicoDancerButton.FontSize = Enum.FontSize.Size24
  303. EpicoDancerButton.Text = "Epico Dancer"
  304. EpicoDancerButton.TextColor3 = Color3.new(1, 1, 1)
  305. EpicoDancerButton.TextScaled = true
  306. EpicoDancerButton.TextSize = 20
  307. EpicoDancerButton.TextWrapped = true
  308. EpicoDancerButton.MouseButton1Down:connect(function()
  309. loadstring(game:GetObjects("rbxassetid://1182961841")[1].Source)()
  310. end)
  311.  
  312.  
  313. InnapropiateButton.Name = "InnapropiateButton"
  314. InnapropiateButton.Parent = FunTab
  315. InnapropiateButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  316. InnapropiateButton.BorderColor3 = Color3.new(0, 0, 0)
  317. InnapropiateButton.BorderSizePixel = 0
  318. InnapropiateButton.Position = UDim2.new(0.0428921282, 0, 0.598566294, 0)
  319. InnapropiateButton.Size = UDim2.new(0, 61, 0, 50)
  320. InnapropiateButton.Font = Enum.Font.SourceSansLight
  321. InnapropiateButton.FontSize = Enum.FontSize.Size24
  322. InnapropiateButton.Text = "Boobs And Ass"
  323. InnapropiateButton.TextColor3 = Color3.new(1, 1, 1)
  324. InnapropiateButton.TextScaled = true
  325. InnapropiateButton.TextSize = 20
  326. InnapropiateButton.TextWrapped = true
  327. InnapropiateButton.MouseButton1Down:connect(function()
  328. loadstring(game:GetObjects("rbxassetid://1183039876")[1].Source)()
  329. end)
  330.  
  331. EvilButton.Name = "EvilButton"
  332. EvilButton.Parent = FunTab
  333. EvilButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  334. EvilButton.BorderColor3 = Color3.new(0, 0, 0)
  335. EvilButton.BorderSizePixel = 0
  336. EvilButton.Position = UDim2.new(0.791666687, 0, 0.59677422, 0)
  337. EvilButton.Size = UDim2.new(0, 61, 0, 50)
  338. EvilButton.Font = Enum.Font.SourceSansLight
  339. EvilButton.FontSize = Enum.FontSize.Size24
  340. EvilButton.Text = "Evil Duck"
  341. EvilButton.TextColor3 = Color3.new(1, 1, 1)
  342. EvilButton.TextSize = 20
  343. EvilButton.MouseButton1Down:connect(function()
  344. loadstring(game:GetObjects("rbxassetid://1183042247")[1].Source)()
  345. end)
  346.  
  347. TextButton.Parent = FunTab
  348. TextButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  349. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  350. TextButton.BorderSizePixel = 0
  351. TextButton.Position = UDim2.new(0.790441155, 0, 0.38530466, 0)
  352. TextButton.Size = UDim2.new(0, 61, 0, 50)
  353. TextButton.Font = Enum.Font.SourceSansLight
  354. TextButton.FontSize = Enum.FontSize.Size24
  355. TextButton.Text = "Dick Gun"
  356. TextButton.TextColor3 = Color3.new(1, 1, 1)
  357. TextButton.TextSize = 20
  358. TextButton.MouseButton1Down:connect(function()
  359. loadstring(game:GetObjects("rbxassetid://1183030158")[1].Source)()
  360. end)
  361.  
  362. FunClose.Name = "FunClose"
  363. FunClose.Parent = FunTab
  364. FunClose.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  365. FunClose.BorderColor3 = Color3.new(0.8, 0, 0.0117647)
  366. FunClose.BorderSizePixel = 3
  367. FunClose.Position = UDim2.new(0.924019635, 0, 0.0322580636, 0)
  368. FunClose.Size = UDim2.new(0, 21, 0, 20)
  369. FunClose.Font = Enum.Font.SourceSansBold
  370. FunClose.FontSize = Enum.FontSize.Size14
  371. FunClose.Text = "X"
  372. FunClose.TextColor3 = Color3.new(0.666667, 0, 0)
  373. FunClose.TextScaled = true
  374. FunClose.TextSize = 14
  375. FunClose.TextWrapped = true
  376. FunClose.MouseButton1Down:connect(function()
  377. FunTab.Visible = false
  378. end)
  379.  
  380. SantaMorphButton.Name = "SantaMorphButton"
  381. SantaMorphButton.Parent = FunTab
  382. SantaMorphButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  383. SantaMorphButton.BorderColor3 = Color3.new(0, 0, 0)
  384. SantaMorphButton.BorderSizePixel = 0
  385. SantaMorphButton.Position = UDim2.new(0.382352918, 0, 0.645161271, 0)
  386. SantaMorphButton.Size = UDim2.new(0, 89, 0, 50)
  387. SantaMorphButton.Font = Enum.Font.SourceSansBold
  388. SantaMorphButton.FontSize = Enum.FontSize.Size24
  389. SantaMorphButton.Text = "SANTA MORPH (not finished)"
  390. SantaMorphButton.TextColor3 = Color3.new(1, 1, 1)
  391. SantaMorphButton.TextScaled = true
  392. SantaMorphButton.TextSize = 20
  393. SantaMorphButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  394. SantaMorphButton.TextStrokeTransparency = 2
  395. SantaMorphButton.TextWrapped = true
  396.  
  397. ScriptTab.Name = "ScriptTab"
  398. ScriptTab.Parent = RevolutionGUI
  399. ScriptTab.Active = true
  400. ScriptTab.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  401. ScriptTab.BorderColor3 = Color3.new(0.654902, 0, 0.00784314)
  402. ScriptTab.BorderSizePixel = 3
  403. ScriptTab.Draggable = true
  404. ScriptTab.Position = UDim2.new(0.345126182, 0, 0.508951724, 0)
  405. ScriptTab.Size = UDim2.new(0, 408, 0, 279)
  406.  
  407. CreditsLabel_2.Name = "CreditsLabel"
  408. CreditsLabel_2.Parent = ScriptTab
  409. CreditsLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  410. CreditsLabel_2.BackgroundTransparency = 1
  411. CreditsLabel_2.Position = UDim2.new(0.20955883, 0, 0.939110577, 0)
  412. CreditsLabel_2.Size = UDim2.new(0, 237, 0, 17)
  413. CreditsLabel_2.Font = Enum.Font.SourceSansLight
  414. CreditsLabel_2.FontSize = Enum.FontSize.Size14
  415. CreditsLabel_2.Text = "Made by Reversal#8367 and GLITCH - BigBullet#2784\n"
  416. CreditsLabel_2.TextSize = 14
  417.  
  418. ScriptLabel.Name = "ScriptLabel"
  419. ScriptLabel.Parent = ScriptTab
  420. ScriptLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  421. ScriptLabel.BackgroundTransparency = 1
  422. ScriptLabel.Position = UDim2.new(0.340686262, 0, 0.0322580636, 0)
  423. ScriptLabel.Size = UDim2.new(0, 143, 0, 32)
  424. ScriptLabel.Font = Enum.Font.SourceSansLight
  425. ScriptLabel.FontSize = Enum.FontSize.Size18
  426. ScriptLabel.Text = "Scripts"
  427. ScriptLabel.TextColor3 = Color3.new(0.729412, 0.027451, 0.027451)
  428. ScriptLabel.TextScaled = true
  429. ScriptLabel.TextSize = 18
  430. ScriptLabel.TextWrapped = true
  431.  
  432. ScriptClose.Name = "ScriptClose"
  433. ScriptClose.Parent = ScriptTab
  434. ScriptClose.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  435. ScriptClose.BorderColor3 = Color3.new(0.8, 0, 0.0117647)
  436. ScriptClose.BorderSizePixel = 3
  437. ScriptClose.Position = UDim2.new(0.924019635, 0, 0.0322580636, 0)
  438. ScriptClose.Size = UDim2.new(0, 21, 0, 20)
  439. ScriptClose.Font = Enum.Font.SourceSansBold
  440. ScriptClose.FontSize = Enum.FontSize.Size14
  441. ScriptClose.Text = "X"
  442. ScriptClose.TextColor3 = Color3.new(0.666667, 0, 0)
  443. ScriptClose.TextScaled = true
  444. ScriptClose.TextSize = 14
  445. ScriptClose.TextWrapped = true
  446. ScriptClose.MouseButton1Down:connect(function()
  447. ScriptTab.Visible = false
  448. end)
  449.  
  450. CyberButton.Name = "CyberButton"
  451. CyberButton.Parent = ScriptTab
  452. CyberButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  453. CyberButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  454. CyberButton.BorderSizePixel = 3
  455. CyberButton.Position = UDim2.new(0.0367647074, 0, 0.222222224, 0)
  456. CyberButton.Size = UDim2.new(0, 106, 0, 38)
  457. CyberButton.Font = Enum.Font.SourceSansLight
  458. CyberButton.FontSize = Enum.FontSize.Size14
  459. CyberButton.Text = "CYBER DEMON"
  460. CyberButton.TextColor3 = Color3.new(1, 1, 1)
  461. CyberButton.TextScaled = true
  462. CyberButton.TextSize = 14
  463. CyberButton.TextWrapped = true
  464. CyberButton.MouseButton1Down:connect(function()
  465. loadstring(game:GetObjects("rbxassetid://1182893724")[1].Source)()
  466. end)
  467.  
  468. LightButton.Name = "LightButton"
  469. LightButton.Parent = ScriptTab
  470. LightButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  471. LightButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  472. LightButton.BorderSizePixel = 3
  473. LightButton.Position = UDim2.new(0.381127447, 0, 0.218637988, 0)
  474. LightButton.Size = UDim2.new(0, 106, 0, 38)
  475. LightButton.Font = Enum.Font.SourceSansLight
  476. LightButton.FontSize = Enum.FontSize.Size14
  477. LightButton.Text = "LIGHT GOD"
  478. LightButton.TextColor3 = Color3.new(1, 1, 1)
  479. LightButton.TextScaled = true
  480. LightButton.TextSize = 14
  481. LightButton.TextWrapped = true
  482. LightButton.MouseButton1Down:connect(function()
  483. loadstring(game:GetObjects("rbxassetid://1182910882")[1].Source)()
  484. end)
  485. BlackButton.Name = "BlackButton"
  486. BlackButton.Parent = ScriptTab
  487. BlackButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  488. BlackButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  489. BlackButton.BorderSizePixel = 3
  490. BlackButton.Position = UDim2.new(0.715686262, 0, 0.222222224, 0)
  491. BlackButton.Size = UDim2.new(0, 106, 0, 38)
  492. BlackButton.Font = Enum.Font.SourceSansLight
  493. BlackButton.FontSize = Enum.FontSize.Size14
  494. BlackButton.Text = "BLACK MAGIC"
  495. BlackButton.TextColor3 = Color3.new(1, 1, 1)
  496. BlackButton.TextScaled = true
  497. BlackButton.TextSize = 14
  498. BlackButton.TextWrapped = true
  499. BlackButton.MouseButton1Down:connect(function()
  500. loadstring(game:GetObjects("rbxassetid://1182916826")[1].Source)()
  501. end)
  502.  
  503. IceButton.Name = "IceButton"
  504. IceButton.Parent = ScriptTab
  505. IceButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  506. IceButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  507. IceButton.BorderSizePixel = 3
  508. IceButton.Position = UDim2.new(0.71446079, 0, 0.471326143, 0)
  509. IceButton.Size = UDim2.new(0, 106, 0, 38)
  510. IceButton.Font = Enum.Font.SourceSansLight
  511. IceButton.FontSize = Enum.FontSize.Size14
  512. IceButton.Text = "ICE BEAST CLAWS"
  513. IceButton.TextColor3 = Color3.new(1, 1, 1)
  514. IceButton.TextScaled = true
  515. IceButton.TextSize = 14
  516. IceButton.TextWrapped = true
  517. IceButton.MouseButton1Down:connect(function()
  518. loadstring(game:GetObjects("rbxassetid://1182943752")[1].Source)()
  519. end)
  520.  
  521. MagicalButton.Name = "MagicalButton"
  522. MagicalButton.Parent = ScriptTab
  523. MagicalButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  524. MagicalButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  525. MagicalButton.BorderSizePixel = 3
  526. MagicalButton.Position = UDim2.new(0.381127447, 0, 0.471326143, 0)
  527. MagicalButton.Size = UDim2.new(0, 106, 0, 38)
  528. MagicalButton.Font = Enum.Font.SourceSansLight
  529. MagicalButton.FontSize = Enum.FontSize.Size14
  530. MagicalButton.Text = "MAGICAL STAFF OF DARKNESS"
  531. MagicalButton.TextColor3 = Color3.new(1, 1, 1)
  532. MagicalButton.TextScaled = true
  533. MagicalButton.TextSize = 14
  534. MagicalButton.TextWrapped = true
  535. MagicalButton.MouseButton1Down:connect(function()
  536. loadstring(game:GetObjects("rbxassetid://1182941078")[1].Source)()
  537. end)
  538.  
  539. SquidButton.Name = "SquidButton"
  540. SquidButton.Parent = ScriptTab
  541. SquidButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  542. SquidButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  543. SquidButton.BorderSizePixel = 3
  544. SquidButton.Position = UDim2.new(0.042892158, 0, 0.471326143, 0)
  545. SquidButton.Size = UDim2.new(0, 106, 0, 38)
  546. SquidButton.Font = Enum.Font.SourceSansLight
  547. SquidButton.FontSize = Enum.FontSize.Size14
  548. SquidButton.Text = "MONSTER SQUID"
  549. SquidButton.TextColor3 = Color3.new(1, 1, 1)
  550. SquidButton.TextScaled = true
  551. SquidButton.TextSize = 14
  552. SquidButton.TextWrapped = true
  553. SquidButton:connect(function()
  554. loadstring(game:GetObjects("rbxassetid://rbxassetid://1182936510")[1].Source)()
  555. end)
  556.  
  557. SantaButton.Name = "SantaButton"
  558. SantaButton.Parent = ScriptTab
  559. SantaButton.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  560. SantaButton.BorderColor3 = Color3.new(0.819608, 0, 0.0117647)
  561. SantaButton.BorderSizePixel = 3
  562. SantaButton.Position = UDim2.new(0.33946079, 0, 0.706093192, 0)
  563. SantaButton.Size = UDim2.new(0, 138, 0, 51)
  564. SantaButton.Font = Enum.Font.SourceSansLight
  565. SantaButton.FontSize = Enum.FontSize.Size14
  566. SantaButton.Text = "SANTA"
  567. SantaButton.TextColor3 = Color3.new(1, 1, 1)
  568. SantaButton.TextScaled = true
  569. SantaButton.TextSize = 14
  570. SantaButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  571. SantaButton.TextStrokeTransparency = 0
  572. SantaButton.TextWrapped = true
  573. SantaButton:connect(function()
  574. loadstring(game:GetObjects("rbxassetid://01187379097")[1].Source)()
  575. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement