Advertisement
justneed

x0y0zkidd's Fake Executor Design

Dec 9th, 2024 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 28.30 KB | Gaming | 0 0
  1. local plr     = game:GetService("Players").LocalPlayer
  2. local hum     = plr.Character.Humanoid
  3. local hrp     = plr.Character.HumanoidRootPart
  4.  
  5. local executor = Instance.new("ScreenGui", game:GetService("CoreGui"):WaitForChild("RobloxGui"))
  6. executor.Name  = "Executor"
  7.  
  8. local frame            = Instance.new("Frame")
  9. frame.Parent           = executor
  10. frame.Size             = UDim2.new(0,640,0,400)
  11. frame.BackgroundColor3 = Color3.fromRGB(255,255,255)
  12. frame.BorderSizePixel  = 2
  13.  
  14. frame.Active     = true
  15. frame.Selectable = true
  16. frame.Draggable  = true
  17.  
  18. local textframe            = Instance.new("Frame")
  19. textframe.Parent           = frame
  20. textframe.BackgroundColor3 = Color3.fromRGB(255,255,255)
  21. textframe.Size             = UDim2.new(0,609,0,300)
  22. textframe.Position         = UDim2.new(0,8,0,65)
  23. textframe.BorderSizePixel  = 1
  24.  
  25. local panel            = Instance.new("Frame")
  26. panel.Parent           = frame
  27. panel.BorderSizePixel  = 0
  28. panel.BackgroundColor3 = Color3.new(255,255,255)
  29. panel.Size             = UDim2.new(0,640,0,36)
  30.  
  31. local icon    = Instance.new("ImageLabel")
  32. icon.Parent   = panel
  33. icon.Size     = UDim2.new(0,25,0,25)
  34. icon.Position = UDim2.new(0,10,0,5)
  35. icon.Image    = "rbxassetid://137790612712172"
  36.  
  37. local galaxy           = Instance.new("TextLabel")
  38. galaxy.Parent          = panel
  39. galaxy.Text            = "Galaxy"
  40. galaxy.Font            = Enum.Font.SpecialElite
  41. galaxy.FontSize        = 10
  42. galaxy.BorderSizePixel = 0
  43. galaxy.Position        = UDim2.new(0,98,0,20)
  44. galaxy.TextColor3      = Color3.fromRGB(255,255,255)
  45.  
  46. local status           = Instance.new("TextLabel")
  47. status.Parent          = panel
  48. status.Text            = "Roblox Opened |"
  49. status.TextSize        = 10
  50. status.BorderSizePixel = 0
  51. status.Position        = UDim2.new(0,265,0,19)
  52. status.TextColor3      = Color3.fromRGB(255,255,255)
  53.  
  54. local status2           = Instance.new("TextLabel")
  55. status2.Parent          = panel
  56. status2.Text            = "Not Injected!"
  57. status2.TextSize        = 10
  58. status2.BorderSizePixel = 0
  59. status2.Position        = UDim2.new(0,363,0,19)
  60. status2.TextColor3      = Color3.fromRGB(255,255,255)
  61.  
  62. local b            = Instance.new("TextButton")
  63. b.Parent           = panel
  64. b.Position         = UDim2.new(1,-37,0,3)
  65. b.Size             = UDim2.new(0,30,0,30)
  66. b.Text             = "X"
  67. b.BackgroundColor3 = Color3.fromRGB(255,255,255)
  68. b.Font             = Enum.Font.GothamBold
  69. b.FontSize         = 6
  70.  
  71. local bm            = Instance.new("TextButton")
  72. bm.Parent           = panel
  73. bm.Position         = UDim2.new(1,-74,0,3)
  74. bm.Size             = UDim2.new(0,30,0,30)
  75. bm.Text             = "-"
  76. bm.Font             = Enum.Font.GothamBold
  77. bm.BackgroundColor3 = Color3.fromRGB(255,255,255)
  78. bm.FontSize         = 6
  79.  
  80.  
  81. local scroll                = Instance.new("ScrollingFrame")
  82. scroll.Parent               = frame
  83. scroll.BackgroundColor3     = Color3.fromRGB(255,255,255)
  84. scroll.ScrollBarImageColor3 = Color3.fromRGB(0,0,0)
  85.  
  86. local text                  = Instance.new("TextBox")
  87. text.Parent                 = scroll
  88. text.Size                   = UDim2.new(0,620,0,780)
  89. text.Position               = UDim2.new(0,0,0,5)
  90. text.ClearTextOnFocus       = false
  91. text.Font                   = Enum.Font.Bodoni
  92. text.Text                   = "--Pray for Tubers93!"
  93. text.FontSize               = 6
  94. text.MultiLine              = true
  95. text.TextXAlignment         = 'Left'
  96. text.TextYAlignment         = 'Top'
  97. text.BackgroundColor3       = Color3.fromRGB(255,255,255)
  98. text.BackgroundTransparency = 1
  99. text.TextColor3             = Color3.fromRGB(255,255,255)
  100. text.ZIndex                 = 1
  101.  
  102. local text2                  = Instance.new("TextBox")
  103. text2.Parent                 = scroll
  104. text2.Size                   = UDim2.new(0,620,0,780)
  105. text2.Position               = UDim2.new(0,0,0,5)
  106. text2.ClearTextOnFocus       = false
  107. text2.Font                   = Enum.Font.Bodoni
  108. text2.Text                   = "--Pray for Tubers93!"
  109. text2.FontSize               = 6
  110. text2.MultiLine              = true
  111. text2.TextXAlignment         = 'Left'
  112. text2.TextYAlignment         = 'Top'
  113. text2.BackgroundColor3       = Color3.fromRGB(255,255,255)
  114. text2.BackgroundTransparency = 1
  115. text2.TextColor3             = Color3.fromRGB(255,255,255)
  116. text2.ZIndex                 = 0
  117.  
  118. local text3                  = Instance.new("TextBox")
  119. text3.Parent                 = scroll
  120. text3.Size                   = UDim2.new(0,620,0,780)
  121. text3.Position               = UDim2.new(0,0,0,5)
  122. text3.ClearTextOnFocus       = false
  123. text3.Font                   = Enum.Font.Bodoni
  124. text3.Text                   = "--Pray for Tubers93!"
  125. text3.FontSize               = 6
  126. text3.MultiLine              = true
  127. text3.TextXAlignment         = 'Left'
  128. text3.TextYAlignment         = 'Top'
  129. text3.BackgroundColor3       = Color3.fromRGB(255,255,255)
  130. text3.BackgroundTransparency = 1
  131. text3.TextColor3             = Color3.fromRGB(255,255,255)
  132. text3.ZIndex                 = 0
  133.  
  134. local text4                  = Instance.new("TextBox")
  135. text4.Parent                 = scroll
  136. text4.Size                   = UDim2.new(0,620,0,780)
  137. text4.Position               = UDim2.new(0,0,0,5)
  138. text4.ClearTextOnFocus       = false
  139. text4.Font                   = Enum.Font.Bodoni
  140. text4.Text                   = "--Pray for Tubers93!"
  141. text4.FontSize               = 6
  142. text4.MultiLine              = true
  143. text4.TextXAlignment         = 'Left'
  144. text4.TextYAlignment         = 'Top'
  145. text4.BackgroundColor3       = Color3.fromRGB(255,255,255)
  146. text4.BackgroundTransparency = 1
  147. text4.TextColor3             = Color3.fromRGB(255,255,255)
  148. text4.ZIndex                 = 0
  149.  
  150. local text5                  = Instance.new("TextBox")
  151. text5.Parent                 = scroll
  152. text5.Size                   = UDim2.new(0,620,0,780)
  153. text5.Position               = UDim2.new(0,0,0,5)
  154. text5.ClearTextOnFocus       = false
  155. text5.Font                   = Enum.Font.Bodoni
  156. text5.Text                   = "--Pray for Tubers93!"
  157. text5.FontSize               = 6
  158. text5.MultiLine              = true
  159. text5.TextXAlignment         = 'Left'
  160. text5.TextYAlignment         = 'Top'
  161. text5.BackgroundColor3       = Color3.fromRGB(255,255,255)
  162. text5.BackgroundTransparency = 1
  163. text5.TextColor3             = Color3.fromRGB(255,255,255)
  164. text5.ZIndex                 = 0
  165.  
  166. local ex            = Instance.new("ImageButton")
  167. ex.Parent           = frame
  168. ex.Size             = UDim2.new(0,23,0,22)
  169. ex.Position         = UDim2.new(0,10,0,370)
  170. ex.BackgroundColor3 = Color3.fromRGB(136, 15, 242)
  171. ex.Image            = "rbxassetid://72405951974372"
  172.  
  173. local inj            = Instance.new("ImageButton")
  174. inj.Parent           = frame
  175. inj.Size             = UDim2.new(0,23,0,22)
  176. inj.Position         = UDim2.new(0,50,0,370)
  177. inj.BackgroundColor3 = Color3.fromRGB(136, 15, 242)
  178. inj.Image            = "rbxassetid://137120798004256"
  179.  
  180. local ib            = Instance.new("ImageButton")
  181. ib.Parent           = frame
  182. ib.Size             = UDim2.new(0,23,0,22)
  183. ib.Position         = UDim2.new(0,90,0,370)
  184. ib.BackgroundColor3 = Color3.fromRGB(136, 15, 242)
  185. ib.Image            = "rbxassetid://82615831857181"
  186.  
  187. local op            = Instance.new("ImageButton")
  188. op.Parent           = frame
  189. op.Size             = UDim2.new(0,23,0,22)
  190. op.Position         = UDim2.new(0,130,0,370)
  191. op.BackgroundColor3 = Color3.fromRGB(136, 15, 242)
  192. op.Image            = "rbxassetid://121645028355495"
  193.  
  194. local sf            = Instance.new("ImageButton")
  195. sf.Parent           = frame
  196. sf.Size             = UDim2.new(0,23,0,22)
  197. sf.Position         = UDim2.new(0,170,0,370)
  198. sf.BackgroundColor3 = Color3.fromRGB(136, 15, 242)
  199. sf.Image            = "rbxassetid://108645987490489"
  200.  
  201. local kill            = Instance.new("TextButton")
  202. kill.Parent           = frame
  203. kill.Size             = UDim2.new(0,50,0,22)
  204. kill.Position         = UDim2.new(0,210,0,370)
  205. kill.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  206. kill.Text             = "KillRBX"
  207. kill.Font             = Enum.Font.GothamBold
  208. kill.FontSize         = 5
  209.  
  210. local tab1            = Instance.new("TextButton")
  211. tab1.Parent           = frame
  212. tab1.Size             = UDim2.new(0,40,0,20)
  213. tab1.Position         = UDim2.new(0,10,0,40)
  214. tab1.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  215. tab1.Text             = "Tab1"
  216. tab1.TextSize         = 9
  217.  
  218. local tabb            = Instance.new("TextButton")
  219. tabb.Parent           = frame
  220. tabb.Size             = UDim2.new(0,20,0,20)
  221. tabb.Position         = UDim2.new(0,60,0,40)
  222. tabb.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  223. tabb.Text             = "+"
  224. tabb.TextSize         = 12
  225.  
  226. scroll.Size                   = UDim2.new(0,620,0,300)
  227. scroll.Position               = UDim2.new(0,10,0,65)
  228. scroll.BackgroundTransparency = 1
  229.  
  230. local corner        = Instance.new("UICorner")
  231. corner.Parent       = frame
  232. corner.CornerRadius = UDim.new(0.03,0)
  233.  
  234. local pcorner        = Instance.new("UICorner")
  235. pcorner.Parent       = panel
  236. pcorner.CornerRadius = UDim.new(0.35,0)
  237.  
  238. local pcorner        = Instance.new("UICorner")
  239. pcorner.Parent       = b
  240. pcorner.CornerRadius = UDim.new(0.25,0)
  241.  
  242. local pcorner        = Instance.new("UICorner")
  243. pcorner.Parent       = bm
  244. pcorner.CornerRadius = UDim.new(0.25,0)
  245.  
  246. local ecorner        = Instance.new("UICorner")
  247. ecorner.Parent       = ex
  248. ecorner.CornerRadius = UDim.new(0.25,0)
  249.  
  250. local incorner        = Instance.new("UICorner")
  251. incorner.Parent       = inj
  252. incorner.CornerRadius = UDim.new(0.25,0)
  253.  
  254. local icorner        = Instance.new("UICorner")
  255. icorner.Parent       = ib
  256. icorner.CornerRadius = UDim.new(0.25,0)
  257.  
  258. local ocorner        = Instance.new("UICorner")
  259. ocorner.Parent       = op
  260. ocorner.CornerRadius = UDim.new(0.25,0)
  261.  
  262. local scorner        = Instance.new("UICorner")
  263. scorner.Parent       = sf
  264. scorner.CornerRadius = UDim.new(0.25,0)
  265.  
  266. local icocorner        = Instance.new("UICorner")
  267. icocorner.Parent       = icon
  268. icocorner.CornerRadius = UDim.new(0.25,0)
  269.  
  270. local ftcorner        = Instance.new("UICorner")
  271. ftcorner.Parent       = textframe
  272. ftcorner.CornerRadius = UDim.new(0.015,0)
  273.  
  274. local kcorner        = Instance.new("UICorner")
  275. kcorner.Parent       = kill
  276. kcorner.CornerRadius = UDim.new(1,0)
  277.  
  278. local meow = ColorSequence.new{
  279.     ColorSequenceKeypoint.new(0, Color3.fromRGB(138,43,226)),
  280.     ColorSequenceKeypoint.new(1, Color3.fromRGB(39,39,191))
  281. }
  282.  
  283. local meow2 = ColorSequence.new{
  284.     ColorSequenceKeypoint.new(0, Color3.fromRGB(215,49,215)),
  285.     ColorSequenceKeypoint.new(1, Color3.fromRGB(0,0,255))
  286. }
  287.  
  288. local meow3 = ColorSequence.new{
  289.     ColorSequenceKeypoint.new(0, Color3.fromRGB(102,12,181)),
  290.     ColorSequenceKeypoint.new(1, Color3.fromRGB(0,0,255))
  291. }
  292.  
  293. local meow4 = ColorSequence.new{
  294.     ColorSequenceKeypoint.new(0, Color3.fromRGB(188,0,255)),
  295.     ColorSequenceKeypoint.new(1, Color3.fromRGB(53,74,181))
  296. }
  297.  
  298. local meow5 = ColorSequence.new{
  299.     ColorSequenceKeypoint.new(0, Color3.fromRGB(188,0,255)),
  300.     ColorSequenceKeypoint.new(1, Color3.fromRGB(53,74,181))
  301. }
  302.  
  303. local frc  = Instance.new("UIGradient")
  304. frc.Parent = frame
  305. frc.Color  = meow
  306.  
  307. local tbc  = Instance.new("UIGradient")
  308. tbc.Parent = textframe
  309. tbc.Color  = meow2
  310.  
  311. local pc  = Instance.new("UIGradient")
  312. pc.Parent = panel
  313. pc.Color  = meow3
  314.  
  315. local xbt  = Instance.new("UIGradient")
  316. xbt.Parent = b
  317. xbt.Color  = meow4
  318.  
  319. local mbt  = Instance.new("UIGradient")
  320. mbt.Parent = bm
  321. mbt.Color  = meow5
  322.  
  323. b.MouseButton1Click:Connect(function()
  324.     executor:Destroy()
  325. end)
  326.  
  327. ex.MouseButton1Click:Connect(function()
  328.     if status2.Text == "Injected!" then
  329.         print("Executed!")
  330.         game:GetService("StarterGui"):SetCore("SendNotification",{
  331.         Title = "Galaxy", -- Required
  332.         Text  = "Script Executed!", -- Required
  333.         Icon  = "rbxassetid://137790612712172" -- Optional
  334.         })
  335.         if text.Text == "getgenv(admin)_," then
  336.             loadstring(game:HttpGet('https://pastebin.com/raw/SCKMsEvQ'))()
  337.         elseif text2.Text == "getgenv(admin)_," then
  338.             loadstring(game:HttpGet('https://pastebin.com/raw/SCKMsEvQ'))()
  339.         elseif text3.Text == "getgenv(admin)_," then
  340.             loadstring(game:HttpGet('https://pastebin.com/raw/SCKMsEvQ'))()
  341.         elseif text4.Text == "getgenv(admin)_," then
  342.             loadstring(game:HttpGet('https://pastebin.com/raw/SCKMsEvQ'))()
  343.         elseif text5.Text == "getgenv(admin)_," then
  344.             loadstring(game:HttpGet('https://pastebin.com/raw/SCKMsEvQ'))()
  345.         elseif text.Text == "getgenv(climb)_," then
  346.             loadstring(game:HttpGet('https://pastebin.com/raw/7WM8wn84'))()
  347.         elseif text2.Text == "getgenv(climb)_," then
  348.             loadstring(game:HttpGet('https://pastebin.com/raw/7WM8wn84'))()
  349.         elseif text3.Text == "getgenv(climb)_," then
  350.             loadstring(game:HttpGet('https://pastebin.com/raw/7WM8wn84'))()
  351.         elseif text4.Text == "getgenv(climb)_," then
  352.             loadstring(game:HttpGet('https://pastebin.com/raw/7WM8wn84'))()
  353.         elseif text5.Text == "getgenv(climb)_," then
  354.             loadstring(game:HttpGet('https://pastebin.com/raw/7WM8wn84'))()
  355.         elseif text.Text == "getgenv(jerk)_," then
  356.             loadstring(game:HttpGet('https://pastebin.com/raw/2CknFkHC'))()
  357.         elseif text2.Text == "getgenv(jerk)_," then
  358.             loadstring(game:HttpGet('https://pastebin.com/raw/2CknFkHC'))()
  359.         elseif text3.Text == "getgenv(jerk)_," then
  360.             loadstring(game:HttpGet('https://pastebin.com/raw/2CknFkHC'))()
  361.         elseif text4.Text == "getgenv(jerk)_," then
  362.             loadstring(game:HttpGet('https://pastebin.com/raw/2CknFkHC'))()
  363.         elseif text5.Text == "getgenv(jerk)_," then
  364.             loadstring(game:HttpGet('https://pastebin.com/raw/2CknFkHC'))()
  365.         elseif text.Text == "getgenv(spdp)_," then
  366.             loadstring(game:HttpGet('https://pastebin.com/raw/G4fyzdNa'))()
  367.         elseif text2.Text == "getgenv(spdp)_," then
  368.             loadstring(game:HttpGet('https://pastebin.com/raw/G4fyzdNa'))()
  369.         elseif text3.Text == "getgenv(spdp)_," then
  370.             loadstring(game:HttpGet('https://pastebin.com/raw/G4fyzdNa'))()
  371.         elseif text4.Text == "getgenv(spdp)_," then
  372.             loadstring(game:HttpGet('https://pastebin.com/raw/G4fyzdNa'))()
  373.         elseif text5.Text == "getgenv(spdp)_," then
  374.             loadstring(game:HttpGet('https://pastebin.com/raw/G4fyzdNa'))()
  375.         end
  376.     else
  377.         print("Not Injected!")
  378.         game:GetService("StarterGui"):SetCore("SendNotification",{
  379.         Title = "Galaxy", -- Required
  380.         Text  = "Not Injected!", -- Required
  381.         Icon  = "rbxassetid://137790612712172" -- Optional
  382.         })
  383.     end
  384. end)
  385.  
  386. inj.MouseButton1Click:Connect(function()
  387.     if status2.Text == "Not Injected!" then
  388.         wait(2)
  389.         print("Sucessfully injected!")
  390.         status2.Text     = "Injected!"
  391.         status2.Position = UDim2.new(0, 350, 0, 19)
  392.         game:GetService("StarterGui"):SetCore("SendNotification",{
  393.         Title = "Galaxy", -- Required
  394.         Text  = "Sucessfully Injected!", -- Required
  395.         Icon  = "rbxassetid://137790612712172" -- Optional
  396.         })
  397.     end
  398.     if status2.Text == "Injected!" then
  399.         inj.MouseButton1Click:Connect(function()
  400.             print("Already Injected!")
  401.             game:GetService("StarterGui"):SetCore("SendNotification",{
  402.             Title = "Galaxy", -- Required
  403.             Text  = "Already Injected!", -- Required
  404.             Icon  = "rbxassetid://137790612712172" -- Optional
  405.             })
  406.         end)
  407.     end
  408. end)
  409.  
  410. tabb.MouseButton1Click:Connect(function()
  411. task.wait(0.5)
  412.     if tab1 then
  413.         local tab2            = Instance.new("TextButton")
  414.         tab2.Parent           = frame
  415.         tab2.Size             = UDim2.new(0,40,0,20)
  416.         tab2.Position         = UDim2.new(0,55,0,40)
  417.         tab2.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  418.         tab2.Text             = "Tab2"
  419.         tab2.TextSize         = 9
  420.        
  421.         tab2.MouseButton1Click:Connect(function()
  422.             text.ZIndex            = 0
  423.             text2.ZIndex           = 2
  424.             text3.ZIndex           = 0
  425.             text4.ZIndex           = 0
  426.             text5.ZIndex           = 0
  427.             text.TextTransparency  = 1
  428.             text2.TextTransparency = 0
  429.             text3.TextTransparency = 1
  430.             text4.TextTransparency = 1
  431.             text5.TextTransparency = 0
  432.         end)
  433.        
  434.         tabb.Position         = UDim2.new(
  435.             tabb.Position.X.Scale,
  436.             tabb.Position.X.Offset + 45,
  437.             tabb.Position.Y.Scale,
  438.             tabb.Position.Y.Offset
  439.         )
  440.         tabb.MouseButton1Click:Connect(function()
  441.             if tab2 then
  442.                 local tab3            = Instance.new("TextButton")
  443.                 tab3.Parent           = frame
  444.                 tab3.Size             = UDim2.new(0,40,0,20)
  445.                 tab3.Position         = UDim2.new(0,100,0,40)
  446.                 tab3.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  447.                 tab3.Text             = "Tab3"
  448.                 tab3.TextSize         = 9
  449.                
  450.                 tab3.MouseButton1Click:Connect(function()
  451.                     text.ZIndex            = 0
  452.                     text2.ZIndex           = 0
  453.                     text3.ZIndex           = 1
  454.                     text4.ZIndex           = 0
  455.                     text5.ZIndex           = 0
  456.                     text.TextTransparency  = 1
  457.                     text2.TextTransparency = 1
  458.                     text3.TextTransparency = 0
  459.                     text4.TextTransparency = 1
  460.                     text5.TextTransparency = 1
  461.                 end)
  462.                
  463.                 tabb.MouseButton1Click:Connect(function()
  464.                     if tab3 then
  465.                         local tab4            = Instance.new("TextButton")
  466.                         tab4.Parent           = frame
  467.                         tab4.Size             = UDim2.new(0,40,0,20)
  468.                         tab4.Position         = UDim2.new(0,145,0,40)
  469.                         tab4.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  470.                         tab4.Text             = "Tab4"
  471.                         tab4.TextSize         = 9
  472.                        
  473.                         tab4.MouseButton1Click:Connect(function()
  474.                             text.ZIndex            = 0
  475.                             text2.ZIndex           = 0
  476.                             text3.ZIndex           = 0
  477.                             text4.ZIndex           = 4
  478.                             text5.ZIndex           = 0
  479.                             text.TextTransparency  = 1
  480.                             text2.TextTransparency = 1
  481.                             text3.TextTransparency = 1
  482.                             text4.TextTransparency = 0
  483.                             text5.TextTransparency = 1
  484.                         end)
  485.                        
  486.                         tabb.MouseButton1Click:Connect(function()
  487.                             if tab4 then
  488.                                 local tab5            = Instance.new("TextButton")
  489.                                 tab5.Parent           = frame
  490.                                 tab5.Size             = UDim2.new(0,40,0,20)
  491.                                 tab5.Position         = UDim2.new(0,190,0,40)
  492.                                 tab5.BackgroundColor3 = Color3.fromRGB(112, 0, 240)
  493.                                 tab5.Text             = "Tab5"
  494.                                 tab5.TextSize         = 9
  495.                                
  496.                                 tab5.MouseButton1Click:Connect(function()
  497.                                     text.ZIndex            = 0
  498.                                     text2.ZIndex           = 0
  499.                                     text3.ZIndex           = 0
  500.                                     text4.ZIndex           = 0
  501.                                     text5.ZIndex           = 1
  502.                                     text.TextTransparency  = 1
  503.                                     text2.TextTransparency = 1
  504.                                     text3.TextTransparency = 1
  505.                                     text4.TextTransparency = 1
  506.                                     text5.TextTransparency = 0
  507.                                 end)
  508.                                
  509.                                 tabb.MouseButton1Click:Connect(function()
  510.                                     if tab5 then
  511.                                         tabb.MouseButton1Click:Connect(function()
  512.                                             local tabcon
  513.                                             tabcon = game:GetService("RunService").RenderStepped:Connect(function()
  514.                                                 tabb.Position = UDim2.new(0,235,0,40)
  515.                                                 task.wait(0.5)
  516.                                             end)
  517.                                         end)
  518.                                     end
  519.                                 end)
  520.                             end
  521.                         end)
  522.                     end
  523.                 end)
  524.             end
  525.         end)
  526.     end
  527. end)
  528.  
  529. tab1.MouseButton1Click:Connect(function()
  530.     text.ZIndex            = 1
  531.     text2.ZIndex           = 0
  532.     text3.ZIndex           = 0
  533.     text4.ZIndex           = 0
  534.     text5.ZIndex           = 0
  535.     text.TextTransparency  = 0
  536.     text2.TextTransparency = 1
  537.     text3.TextTransparency = 1
  538.     text4.TextTransparency = 1
  539.     text5.TextTransparency = 1
  540. end)
  541.  
  542. text:GetPropertyChangedSignal("Text"):Connect(function()
  543.     text.Size         = UDim2.new(1,0,1, text.TextBounds.Y)
  544.     scroll.CanvasSize = UDim2.new(0,0,0, text.TextBounds.Y)
  545. end)
  546.  
  547. text2:GetPropertyChangedSignal("Text"):Connect(function()
  548.     text2.Size        = UDim2.new(1,0,1, text2.TextBounds.Y)
  549.     scroll.CanvasSize = UDim2.new(0,0,0, text2.TextBounds.Y)
  550. end)
  551.  
  552. text3:GetPropertyChangedSignal("Text"):Connect(function()
  553.     text3.Size        = UDim2.new(1,0,1, text3.TextBounds.Y)
  554.     scroll.CanvasSize = UDim2.new(0,0,0, text3.TextBounds.Y)
  555. end)
  556.  
  557. text4:GetPropertyChangedSignal("Text"):Connect(function()
  558.     text4.Size        = UDim2.new(1,0,1, text4.TextBounds.Y)
  559.     scroll.CanvasSize = UDim2.new(0,0,0, text4.TextBounds.Y)
  560. end)
  561.  
  562. text5:GetPropertyChangedSignal("Text"):Connect(function()
  563.     text5.Size        = UDim2.new(1,0,1, text5.TextBounds.Y)
  564.     scroll.CanvasSize = UDim2.new(0,0,0, text5.TextBounds.Y)
  565. end)
  566.  
  567. if text.ZIndex == 1 then
  568.     text.TextTransparency  = 0
  569.     text2.TextTransparency = 1
  570.     text3.TextTransparency = 1
  571.     text4.TextTransparency = 1
  572.     text5.TextTransparency = 1
  573. end
  574.  
  575. if text2.ZIndex == 1 then
  576.     text.TextTransparency  = 1
  577.     text2.TextTransparency = 0
  578.     text3.TextTransparency = 1
  579.     text4.TextTransparency = 1
  580.     text5.TextTransparency = 1
  581. end
  582.  
  583. if text3.ZIndex == 1 then
  584.     text.TextTransparency  = 1
  585.     text2.TextTransparency = 1
  586.     text3.TextTransparency = 0
  587.     text4.TextTransparency = 1
  588.     text5.TextTransparency = 1
  589. end
  590.  
  591. if text4.ZIndex == 1 then
  592.     text.TextTransparency  = 1
  593.     text2.TextTransparency = 1
  594.     text3.TextTransparency = 1
  595.     text4.TextTransparency = 0
  596.     text5.TextTransparency = 1
  597. end
  598.  
  599. if text5.ZIndex == 1 then
  600.     text.TextTransparency  = 1
  601.     text2.TextTransparency = 1
  602.     text3.TextTransparency = 1
  603.     text4.TextTransparency = 1
  604.     text5.TextTransparency = 0
  605. end
  606.  
  607. ib.MouseButton1Click:Connect(function()
  608.     if text.ZIndex == 1 then
  609.         text.Text = ""
  610.    
  611.     elseif text2.ZIndex == 1 then
  612.         text2.Text = ""
  613.    
  614.     elseif text3.ZIndex == 1 then
  615.         text3.Text = ""
  616.    
  617.     elseif text4.ZIndex == 1 then
  618.         text4.Text = ""
  619.    
  620.     elseif text5.ZIndex == 1 then
  621.         text5.Text = ""
  622.     end
  623. end)
  624.  
  625. op.MouseButton1Click:Connect(function()
  626.     if text.ZIndex == 1 then
  627.         text.Text = text.Text .. "--join our Discord server! discord.gg/example"
  628.    
  629.     elseif text2.ZIndex == 1 then
  630.         text2.Text = text2.Text .. "--join our Discord server! discord.gg/example"
  631.    
  632.     elseif text3.ZIndex == 1 then
  633.         text3.Text = text3.Text .. "--join our Discord server! discord.gg/example"
  634.    
  635.     elseif text4.ZIndex == 1 then
  636.         text4.Text = text4.Text .. "--join our Discord server! discord.gg/example"
  637.    
  638.     elseif text5.ZIndex == 1 then
  639.         text5.Text = text5.Text .. "--join our Discord server! discord.gg/example"
  640.     end
  641. end)
  642.  
  643. sf.MouseButton1Click:Connect(function()
  644.     if text.ZIndex == 1 then
  645.         setclipboard(text.Text)
  646.         text.Text = text.Text .. "--Copied to clipboard!"
  647.    
  648.     elseif text2.ZIndex == 1 then
  649.         setclipboard(text2.Text)
  650.         text2.Text = text2.Text .. "--Copied to clipboard!"
  651.    
  652.     elseif text3.ZIndex == 1 then
  653.         setclipboard(text3.Text)
  654.         text3.Text = text3.Text .. "--Copied to clipboard!"
  655.    
  656.     elseif text4.ZIndex == 1 then
  657.         setclipboard(text4.Text)
  658.         text4.Text = text4.Text .. "--Copied to clipboard!"
  659.  
  660.     elseif text5.ZIndex == 1 then
  661.         setclipboard(text5.Text)
  662.         text5.Text = text5.Text .. "--Copied to clipboard!"
  663.     end
  664. end)
  665.  
  666. kill.MouseButton1Click:Connect(function()
  667.     status.Text = "Roblox Closed |"
  668.     task.wait(0.1)
  669.     game:Shutdown()
  670. end)
  671.  
  672. bm.MouseButton1Click:Connect(function()
  673.     if bm.Text == "-" then
  674.         bm.Text                           = "+"
  675.         frame.BackgroundTransparency      = 1
  676.         textframe.BackgroundTransparency  = 1
  677.         scroll.BackgroundTransparency     = 1
  678.         text.BackgroundTransparency       = 1
  679.         ex.BackgroundTransparency         = 1
  680.         ib.BackgroundTransparency         = 1
  681.         op.BackgroundTransparency         = 1
  682.         sf.BackgroundTransparency         = 1
  683.         ex.ImageTransparency              = 1
  684.         inj.BackgroundTransparency        = 1
  685.         inj.ImageTransparency             = 1
  686.         ib.ImageTransparency              = 1
  687.         op.ImageTransparency              = 1
  688.         sf.ImageTransparency              = 1
  689.         scroll.ScrollBarImageTransparency = 1
  690.         text.TextTransparency             = 1
  691.         kill.BackgroundTransparency       = 1
  692.         kill.TextTransparency             = 1
  693.         text2.TextTransparency            = 1
  694.         text3.TextTransparency            = 1
  695.         text4.TextTransparency            = 1
  696.         text5.TextTransparency            = 1
  697.         tab1.BackgroundTransparency       = 1
  698.         tab1.TextTransparency             = 1
  699.         tabb.BackgroundTransparency       = 1
  700.         tabb.TextTransparency             = 1
  701.         tab2.BackgroundTransparency       = 1
  702.         tab2.TextTransparency             = 1
  703.         tab3.BackgroundTransparency       = 1
  704.         tab3.TextTransparency             = 1
  705.         tab4.BackgroundTransparency       = 1
  706.         tab4.TextTransparency             = 1
  707.         tab5.BackgroundTransparency       = 1
  708.         tab5.TextTransparency             = 1
  709.     else
  710.         bm.Text                           = "-"
  711.         frame.BackgroundTransparency      = 0
  712.         textframe.BackgroundTransparency  = 0
  713.         ex.BackgroundTransparency         = 0
  714.         ib.BackgroundTransparency         = 0
  715.         op.BackgroundTransparency         = 0
  716.         sf.BackgroundTransparency         = 0
  717.         ex.ImageTransparency              = 0
  718.         ib.ImageTransparency              = 0
  719.         op.ImageTransparency              = 0
  720.         sf.ImageTransparency              = 0
  721.         inj.BackgroundTransparency        = 0
  722.         inj.ImageTransparency             = 0
  723.         scroll.ScrollBarImageTransparency = 0
  724.         text.TextTransparency             = 0
  725.         kill.BackgroundTransparency       = 0
  726.         kill.TextTransparency             = 0
  727.         text2.TextTransparency            = 0
  728.         text3.TextTransparency            = 0
  729.         text4.TextTransparency            = 0
  730.         text5.TextTransparency            = 0
  731.         tab1.BackgroundTransparency       = 0
  732.         tab1.TextTransparency             = 0
  733.         tabb.BackgroundTransparency       = 0
  734.         tabb.TextTransparency             = 0
  735.         tab2.BackgroundTransparency       = 0
  736.         tab2.TextTransparency             = 0
  737.         tab3.BackgroundTransparency       = 0
  738.         tab3.TextTransparency             = 0
  739.         tab4.BackgroundTransparency       = 0
  740.         tab4.TextTransparency             = 0
  741.         tab5.BackgroundTransparency       = 0
  742.         tab5.TextTransparency             = 0
  743.     end
  744. end)
  745.  
  746. executor.ResetOnSpawn = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement