Advertisement
dkg_yt

Untitled

Nov 27th, 2019
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.76 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local RacismExecutor = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Top = Instance.new("Frame")
  9. local GuiName = Instance.new("TextLabel")
  10. local ExitBtn = Instance.new("TextButton")
  11. local MinimizeBtn = Instance.new("TextButton")
  12. local MonacoFrame = Instance.new("ScrollingFrame")
  13. local Source = Instance.new("TextBox")
  14. local Comments_ = Instance.new("TextLabel")
  15. local Globals_ = Instance.new("TextLabel")
  16. local Keywords_ = Instance.new("TextLabel")
  17. local RemoteHighlight_ = Instance.new("TextLabel")
  18. local Strings_ = Instance.new("TextLabel")
  19. local Tokens_ = Instance.new("TextLabel")
  20. local Numbers_ = Instance.new("TextLabel")
  21. local Lines = Instance.new("TextLabel")
  22. local listBox = Instance.new("ScrollingFrame")
  23. local UIListLayout = Instance.new("UIListLayout")
  24. local Hydroxide = Instance.new("TextButton")
  25. local IYFE = Instance.new("TextButton")
  26. local Aimbot = Instance.new("TextButton")
  27. local Noclip = Instance.new("TextButton")
  28. local RPG = Instance.new("TextButton")
  29. local Dex = Instance.new("TextButton")
  30. local PrisonLife = Instance.new("TextButton")
  31. local ExecuteBtn = Instance.new("TextButton")
  32. local ClearBtn = Instance.new("TextButton")
  33. local SaveBtn = Instance.new("TextButton")
  34. local AttachButton = Instance.new("TextButton")
  35. local Attached = Instance.new("BoolValue", Main)
  36.  
  37. Attached.Name = "Attached"
  38.  
  39. --Properties:
  40.  
  41. RacismExecutor.Name = "RacismExecutor"
  42. RacismExecutor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = RacismExecutor
  46. Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  47. Main.BorderSizePixel = 0
  48. Main.Position = UDim2.new(0.234413967, 0, 0.270270258, 0)
  49. Main.Size = UDim2.new(0, 852, 0, 349)
  50.  
  51. Top.Name = "Top"
  52. Top.Parent = Main
  53. Top.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  54. Top.BorderSizePixel = 0
  55. Top.Size = UDim2.new(0, 852, 0, 26)
  56.  
  57. GuiName.Name = "GuiName"
  58. GuiName.Parent = Top
  59. GuiName.BackgroundColor3 = Color3.new(1, 1, 1)
  60. GuiName.BackgroundTransparency = 1
  61. GuiName.Position = UDim2.new(0.382629097, 0, 0, 0)
  62. GuiName.Size = UDim2.new(0, 200, 0, 26)
  63. GuiName.Text = "RacismExecutor"
  64. GuiName.TextColor3 = Color3.new(1, 1, 1)
  65. GuiName.TextSize = 13
  66.  
  67. ExitBtn.Name = "ExitBtn"
  68. ExitBtn.Parent = Top
  69. ExitBtn.BackgroundColor3 = Color3.new(0.54902, 0.333333, 0.333333)
  70. ExitBtn.BorderSizePixel = 0
  71. ExitBtn.Position = UDim2.new(0.969483554, 0, 0, 0)
  72. ExitBtn.Size = UDim2.new(0, 26, 0, 26)
  73. ExitBtn.AutoButtonColor = false
  74. ExitBtn.Font = Enum.Font.Highway
  75. ExitBtn.Text = "X"
  76. ExitBtn.TextColor3 = Color3.new(1, 1, 1)
  77. ExitBtn.TextScaled = true
  78. ExitBtn.TextSize = 14
  79. ExitBtn.TextWrapped = true
  80.  
  81. MinimizeBtn.Name = "MinimizeBtn"
  82. MinimizeBtn.Parent = Top
  83. MinimizeBtn.BackgroundColor3 = Color3.new(0.54902, 0.333333, 0.333333)
  84. MinimizeBtn.BackgroundTransparency = 1
  85. MinimizeBtn.BorderSizePixel = 0
  86. MinimizeBtn.Position = UDim2.new(0.938967168, 0, 0, 0)
  87. MinimizeBtn.Size = UDim2.new(0, 26, 0, 26)
  88. MinimizeBtn.AutoButtonColor = false
  89. MinimizeBtn.Font = Enum.Font.Highway
  90. MinimizeBtn.Text = "-"
  91. MinimizeBtn.TextColor3 = Color3.new(1, 1, 1)
  92. MinimizeBtn.TextScaled = true
  93. MinimizeBtn.TextSize = 14
  94. MinimizeBtn.TextWrapped = true
  95.  
  96. MonacoFrame.Name = "MonacoFrame"
  97. MonacoFrame.Parent = Main
  98. MonacoFrame.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  99. MonacoFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  100. MonacoFrame.BorderSizePixel = 0
  101. MonacoFrame.Position = UDim2.new(0, 0, 0, 26)
  102. MonacoFrame.Size = UDim2.new(0, 702, 0, 292)
  103. MonacoFrame.BottomImage = "rbxassetid://148970562"
  104. MonacoFrame.CanvasSize = UDim2.new(0, 0, 10000, 0)
  105. MonacoFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  106. MonacoFrame.MidImage = "rbxassetid://148970562"
  107. MonacoFrame.ScrollBarThickness = 5
  108. MonacoFrame.TopImage = "rbxassetid://148970562"
  109.  
  110. Source.Name = "Source"
  111. Source.Parent = MonacoFrame
  112. Source.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Source.BackgroundTransparency = 1
  114. Source.Position = UDim2.new(0, 30, 0, 0)
  115. Source.Size = UDim2.new(1, 0, 1, 0)
  116. Source.ZIndex = 3
  117. Source.ClearTextOnFocus = false
  118. Source.Font = Enum.Font.Code
  119. Source.MultiLine = true
  120. Source.PlaceholderColor3 = Color3.new(0.8, 0.8, 0.8)
  121. Source.Text = "--[[ RacismExecutor ]]--"
  122. Source.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  123. Source.TextSize = 15
  124. Source.TextXAlignment = Enum.TextXAlignment.Left
  125. Source.TextYAlignment = Enum.TextYAlignment.Top
  126.  
  127. Comments_.Name = "Comments_"
  128. Comments_.Parent = Source
  129. Comments_.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Comments_.BackgroundTransparency = 1
  131. Comments_.Size = UDim2.new(1, 0, 1, 0)
  132. Comments_.ZIndex = 5
  133. Comments_.Font = Enum.Font.Code
  134. Comments_.Text = ""
  135. Comments_.TextColor3 = Color3.new(0.231373, 0.784314, 0.231373)
  136. Comments_.TextSize = 15
  137. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  138. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  139.  
  140. Globals_.Name = "Globals_"
  141. Globals_.Parent = Source
  142. Globals_.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Globals_.BackgroundTransparency = 1
  144. Globals_.Size = UDim2.new(1, 0, 1, 0)
  145. Globals_.ZIndex = 5
  146. Globals_.Font = Enum.Font.Code
  147. Globals_.Text = ""
  148. Globals_.TextColor3 = Color3.new(0.517647, 0.839216, 0.968628)
  149. Globals_.TextSize = 15
  150. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  151. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  152.  
  153. Keywords_.Name = "Keywords_"
  154. Keywords_.Parent = Source
  155. Keywords_.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Keywords_.BackgroundTransparency = 1
  157. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  158. Keywords_.ZIndex = 5
  159. Keywords_.Font = Enum.Font.Code
  160. Keywords_.Text = ""
  161. Keywords_.TextColor3 = Color3.new(0.972549, 0.427451, 0.486275)
  162. Keywords_.TextSize = 15
  163. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  164. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  165.  
  166. RemoteHighlight_.Name = "RemoteHighlight_"
  167. RemoteHighlight_.Parent = Source
  168. RemoteHighlight_.BackgroundColor3 = Color3.new(1, 1, 1)
  169. RemoteHighlight_.BackgroundTransparency = 1
  170. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  171. RemoteHighlight_.ZIndex = 5
  172. RemoteHighlight_.Font = Enum.Font.Code
  173. RemoteHighlight_.Text = ""
  174. RemoteHighlight_.TextColor3 = Color3.new(0, 0.568627, 1)
  175. RemoteHighlight_.TextSize = 15
  176. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  177. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  178.  
  179. Strings_.Name = "Strings_"
  180. Strings_.Parent = Source
  181. Strings_.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Strings_.BackgroundTransparency = 1
  183. Strings_.Size = UDim2.new(1, 0, 1, 0)
  184. Strings_.ZIndex = 5
  185. Strings_.Font = Enum.Font.Code
  186. Strings_.Text = ""
  187. Strings_.TextColor3 = Color3.new(0.678431, 0.945098, 0.584314)
  188. Strings_.TextSize = 15
  189. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  190. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  191.  
  192. Tokens_.Name = "Tokens_"
  193. Tokens_.Parent = Source
  194. Tokens_.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Tokens_.BackgroundTransparency = 1
  196. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  197. Tokens_.ZIndex = 5
  198. Tokens_.Font = Enum.Font.Code
  199. Tokens_.Text = ""
  200. Tokens_.TextColor3 = Color3.new(1, 1, 1)
  201. Tokens_.TextSize = 15
  202. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  203. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  204.  
  205. Numbers_.Name = "Numbers_"
  206. Numbers_.Parent = Source
  207. Numbers_.BackgroundColor3 = Color3.new(1, 1, 1)
  208. Numbers_.BackgroundTransparency = 1
  209. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  210. Numbers_.ZIndex = 4
  211. Numbers_.Font = Enum.Font.Code
  212. Numbers_.Text = ""
  213. Numbers_.TextColor3 = Color3.new(1, 0.776471, 0)
  214. Numbers_.TextSize = 15
  215. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  216. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  217.  
  218. Lines.Name = "Lines"
  219. Lines.Parent = MonacoFrame
  220. Lines.BackgroundColor3 = Color3.new(1, 1, 1)
  221. Lines.BackgroundTransparency = 1
  222. Lines.Size = UDim2.new(0, 30, 1, 0)
  223. Lines.ZIndex = 4
  224. Lines.Font = Enum.Font.Code
  225. Lines.Text = "1"
  226. Lines.TextColor3 = Color3.new(1, 1, 1)
  227. Lines.TextSize = 15
  228. Lines.TextYAlignment = Enum.TextYAlignment.Top
  229.  
  230. listBox.Name = "listBox"
  231. listBox.Parent = Main
  232. listBox.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  233. listBox.BorderSizePixel = 0
  234. listBox.Position = UDim2.new(0.835680723, 0, 0.081166409, 0)
  235. listBox.Size = UDim2.new(0, 140, 0, 292)
  236. listBox.BottomImage = "rbxassetid://148970562"
  237. listBox.MidImage = "rbxassetid://148970562"
  238. listBox.ScrollBarThickness = 6
  239. listBox.TopImage = "rbxassetid://148970562"
  240.  
  241. UIListLayout.Parent = listBox
  242. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  243.  
  244. Hydroxide.Name = "Hydroxide"
  245. Hydroxide.Parent = listBox
  246. Hydroxide.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  247. Hydroxide.BorderSizePixel = 0
  248. Hydroxide.Size = UDim2.new(0, 131, 0, 31)
  249. Hydroxide.Font = Enum.Font.Highway
  250. Hydroxide.Text = "hydroxide"
  251. Hydroxide.TextColor3 = Color3.new(1, 1, 1)
  252. Hydroxide.TextSize = 14
  253.  
  254. IYFE.Name = "IYFE"
  255. IYFE.Parent = listBox
  256. IYFE.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  257. IYFE.BorderSizePixel = 0
  258. IYFE.Size = UDim2.new(0, 131, 0, 31)
  259. IYFE.Font = Enum.Font.Highway
  260. IYFE.Text = "IY FE"
  261. IYFE.TextColor3 = Color3.new(1, 1, 1)
  262. IYFE.TextSize = 14
  263.  
  264. Aimbot.Name = "Aimbot"
  265. Aimbot.Parent = listBox
  266. Aimbot.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  267. Aimbot.BorderSizePixel = 0
  268. Aimbot.Size = UDim2.new(0, 131, 0, 31)
  269. Aimbot.Font = Enum.Font.Highway
  270. Aimbot.Text = "Aimbot"
  271. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  272. Aimbot.TextSize = 14
  273.  
  274. Noclip.Name = "Noclip"
  275. Noclip.Parent = listBox
  276. Noclip.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  277. Noclip.BorderSizePixel = 0
  278. Noclip.Size = UDim2.new(0, 131, 0, 31)
  279. Noclip.Font = Enum.Font.Highway
  280. Noclip.Text = "noclip (press X)"
  281. Noclip.TextColor3 = Color3.new(1, 1, 1)
  282. Noclip.TextSize = 14
  283.  
  284. RPG.Name = "RPG"
  285. RPG.Parent = listBox
  286. RPG.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  287. RPG.BorderSizePixel = 0
  288. RPG.Size = UDim2.new(0, 131, 0, 31)
  289. RPG.Font = Enum.Font.Highway
  290. RPG.Text = "Redwood Prison GUI"
  291. RPG.TextColor3 = Color3.new(1, 1, 1)
  292. RPG.TextSize = 14
  293.  
  294. Dex.Name = "Dex"
  295. Dex.Parent = listBox
  296. Dex.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  297. Dex.BorderSizePixel = 0
  298. Dex.Size = UDim2.new(0, 131, 0, 31)
  299. Dex.Font = Enum.Font.Highway
  300. Dex.Text = "Dex V4"
  301. Dex.TextColor3 = Color3.new(1, 1, 1)
  302. Dex.TextSize = 14
  303.  
  304. PrisonLife.Name = "PrisonLife"
  305. PrisonLife.Parent = listBox
  306. PrisonLife.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  307. PrisonLife.BorderSizePixel = 0
  308. PrisonLife.Size = UDim2.new(0, 131, 0, 31)
  309. PrisonLife.Font = Enum.Font.Highway
  310. PrisonLife.Text = "Prison Life"
  311. PrisonLife.TextColor3 = Color3.new(1, 1, 1)
  312. PrisonLife.TextSize = 14
  313.  
  314. ExecuteBtn.Name = "ExecuteBtn"
  315. ExecuteBtn.Parent = Main
  316. ExecuteBtn.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  317. ExecuteBtn.BorderSizePixel = 0
  318. ExecuteBtn.Position = UDim2.new(0, 0, 0.909853518, 0)
  319. ExecuteBtn.Size = UDim2.new(0, 168, 0, 31)
  320. ExecuteBtn.Font = Enum.Font.Highway
  321. ExecuteBtn.Text = "Execute"
  322. ExecuteBtn.TextColor3 = Color3.new(1, 1, 1)
  323. ExecuteBtn.TextSize = 20
  324.  
  325. ClearBtn.Name = "ClearBtn"
  326. ClearBtn.Parent = Main
  327. ClearBtn.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  328. ClearBtn.BorderSizePixel = 0
  329. ClearBtn.Position = UDim2.new(0.197183102, 0, 0.909853518, 0)
  330. ClearBtn.Size = UDim2.new(0, 168, 0, 31)
  331. ClearBtn.Font = Enum.Font.Highway
  332. ClearBtn.Text = "Clear"
  333. ClearBtn.TextColor3 = Color3.new(1, 1, 1)
  334. ClearBtn.TextSize = 20
  335.  
  336. SaveBtn.Name = "SaveBtn"
  337. SaveBtn.Parent = Main
  338. SaveBtn.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  339. SaveBtn.BorderSizePixel = 0
  340. SaveBtn.Position = UDim2.new(0.394366205, 0, 0.909853518, 0)
  341. SaveBtn.Size = UDim2.new(0, 168, 0, 31)
  342. SaveBtn.Font = Enum.Font.Highway
  343. SaveBtn.Text = "Save"
  344. SaveBtn.TextColor3 = Color3.new(1, 1, 1)
  345. SaveBtn.TextSize = 20
  346.  
  347. AttachButton.Name = "AttachButton"
  348. AttachButton.Parent = Main
  349. AttachButton.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  350. AttachButton.BorderSizePixel = 0
  351. AttachButton.Position = UDim2.new(0.835680723, 0, 0.911174774, 0)
  352. AttachButton.Size = UDim2.new(0, 140, 0, 30)
  353. AttachButton.Font = Enum.Font.Highway
  354. AttachButton.Text = "Attach"
  355. AttachButton.TextColor3 = Color3.new(1, 1, 1)
  356. AttachButton.TextSize = 20
  357.  
  358. -- Scripts:
  359.  
  360. local function CPFXB_fake_script() -- ExitBtn.LocalScript
  361. local script = Instance.new('LocalScript', ExitBtn)
  362.  
  363. script.Parent.MouseButton1Click:Connect(function()
  364. script.Parent.Parent.Parent.Parent:Destroy()
  365. end)
  366. end
  367. coroutine.wrap(CPFXB_fake_script)()
  368. local function NQRTWP_fake_script() -- MinimizeBtn.LocalScript
  369. local script = Instance.new('LocalScript', MinimizeBtn)
  370.  
  371. local mainFrame = script.Parent.Parent.Parent
  372. --top size: {0, 852},{0, 26}
  373. --Main size: {0, 852},{0, 349}
  374. local open = true
  375.  
  376. script.Parent.MouseButton1Click:Connect(function()
  377. if open == true then
  378. open = false
  379. script.Parent.Text = "+"
  380. for i,v in pairs(mainFrame:GetChildren()) do
  381. if v:IsA("TextLabel") or v.Name == "MonacoFrame" or v:IsA("TextButton") or v:IsA("TextBox") or v.Name == "listBox" then
  382. v.Visible = false
  383. end
  384. end
  385. mainFrame:TweenSize(UDim2.new(0, 852,0, 26))
  386. elseif open == false then
  387. open = true
  388. script.Parent.Text = "-"
  389. mainFrame:TweenSize(UDim2.new(0, 852,0, 349))
  390. wait(0.525)
  391. for i,v in pairs(mainFrame:GetChildren()) do
  392. if v:IsA("TextLabel") or v.Name == "MonacoFrame" or v:IsA("TextButton") or v:IsA("TextBox") or v.Name == "listBox" then
  393. v.Visible = true
  394. end
  395. end
  396. end
  397. end)
  398. end
  399. coroutine.wrap(NQRTWP_fake_script)()
  400. local function BFAM_fake_script() -- Main.Syntax
  401. local script = Instance.new('LocalScript', Main)
  402.  
  403. 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"}
  404. 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"}
  405.  
  406. local Source = script.Parent.MonacoFrame.Source
  407. local Lines = Source.Parent.Lines
  408.  
  409. local Highlight = function(string, keywords)
  410. local K = {}
  411. local S = string
  412. local Token =
  413. {
  414. ["="] = true,
  415. ["."] = true,
  416. [","] = true,
  417. ["("] = true,
  418. [")"] = true,
  419. ["["] = true,
  420. ["]"] = true,
  421. ["{"] = true,
  422. ["}"] = true,
  423. [":"] = true,
  424. ["*"] = true,
  425. ["/"] = true,
  426. ["+"] = true,
  427. ["-"] = true,
  428. ["%"] = true,
  429. [";"] = true,
  430. ["~"] = true
  431. }
  432. for i, v in pairs(keywords) do
  433. K[v] = true
  434. end
  435. S = S:gsub(".", function(c)
  436. if Token[c] ~= nil then
  437. return "\32"
  438. else
  439. return c
  440. end
  441. end)
  442. S = S:gsub("%S+", function(c)
  443. if K[c] ~= nil then
  444. return c
  445. else
  446. return (" "):rep(#c)
  447. end
  448. end)
  449.  
  450. return S
  451. end
  452.  
  453. local hTokens = function(string)
  454. local Token =
  455. {
  456. ["="] = true,
  457. ["."] = true,
  458. [","] = true,
  459. ["("] = true,
  460. [")"] = true,
  461. ["["] = true,
  462. ["]"] = true,
  463. ["{"] = true,
  464. ["}"] = true,
  465. [":"] = true,
  466. ["*"] = true,
  467. ["/"] = true,
  468. ["+"] = true,
  469. ["-"] = true,
  470. ["%"] = true,
  471. [";"] = true,
  472. ["~"] = true
  473. }
  474. local A = ""
  475. string:gsub(".", function(c)
  476. if Token[c] ~= nil then
  477. A = A .. c
  478. elseif c == "\n" then
  479. A = A .. "\n"
  480. elseif c == "\t" then
  481. A = A .. "\t"
  482. else
  483. A = A .. "\32"
  484. end
  485. end)
  486.  
  487. return A
  488. end
  489.  
  490.  
  491. local strings = function(string)
  492. local highlight = ""
  493. local quote = false
  494. string:gsub(".", function(c)
  495. if quote == false and c == "\"" then
  496. quote = true
  497. elseif quote == true and c == "\"" then
  498. quote = false
  499. end
  500. if quote == false and c == "\"" then
  501. highlight = highlight .. "\""
  502. elseif c == "\n" then
  503. highlight = highlight .. "\n"
  504. elseif c == "\t" then
  505. highlight = highlight .. "\t"
  506. elseif quote == true then
  507. highlight = highlight .. c
  508. elseif quote == false then
  509. highlight = highlight .. "\32"
  510. end
  511. end)
  512.  
  513. return highlight
  514. end
  515.  
  516. local comments = function(string)
  517. local ret = ""
  518. string:gsub("[^\r]+", function(c)
  519. local comm = false
  520. local i = 0
  521. c:gsub(".", function(n)
  522. i = i + 1
  523. if c:sub(i, i + 1) == "--" then
  524. comm = true
  525. end
  526. if comm == true then
  527. ret = ret .. n
  528. else
  529. ret = ret .. "\32"
  530. end
  531. end)
  532. ret = ret
  533. end)
  534.  
  535. return ret
  536. end
  537.  
  538. local numbers = function(string)
  539. local A = ""
  540. string:gsub(".", function(c)
  541. if tonumber(c) ~= nil then
  542. A = A .. c
  543. elseif c == "\n" then
  544. A = A .. "\n"
  545. elseif c == "\t" then
  546. A = A .. "\t"
  547. else
  548. A = A .. "\32"
  549. end
  550. end)
  551.  
  552. return A
  553. end
  554.  
  555. local highlight_source = function(type)
  556. if type == "Text" then
  557. Source.Text = Source.Text:gsub("\13", "")
  558. Source.Text = Source.Text:gsub("\t", " ")
  559. local s = Source.Text
  560. Source.Keywords_.Text = Highlight(s, lua_keywords)
  561. Source.Globals_.Text = Highlight(s, global_env)
  562. Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  563. Source.Tokens_.Text = hTokens(s)
  564. Source.Numbers_.Text = numbers(s)
  565. Source.Strings_.Text = strings(s)
  566. Source.Comments_.Text = comments(s)
  567. local lin = 1
  568. s:gsub("\n", function()
  569. lin = lin + 1
  570. end)
  571. Lines.Text = ""
  572. for i = 1, lin do
  573. Lines.Text = Lines.Text .. i .. "\n"
  574. end
  575. end
  576. end
  577.  
  578. highlight_source("Text")
  579.  
  580. Source.Changed:Connect(highlight_source)
  581.  
  582.  
  583. end
  584. coroutine.wrap(BFAM_fake_script)()
  585. local function GADZ_fake_script() -- Hydroxide.LocalScript
  586. local script = Instance.new('LocalScript', Hydroxide)
  587.  
  588. script.Parent.MouseButton1Click:Connect(function()
  589. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/nrv-ous/Hydroxide/master/main.lua"))()
  590. end)
  591. end
  592. coroutine.wrap(GADZ_fake_script)()
  593. local function YBPHQSQ_fake_script() -- IYFE.LocalScript
  594. local script = Instance.new('LocalScript', IYFE)
  595.  
  596. script.Parent.MouseButton1Click:Connect(function()
  597. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  598. end)
  599. end
  600. coroutine.wrap(YBPHQSQ_fake_script)()
  601. local function JGJZ_fake_script() -- Aimbot.LocalScript
  602. local script = Instance.new('LocalScript', Aimbot)
  603.  
  604. script.Parent.MouseButton1Click:Connect(function()
  605. loadstring(game:HttpGet(('https://hastebin.com/raw/mujidufimi'),true))()
  606. end)
  607. end
  608. coroutine.wrap(JGJZ_fake_script)()
  609. local function IYUH_fake_script() -- Noclip.LocalScript
  610. local script = Instance.new('LocalScript', Noclip)
  611.  
  612. script.Parent.MouseButton1Click:Connect(function()
  613. noclip = false
  614. game:GetService('RunService').Stepped:connect(function()
  615. if noclip then
  616. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  617. end
  618. end)
  619. plr = game.Players.LocalPlayer
  620. mouse = plr:GetMouse()
  621. mouse.KeyDown:connect(function(key)
  622.  
  623. if key == "x" then
  624. noclip = not noclip
  625. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  626. end
  627. end)
  628. end)
  629. end
  630. coroutine.wrap(IYUH_fake_script)()
  631. local function IWWTLV_fake_script() -- RPG.LocalScript
  632. local script = Instance.new('LocalScript', RPG)
  633.  
  634. script.Parent.MouseButton1Click:Connect(function()
  635. loadstring(game:HttpGet(('https://pastebin.com/raw/wLgN2kLy'),true))()
  636. end)
  637. end
  638. coroutine.wrap(IWWTLV_fake_script)()
  639. local function DSEBF_fake_script() -- Dex.LocalScript
  640. local script = Instance.new('LocalScript', Dex)
  641.  
  642. script.Parent.MouseButton1Click:Connect(function()
  643. loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
  644. end)
  645. end
  646. coroutine.wrap(DSEBF_fake_script)()
  647. local function LRZUDQU_fake_script() -- PrisonLife.LocalScript
  648. local script = Instance.new('LocalScript', PrisonLife)
  649.  
  650. script.Parent.MouseButton1Click:Connect(function()
  651. loadstring(game:HttpGet(('https://pastebin.com/raw/9EmLHpdt'),true))()
  652. end)
  653. end
  654. coroutine.wrap(LRZUDQU_fake_script)()
  655. local function YUHMFS_fake_script() -- ExecuteBtn.LocalScript
  656. local script = Instance.new('LocalScript', ExecuteBtn)
  657.  
  658.  
  659. local NormalText = "AutistExecutor"
  660.  
  661. script.Parent.MouseButton1Click:Connect(function()
  662. if syn then
  663. writefile("AutistExecutorScript.lua",script.Parent.Parent.MonacoFrame.Source.Text)
  664. loadfile("AutistExecutorScript.lua")()
  665. else
  666. loadstring(script.Parent.Parent.MonacoFrame.Source.Text)()
  667. end
  668. end)
  669. end
  670. coroutine.wrap(YUHMFS_fake_script)()
  671. local function TFDEHXO_fake_script() -- ClearBtn.LocalScript
  672. local script = Instance.new('LocalScript', ClearBtn)
  673.  
  674. script.Parent.MouseButton1Click:Connect(function()
  675. script.Parent.Parent.MonacoFrame.Source.Text = ""
  676. end)
  677. end
  678. coroutine.wrap(TFDEHXO_fake_script)()
  679. local function QTVVSZ_fake_script() -- SaveBtn.LocalScript
  680. local script = Instance.new('LocalScript', SaveBtn)
  681.  
  682. script.Parent.MouseButton1Click:Connect(function()
  683. if syn then
  684. writefile("Script_AE.lua",script.Parent.Parent.MonacoFrame.Source.Text)
  685. else
  686. local NormalText = "AutistExecutor"
  687.  
  688. script.Parent.Parent.Top.GuiName.Text = NormalText .. " (Run via Synapse X to use this)"
  689. wait(2)
  690. script.Parent.Parent.Top.GuiName.Text = NormalText
  691. end
  692. end)
  693. end
  694. coroutine.wrap(QTVVSZ_fake_script)()
  695. local function NUIC_fake_script() -- AttachButton.LocalScript
  696. local script = Instance.new('LocalScript', AttachButton)
  697.  
  698. script.Parent.MouseButton1Click:Connect(function()
  699. local Attached = script.Parent.Parent.Attached.Value
  700.  
  701. if Attached == true then
  702. local NormalText = "RacismExecutor"
  703.  
  704. script.Parent.Parent.Top.GuiName.Text = NormalText .. " (Already Injected!)"
  705. wait(5)
  706. script.Parent.Parent.Top.GuiName.Text = NormalText
  707. else
  708. local NormalText = "RacismExecutor"
  709.  
  710. script.Parent.Parent.Top.GuiName.Text = NormalText .. " (Injecting...)"
  711. wait(5)
  712. game.StarterGui:SetCore("SendNotification", {
  713. Title = "RacismExecutor";
  714. Text = "Injected!";
  715. Button1 = "OK";
  716. Duration = 2;
  717. })
  718. script.Parent.Parent.Top.GuiName.Text = NormalText
  719. end
  720. end)
  721. end
  722. coroutine.wrap(NUIC_fake_script)()
  723. local function SLMENR_fake_script() -- Main.Dragger
  724. local script = Instance.new('LocalScript', Main)
  725.  
  726. local dragger = {}
  727. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  728. local inputService = game:GetService('UserInputService')
  729. local heartbeat = game:GetService("RunService").Heartbeat
  730. -- // credits to Ririchi / Inori for this cute drag function :)
  731. function dragger.new(frame)
  732. local s, event = pcall(function()
  733. return frame.MouseEnter
  734. end)
  735.  
  736. if s then
  737. frame.Active = true;
  738.  
  739. event:connect(function()
  740. local input = frame.InputBegan:connect(function(key)
  741. if key.UserInputType == Enum.UserInputType.MouseButton1 then
  742. local objectPosition = Vector2.new(mouse.X - frame.AbsolutePosition.X, mouse.Y - frame.AbsolutePosition.Y);
  743. while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
  744. frame:TweenPosition(UDim2.new(0, mouse.X - objectPosition.X + (frame.Size.X.Offset * frame.AnchorPoint.X), 0, mouse.Y - objectPosition.Y + (frame.Size.Y.Offset * frame.AnchorPoint.Y)), 'Out', 'Quad', 0.1, true);
  745. end
  746. end
  747. end)
  748.  
  749. local leave;
  750. leave = frame.MouseLeave:connect(function()
  751. input:disconnect()
  752. leave:disconnect()
  753. end)
  754. end)
  755. end
  756. end
  757. dragger.new(script.Parent)
  758. end
  759. coroutine.wrap(SLMENR_fake_script)()
  760. local function GVCT_fake_script() -- RacismExecutor.LocalScript
  761. local script = Instance.new('LocalScript', RacismExecutor)
  762.  
  763. script.Parent.ResetOnSpawn = false
  764. end
  765. coroutine.wrap(GVCT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement