SKIDNOOB

obfuscator

Apr 6th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Obfuscator = Instance.new("ScreenGui")
  7. local Byte = Instance.new("Frame")
  8. local In = Instance.new("TextBox")
  9. local Obsfucate = Instance.new("TextButton")
  10. local Out = Instance.new("TextBox")
  11. local TextLabel = Instance.new("TextLabel")
  12. local InButton = Instance.new("TextButton")
  13. local OutButton = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local Minimize = Instance.new("TextButton")
  16. local Copy = Instance.new("TextButton")
  17. local Clear = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. Obfuscator.Name = "Obfuscator"
  22. Obfuscator.Parent = game.CoreGui
  23.  
  24. Byte.Name = "Byte"
  25. Byte.Parent = Obfuscator
  26. Byte.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  27. Byte.Position = UDim2.new(0.147420183, 0, 0.174061432, 0)
  28. Byte.Size = UDim2.new(0, 1216, 0, 559)
  29. Byte.Active = true
  30. Byte.Draggable = true
  31.  
  32. In.Name = "In"
  33. In.Parent = Byte
  34. In.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  35. In.BorderColor3 = Color3.fromRGB(27, 42, 53)
  36. In.Position = UDim2.new(0.0120000001, 0, 0.142000005, 0)
  37. In.Size = UDim2.new(0, 1176, 0, 442)
  38. In.Font = Enum.Font.SourceSans
  39. In.PlaceholderText = "-- Replace Script Here"
  40. In.Text = ""
  41. In.TextColor3 = Color3.fromRGB(178, 178, 178)
  42. In.TextSize = 16.000
  43. In.TextXAlignment = Enum.TextXAlignment.Left
  44. In.TextYAlignment = Enum.TextYAlignment.Top
  45. In.ClearTextOnFocus = false
  46. In.TextWrapped = true
  47.  
  48. Obsfucate.Name = "Obsfucate"
  49. Obsfucate.Parent = Byte
  50. Obsfucate.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  51. Obsfucate.BorderColor3 = Color3.fromRGB(27, 42, 53)
  52. Obsfucate.Position = UDim2.new(0.0104815364, 0, 0.941110909, 0)
  53. Obsfucate.Size = UDim2.new(0, 186, 0, 26)
  54. Obsfucate.Font = Enum.Font.SourceSans
  55. Obsfucate.Text = "Obfuscate Scripts"
  56. Obsfucate.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. Obsfucate.TextSize = 14.000
  58. Obsfucate.MouseButton1Click:Connect(function()
  59. local a = In.Text
  60.  
  61. a="--// Decompiled Code. \n"..a;function Obfuscate2(b)local c="function IllIlllIllIlllIlllIlllIll(IllIlllIllIllIll) if (IllIlllIllIllIll==(((((919 + 636)-636)*3147)/3147)+919)) then return not true end if (IllIlllIllIllIll==(((((968 + 670)-670)*3315)/3315)+968)) then return not false end end; "local d=c;local e=""local f={"IllIllIllIllI","IIlllIIlllIIlllIIlllII","IIllllIIllll"}local g=[[local IlIlIlIlIlIlIlIlII = {]]local h=[[local IllIIllIIllIII = loadstring]]local i=[[local IllIIIllIIIIllI = table.concat]]local j=[[local IIIIIIIIllllllllIIIIIIII = "''"]]local k="local "..f[math.random(1,#f)].." = (7*3-9/9+3*2/0+3*3);"local l="local "..f[math.random(1,#f)].." = (3*4-7/7+6*4/3+9*9);"local m="--// Obfuscated with Byte Obfuscator v1.0 \n\n"for n=1,string.len(b)do e=e.."'\\"..string.byte(b,n).."',"end;local o="function IllIIIIllIIIIIl("..f[math.random(1,#f)]..")"local p="function "..f[math.random(1,#f)].."("..f[math.random(1,#f)]..")"local q="local "..f[math.random(1,#f)].." = (5*3-2/8+9*2/9+8*3)"local r="end"local s="IllIIIIllIIIIIl(900283)"local t="function IllIlllIllIlllIlllIlllIllIlllIIIlll("..f[math.random(1,#f)]..")"local q="function "..f[math.random(1,#f)].."("..f[math.random(1,#f)]..")"local u="local "..f[math.random(1,#f)].." = (9*0-7/5+3*1/3+8*2)"local v="end"local w="IllIlllIllIlllIlllIlllIllIlllIIIlll(9083)"local x=m..d..k..l..i..";"..o.." "..p.." "..q.." "..r.." "..r.." "..r..";"..s..";"..t.." "..q.." "..u.." "..v.." "..v..";"..w..";"..h..";"..g..e.."}".."IllIIllIIllIII(IllIIIllIIIIllI(IlIlIlIlIlIlIlIlII,IIIIIIIIllllllllIIIIIIII))()"Out.Text = (x)end;do Obfuscate2(a)end
  62. end)
  63.  
  64. Out.Name = "Out"
  65. Out.Parent = Byte
  66. Out.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  67. Out.Position = UDim2.new(0.0120000001, 0, 0.142000005, 0)
  68. Out.Selectable = false
  69. Out.Size = UDim2.new(0, 1175, 0, 441)
  70. Out.Visible = false
  71. Out.ClearTextOnFocus = false
  72. Out.Font = Enum.Font.SourceSans
  73. Out.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  74. Out.PlaceholderText = "-- Please Paste In Input To Obfuscate Script"
  75. Out.Text = ""
  76. Out.TextColor3 = Color3.fromRGB(178, 178, 178)
  77. Out.TextSize = 16.000
  78. Out.TextWrapped = true
  79. Out.TextXAlignment = Enum.TextXAlignment.Left
  80. Out.TextYAlignment = Enum.TextYAlignment.Top
  81.  
  82. TextLabel.Parent = Byte
  83. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextLabel.BackgroundTransparency = 1.000
  85. TextLabel.Position = UDim2.new(0.00493421033, 0, 0, 0)
  86. TextLabel.Size = UDim2.new(0, 372, 0, 36)
  87. TextLabel.Font = Enum.Font.SourceSans
  88. TextLabel.Text = "Byte Obfuscator 2.0 by Byte#9999"
  89. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. TextLabel.TextScaled = true
  91. TextLabel.TextSize = 14.000
  92. TextLabel.TextWrapped = true
  93.  
  94. InButton.Name = "InButton"
  95. InButton.Parent = Byte
  96. InButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  97. InButton.Position = UDim2.new(0.0113038514, 0, 0.0895903036, 0)
  98. InButton.Size = UDim2.new(0, 95, 0, 26)
  99. InButton.Font = Enum.Font.SourceSans
  100. InButton.Text = "Input"
  101. InButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. InButton.TextSize = 14.000
  103. InButton.MouseButton1Click:Connect(function()
  104. In.Visible = true
  105. Out.Visible = false
  106. end)
  107.  
  108. OutButton.Name = "OutButton"
  109. OutButton.Parent = Byte
  110. OutButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  111. OutButton.BorderColor3 = Color3.fromRGB(27, 42, 53)
  112. OutButton.Position = UDim2.new(0.0894288495, 0, 0.0895902887, 0)
  113. OutButton.Size = UDim2.new(0, 104, 0, 26)
  114. OutButton.Font = Enum.Font.SourceSans
  115. OutButton.Text = "Output"
  116. OutButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. OutButton.TextSize = 14.000
  118. OutButton.MouseButton1Click:Connect(function()
  119. In.Visible = false
  120. Out.Visible = true
  121. end)
  122.  
  123. Close.Name = "Close"
  124. Close.Parent = Byte
  125. Close.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  126. Close.BackgroundTransparency = 1.000
  127. Close.BorderColor3 = Color3.fromRGB(27, 42, 53)
  128. Close.Position = UDim2.new(0.973474979, 0, -0.00164401846, 0)
  129. Close.Size = UDim2.new(0, 32, 0, 26)
  130. Close.Font = Enum.Font.SourceSans
  131. Close.Text = "X"
  132. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. Close.TextScaled = true
  134. Close.TextSize = 14.000
  135. Close.TextWrapped = true
  136. Close.MouseButton1Click:Connect(function()
  137. Byte.Visible = false
  138. end)
  139.  
  140. Minimize.Name = "Minimize"
  141. Minimize.Parent = Byte
  142. Minimize.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  143. Minimize.BackgroundTransparency = 1.000
  144. Minimize.BorderColor3 = Color3.fromRGB(27, 42, 53)
  145. Minimize.Position = UDim2.new(0.947159171, 0, -0.00164401846, 0)
  146. Minimize.Size = UDim2.new(0, 32, 0, 26)
  147. Minimize.Font = Enum.Font.SourceSans
  148. Minimize.Text = "><"
  149. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. Minimize.TextScaled = true
  151. Minimize.TextSize = 14.000
  152. Minimize.TextWrapped = true
  153. Minimize.MouseButton1Click:Connect(function()
  154. if Minimize.Text == "><" then
  155. Minimize.Text = "<>"
  156. Byte.Size = UDim2.new(0, 1216, 0, 34)
  157. In.Visible = false
  158. Out.Visible = false
  159. Clear.Visible = false
  160. InButton.Visible = false
  161. OutButton.Visible = false
  162. Copy.Visible = false
  163. Obsfucate.Visible = false
  164. else
  165. Minimize.Text = "><"
  166. Byte.Size = UDim2.new(0, 1216, 0, 559)
  167. In.Visible = true
  168. Out.Visible = true
  169. Clear.Visible = true
  170. InButton.Visible = true
  171. OutButton.Visible = true
  172. Copy.Visible = true
  173. Obsfucate.Visible = true
  174. end
  175. end)
  176.  
  177. Copy.Name = "Copy"
  178. Copy.Parent = Byte
  179. Copy.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  180. Copy.BorderColor3 = Color3.fromRGB(27, 42, 53)
  181. Copy.Position = UDim2.new(0.169198617, 0, 0.941110909, 0)
  182. Copy.Size = UDim2.new(0, 59, 0, 26)
  183. Copy.Font = Enum.Font.SourceSans
  184. Copy.Text = "Copy"
  185. Copy.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. Copy.TextSize = 14.000
  187. Copy.MouseButton1Click:Connect(function()
  188.  
  189. end)
  190.  
  191. Clear.Name = "Clear"
  192. Clear.Parent = Byte
  193. Clear.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  194. Clear.BorderColor3 = Color3.fromRGB(27, 42, 53)
  195. Clear.Position = UDim2.new(0.22511968, 0, 0.941110909, 0)
  196. Clear.Size = UDim2.new(0, 59, 0, 26)
  197. Clear.Font = Enum.Font.SourceSans
  198. Clear.Text = "Clear"
  199. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  200. Clear.TextSize = 14.000
  201. Clear.MouseButton1Click:Connect(function()
  202. In.Text = ""
  203. Out.Text = ""
  204. end)
Advertisement
Add Comment
Please, Sign In to add comment