Advertisement
deezfai

Untitled

Feb 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.00 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ExecuteGUI = Instance.new("ScreenGui")
  4. local Top = Instance.new("Frame")
  5. local MainFrame = Instance.new("ScrollingFrame")
  6. local CmdClr = Instance.new("TextButton")
  7. local Execute = Instance.new("TextButton")
  8. local Clear = Instance.new("TextButton")
  9. local CmdBox = Instance.new("TextBox")
  10. local CmdEx = Instance.new("TextButton")
  11. local KillAll = Instance.new("TextButton")
  12. local Value = Instance.new("TextLabel")
  13. local KillMe = Instance.new("TextButton")
  14. local Value_2 = Instance.new("TextLabel")
  15. local FreezeAll = Instance.new("TextButton")
  16. local Value_3 = Instance.new("TextLabel")
  17. local UnfreezeAll = Instance.new("TextButton")
  18. local Value_4 = Instance.new("TextLabel")
  19. local EGBs = Instance.new("TextButton")
  20. local Value_5 = Instance.new("TextLabel")
  21. local CodeBox = Instance.new("TextBox")
  22. local LOBox = Instance.new("ScrollingFrame")
  23. local blankLine = Instance.new("TextLabel")
  24. local Music = Instance.new("Frame")
  25. local MusicName = Instance.new("TextLabel")
  26. local Play = Instance.new("TextButton")
  27. local Stop = Instance.new("TextButton")
  28. local Id = Instance.new("TextBox")
  29. local Night = Instance.new("TextButton")
  30. local Day = Instance.new("TextButton")
  31. local FlyMe = Instance.new("TextButton")
  32. local UnflyMe = Instance.new("TextButton")
  33. local Tp = Instance.new("TextButton")
  34. local Value_6 = Instance.new("TextLabel")
  35. local Raplogo = Instance.new("TextLabel")
  36. local Victim = Instance.new("TextBox")
  37. local Start = Instance.new("TextButton")
  38. local RapYOU = Instance.new("TextBox")
  39. local Ded = Instance.new("TextButton")
  40. local TextLabel = Instance.new("TextLabel")
  41. local Themes = Instance.new("Frame")
  42. local FrameColor = Instance.new("TextLabel")
  43. local OuterColor = Instance.new("TextLabel")
  44. local ButtonColor = Instance.new("TextLabel")
  45. local Oblue = Instance.new("TextButton")
  46. local FOrange = Instance.new("TextButton")
  47. local Bred = Instance.new("TextButton")
  48. local Fblue = Instance.new("TextButton")
  49. local Ogrey = Instance.new("TextButton")
  50. local OOrange = Instance.new("TextButton")
  51. local Fred = Instance.new("TextButton")
  52. local Fgrey = Instance.new("TextButton")
  53. local Ored = Instance.new("TextButton")
  54. local Bgrey = Instance.new("TextButton")
  55. local Bblue = Instance.new("TextButton")
  56. local Borange = Instance.new("TextButton")
  57. local AnimeX = Instance.new("Frame")
  58. local ImageLabel = Instance.new("ImageLabel")
  59. local Prim = Instance.new("TextButton")
  60. local Sec = Instance.new("TextButton")
  61. local Selected = Instance.new("TextLabel")
  62. local Color = Instance.new("TextLabel")
  63. local Cbox = Instance.new("TextBox")
  64. local Material = Instance.new("TextLabel")
  65. local Mbox = Instance.new("TextBox")
  66. local Trans = Instance.new("TextLabel")
  67. local Tbox = Instance.new("TextBox")
  68. local AExe = Instance.new("TextButton")
  69. local LuaB = Instance.new("TextButton")
  70. local CmdB = Instance.new("TextButton")
  71. local LOb = Instance.new("TextButton")
  72. local CredB = Instance.new("TextButton")
  73. local Bottom = Instance.new("Frame")
  74. local Misc = Instance.new("TextButton")
  75. local Troll = Instance.new("TextButton")
  76. local Themes_2 = Instance.new("TextButton")
  77. local Anime = Instance.new("TextButton")
  78. local Logo = Instance.new("TextLabel")
  79. local Admin = Instance.new("TextButton")
  80. local Valuez = Instance.new("TextLabel")
  81.  
  82. local colors = {
  83. [Enum.MessageType.MessageOutput] = BrickColor.new("Black").Color;
  84. [Enum.MessageType.MessageInfo] = BrickColor.new("Bright blue").Color;
  85. [Enum.MessageType.MessageWarning] = BrickColor.new("Bright yellow").Color;
  86. [Enum.MessageType.MessageError] = BrickColor.new("Bright red").Color;
  87. }
  88. local canvasX = 0
  89. -- Properties
  90.  
  91.  
  92. -- Properties
  93.  
  94. ExecuteGUI.Name = "ExecuteGUI"
  95. ExecuteGUI.Parent = game.CoreGui
  96.  
  97. Top.Name = "Top"
  98. Top.Parent = ExecuteGUI
  99. Top.Active = true
  100. Top.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
  101. Top.BorderSizePixel = 0
  102. Top.Draggable = true
  103. Top.Position = UDim2.new(0, 0, 0.449999988, 0)
  104. Top.Size = UDim2.new(0, 606, 0, 100)
  105. Top.ZIndex = 10
  106.  
  107. MainFrame.Name = "MainFrame"
  108. MainFrame.Parent = Top
  109. MainFrame.Active = true
  110. MainFrame.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  111. MainFrame.BorderColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  112. MainFrame.BorderSizePixel = 0
  113. MainFrame.Position = UDim2.new(0, 50, 0, 95)
  114. MainFrame.Size = UDim2.new(0, 500, 0, 230)
  115. MainFrame.ZIndex = 3
  116. MainFrame.CanvasPosition = Vector2.new(500, 272)
  117. MainFrame.CanvasSize = UDim2.new(0, 2000, 0, 1500)
  118. MainFrame.ScrollBarThickness = 0
  119.  
  120. CmdClr.Name = "CmdClr"
  121. CmdClr.Parent = MainFrame
  122. CmdClr.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  123. CmdClr.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
  124. CmdClr.BorderSizePixel = 0
  125. CmdClr.Position = UDim2.new(0, 750, 0, 190)
  126. CmdClr.Size = UDim2.new(0, 250, 0, 35)
  127. CmdClr.ZIndex = 4
  128. CmdClr.Font = Enum.Font.ArialBold
  129. CmdClr.FontSize = Enum.FontSize.Size32
  130. CmdClr.Text = "Clear"
  131. CmdClr.TextColor3 = Color3.new(1, 1, 1)
  132. CmdClr.TextSize = 32
  133. CmdClr.TextWrapped = true
  134. CmdClr.MouseButton1Click:connect(function()
  135. CmdBox.Text = " "
  136. end)
  137.  
  138. Execute.Name = "Execute"
  139. Execute.Parent = MainFrame
  140. Execute.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  141. Execute.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
  142. Execute.BorderSizePixel = 0
  143. Execute.Position = UDim2.new(0, 0, 0, 190)
  144. Execute.Size = UDim2.new(0, 250, 0, 35)
  145. Execute.ZIndex = 10
  146. Execute.Font = Enum.Font.ArialBold
  147. Execute.FontSize = Enum.FontSize.Size32
  148. Execute.Text = "Execute"
  149. Execute.TextColor3 = Color3.new(1, 1, 1)
  150. Execute.TextSize = 32
  151. Execute.TextWrapped = true
  152. Execute.MouseButton1Click:connect(function()
  153.  
  154. print("Loading Code")
  155.  
  156. print("Executing.....", CodeBox.Text)
  157. loadstring(CodeBox.Text)()
  158. print("Execution Sucess")
  159. end)
  160.  
  161. Clear.Name = "Clear"
  162. Clear.Parent = MainFrame
  163. Clear.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  164. Clear.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
  165. Clear.BorderSizePixel = 0
  166. Clear.Position = UDim2.new(0, 250, 0, 190)
  167. Clear.Size = UDim2.new(0, 250, 0, 35)
  168. Clear.ZIndex = 4
  169. Clear.Font = Enum.Font.ArialBold
  170. Clear.FontSize = Enum.FontSize.Size32
  171. Clear.Text = "Clear"
  172. Clear.TextColor3 = Color3.new(1, 1, 1)
  173. Clear.TextSize = 30
  174. Clear.TextWrapped = true
  175. Clear.MouseButton1Click:connect(function()
  176. CodeBox.Text = " "
  177. end)
  178.  
  179. CmdBox.Name = "CmdBox"
  180. CmdBox.Parent = MainFrame
  181. CmdBox.Active = false
  182. CmdBox.BackgroundColor3 = Color3.new(1, 1, 1)
  183. CmdBox.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  184. CmdBox.Position = UDim2.new(0, 520, 0, 10)
  185. CmdBox.Size = UDim2.new(0, 230, 0, 170)
  186. CmdBox.ZIndex = 10
  187. CmdBox.ClearTextOnFocus = false
  188. CmdBox.FontSize = Enum.FontSize.Size9
  189. CmdBox.MultiLine = true
  190. CmdBox.Text = "Ex: kill me"
  191. CmdBox.TextSize = 9
  192. CmdBox.TextStrokeColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  193. CmdBox.TextStrokeTransparency = 0
  194. CmdBox.TextWrapped = true
  195. CmdBox.TextXAlignment = Enum.TextXAlignment.Left
  196. CmdBox.TextYAlignment = Enum.TextYAlignment.Top
  197.  
  198. CmdEx.Name = "CmdEx"
  199. CmdEx.Parent = MainFrame
  200. CmdEx.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  201. CmdEx.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
  202. CmdEx.BorderSizePixel = 0
  203. CmdEx.Position = UDim2.new(0, 500, 0, 190)
  204. CmdEx.Size = UDim2.new(0, 250, 0, 35)
  205. CmdEx.ZIndex = 4
  206. CmdEx.Font = Enum.Font.ArialBold
  207. CmdEx.FontSize = Enum.FontSize.Size32
  208. CmdEx.Text = "Execute"
  209. CmdEx.TextColor3 = Color3.new(1, 1, 1)
  210. CmdEx.TextSize = 32
  211. CmdEx.TextWrapped = true
  212. CmdEx.MouseButton1Click:connect(function()
  213. Raindrop:ExecuteCommand(CmdBox.Text)
  214. end)
  215.  
  216. KillAll.Name = "KillAll"
  217. KillAll.Parent = MainFrame
  218. KillAll.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  219. KillAll.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
  220. KillAll.BorderSizePixel = 0
  221. KillAll.Position = UDim2.new(0, 800, 0, 10)
  222. KillAll.Size = UDim2.new(0, 150, 0, 30)
  223. KillAll.ZIndex = 10
  224. KillAll.Font = Enum.Font.ArialBold
  225. KillAll.FontSize = Enum.FontSize.Size24
  226. KillAll.Text = "Kill All"
  227. KillAll.TextColor3 = Color3.new(1, 1, 1)
  228. KillAll.TextSize = 24
  229. KillAll.TextWrapped = true
  230.  
  231. Value.Name = "Value"
  232. Value.Parent = KillAll
  233. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Value.Size = UDim2.new(0, 200, 0, 50)
  235. Value.Visible = false
  236. Value.Font = Enum.Font.SourceSans
  237. Value.FontSize = Enum.FontSize.Size14
  238. Value.Text = "kill all"
  239. Value.TextSize = 14
  240. KillAll.MouseButton1Click:connect(function()
  241. Raindrop:ExecuteCommand(Value.Text)
  242. end)
  243.  
  244. KillMe.Name = "KillMe"
  245. KillMe.Parent = MainFrame
  246. KillMe.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  247. KillMe.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
  248. KillMe.BorderSizePixel = 0
  249. KillMe.Position = UDim2.new(0, 800, 0, 40)
  250. KillMe.Size = UDim2.new(0, 150, 0, 30)
  251. KillMe.ZIndex = 10
  252. KillMe.Font = Enum.Font.ArialBold
  253. KillMe.FontSize = Enum.FontSize.Size24
  254. KillMe.Text = "Kill Me"
  255. KillMe.TextColor3 = Color3.new(1, 1, 1)
  256. KillMe.TextSize = 24
  257. KillMe.TextWrapped = true
  258.  
  259. Value_2.Name = "Value"
  260. Value_2.Parent = KillMe
  261. Value_2.BackgroundColor3 = Color3.new(1, 1, 1)
  262. Value_2.Size = UDim2.new(0, 200, 0, 50)
  263. Value_2.Visible = false
  264. Value_2.Font = Enum.Font.SourceSans
  265. Value_2.FontSize = Enum.FontSize.Size14
  266. Value_2.Text = "kill me"
  267. Value_2.TextSize = 14
  268. KillMe.MouseButton1Click:connect(function()
  269. Raindrop:ExecuteCommand(Value_2.Text)
  270. end)
  271.  
  272. FreezeAll.Name = "FreezeAll"
  273. FreezeAll.Parent = MainFrame
  274. FreezeAll.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  275. FreezeAll.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
  276. FreezeAll.BorderSizePixel = 0
  277. FreezeAll.Position = UDim2.new(0, 800, 0, 70)
  278. FreezeAll.Size = UDim2.new(0, 150, 0, 30)
  279. FreezeAll.ZIndex = 10
  280. FreezeAll.Font = Enum.Font.ArialBold
  281. FreezeAll.FontSize = Enum.FontSize.Size24
  282. FreezeAll.Text = "Freeze All"
  283. FreezeAll.TextColor3 = Color3.new(1, 1, 1)
  284. FreezeAll.TextSize = 24
  285. FreezeAll.TextWrapped = true
  286.  
  287.  
  288. Value_3.Name = "Value"
  289. Value_3.Parent = FreezeAll
  290. Value_3.BackgroundColor3 = Color3.new(1, 1, 1)
  291. Value_3.Size = UDim2.new(0, 200, 0, 50)
  292. Value_3.Visible = false
  293. Value_3.Font = Enum.Font.SourceSans
  294. Value_3.FontSize = Enum.FontSize.Size14
  295. Value_3.Text = "freeze all"
  296. Value_3.TextSize = 14
  297. FreezeAll.MouseButton1Click:connect(function()
  298. Raindrop:ExecuteCommand(Value_3.Text)
  299. end)
  300.  
  301. UnfreezeAll.Name = "Unfreeze All"
  302. UnfreezeAll.Parent = MainFrame
  303. UnfreezeAll.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  304. UnfreezeAll.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
  305. UnfreezeAll.BorderSizePixel = 0
  306. UnfreezeAll.Position = UDim2.new(0, 800, 0, 100)
  307. UnfreezeAll.Selectable = false
  308. UnfreezeAll.Size = UDim2.new(0, 150, 0, 30)
  309. UnfreezeAll.ZIndex = 10
  310. UnfreezeAll.Font = Enum.Font.ArialBold
  311. UnfreezeAll.FontSize = Enum.FontSize.Size24
  312. UnfreezeAll.Text = "Unfreeze All"
  313. UnfreezeAll.TextColor3 = Color3.new(1, 1, 1)
  314. UnfreezeAll.TextSize = 24
  315. UnfreezeAll.TextWrapped = true
  316.  
  317. Value_4.Name = "Value"
  318. Value_4.Parent = UnfreezeAll
  319. Value_4.BackgroundColor3 = Color3.new(1, 1, 1)
  320. Value_4.Size = UDim2.new(0, 200, 0, 50)
  321. Value_4.Visible = false
  322. Value_4.Font = Enum.Font.SourceSans
  323. Value_4.FontSize = Enum.FontSize.Size14
  324. Value_4.Text = "unfreeze all"
  325. Value_4.TextSize = 14
  326. UnfreezeAll.MouseButton1Click:connect(function()
  327. Raindrop:ExecuteCommand(Value_4.Text)
  328. end)
  329.  
  330. EGBs.Name = "EGBs"
  331. EGBs.Parent = MainFrame
  332. EGBs.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  333. EGBs.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
  334. EGBs.BorderSizePixel = 0
  335. EGBs.Position = UDim2.new(0, 372, 0, 10)
  336. EGBs.Size = UDim2.new(0, 120, 0, 50)
  337. EGBs.ZIndex = 10
  338. EGBs.Font = Enum.Font.ArialBold
  339. EGBs.FontSize = Enum.FontSize.Size24
  340. EGBs.Text = "Thomas The Train"
  341. EGBs.TextColor3 = Color3.new(1, 1, 1)
  342. EGBs.TextSize = 20
  343. EGBs.TextWrapped = true
  344. EGBs.MouseButton1Click:connect(function()
  345. CodeBox.Text = Value_5.Text
  346. end)
  347.  
  348. Admin.Name = "Admin"
  349. Admin.Parent = MainFrame
  350. Admin.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  351. Admin.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
  352. Admin.BorderSizePixel = 0
  353. Admin.Position = UDim2.new(0, 372, 0, 65)
  354. Admin.Size = UDim2.new(0, 120, 0, 50)
  355. Admin.ZIndex = 10
  356. Admin.Font = Enum.Font.ArialBold
  357. Admin.FontSize = Enum.FontSize.Size24
  358. Admin.Text = "Rc7 Admin Commands"
  359. Admin.TextColor3 = Color3.new(1, 1, 1)
  360. Admin.TextSize = 20
  361. Admin.TextWrapped = true
  362.  
  363. Valuez.Name = "Value"
  364. Valuez.Parent = Admin
  365. Valuez.BackgroundColor3 = Color3.new(1, 1, 1)
  366. Valuez.Size = UDim2.new(0, 200, 0, 50)
  367. Valuez.Visible = false
  368. Valuez.Font = Enum.Font.SourceSans
  369. Valuez.FontSize = Enum.FontSize.Size14
  370. Valuez.Text = "loadstring(Raindrop:DownloadString('http://pastebin.com/raw/8Pi3M0P7'))()"
  371. Valuez.TextSize = 14
  372. Valuez.TextStrokeTransparency = 0
  373. Admin.MouseButton1Click:connect(function()
  374. CodeBox.Text = Valuez.Text
  375. end)
  376.  
  377. Value_5.Name = "Value"
  378. Value_5.Parent = EGBs
  379. Value_5.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Value_5.Size = UDim2.new(0, 200, 0, 50)
  381. Value_5.Visible = false
  382. Value_5.Font = Enum.Font.SourceSans
  383. Value_5.FontSize = Enum.FontSize.Size14
  384. Value_5.Text = "--Thomas the PAIN // By Killerboy634 @ V3rmillion.net\n\nThomasMesh = \"rbxassetid://431017802\"\nThomasTexture = \"rbxassetid://431017809\"\n\nMesh = Instance.new(\"SpecialMesh\")\nMesh.MeshId = ThomasMesh\nMesh.TextureId = ThomasTexture\n\nCharacter = game.Players.LocalPlayer.Character\n\nfor _,p in pairs(Character:GetChildren()) do\nif p:IsA(\"Part\") then\nif p.Name == \"Head\" then\n --not\n else\np.Transparency = 1\nend\nend\nend\nfor _,p in pairs(Character:GetChildren()) do\n if p:IsA(\"Hat\") then\n p:remove()\n end\nend\nMesh.Offset = Vector3.new(0, 2.9, 1)\nMesh.Scale = Vector3.new(0.04,0.04,0.04)\nCharacter.Torso.Neck.C0 = CFrame.new(0, 1, 0, 1, -0, -0, 0, 0, 1, 0, -1, -100)\nSound = Instance.new(\"Sound\")\nSound.Parent = Character.Torso\nSound.SoundId = \"rbxassetid://239648695\"\nSound.Pitch = 2.5\nSound:Play()\nCharacter.Torso.Touched:connect(function(hit)\n if hit.Parent:FindFirstChild(\"Humanoid\") then\n if hit.Parent.Name == Character.Name then\n --no\n else\n hit.Parent:BreakJoints()\n local sound = Instance.new(\"Sound\",workspace)\n sound.SoundId = \"rbxassetid://170040190\"\n sound.Volume = 1\n sound:Play()\n end\n end\nend)\nSmoke = Instance.new(\"Part\",Character)\nSmoke.Transparency = 1\nsmke = Instance.new(\"Smoke\",Smoke)\nSmoke.CanCollide = false\nweld = Instance.new(\"ManualWeld\",Smoke)\nweld.Part0 = Smoke\nweld.Part1 = Character.Head\nweld.C0 = CFrame.new(0,-10,-10)\nsmke.Opacity = 1\nsmke.Size = 0.2\nsmke.RiseVelocity = 10\n\nCharacter.Humanoid.WalkSpeed = \"150\"\n\nMesh.Parent = Character.Head\n\nplr = game.Players.LocalPlayer\nmouse = plr:GetMouse()\nmouse.KeyDown:connect(function(key)\nif key == \"k\" then\nlocal soun = Instance.new(\"Sound\",workspace)\nsoun.SoundId = \"rbxassetid://135557803\"\nsoun.Pitch = 0.6\nsoun.Volume = math.huge\nsoun:Play()\nelseif key == \"f\" then\nchar = game.Players.LocalPlayer.Character\npt = {6.6, 6.8, 7, 7.2, 7.4}\nu = Instance.new(\"Sound\",char)\nu.SoundId = \"http://www.roblox.com/asset/?id=261303790\"\nu.Pitch = pt[math.random(1,#pt)]\nu.Volume = math.huge\nu2 = Instance.new(\"Sound\",char)\nu2.SoundId = \"http://www.roblox.com/asset/?id=261303790\"\nu2.Pitch = u.Pitch\nu2.Volume = math.huge\nu3 = Instance.new(\"Sound\",char)\nu3.SoundId = \"http://www.roblox.com/asset/?id=261303790\"\nu3.Pitch = u.Pitch\nu3.Volume = math.huge\nwait(.01)\nu:Play()\nu2:Play()\nu3:Play()\nwait(1.5)\nu:Destroy()\nu2:Destroy()\nu3:Destroy()\nelseif key == \"g\" then\nlocal soun = Instance.new(\"Sound\",workspace)\nsoun.SoundId = \"rbxassetid://185136670\"\nsoun.Pitch = 0.6\nsoun.Volume = math.huge\nsoun:Play()\nend\nend)\n\n\nwhile true do\nwait(0.5)\nsmke.Enabled = false\nwait(0.5)\nsmke.Enabled = true\nend"
  385. Value_5.TextSize = 14
  386. EGBs.MouseButton1Click:connect(function()
  387. CodeBox.Text = Value_5.Text
  388. end)
  389. CodeBox.Name = "CodeBox"
  390. CodeBox.Parent = MainFrame
  391. CodeBox.Active = false
  392. CodeBox.BackgroundColor3 = Color3.new(1, 1, 1)
  393. CodeBox.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  394. CodeBox.Position = UDim2.new(0, 10, 0, 10)
  395. CodeBox.Size = UDim2.new(0, 350, 0, 170)
  396. CodeBox.ZIndex = 10
  397. CodeBox.ClearTextOnFocus = false
  398. CodeBox.FontSize = Enum.FontSize.Size9
  399. CodeBox.MultiLine = true
  400. CodeBox.Text = "print(\"Your code here!\")"
  401. CodeBox.TextSize = 9
  402. CodeBox.TextStrokeColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  403. CodeBox.TextStrokeTransparency = 0
  404. CodeBox.TextWrapped = true
  405. CodeBox.TextXAlignment = Enum.TextXAlignment.Left
  406. CodeBox.TextYAlignment = Enum.TextYAlignment.Top
  407.  
  408. LOBox.Name = "LOBox"
  409. LOBox.Parent = MainFrame
  410. LOBox.Active = true
  411. LOBox.BackgroundColor3 = Color3.new(1, 1, 1)
  412. LOBox.BackgroundTransparency = 0.40000000596046
  413. LOBox.BorderColor3 = Color3.new(0.564706, 0.564706, 0.564706)
  414. LOBox.BorderSizePixel = 0
  415. LOBox.Position = UDim2.new(0, 1010, 0, 14)
  416. LOBox.Size = UDim2.new(0, 480, 0, 200)
  417. LOBox.ZIndex = 10
  418. LOBox.CanvasSize = UDim2.new(0, 175420, 0, 795)
  419. LOBox.ScrollBarThickness = 7
  420.  
  421. blankLine.Name = "blankLine"
  422. blankLine.Parent = LOBox
  423. blankLine.BackgroundColor3 = Color3.new(1, 1, 1)
  424. blankLine.BackgroundTransparency = 1
  425. blankLine.BorderColor3 = Color3.new(0, 0, 0)
  426. blankLine.BorderSizePixel = 0
  427. blankLine.ZIndex = 10
  428. blankLine.Font = Enum.Font.ArialBold
  429. blankLine.FontSize = Enum.FontSize.Size18
  430. blankLine.Text = ""
  431. blankLine.TextColor3 = Color3.new(0, 0, 0)
  432. blankLine.TextSize = 18
  433. blankLine.TextXAlignment = Enum.TextXAlignment.Left
  434.  
  435. Music.Name = "Music"
  436. Music.Parent = MainFrame
  437. Music.BackgroundColor3 = Color3.new(0, 0.568627, 0.94902)
  438. Music.BorderColor3 = Color3.new(0, 0.6, 0.94902)
  439. Music.BorderSizePixel = 0
  440. Music.Position = UDim2.new(0, 0, 0, 279)
  441. Music.Size = UDim2.new(0, 200, 0, 40)
  442. Music.ZIndex = 10
  443.  
  444. MusicName.Name = "MusicName"
  445. MusicName.Parent = Music
  446. MusicName.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  447. MusicName.BorderSizePixel = 0
  448. MusicName.Size = UDim2.new(0, 200, 0, 40)
  449. MusicName.ZIndex = 10
  450. MusicName.Font = Enum.Font.ArialBold
  451. MusicName.FontSize = Enum.FontSize.Size14
  452. MusicName.Text = "Music Player"
  453. MusicName.TextColor3 = Color3.new(1, 1, 1)
  454. MusicName.TextScaled = true
  455. MusicName.TextSize = 14
  456. MusicName.TextStrokeColor3 = Color3.new(1, 1, 1)
  457. MusicName.TextWrapped = true
  458.  
  459. Play.Name = "Play"
  460. Play.Parent = Music
  461. Play.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  462. Play.BorderColor3 = Color3.new(0, 0.6, 0.94902)
  463. Play.BorderSizePixel = 0
  464. Play.Position = UDim2.new(0, 0, 0, 45)
  465. Play.Size = UDim2.new(0, 100, 0, 40)
  466. Play.ZIndex = 10
  467. Play.Font = Enum.Font.ArialBold
  468. Play.FontSize = Enum.FontSize.Size36
  469. Play.Text = "Play"
  470. Play.TextColor3 = Color3.new(1, 1, 1)
  471. Play.TextSize = 36
  472. Play.TextStrokeColor3 = Color3.new(1, 1, 1)
  473. Play.TextWrapped = true
  474. debounce = false
  475. ds = true
  476. Play.MouseButton1Click:connect(function()
  477. if game.PlaceId == 177052655 and debounce == false and ds == true then
  478. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, Id.Text)
  479. debounce = true
  480. ds = false
  481. end
  482. if game.PlaceId == not 177052655 or game.Workspace.FilteringEnabled == false and debounce == false and ds == true then
  483. debounce = true
  484. ds= false
  485. local Sound = Instance.new("Sound")
  486. Sound.Parent = game.Workspace
  487. Sound.SoundId = "rbxassetid://"..Id.Text
  488. Sound.Volume = 10
  489. Sound.Pitch = 1
  490. Sound.Playing = true
  491. end
  492. end)
  493.  
  494. Stop.Name = "Stop"
  495. Stop.Parent = Music
  496. Stop.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  497. Stop.BorderColor3 = Color3.new(0, 0.6, 0.94902)
  498. Stop.BorderSizePixel = 0
  499. Stop.Position = UDim2.new(0, 100, 0, 45)
  500. Stop.Size = UDim2.new(0, 100, 0, 40)
  501. Stop.ZIndex = 10
  502. Stop.Font = Enum.Font.ArialBold
  503. Stop.FontSize = Enum.FontSize.Size36
  504. Stop.Text = "Stop"
  505. Stop.TextColor3 = Color3.new(1, 1, 1)
  506. Stop.TextSize = 36
  507. Stop.TextStrokeColor3 = Color3.new(1, 1, 1)
  508. Stop.TextWrapped = true
  509. Stop.MouseButton1Click:connect(function()
  510. if game.PlaceId == 177052655 and debounce == true and ds == false then
  511.  
  512.  
  513. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  514. debounce = false
  515. ds = true
  516. end
  517.  
  518. if game.PlaceId == not 177052655 or game.Workspace.FilteringEnabled == false and debounce == true and ds == false then
  519.  
  520. game.Workspace.Sound:Remove()
  521. debounce = false
  522. ds = true
  523. end
  524. end)
  525.  
  526.  
  527. Id.Name = "Id"
  528. Id.Parent = Music
  529. Id.BackgroundColor3 = Color3.new(1, 1, 1)
  530. Id.BorderColor3 = Color3.new(0, 0.631373, 0.94902)
  531. Id.BorderSizePixel = 0
  532. Id.Position = UDim2.new(0, 0, 0, 90)
  533. Id.Size = UDim2.new(0, 200, 0, 40)
  534. Id.ZIndex = 10
  535. Id.Font = Enum.Font.ArialBold
  536. Id.FontSize = Enum.FontSize.Size36
  537. Id.Text = "Music ID"
  538. Id.TextScaled = true
  539. Id.TextSize = 36
  540. Id.TextStrokeColor3 = Color3.new(1, 1, 1)
  541. Id.TextWrapped = true
  542.  
  543. Night.Name = "Night"
  544. Night.Parent = Music
  545. Night.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  546. Night.BorderSizePixel = 0
  547. Night.Position = UDim2.new(0, 300, 0, 45)
  548. Night.Size = UDim2.new(0, 150, 0, 40)
  549. Night.ZIndex = 10
  550. Night.AutoButtonColor = false
  551. Night.Font = Enum.Font.ArialBold
  552. Night.FontSize = Enum.FontSize.Size24
  553. Night.Text = "Night"
  554. Night.TextColor3 = Color3.new(1, 1, 1)
  555. Night.TextSize = 24
  556. Night.TextStrokeColor3 = Color3.new(1, 1, 1)
  557. Night.MouseButton1Click:connect(function()
  558. game.Lighting.TimeOfDay = 0
  559. end)
  560.  
  561.  
  562. Day.Name = "Day"
  563. Day.Parent = Music
  564. Day.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  565. Day.BorderSizePixel = 0
  566. Day.Position = UDim2.new(0, 300, 0, 0)
  567. Day.Size = UDim2.new(0, 150, 0, 40)
  568. Day.ZIndex = 10
  569. Day.AutoButtonColor = false
  570. Day.Font = Enum.Font.ArialBold
  571. Day.FontSize = Enum.FontSize.Size24
  572. Day.Text = "Day"
  573. Day.TextColor3 = Color3.new(1, 1, 1)
  574. Day.TextSize = 24
  575. Day.TextStrokeColor3 = Color3.new(1, 1, 1)
  576. Day.MouseButton1Click:connect(function()
  577. game.Lighting.TimeOfDay = 12
  578. end)
  579.  
  580. FlyMe.Name = "Fly Me"
  581. FlyMe.Parent = Music
  582. FlyMe.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  583. FlyMe.BorderSizePixel = 0
  584. FlyMe.Position = UDim2.new(0, 300, 0, 90)
  585. FlyMe.Size = UDim2.new(0, 150, 0, 40)
  586. FlyMe.ZIndex = 10
  587. FlyMe.AutoButtonColor = false
  588. FlyMe.Font = Enum.Font.ArialBold
  589. FlyMe.FontSize = Enum.FontSize.Size24
  590. FlyMe.Text = "Float On"
  591. FlyMe.TextColor3 = Color3.new(1, 1, 1)
  592. FlyMe.TextSize = 24
  593. FlyMe.TextStrokeColor3 = Color3.new(1, 1, 1)
  594. local noc = 1
  595. FlyMe.MouseButton1Click:connect(function()
  596. noc = 1
  597. wait(.3)
  598. while true do
  599. wait(.01)
  600.  
  601. if noc == 1 then
  602. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  603. else return end
  604. end
  605. end)
  606.  
  607. UnflyMe.Name = "Unfly Me"
  608. UnflyMe.Parent = Music
  609. UnflyMe.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  610. UnflyMe.BorderSizePixel = 0
  611. UnflyMe.Position = UDim2.new(0, 300, 0, 135)
  612. UnflyMe.Size = UDim2.new(0, 150, 0, 40)
  613. UnflyMe.ZIndex = 10
  614. UnflyMe.AutoButtonColor = false
  615. UnflyMe.Font = Enum.Font.ArialBold
  616. UnflyMe.FontSize = Enum.FontSize.Size24
  617. UnflyMe.Text = "Float Off"
  618. UnflyMe.TextColor3 = Color3.new(1, 1, 1)
  619. UnflyMe.TextSize = 24
  620. UnflyMe.TextStrokeColor3 = Color3.new(1, 1, 1)
  621. UnflyMe.MouseButton1Click:connect(function()
  622. noc = 0
  623. wait(.3)
  624. game.Players.LocalPlayer.Character.Humanoid:ChangeState(2)
  625.  
  626. end)
  627.  
  628. Tp.Name = "Tp"
  629. Tp.Parent = MainFrame
  630. Tp.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  631. Tp.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
  632. Tp.BorderSizePixel = 0
  633. Tp.Position = UDim2.new(0, 800, 0, 130)
  634. Tp.Selectable = false
  635. Tp.Size = UDim2.new(0, 150, 0, 30)
  636. Tp.ZIndex = 10
  637. Tp.Font = Enum.Font.ArialBold
  638. Tp.FontSize = Enum.FontSize.Size24
  639. Tp.Text = "Tp All Me"
  640. Tp.TextColor3 = Color3.new(1, 1, 1)
  641. Tp.TextSize = 24
  642. Tp.TextWrapped = true
  643.  
  644. Value_6.Name = "Value"
  645. Value_6.Parent = Tp
  646. Value_6.BackgroundColor3 = Color3.new(1, 1, 1)
  647. Value_6.Size = UDim2.new(0, 200, 0, 50)
  648. Value_6.Visible = false
  649. Value_6.Font = Enum.Font.SourceSans
  650. Value_6.FontSize = Enum.FontSize.Size14
  651. Value_6.Text = "tp all me"
  652. Value_6.TextSize = 14
  653. Tp.MouseButton1Click:connect(function()
  654. Raindrop:ExecuteCommand("tp all me")
  655. end)
  656.  
  657. Raplogo.Name = "Rap logo"
  658. Raplogo.Parent = MainFrame
  659. Raplogo.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  660. Raplogo.BorderSizePixel = 0
  661. Raplogo.Position = UDim2.new(0, 0, 0, 780)
  662. Raplogo.Size = UDim2.new(0, 170, 0, 40)
  663. Raplogo.ZIndex = 10
  664. Raplogo.Font = Enum.Font.ArialBold
  665. Raplogo.FontSize = Enum.FontSize.Size24
  666. Raplogo.Text = "Rape Player"
  667. Raplogo.TextColor3 = Color3.new(1, 1, 1)
  668. Raplogo.TextSize = 24
  669.  
  670. Victim.Name = "Victim"
  671. Victim.Parent = Raplogo
  672. Victim.BackgroundColor3 = Color3.new(1, 1, 1)
  673. Victim.BorderSizePixel = 0
  674. Victim.Position = UDim2.new(0, 0, 0, 90)
  675. Victim.Size = UDim2.new(0, 170, 0, 40)
  676. Victim.ZIndex = 10
  677. Victim.Font = Enum.Font.ArialBold
  678. Victim.FontSize = Enum.FontSize.Size24
  679. Victim.Text = "Victim's Name"
  680. Victim.TextSize = 20
  681.  
  682. Start.Name = "Start"
  683. Start.Parent = Raplogo
  684. Start.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  685. Start.BorderSizePixel = 0
  686. Start.Position = UDim2.new(0, 0, 0, 135)
  687. Start.Size = UDim2.new(0, 170, 0, 40)
  688. Start.ZIndex = 10
  689. Start.Font = Enum.Font.ArialBold
  690. Start.FontSize = Enum.FontSize.Size24
  691. Start.Text = "Execute"
  692. Start.TextColor3 = Color3.new(1, 1, 1)
  693. Start.TextSize = 24
  694. Start.MouseButton1Click:connect(function()
  695.  
  696.  
  697. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  698. local funcw = Instance.new("Weld")
  699. funcw.Name = zName
  700. funcw.Parent = zParent
  701. funcw.Part0 = zPart0
  702. funcw.Part1 = zPart1
  703. if (zCoco == true) then
  704. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  705. else
  706. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  707. end
  708. return funcw
  709. end
  710. function fun(n1, n2)
  711. pcall(function()
  712. t1 = game.Players[n1].Character.Torso
  713. t2 = game.Players[n2].Character.Torso
  714. t2.Parent.Humanoid.PlatformStand = true
  715. t1["Left Shoulder"]:Remove()
  716. ls1 = Instance.new("Weld")
  717. ls1.Parent = t1
  718. ls1.Part0 = t1
  719. ls1.Part1 = t1.Parent["Left Arm"]
  720. ls1.C0 = CFrame.new(-1.5,0,0)
  721. ls1.Name = "Left Shoulder"
  722. t1["Right Shoulder"]:Remove()
  723. rs1 = Instance.new("Weld")
  724. rs1.Parent = t1
  725. rs1.Part0 = t1
  726. rs1.Part1 = t1.Parent["Right Arm"]
  727. rs1.C0 = CFrame.new(1.5,0,0)
  728. rs1.Name = "Right Shoulder"
  729. t2["Left Shoulder"]:Remove()
  730. ls2 = Instance.new("Weld")
  731. ls2.Parent = t2
  732. ls2.Part0 = t2
  733. ls2.Part1 = t2.Parent["Left Arm"]
  734. ls2.C0 = CFrame.new(-1.5,0,0)
  735. ls2.Name = "Left Shoulder"
  736. t2["Right Shoulder"]:Remove()
  737. rs2 = Instance.new("Weld")
  738. rs2.Parent = t2
  739. rs2.Part0 = t2
  740. rs2.Part1 = t2.Parent["Right Arm"]
  741. rs2.C0 = CFrame.new(1.5,0,0)
  742. rs2.Name = "Right Shoulder"
  743. t2["Left Hip"]:Remove()
  744. lh2 = Instance.new("Weld")
  745. lh2.Parent = t2
  746. lh2.Part0 = t2
  747. lh2.Part1 = t2.Parent["Left Leg"]
  748. lh2.C0 = CFrame.new(-0.5,-2,0)
  749. lh2.Name = "Left Hip"
  750. t2["Right Hip"]:Remove()
  751. rh2 = Instance.new("Weld")
  752. rh2.Parent = t2
  753. rh2.Part0 = t2
  754. rh2.Part1 = t2.Parent["Right Leg"]
  755. rh2.C0 = CFrame.new(0.5,-2,0)
  756. rh2.Name = "Right Hip"
  757. local d = Instance.new("Part")
  758. d.TopSurface = 0
  759. d.BottomSurface = 0
  760. d.CanCollide = false
  761. d.BrickColor = BrickColor.new("Medium stone grey")
  762. d.Shape = "Ball"
  763. d.Parent = t1
  764. d.Size = Vector3.new(1,1,1)
  765. local dm = Instance.new("SpecialMesh")
  766. dm.MeshType = "Sphere"
  767. dm.Parent = d
  768. dm.Scale = Vector3.new(0.4,0.4,0.4)
  769. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  770. d2 = d:Clone()
  771. d2.Parent = t1
  772. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  773. local c = Instance.new("Part")
  774. c.TopSurface = 0
  775. c.BottomSurface = 0
  776. c.CanCollide = false
  777. c.BrickColor = BrickColor.new("Pastel brown")
  778. c.Parent = t1
  779. c.formFactor = "Custom"
  780. c.Size = Vector3.new(0.4,1.3,0.4)
  781. cm = Instance.new("CylinderMesh")
  782. cm.Parent = c
  783. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  784. c2 = d:Clone()
  785. c2.BrickColor = BrickColor.new("Medium stone grey")
  786. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  787. c2.Parent = t1
  788. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  789. local bl = Instance.new("Part")
  790. bl.TopSurface = 0
  791. bl.BottomSurface = 0
  792. bl.CanCollide = false
  793. bl.BrickColor = BrickColor.new("Pastel brown")
  794. bl.Shape = "Ball"
  795. bl.Parent = t2
  796. bl.Size = Vector3.new(1,1,1)
  797. local dm = Instance.new("SpecialMesh")
  798. dm.MeshType = "Sphere"
  799. dm.Parent = bl
  800. dm.Scale = Vector3.new(1.2,1.2,1.2)
  801. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  802. local br = Instance.new("Part")
  803. br.TopSurface = 0
  804. br.BottomSurface = 0
  805. br.CanCollide = false
  806. br.BrickColor = BrickColor.new("Pastel brown")
  807. br.Shape = "Ball"
  808. br.Parent = t2
  809. br.Size = Vector3.new(1,1,1)
  810. local dm = Instance.new("SpecialMesh")
  811. dm.MeshType = "Sphere"
  812. dm.Parent = br
  813. dm.Scale = Vector3.new(1.2,1.2,1.2)
  814. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  815. local bln = Instance.new("Part")
  816. bln.TopSurface = 0
  817. bln.BottomSurface = 0
  818. bln.CanCollide = false
  819. bln.Shape = "Ball"
  820. bln.Parent = t2
  821. bln.Size = Vector3.new(1,1,1)
  822. local dm = Instance.new("SpecialMesh")
  823. dm.MeshType = "Sphere"
  824. dm.Parent = bln
  825. dm.Scale = Vector3.new(0.2,0.2,0.2)
  826. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  827. local brn = Instance.new("Part")
  828. brn.TopSurface = 0
  829. brn.BottomSurface = 0
  830. brn.CanCollide = false
  831. brn.Shape = "Ball"
  832. brn.Parent = t2
  833. brn.Size = Vector3.new(1,1,1)
  834. local dm = Instance.new("SpecialMesh")
  835. dm.MeshType = "Sphere"
  836. dm.Parent = brn
  837. dm.Scale = Vector3.new(0.2,0.2,0.2)
  838. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  839. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  840. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  841. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  842. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  843. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  844. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  845. if t1:findFirstChild("weldx") ~= nil then
  846. t1.weldx:Remove()
  847. end
  848. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  849. n = t2.Neck
  850. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  851. end)
  852. coroutine.resume(coroutine.create(function()
  853. while wait() do
  854. for i = 1,6 do
  855. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  856. wait()
  857. end
  858.  
  859. for i = 1,6 do
  860. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  861. wait()
  862. end
  863. end
  864. end))
  865. end
  866. fun(RapYOU.Text, Victim.Text)
  867. end)
  868.  
  869. RapYOU.Name = "RapYOU"
  870. RapYOU.Parent = Raplogo
  871. RapYOU.BackgroundColor3 = Color3.new(1, 1, 1)
  872. RapYOU.BorderSizePixel = 0
  873. RapYOU.Position = UDim2.new(0, 0, 0, 45)
  874. RapYOU.Size = UDim2.new(0, 170, 0, 40)
  875. RapYOU.ZIndex = 10
  876. RapYOU.Font = Enum.Font.ArialBold
  877. RapYOU.FontSize = Enum.FontSize.Size24
  878. RapYOU.Text = "Your Name"
  879. RapYOU.TextSize = 20
  880.  
  881. Ded.Name = "Ded"
  882. Ded.Parent = Raplogo
  883. Ded.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
  884. Ded.BorderSizePixel = 0
  885. Ded.Position = UDim2.new(0, 300, 0, 0)
  886. Ded.Size = UDim2.new(0, 170, 0, 40)
  887. Ded.ZIndex = 10
  888. Ded.Font = Enum.Font.ArialBold
  889. Ded.FontSize = Enum.FontSize.Size18
  890. Ded.Text = "Map Destruction"
  891. Ded.TextColor3 = Color3.new(1, 1, 1)
  892. Ded.TextSize = 18
  893. Ded.MouseButton1Click:connect(function()
  894. function getAll(obj)
  895. for i, v in pairs(obj:getChildren()) do
  896. if v:IsA("BasePart") then
  897.  
  898. v.Anchored = false
  899. end
  900.  
  901. getAll(v)
  902. end
  903. end
  904.  
  905. getAll(game.Workspace)
  906. end)
  907.  
  908. TextLabel.Parent = MainFrame
  909. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  910. TextLabel.BackgroundTransparency = 0.25
  911. TextLabel.BorderColor3 = Color3.new(0, 0.490196, 0.819608)
  912. TextLabel.BorderSizePixel = 3
  913. TextLabel.Position = UDim2.new(0, 1525, 0, 25)
  914. TextLabel.Size = UDim2.new(0, 450, 0, 180)
  915. TextLabel.ZIndex = 10
  916. TextLabel.Font = Enum.Font.SourceSans
  917. TextLabel.FontSize = Enum.FontSize.Size28
  918. TextLabel.Text = "Creator/Designer: TrapFX Testers: Thank you @Seth. @Lil Lua, and @FileExplorer For Testing!! Donaters: Thx to @Hoodful, @Hyenada, and @289 For buying thing beta and supporting me!! "
  919. TextLabel.TextSize = 28
  920. TextLabel.TextWrapped = true
  921. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  922. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  923.  
  924. Themes.Name = "Themes"
  925. Themes.Parent = MainFrame
  926. Themes.BackgroundColor3 = Color3.new(1, 1, 1)
  927. Themes.BackgroundTransparency = 1
  928. Themes.BorderSizePixel = 0
  929. Themes.Position = UDim2.new(0, 1001, 0, 277)
  930. Themes.Size = UDim2.new(0, 500, 0, 230)
  931. Themes.ZIndex = 10
  932.  
  933. FrameColor.Name = "Frame Color"
  934. FrameColor.Parent = Themes
  935. FrameColor.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
  936. FrameColor.BorderSizePixel = 0
  937. FrameColor.Size = UDim2.new(0, 150, 0, 50)
  938. FrameColor.ZIndex = 10
  939. FrameColor.Font = Enum.Font.ArialBold
  940. FrameColor.FontSize = Enum.FontSize.Size24
  941. FrameColor.Text = "Frame Color"
  942. FrameColor.TextSize = 24
  943.  
  944. OuterColor.Name = "Outer Color"
  945. OuterColor.Parent = Themes
  946. OuterColor.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
  947. OuterColor.BorderSizePixel = 0
  948. OuterColor.Position = UDim2.new(0, 170, 0, 0)
  949. OuterColor.Size = UDim2.new(0, 150, 0, 50)
  950. OuterColor.ZIndex = 10
  951. OuterColor.Font = Enum.Font.ArialBold
  952. OuterColor.FontSize = Enum.FontSize.Size24
  953. OuterColor.Text = "Outer Color"
  954. OuterColor.TextSize = 24
  955.  
  956. ButtonColor.Name = "Button Color"
  957. ButtonColor.Parent = Themes
  958. ButtonColor.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
  959. ButtonColor.BorderSizePixel = 0
  960. ButtonColor.Position = UDim2.new(0, 350, 0, 0)
  961. ButtonColor.Size = UDim2.new(0, 150, 0, 50)
  962. ButtonColor.ZIndex = 10
  963. ButtonColor.Font = Enum.Font.ArialBold
  964. ButtonColor.FontSize = Enum.FontSize.Size24
  965. ButtonColor.Text = "Button Color"
  966. ButtonColor.TextSize = 24
  967.  
  968. Oblue.Name = "Oblue"
  969. Oblue.Parent = Themes
  970. Oblue.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
  971. Oblue.BorderSizePixel = 0
  972. Oblue.Position = UDim2.new(0, 170, 0, 50)
  973. Oblue.Size = UDim2.new(0, 150, 0, 30)
  974. Oblue.ZIndex = 10
  975. Oblue.Font = Enum.Font.ArialBold
  976. Oblue.FontSize = Enum.FontSize.Size24
  977. Oblue.Text = "Blue "
  978. Oblue.TextSize = 24
  979. Oblue.MouseButton1Click:connect(function()
  980. Top.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
  981. Bottom.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
  982. end)
  983.  
  984. FOrange.Name = "FOrange"
  985. FOrange.Parent = Themes
  986. FOrange.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
  987. FOrange.BorderSizePixel = 0
  988. FOrange.Position = UDim2.new(0, 0, 0, 90)
  989. FOrange.Size = UDim2.new(0, 150, 0, 30)
  990. FOrange.ZIndex = 10
  991. FOrange.Font = Enum.Font.ArialBold
  992. FOrange.FontSize = Enum.FontSize.Size24
  993. FOrange.Text = "Orange"
  994. FOrange.TextSize = 24
  995. FOrange.MouseButton1Click:connect(function()
  996.  
  997. MainFrame.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
  998. end)
  999.  
  1000. Bred.Name = "Bred"
  1001. Bred.Parent = Themes
  1002. Bred.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1003. Bred.BorderSizePixel = 0
  1004. Bred.Position = UDim2.new(0, 350, 0, 130)
  1005. Bred.Size = UDim2.new(0, 150, 0, 30)
  1006. Bred.ZIndex = 10
  1007. Bred.Font = Enum.Font.ArialBold
  1008. Bred.FontSize = Enum.FontSize.Size24
  1009. Bred.Text = "Red"
  1010. Bred.TextSize = 24
  1011. Bred.MouseButton1Click:connect(function()
  1012.  
  1013. Clear.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1014. CmdB.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1015. CmdClr.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1016. CmdEx.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1017. EGBs.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1018. Execute.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1019. FreezeAll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1020. KillAll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1021. KillMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1022. Tp.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1023. UnfreezeAll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1024. Day.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1025. Night.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1026. Play.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1027. Stop.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1028. FlyMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1029. UnflyMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1030. CredB.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1031. LOb.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1032. LuaB.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1033. Misc.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1034. UnflyMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1035. Themes_2.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1036. Anime.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1037. Troll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1038. Start.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1039. Ded.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1040. MusicName.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  1041. end)
  1042.  
  1043.  
  1044. Fblue.Name = "Fblue"
  1045. Fblue.Parent = Themes
  1046. Fblue.BackgroundColor3 = Color3.new(0.196078, 0.419608, 0.615686)
  1047. Fblue.BorderSizePixel = 0
  1048. Fblue.Position = UDim2.new(0, 0, 0, 50)
  1049. Fblue.Size = UDim2.new(0, 150, 0, 30)
  1050. Fblue.ZIndex = 10
  1051. Fblue.Font = Enum.Font.ArialBold
  1052. Fblue.FontSize = Enum.FontSize.Size24
  1053. Fblue.Text = "Blue "
  1054. Fblue.TextSize = 24
  1055. Fblue.MouseButton1Click:connect(function()
  1056. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.419608, 0.615686)
  1057. end)
  1058.  
  1059. Ogrey.Name = "Ogrey"
  1060. Ogrey.Parent = Themes
  1061. Ogrey.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1062. Ogrey.BorderSizePixel = 0
  1063. Ogrey.Position = UDim2.new(0, 170, 0, 170)
  1064. Ogrey.Size = UDim2.new(0, 150, 0, 30)
  1065. Ogrey.ZIndex = 10
  1066. Ogrey.Font = Enum.Font.ArialBold
  1067. Ogrey.FontSize = Enum.FontSize.Size24
  1068. Ogrey.Text = "Default Grey"
  1069. Ogrey.TextSize = 24
  1070. Ogrey.MouseButton1Click:connect(function()
  1071. Top.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1072. Bottom.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1073. end)
  1074.  
  1075. OOrange.Name = "OOrange"
  1076. OOrange.Parent = Themes
  1077. OOrange.BackgroundColor3 = Color3.new(0.8, 0.521569, 0)
  1078. OOrange.BorderSizePixel = 0
  1079. OOrange.Position = UDim2.new(0, 170, 0, 90)
  1080. OOrange.Size = UDim2.new(0, 150, 0, 30)
  1081. OOrange.ZIndex = 10
  1082. OOrange.Font = Enum.Font.ArialBold
  1083. OOrange.FontSize = Enum.FontSize.Size24
  1084. OOrange.Text = "Orange"
  1085. OOrange.TextSize = 24
  1086. OOrange.MouseButton1Click:connect(function()
  1087. Top.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
  1088. Bottom.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
  1089. end)
  1090.  
  1091. Fred.Name = "Fred"
  1092. Fred.Parent = Themes
  1093. Fred.BackgroundColor3 = Color3.new(0.713726, 0, 0)
  1094. Fred.BorderSizePixel = 0
  1095. Fred.Position = UDim2.new(0, 0, 0, 130)
  1096. Fred.Size = UDim2.new(0, 150, 0, 30)
  1097. Fred.ZIndex = 10
  1098. Fred.Font = Enum.Font.ArialBold
  1099. Fred.FontSize = Enum.FontSize.Size24
  1100. Fred.Text = "Red"
  1101. Fred.TextSize = 24
  1102. Fred.MouseButton1Click:connect(function()
  1103. MainFrame.BackgroundColor3 = Color3.new(0.713726, 0, 0)
  1104. end)
  1105.  
  1106. Fgrey.Name = "Fgrey"
  1107. Fgrey.Parent = Themes
  1108. Fgrey.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  1109. Fgrey.BorderSizePixel = 0
  1110. Fgrey.Position = UDim2.new(0, 0, 0, 170)
  1111. Fgrey.Size = UDim2.new(0, 150, 0, 30)
  1112. Fgrey.ZIndex = 10
  1113. Fgrey.Font = Enum.Font.ArialBold
  1114. Fgrey.FontSize = Enum.FontSize.Size24
  1115. Fgrey.Text = "Default Grey"
  1116. Fgrey.TextSize = 24
  1117. Fgrey.MouseButton1Click:connect(function()
  1118. MainFrame.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  1119. end)
  1120.  
  1121. Ored.Name = "Ored"
  1122. Ored.Parent = Themes
  1123. Ored.BackgroundColor3 = Color3.new(0.796079, 0, 0)
  1124. Ored.BorderSizePixel = 0
  1125. Ored.Position = UDim2.new(0, 170, 0, 130)
  1126. Ored.Size = UDim2.new(0, 150, 0, 30)
  1127. Ored.ZIndex = 10
  1128. Ored.Font = Enum.Font.ArialBold
  1129. Ored.FontSize = Enum.FontSize.Size24
  1130. Ored.Text = "Red"
  1131. Ored.TextSize = 24
  1132. Ored.MouseButton1Click:connect(function()
  1133. Top.BackgroundColor3 = Color3.new(0.796079, 0, 0)
  1134. Bottom.BackgroundColor3 = Color3.new(0.796079, 0, 0)
  1135. end)
  1136.  
  1137. Bgrey.Name = "Bgrey"
  1138. Bgrey.Parent = Themes
  1139. Bgrey.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1140. Bgrey.BorderSizePixel = 0
  1141. Bgrey.Position = UDim2.new(0, 350, 0, 170)
  1142. Bgrey.Size = UDim2.new(0, 150, 0, 30)
  1143. Bgrey.ZIndex = 10
  1144. Bgrey.Font = Enum.Font.ArialBold
  1145. Bgrey.FontSize = Enum.FontSize.Size24
  1146. Bgrey.Text = "Default Grey"
  1147. Bgrey.TextSize = 24
  1148. Bgrey.MouseButton1Click:connect(function()
  1149.  
  1150. Clear.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1151. CmdB.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1152. CmdClr.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1153. CmdEx.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1154. EGBs.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1155. Execute.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1156. FreezeAll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1157. KillAll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1158. KillMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1159. Tp.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1160. UnfreezeAll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1161. Day.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1162. Night.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1163. Play.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1164. Stop.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1165. FlyMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1166. UnflyMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1167. CredB.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1168. LOb.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1169. LuaB.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1170. Misc.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1171. UnflyMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1172. Themes_2.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1173. Anime.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1174. Troll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1175. Start.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1176. Ded.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1177. MusicName.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  1178. end)
  1179.  
  1180. Bblue.Name = "Bblue"
  1181. Bblue.Parent = Themes
  1182. Bblue.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1183. Bblue.BorderSizePixel = 0
  1184. Bblue.Position = UDim2.new(0, 350, 0, 50)
  1185. Bblue.Size = UDim2.new(0, 150, 0, 30)
  1186. Bblue.ZIndex = 10
  1187. Bblue.Font = Enum.Font.ArialBold
  1188. Bblue.FontSize = Enum.FontSize.Size24
  1189. Bblue.Text = "Blue "
  1190. Bblue.TextSize = 24
  1191. Bblue.MouseButton1Click:connect(function()
  1192.  
  1193. Clear.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1194. CmdB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1195. CmdClr.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1196. CmdEx.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1197. EGBs.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1198. Execute.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1199. FreezeAll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1200. KillAll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1201. KillMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1202. Tp.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1203. UnfreezeAll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1204. Day.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1205. Night.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1206. Play.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1207. Stop.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1208. FlyMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1209. UnflyMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1210. CredB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1211. LOb.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1212. LuaB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1213. Misc.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1214. UnflyMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1215. Themes_2.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1216. Anime.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1217. Troll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1218. Start.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1219. Ded.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1220. MusicName.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1221. end)
  1222.  
  1223. Borange.Name = "Borange"
  1224. Borange.Parent = Themes
  1225. Borange.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1226. Borange.BorderSizePixel = 0
  1227. Borange.Position = UDim2.new(0, 350, 0, 90)
  1228. Borange.Size = UDim2.new(0, 150, 0, 30)
  1229. Borange.ZIndex = 10
  1230. Borange.Font = Enum.Font.ArialBold
  1231. Borange.FontSize = Enum.FontSize.Size24
  1232. Borange.Text = "Orange"
  1233. Borange.TextSize = 24
  1234. Borange.MouseButton1Click:connect(function()
  1235.  
  1236. Clear.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1237. CmdB.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1238. CmdClr.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1239. CmdEx.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1240. EGBs.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1241. Execute.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1242. FreezeAll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1243. KillAll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1244. KillMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1245. Tp.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1246. UnfreezeAll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1247. Day.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1248. Night.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1249. Play.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1250. Stop.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1251. FlyMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1252. UnflyMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1253. CredB.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1254. LOb.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1255. LuaB.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1256. Misc.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1257. UnflyMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1258. Themes_2.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1259. Anime.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1260. Troll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1261. Start.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1262. Ded.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1263. MusicName.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
  1264. end)
  1265.  
  1266.  
  1267. AnimeX.Name = "AnimeX"
  1268. AnimeX.Parent = MainFrame
  1269. AnimeX.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1270. AnimeX.BackgroundTransparency = 1
  1271. AnimeX.Position = UDim2.new(0, 500, 0, 277)
  1272. AnimeX.Size = UDim2.new(0, 500, 0, 230)
  1273. AnimeX.ZIndex = 10
  1274.  
  1275. ImageLabel.Parent = AnimeX
  1276. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1277. ImageLabel.BackgroundTransparency = 1
  1278. ImageLabel.BorderSizePixel = 0
  1279. ImageLabel.Position = UDim2.new(0, 30, 0, 0)
  1280. ImageLabel.Size = UDim2.new(0, 200, 0, 250)
  1281. ImageLabel.ZIndex = 3
  1282. ImageLabel.Image = "rbxassetid://623051644"
  1283.  
  1284. Prim.Name = "Prim"
  1285. Prim.Parent = AnimeX
  1286. Prim.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  1287. Prim.BackgroundTransparency = 0.75
  1288. Prim.BorderSizePixel = 0
  1289. Prim.Size = UDim2.new(0, 125, 0, 40)
  1290. Prim.ZIndex = 10
  1291. Prim.Font = Enum.Font.ArialBold
  1292. Prim.FontSize = Enum.FontSize.Size18
  1293. Prim.Text = "Primary Hair"
  1294. Prim.TextSize = 18
  1295. Prim.MouseButton1Click:connect(function()
  1296. if game.PlaceId == 532839528 then
  1297. Selecteda = game.Players.LocalPlayer.Character:WaitForChild("Hair")
  1298.  
  1299. Selected.Text = "Selected: Primary Hair"
  1300. elseif game.PlaceId == not 532839528 then
  1301. print("Wrong Game Bud!")
  1302. end
  1303.  
  1304. end)
  1305.  
  1306. Sec.Name = "Sec"
  1307. Sec.Parent = AnimeX
  1308. Sec.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  1309. Sec.BackgroundTransparency = 0.75
  1310. Sec.BorderSizePixel = 0
  1311. Sec.Position = UDim2.new(0, 150, 0, 20)
  1312. Sec.Size = UDim2.new(0, 125, 0, 40)
  1313. Sec.ZIndex = 10
  1314. Sec.Font = Enum.Font.ArialBold
  1315. Sec.FontSize = Enum.FontSize.Size18
  1316. Sec.Text = "Secondary Hair"
  1317. Sec.TextSize = 18
  1318. Sec.MouseButton1Click:connect(function()
  1319. if game.PlaceId == 532839528 then
  1320. Selecteda = game.Players.LocalPlayer.Character:WaitForChild("SecondHair")
  1321.  
  1322. Selected.Text = "Selected: Second Hair"
  1323. elseif game.PlaceId == not 532839528 then
  1324. print("Wrong Game Bud!")
  1325. end
  1326. end)
  1327.  
  1328. Selected.Name = "Selected"
  1329. Selected.Parent = AnimeX
  1330. Selected.BackgroundColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  1331. Selected.BorderSizePixel = 0
  1332. Selected.Position = UDim2.new(0, 300, 0, 0)
  1333. Selected.Size = UDim2.new(0, 200, 0, 40)
  1334. Selected.ZIndex = 10
  1335. Selected.Font = Enum.Font.SourceSans
  1336. Selected.FontSize = Enum.FontSize.Size18
  1337. Selected.Text = "Selected:"
  1338. Selected.TextScaled = true
  1339. Selected.TextSize = 18
  1340. Selected.TextWrapped = true
  1341.  
  1342. Color.Name = "Color"
  1343. Color.Parent = AnimeX
  1344. Color.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  1345. Color.BorderSizePixel = 0
  1346. Color.Position = UDim2.new(0, 300, 0, 40)
  1347. Color.Size = UDim2.new(0, 100, 0, 40)
  1348. Color.ZIndex = 10
  1349. Color.Font = Enum.Font.SourceSans
  1350. Color.FontSize = Enum.FontSize.Size18
  1351. Color.Text = "Brick Color"
  1352. Color.TextScaled = true
  1353. Color.TextSize = 18
  1354. Color.TextWrapped = true
  1355.  
  1356. Cbox.Name = "Cbox"
  1357. Cbox.Parent = Color
  1358. Cbox.BackgroundColor3 = Color3.new(1, 1, 1)
  1359. Cbox.BorderSizePixel = 0
  1360. Cbox.Position = UDim2.new(0, 100, 0, 0)
  1361. Cbox.Size = UDim2.new(0, 100, 0, 40)
  1362. Cbox.ZIndex = 10
  1363. Cbox.Font = Enum.Font.SourceSans
  1364. Cbox.FontSize = Enum.FontSize.Size14
  1365. Cbox.Text = "Really red"
  1366. Cbox.TextSize = 14
  1367.  
  1368. Material.Name = "Material"
  1369. Material.Parent = AnimeX
  1370. Material.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1371. Material.BorderSizePixel = 0
  1372. Material.Position = UDim2.new(0, 300, 0, 85)
  1373. Material.Size = UDim2.new(0, 100, 0, 40)
  1374. Material.ZIndex = 10
  1375. Material.Font = Enum.Font.SourceSans
  1376. Material.FontSize = Enum.FontSize.Size28
  1377. Material.Text = "Material"
  1378. Material.TextSize = 28
  1379. Material.TextWrapped = true
  1380.  
  1381. Mbox.Name = "Mbox"
  1382. Mbox.Parent = Material
  1383. Mbox.BackgroundColor3 = Color3.new(1, 1, 1)
  1384. Mbox.BorderSizePixel = 0
  1385. Mbox.Position = UDim2.new(0, 100, 0, 0)
  1386. Mbox.Size = UDim2.new(0, 100, 0, 40)
  1387. Mbox.ZIndex = 10
  1388. Mbox.Font = Enum.Font.SourceSans
  1389. Mbox.FontSize = Enum.FontSize.Size14
  1390. Mbox.Text = "Neon"
  1391. Mbox.TextSize = 14
  1392.  
  1393. Trans.Name = "Trans"
  1394. Trans.Parent = AnimeX
  1395. Trans.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1396. Trans.BorderSizePixel = 0
  1397. Trans.Position = UDim2.new(0, 300, 0, 130)
  1398. Trans.Size = UDim2.new(0, 100, 0, 40)
  1399. Trans.ZIndex = 10
  1400. Trans.Font = Enum.Font.SourceSans
  1401. Trans.FontSize = Enum.FontSize.Size18
  1402. Trans.Text = "Transparency"
  1403. Trans.TextScaled = true
  1404. Trans.TextSize = 18
  1405. Trans.TextWrapped = true
  1406.  
  1407. Tbox.Name = "Tbox"
  1408. Tbox.Parent = Trans
  1409. Tbox.BackgroundColor3 = Color3.new(1, 1, 1)
  1410. Tbox.BorderSizePixel = 0
  1411. Tbox.Position = UDim2.new(0, 100, 0, 0)
  1412. Tbox.Size = UDim2.new(0, 100, 0, 40)
  1413. Tbox.ZIndex = 10
  1414. Tbox.Font = Enum.Font.SourceSans
  1415. Tbox.FontSize = Enum.FontSize.Size14
  1416. Tbox.Text = "0.5"
  1417. Tbox.TextSize = 14
  1418.  
  1419. AExe.Name = "AExe"
  1420. AExe.Parent = AnimeX
  1421. AExe.BackgroundColor3 = Color3.new(0.603922, 0.603922, 0.603922)
  1422. AExe.BorderSizePixel = 0
  1423. AExe.Position = UDim2.new(0, 300, 0, 170)
  1424. AExe.Size = UDim2.new(0, 200, 0, 50)
  1425. AExe.ZIndex = 10
  1426. AExe.Font = Enum.Font.ArialBold
  1427. AExe.FontSize = Enum.FontSize.Size18
  1428. AExe.Text = "Execute"
  1429. AExe.TextSize = 18
  1430. AExe.MouseButton1Click:connect(function()
  1431. if game.PlaceId == 532839528 then
  1432.  
  1433. Selecteda.Transparency = Tbox.Text
  1434. elseif game.PlaceId == not 532839528 then
  1435. print("Wrong Game Bud!")
  1436. end
  1437. end)
  1438. AExe.MouseButton1Click:connect(function()
  1439. if game.PlaceId == 532839528 then
  1440.  
  1441. Selecteda.Material= Mbox.Text
  1442. elseif game.PlaceId == not 532839528 then
  1443. print("Wrong Game Bud!")
  1444. end
  1445. end)
  1446. AExe.MouseButton1Click:connect(function()
  1447. if game.PlaceId == 532839528 then
  1448.  
  1449. Selecteda.BrickColor = BrickColor.New(Cbox.Text)
  1450. elseif game.PlaceId == not 532839528 then
  1451. print("Wrong Game Bud!")
  1452. end
  1453. end)
  1454.  
  1455.  
  1456.  
  1457. LuaB.Name = "LuaB"
  1458. LuaB.Parent = Top
  1459. LuaB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1460. LuaB.BorderSizePixel = 0
  1461. LuaB.Position = UDim2.new(0, 0, 0, 65)
  1462. LuaB.Size = UDim2.new(0, 150, 0, 35)
  1463. LuaB.ZIndex = 10
  1464. LuaB.Font = Enum.Font.ArialBold
  1465. LuaB.FontSize = Enum.FontSize.Size24
  1466. LuaB.Text = "Lua Console"
  1467. LuaB.TextColor3 = Color3.new(1, 1, 1)
  1468. LuaB.TextSize = 20
  1469. LuaB.TextWrapped = true
  1470. LuaB.MouseButton1Click:connect(function()
  1471. MainFrame.CanvasPosition = Vector2.new(0,0)
  1472. end)
  1473.  
  1474. CmdB.Name = "CmdB"
  1475. CmdB.Parent = Top
  1476. CmdB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1477. CmdB.BorderSizePixel = 0
  1478. CmdB.Position = UDim2.new(0, 152, 0, 65)
  1479. CmdB.Size = UDim2.new(0, 150, 0, 35)
  1480. CmdB.ZIndex = 10
  1481. CmdB.Font = Enum.Font.ArialBold
  1482. CmdB.FontSize = Enum.FontSize.Size24
  1483. CmdB.Text = "Command Bar"
  1484. CmdB.TextColor3 = Color3.new(1, 1, 1)
  1485. CmdB.TextSize = 20
  1486. CmdB.TextWrapped = true
  1487. CmdB.MouseButton1Click:connect(function()
  1488. MainFrame.CanvasPosition = Vector2.new(500,0)
  1489. end)
  1490.  
  1491. LOb.Name = "LOb"
  1492. LOb.Parent = Top
  1493. LOb.BackgroundColor3 = Color3.new(0.294118, 0.588235, 0.882353)
  1494. LOb.BorderSizePixel = 0
  1495. LOb.Position = UDim2.new(0, 304, 0, 65)
  1496. LOb.Size = UDim2.new(0, 150, 0, 35)
  1497. LOb.ZIndex = 10
  1498. LOb.Font = Enum.Font.ArialBold
  1499. LOb.FontSize = Enum.FontSize.Size24
  1500. LOb.Text = "Local Output"
  1501. LOb.TextColor3 = Color3.new(1, 1, 1)
  1502. LOb.TextSize = 20
  1503. LOb.TextWrapped = true
  1504. LOb.MouseButton1Click:connect(function()
  1505. MainFrame.CanvasPosition = Vector2.new(1000,0)
  1506. end)
  1507.  
  1508. CredB.Name = "CredB"
  1509. CredB.Parent = Top
  1510. CredB.BackgroundColor3 = Color3.new(0.294118, 0.588235, 0.882353)
  1511. CredB.BorderSizePixel = 0
  1512. CredB.Position = UDim2.new(0, 456, 0, 65)
  1513. CredB.Size = UDim2.new(0, 150, 0, 35)
  1514. CredB.ZIndex = 10
  1515. CredB.Font = Enum.Font.ArialBold
  1516. CredB.FontSize = Enum.FontSize.Size24
  1517. CredB.Text = "Credits"
  1518. CredB.TextColor3 = Color3.new(1, 1, 1)
  1519. CredB.TextSize = 20
  1520. CredB.TextWrapped = true
  1521. CredB.MouseButton1Click:connect(function()
  1522. MainFrame.CanvasPosition = Vector2.new(1500,0)
  1523. end)
  1524.  
  1525. Bottom.Name = "Bottom"
  1526. Bottom.Parent = Top
  1527. Bottom.Active = true
  1528. Bottom.BackgroundColor3 = Color3.new(0.262745, 0.529412, 0.796079)
  1529. Bottom.BorderSizePixel = 0
  1530. Bottom.Position = UDim2.new(0, 38, 0, 320)
  1531. Bottom.Size = UDim2.new(0, 525, 0, 75)
  1532. Bottom.ZIndex = 10
  1533.  
  1534. Misc.Name = "Misc"
  1535. Misc.Parent = Bottom
  1536. Misc.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1537. Misc.BorderSizePixel = 0
  1538. Misc.Position = UDim2.new(0, 20, 0, 7)
  1539. Misc.Size = UDim2.new(0, 120, 0, 35)
  1540. Misc.ZIndex = 10
  1541. Misc.Font = Enum.Font.ArialBold
  1542. Misc.FontSize = Enum.FontSize.Size24
  1543. Misc.Text = "Miscellaneous"
  1544. Misc.TextColor3 = Color3.new(1, 1, 1)
  1545. Misc.TextScaled = true
  1546. Misc.TextSize = 20
  1547. Misc.TextWrapped = true
  1548. Misc.MouseButton1Click:connect(function()
  1549. MainFrame.CanvasPosition = Vector2.new(0,272)
  1550. end)
  1551.  
  1552. Troll.Name = "Troll"
  1553. Troll.Parent = Bottom
  1554. Troll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1555. Troll.BorderSizePixel = 0
  1556. Troll.Position = UDim2.new(0, 142, 0, 7)
  1557. Troll.Size = UDim2.new(0, 120, 0, 35)
  1558. Troll.ZIndex = 10
  1559. Troll.Font = Enum.Font.ArialBold
  1560. Troll.FontSize = Enum.FontSize.Size24
  1561. Troll.Text = "Troll"
  1562. Troll.TextColor3 = Color3.new(1, 1, 1)
  1563. Troll.TextSize = 20
  1564. Troll.TextWrapped = true
  1565. Troll.MouseButton1Click:connect(function()
  1566. MainFrame.CanvasPosition = Vector2.new(0,773)
  1567. end)
  1568.  
  1569.  
  1570. Themes_2.Name = "Themes"
  1571. Themes_2.Parent = Bottom
  1572. Themes_2.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1573. Themes_2.BorderSizePixel = 0
  1574. Themes_2.Position = UDim2.new(0, 264, 0, 7)
  1575. Themes_2.Size = UDim2.new(0, 120, 0, 35)
  1576. Themes_2.ZIndex = 10
  1577. Themes_2.Font = Enum.Font.ArialBold
  1578. Themes_2.FontSize = Enum.FontSize.Size24
  1579. Themes_2.Text = "Themes"
  1580. Themes_2.TextColor3 = Color3.new(1, 1, 1)
  1581. Themes_2.TextSize = 20
  1582. Themes_2.TextWrapped = true
  1583. Themes_2.MouseButton1Click:connect(function()
  1584. MainFrame.CanvasPosition = Vector2.new(1000,272)
  1585. end)
  1586.  
  1587. Anime.Name = "Anime"
  1588. Anime.Parent = Bottom
  1589. Anime.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
  1590. Anime.BorderSizePixel = 0
  1591. Anime.Position = UDim2.new(0, 386, 0, 7)
  1592. Anime.Size = UDim2.new(0, 120, 0, 35)
  1593. Anime.ZIndex = 10
  1594. Anime.Font = Enum.Font.ArialBold
  1595. Anime.FontSize = Enum.FontSize.Size24
  1596. Anime.Text = "Anime Cross"
  1597. Anime.TextColor3 = Color3.new(1, 1, 1)
  1598. Anime.TextSize = 20
  1599. Anime.TextWrapped = true
  1600. Anime.MouseButton1Click:connect(function()
  1601. MainFrame.CanvasPosition = Vector2.new(500,272)
  1602. end)
  1603.  
  1604. Logo.Name = "Logo"
  1605. Logo.Parent = Top
  1606. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  1607. Logo.BackgroundTransparency = 1
  1608. Logo.Position = UDim2.new(0, 200, 0, 7)
  1609. Logo.Size = UDim2.new(0, 200, 0, 50)
  1610. Logo.ZIndex = 10
  1611. Logo.Font = Enum.Font.ArialBold
  1612. Logo.FontSize = Enum.FontSize.Size60
  1613. Logo.Text = "RainExV4.9"
  1614. Logo.TextColor3 = Color3.new(1, 1, 1)
  1615. Logo.TextSize = 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement