Advertisement
Guest User

bruhSS

a guest
Dec 14th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.19 KB | None | 0 0
  1. -- By AWP_GAMER96
  2.  
  3. --Variables:
  4. local sbs = 843495510 or 843468296
  5.  
  6. -- Instances:
  7.  
  8. local bruhSS = Instance.new("ScreenGui")
  9. local topbar = Instance.new("Frame")
  10. local title1 = Instance.new("TextLabel")
  11. local title2 = Instance.new("TextLabel")
  12. local main = Instance.new("Frame")
  13. local EditorFrame = Instance.new("ScrollingFrame")
  14. local Source = Instance.new("TextBox")
  15. local Comments_ = Instance.new("TextLabel")
  16. local Globals_ = Instance.new("TextLabel")
  17. local Keywords_ = Instance.new("TextLabel")
  18. local RemoteHighlight_ = Instance.new("TextLabel")
  19. local Strings_ = Instance.new("TextLabel")
  20. local Tokens_ = Instance.new("TextLabel")
  21. local Numbers_ = Instance.new("TextLabel")
  22. local Lines = Instance.new("TextLabel")
  23. local executebut = Instance.new("TextButton")
  24. local clearbut = Instance.new("TextButton")
  25. local r6but = Instance.new("TextButton")
  26. local scriptsbut = Instance.new("TextButton")
  27. local RemoteSS = Instance.new("RemoteEvent")
  28.  
  29. --Properties:
  30.  
  31. bruhSS.Name = "bruhSS"
  32. bruhSS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33. if game.PlaceId == sbs then
  34.     bruhSS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35.     bruhSS.ResetOnSpawn = false
  36. else
  37.     bruhSS.Parent = game.CoreGui
  38. end
  39.  
  40. RemoteSS.Parent = topbar
  41. RemoteSS.Name = "RemoteSS"
  42.  
  43. topbar.Name = "topbar"
  44. topbar.Parent = bruhSS
  45. topbar.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  46. topbar.BorderSizePixel = 0
  47. topbar.Position = UDim2.new(0.113980569, 0, 0.290940791, 0)
  48. topbar.Size = UDim2.new(0, 554, 0, 33)
  49.  
  50. title1.Name = "title1"
  51. title1.Parent = topbar
  52. title1.BackgroundColor3 = Color3.new(1, 1, 1)
  53. title1.BackgroundTransparency = 1
  54. title1.BorderSizePixel = 0
  55. title1.Size = UDim2.new(0, 54, 0, 33)
  56. title1.Font = Enum.Font.SourceSansLight
  57. title1.Text = "bruh"
  58. title1.TextColor3 = Color3.new(1, 1, 1)
  59. title1.TextScaled = true
  60. title1.TextSize = 14
  61. title1.TextWrapped = true
  62. title1.TextXAlignment = Enum.TextXAlignment.Left
  63.  
  64. title2.Name = "title2"
  65. title2.Parent = title1
  66. title2.BackgroundColor3 = Color3.new(1, 1, 1)
  67. title2.BackgroundTransparency = 1
  68. title2.Position = UDim2.new(0.481481493, 0, 0, 0)
  69. title2.Size = UDim2.new(0, 45, 0, 24)
  70. title2.Font = Enum.Font.SourceSansSemibold
  71. title2.Text = "SS"
  72. title2.TextColor3 = Color3.new(1, 1, 1)
  73. title2.TextScaled = true
  74. title2.TextSize = 14
  75. title2.TextWrapped = true
  76. title2.TextXAlignment = Enum.TextXAlignment.Right
  77.  
  78. main.Name = "main"
  79. main.Parent = topbar
  80. main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  81. main.BorderSizePixel = 0
  82. main.Position = UDim2.new(0, 0, 1, 0)
  83. main.Size = UDim2.new(0, 554, 0, 255)
  84.  
  85. EditorFrame.Name = "EditorFrame"
  86. EditorFrame.Parent = main
  87. EditorFrame.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  88. EditorFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  89. EditorFrame.BorderSizePixel = 0
  90. EditorFrame.Position = UDim2.new(0, 14, 0, 25)
  91. EditorFrame.Size = UDim2.new(0, 525, 0, 157)
  92. EditorFrame.ZIndex = 3
  93. EditorFrame.BottomImage = "rbxassetid://148970562"
  94. EditorFrame.CanvasSize = UDim2.new(10, 0, 30, 0)
  95. EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  96. EditorFrame.MidImage = "rbxassetid://148970562"
  97. EditorFrame.ScrollBarThickness = 5
  98. EditorFrame.TopImage = "rbxassetid://148970562"
  99.  
  100. Source.Name = "Source"
  101. Source.Parent = EditorFrame
  102. Source.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Source.BackgroundTransparency = 1
  104. Source.Position = UDim2.new(0, 30, 0, 0)
  105. Source.Size = UDim2.new(1, 0, 1, 0)
  106. Source.ZIndex = 3
  107. Source.ClearTextOnFocus = false
  108. Source.Font = Enum.Font.Code
  109. Source.MultiLine = true
  110. Source.PlaceholderColor3 = Color3.new(0.8, 0.8, 0.8)
  111. Source.Text = "print(\"Hello World!\")\\n-- Above is for testing, please put your script below."
  112. Source.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  113. Source.TextSize = 15
  114. Source.TextXAlignment = Enum.TextXAlignment.Left
  115. Source.TextYAlignment = Enum.TextYAlignment.Top
  116.  
  117. Comments_.Name = "Comments_"
  118. Comments_.Parent = Source
  119. Comments_.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Comments_.BackgroundTransparency = 1
  121. Comments_.Size = UDim2.new(1, 0, 1, 0)
  122. Comments_.ZIndex = 5
  123. Comments_.Font = Enum.Font.Code
  124. Comments_.Text = ""
  125. Comments_.TextColor3 = Color3.new(0.231373, 0.784314, 0.231373)
  126. Comments_.TextSize = 15
  127. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  128. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  129.  
  130. Globals_.Name = "Globals_"
  131. Globals_.Parent = Source
  132. Globals_.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Globals_.BackgroundTransparency = 1
  134. Globals_.Size = UDim2.new(1, 0, 1, 0)
  135. Globals_.ZIndex = 5
  136. Globals_.Font = Enum.Font.Code
  137. Globals_.Text = ""
  138. Globals_.TextColor3 = Color3.new(0.517647, 0.839216, 0.968628)
  139. Globals_.TextSize = 15
  140. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  141. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  142.  
  143. Keywords_.Name = "Keywords_"
  144. Keywords_.Parent = Source
  145. Keywords_.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Keywords_.BackgroundTransparency = 1
  147. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  148. Keywords_.ZIndex = 5
  149. Keywords_.Font = Enum.Font.Code
  150. Keywords_.Text = ""
  151. Keywords_.TextColor3 = Color3.new(0.972549, 0.427451, 0.486275)
  152. Keywords_.TextSize = 15
  153. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  154. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  155.  
  156. RemoteHighlight_.Name = "RemoteHighlight_"
  157. RemoteHighlight_.Parent = Source
  158. RemoteHighlight_.BackgroundColor3 = Color3.new(1, 1, 1)
  159. RemoteHighlight_.BackgroundTransparency = 1
  160. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  161. RemoteHighlight_.ZIndex = 5
  162. RemoteHighlight_.Font = Enum.Font.Code
  163. RemoteHighlight_.Text = ""
  164. RemoteHighlight_.TextColor3 = Color3.new(0, 0.568627, 1)
  165. RemoteHighlight_.TextSize = 15
  166. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  167. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  168.  
  169. Strings_.Name = "Strings_"
  170. Strings_.Parent = Source
  171. Strings_.BackgroundColor3 = Color3.new(1, 1, 1)
  172. Strings_.BackgroundTransparency = 1
  173. Strings_.Size = UDim2.new(1, 0, 1, 0)
  174. Strings_.ZIndex = 5
  175. Strings_.Font = Enum.Font.Code
  176. Strings_.Text = ""
  177. Strings_.TextColor3 = Color3.new(0.678431, 0.945098, 0.584314)
  178. Strings_.TextSize = 15
  179. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  180. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  181.  
  182. Tokens_.Name = "Tokens_"
  183. Tokens_.Parent = Source
  184. Tokens_.BackgroundColor3 = Color3.new(1, 1, 1)
  185. Tokens_.BackgroundTransparency = 1
  186. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  187. Tokens_.ZIndex = 5
  188. Tokens_.Font = Enum.Font.Code
  189. Tokens_.Text = ""
  190. Tokens_.TextColor3 = Color3.new(1, 1, 1)
  191. Tokens_.TextSize = 15
  192. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  193. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  194.  
  195. Numbers_.Name = "Numbers_"
  196. Numbers_.Parent = Source
  197. Numbers_.BackgroundColor3 = Color3.new(1, 1, 1)
  198. Numbers_.BackgroundTransparency = 1
  199. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  200. Numbers_.ZIndex = 4
  201. Numbers_.Font = Enum.Font.Code
  202. Numbers_.Text = ""
  203. Numbers_.TextColor3 = Color3.new(1, 0.776471, 0)
  204. Numbers_.TextSize = 15
  205. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  206. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  207.  
  208. Lines.Name = "Lines"
  209. Lines.Parent = EditorFrame
  210. Lines.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Lines.BackgroundTransparency = 1
  212. Lines.Size = UDim2.new(0, 30, 1, 0)
  213. Lines.ZIndex = 4
  214. Lines.Font = Enum.Font.Code
  215. Lines.Text = "1"
  216. Lines.TextColor3 = Color3.new(1, 1, 1)
  217. Lines.TextSize = 15
  218. Lines.TextYAlignment = Enum.TextYAlignment.Top
  219.  
  220. executebut.Name = "executebut"
  221. executebut.Parent = main
  222. executebut.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  223. executebut.BorderSizePixel = 0
  224. executebut.ClipsDescendants = true
  225. executebut.Position = UDim2.new(0.205776185, -100, 0.860784292, -25)
  226. executebut.Size = UDim2.new(0, 200, 0, 50)
  227. executebut.ZIndex = 3
  228. executebut.AutoButtonColor = false
  229. executebut.Font = Enum.Font.SourceSansLight
  230. executebut.Text = "EXECUTE"
  231. executebut.TextColor3 = Color3.new(1, 1, 1)
  232. executebut.TextSize = 30
  233. executebut.TextWrapped = true
  234. executebut.MouseButton1Down:Connect(function()
  235.     if Source.Text:sub(1,7)=="require" then
  236.         game.ReplicatedStorage.REMOTEHERE:FireServer(Source.Text)
  237.     else
  238.         loadstring(Source.Text)()
  239.         print("bruhSS has executed the following script: "..Source.Text..", thank you for using bruhSS."
  240.     end
  241. end)
  242.  
  243. clearbut.Name = "clearbut"
  244. clearbut.Parent = main
  245. clearbut.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  246. clearbut.BorderSizePixel = 0
  247. clearbut.ClipsDescendants = true
  248. clearbut.Position = UDim2.new(0.586642683, -100, 0.860784292, -25)
  249. clearbut.Size = UDim2.new(0, 200, 0, 50)
  250. clearbut.ZIndex = 3
  251. clearbut.AutoButtonColor = false
  252. clearbut.Font = Enum.Font.SourceSansLight
  253. clearbut.Text = "CLEAR"
  254. clearbut.TextColor3 = Color3.new(1, 1, 1)
  255. clearbut.TextSize = 30
  256. clearbut.TextWrapped = true
  257. clearbut.MouseButton1Click:connect(function()
  258.     Source.Text = ""
  259. end)
  260.  
  261. r6but.Name = "r6but"
  262. r6but.Parent = main
  263. r6but.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  264. r6but.BorderSizePixel = 0
  265. r6but.ClipsDescendants = true
  266. r6but.Position = UDim2.new(0.96750921, -100, 0.860784292, -25)
  267. r6but.Size = UDim2.new(0, 44, 0, 50)
  268. r6but.ZIndex = 3
  269. r6but.AutoButtonColor = false
  270. r6but.Font = Enum.Font.SourceSansLight
  271. r6but.Text = "R6"
  272. r6but.TextColor3 = Color3.new(1, 1, 1)
  273. r6but.TextSize = 30
  274. r6but.TextWrapped = true
  275.  
  276. scriptsbut.Name = "scriptsbut"
  277. scriptsbut.Parent = main
  278. scriptsbut.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  279. scriptsbut.BorderSizePixel = 0
  280. scriptsbut.ClipsDescendants = true
  281. scriptsbut.Position = UDim2.new(1.07220244, -100, 0.860784292, -25)
  282. scriptsbut.Size = UDim2.new(0, 44, 0, 50)
  283. scriptsbut.ZIndex = 3
  284. scriptsbut.AutoButtonColor = false
  285. scriptsbut.Font = Enum.Font.SourceSansLight
  286. scriptsbut.Text = "SCRIPTS"
  287. scriptsbut.TextColor3 = Color3.new(1, 1, 1)
  288. scriptsbut.TextScaled = true
  289. scriptsbut.TextSize = 30
  290. scriptsbut.TextWrapped = true
  291.  
  292. -- Scripts:
  293.  
  294. local function OWTXUJ_fake_script() -- title2.ssrainbow
  295.     local script = Instance.new('LocalScript', title2)
  296.  
  297.     repeat
  298.         for hue = 0, 1, .01 do
  299.             script.Parent.TextColor3 = Color3.fromHSV(hue, 1, 1)
  300.             wait(.1)
  301.         end
  302.         for hue = 1, 0 -.01 do
  303.             script.Parent.TextColor3 = Color3.fromHSV(hue, 1, 1)
  304.             wait(.1)
  305.         end
  306.     until nil
  307. end
  308. coroutine.wrap(OWTXUJ_fake_script)()
  309. local function YGHNH_fake_script() -- main.Syntax
  310.     local script = Instance.new('LocalScript', main)
  311.  
  312.     local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while"}
  313.     local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16"}
  314.    
  315.     local Source = script.Parent.EditorFrame.Source
  316.     local Lines = Source.Parent.Lines
  317.    
  318.     local Highlight = function(string, keywords)
  319.         local K = {}
  320.         local S = string
  321.         local Token =
  322.         {
  323.             ["="] = true,
  324.             ["."] = true,
  325.             [","] = true,
  326.             ["("] = true,
  327.             [")"] = true,
  328.             ["["] = true,
  329.             ["]"] = true,
  330.             ["{"] = true,
  331.             ["}"] = true,
  332.             [":"] = true,
  333.             ["*"] = true,
  334.             ["/"] = true,
  335.             ["+"] = true,
  336.             ["-"] = true,
  337.             ["%"] = true,
  338.             [";"] = true,
  339.             ["~"] = true
  340.         }
  341.         for i, v in pairs(keywords) do
  342.             K[v] = true
  343.         end
  344.         S = S:gsub(".", function(c)
  345.             if Token[c] ~= nil then
  346.                 return "\32"
  347.             else
  348.                 return c
  349.             end
  350.         end)
  351.         S = S:gsub("%S+", function(c)
  352.             if K[c] ~= nil then
  353.                 return c
  354.             else
  355.                 return (" "):rep(#c)
  356.             end
  357.         end)
  358.      
  359.         return S
  360.     end
  361.    
  362.     local hTokens = function(string)
  363.         local Token =
  364.         {
  365.             ["="] = true,
  366.             ["."] = true,
  367.             [","] = true,
  368.             ["("] = true,
  369.             [")"] = true,
  370.             ["["] = true,
  371.             ["]"] = true,
  372.             ["{"] = true,
  373.             ["}"] = true,
  374.             [":"] = true,
  375.             ["*"] = true,
  376.             ["/"] = true,
  377.             ["+"] = true,
  378.             ["-"] = true,
  379.             ["%"] = true,
  380.             [";"] = true,
  381.             ["~"] = true
  382.         }
  383.         local A = ""
  384.         string:gsub(".", function(c)
  385.             if Token[c] ~= nil then
  386.                 A = A .. c
  387.             elseif c == "\n" then
  388.                 A = A .. "\n"
  389.             elseif c == "\t" then
  390.                 A = A .. "\t"
  391.             else
  392.                 A = A .. "\32"
  393.             end
  394.         end)
  395.      
  396.         return A
  397.     end
  398.    
  399.    
  400.     local strings = function(string)
  401.         local highlight = ""
  402.         local quote = false
  403.         string:gsub(".", function(c)
  404.             if quote == false and c == "\"" then
  405.                 quote = true
  406.             elseif quote == true and c == "\"" then
  407.                 quote = false
  408.             end
  409.             if quote == false and c == "\"" then
  410.                 highlight = highlight .. "\""
  411.             elseif c == "\n" then
  412.                 highlight = highlight .. "\n"
  413.             elseif c == "\t" then
  414.                 highlight = highlight .. "\t"
  415.             elseif quote == true then
  416.                 highlight = highlight .. c
  417.             elseif quote == false then
  418.                 highlight = highlight .. "\32"
  419.             end
  420.         end)
  421.      
  422.         return highlight
  423.     end
  424.    
  425.     local comments = function(string)
  426.         local ret = ""
  427.         string:gsub("[^\r\n]+", function(c)
  428.             local comm = false
  429.             local i = 0
  430.             c:gsub(".", function(n)
  431.                 i = i + 1
  432.                 if c:sub(i, i + 1) == "--" then
  433.                     comm = true
  434.                 end
  435.                 if comm == true then
  436.                     ret = ret .. n
  437.                 else
  438.                     ret = ret .. "\32"
  439.                 end
  440.             end)
  441.             ret = ret
  442.         end)
  443.        
  444.         return ret
  445.     end
  446.    
  447.     local numbers = function(string)
  448.         local A = ""
  449.         string:gsub(".", function(c)
  450.             if tonumber(c) ~= nil then
  451.                 A = A .. c
  452.             elseif c == "\n" then
  453.                 A = A .. "\n"
  454.             elseif c == "\t" then
  455.                 A = A .. "\t"
  456.             else
  457.                 A = A .. "\32"
  458.             end
  459.         end)
  460.      
  461.         return A
  462.     end
  463.    
  464.     local highlight_source = function(type)
  465.         if type == "Text" then
  466.             Source.Text = Source.Text:gsub("\13", "")
  467.             Source.Text = Source.Text:gsub("\t", "      ")
  468.             local s = Source.Text
  469.             Source.Keywords_.Text = Highlight(s, lua_keywords)
  470.             Source.Globals_.Text = Highlight(s, global_env)
  471.             Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  472.             Source.Tokens_.Text = hTokens(s)
  473.             Source.Numbers_.Text = numbers(s)
  474.             Source.Strings_.Text = strings(s)
  475.             local lin = 1
  476.             s:gsub("\n", function()
  477.                 lin = lin + 1
  478.             end)
  479.             Lines.Text = ""
  480.             for i = 1, lin do
  481.                 Lines.Text = Lines.Text .. i .. "\n"
  482.             end
  483.         end
  484.     end
  485.    
  486.     highlight_source("Text")
  487.    
  488.     Source.Changed:Connect(highlight_source)
  489.    
  490.    
  491. end
  492. coroutine.wrap(YGHNH_fake_script)()
  493. local function MBWJ_fake_script() -- executebut.executebuts
  494.     local script = Instance.new('LocalScript', executebut)
  495.  
  496.     local btn=script.Parent
  497.    
  498.     btn.MouseButton1Down:connect(function()
  499.         local img=Instance.new'ImageLabel'
  500.         img.BackgroundTransparency=1
  501.         img.BorderSizePixel=0
  502.         img.Image="rbxassetid://2091181653"
  503.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  504.         img.Size=UDim2.new(0,0,0,0)
  505.         img.Position=UDim2.new(.5,0,.5,0)
  506.         img.Parent=btn
  507.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  508.         for i=0.1,1,.05 do
  509.             img.ImageTransparency=i
  510.             wait()
  511.         end
  512.         img:Destroy()
  513.     end)
  514. end
  515. coroutine.wrap(MBWJ_fake_script)()
  516. local function XIJD_fake_script() -- clearbut.clearbuts
  517.     local script = Instance.new('LocalScript', clearbut)
  518.  
  519.     local btn=script.Parent
  520.    
  521.     btn.MouseButton1Down:connect(function()
  522.         local img=Instance.new'ImageLabel'
  523.         img.BackgroundTransparency=1
  524.         img.BorderSizePixel=0
  525.         img.Image="rbxassetid://2091181653"
  526.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  527.         img.Size=UDim2.new(0,0,0,0)
  528.         img.Position=UDim2.new(.5,0,.5,0)
  529.         img.Parent=btn
  530.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  531.         for i=0.1,1,.05 do
  532.             img.ImageTransparency=i
  533.             wait()
  534.         end
  535.         img:Destroy()
  536.     end)
  537. end
  538. coroutine.wrap(XIJD_fake_script)()
  539. local function TKAQK_fake_script() -- r6but.r6buts
  540.     local script = Instance.new('LocalScript', r6but)
  541.  
  542.     local btn=script.Parent
  543.    
  544.     btn.MouseButton1Down:connect(function()
  545.         local img=Instance.new'ImageLabel'
  546.         img.BackgroundTransparency=1
  547.         img.BorderSizePixel=0
  548.         img.Image="rbxassetid://2091181653"
  549.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  550.         img.Size=UDim2.new(0,0,0,0)
  551.         img.Position=UDim2.new(.5,0,.5,0)
  552.         img.Parent=btn
  553.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  554.         for i=0.1,1,.05 do
  555.             img.ImageTransparency=i
  556.             wait()
  557.         end
  558.         img:Destroy()
  559.     end)
  560. end
  561. coroutine.wrap(TKAQK_fake_script)()
  562. local function OEPTQ_fake_script() -- scriptsbut.clearbuts
  563.     local script = Instance.new('LocalScript', scriptsbut)
  564.  
  565.     local btn=script.Parent
  566.    
  567.     btn.MouseButton1Down:connect(function()
  568.         local img=Instance.new'ImageLabel'
  569.         img.BackgroundTransparency=1
  570.         img.BorderSizePixel=0
  571.         img.Image="rbxassetid://2091181653"
  572.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  573.         img.Size=UDim2.new(0,0,0,0)
  574.         img.Position=UDim2.new(.5,0,.5,0)
  575.         img.Parent=btn
  576.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  577.         for i=0.1,1,.05 do
  578.             img.ImageTransparency=i
  579.             wait()
  580.         end
  581.         img:Destroy()
  582.     end)
  583. end
  584. coroutine.wrap(OEPTQ_fake_script)()
  585. local function KUJTEF_fake_script() -- topbar.LocalScript
  586.     local script = Instance.new('LocalScript', topbar)
  587.  
  588.     script.Parent.Active = true
  589.     script.Parent.Draggable = true
  590. end
  591. coroutine.wrap(KUJTEF_fake_script)()
  592. local function VHPR_fake_script() -- openbut.openbuts
  593.     local script = Instance.new('LocalScript', openbut)
  594.  
  595.     local btn=script.Parent
  596.    
  597.     btn.MouseButton1Down:connect(function()
  598.         local img=Instance.new'ImageLabel'
  599.         img.BackgroundTransparency=1
  600.         img.BorderSizePixel=0
  601.         img.Image="rbxassetid://2091181653"
  602.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  603.         img.Size=UDim2.new(0,0,0,0)
  604.         img.Position=UDim2.new(.5,0,.5,0)
  605.         img.Parent=btn
  606.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  607.         for i=0.1,1,.05 do
  608.             img.ImageTransparency=i
  609.             wait()
  610.         end
  611.         img:Destroy()
  612.     end)
  613. end
  614. coroutine.wrap(VHPR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement