pastebin - collaborative debugging tool
kpaste.net RSS


New
Posted by Anonymous on Thu 23rd Jun 2022 03:42
raw | new post

  1. --:0 Use Quick edit to copy
  2.  
  3. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  4. local Window = Library.CreateLib("WaxenGui Blox Fruit v2", "GrapeTheme")
  5.  
  6. local Tab0 = Window:NewTab(":)")
  7. local Tab0Section = Tab0:NewSection("ask if theres bugs must test alt to see if working")
  8. local Tab0Section = Tab0:NewSection("Comment if theres broken")
  9. local Tab1 = Window:NewTab("Main")
  10. local Tab1Section = Tab1:NewSection("Blox fruit")
  11. local Tab4 = Window:NewTab("credits to Waxen")
  12. local Tab4Section = Tab4:NewSection("Made by waxen")
  13. local Tab3 = Window:NewTab("More Notbloxfruit")
  14. local Tab3Section = Tab3:NewSection("Scripts")
  15. Tab1Section:NewButton("Ripper Hub(blox fruit)", "local script", function()
  16.     loadstring(game:HttpGet('https://raw.githubusercontent.com/hajibeza/RIPPER-HUB/main/BFMobile.lua'))()
  17. end)
  18. Tab3Section:NewButton("keyboardscript(Guihide)", "local script", function()
  19.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  20. end)
  21. Tab3Section:NewButton("Click fling gui [r6]", "local script", function()
  22.      -- Made By Waxen
  23. local ScreenGui = Instance.new("ScreenGui")
  24. local main = Instance.new("Frame")
  25. local title = Instance.new("TextLabel")
  26. local prisonbreakerv15 = Instance.new("TextButton")
  27. local prisonbreakerv16 = Instance.new("TextButton")
  28. local close = Instance.new("TextButton")
  29. local openmain = Instance.new("Frame")
  30. local open = Instance.new("TextButton")
  31. --Properties:
  32. ScreenGui.Parent = game.CoreGui
  33.  
  34. main.Name = "main"
  35. main.Parent = ScreenGui
  36. main.BackgroundColor3 = Color3.new(0, 0, 0)
  37. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  38. main.Size = UDim2.new(0, 332, 0, 211)
  39. main.Visible = false
  40. main.Active = true
  41. main.Draggable = true
  42.  
  43. title.Name = "title"
  44. title.Parent = main
  45. title.BackgroundColor3 = Color3.new(1, 0, 1)
  46. title.Size = UDim2.new(0, 332, 0, 31)
  47. title.Font = Enum.Font.GothamBold
  48. title.Text = "Waxen Gui v1"
  49. title.TextColor3 = Color3.new(0, 0, 0)
  50. title.TextSize = 14
  51.  
  52. prisonbreakerv15.Name = "prisonbreakerv15"
  53. prisonbreakerv15.Parent = main
  54. prisonbreakerv15.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  55. prisonbreakerv15.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  56. prisonbreakerv15.Size = UDim2.new(0, 110, 0, 50)
  57. prisonbreakerv15.Font = Enum.Font.GothamBold
  58. prisonbreakerv15.Text = "Fling click"
  59. prisonbreakerv15.TextColor3 = Color3.new(0, 0, 0)
  60. prisonbreakerv15.TextScaled = true
  61. prisonbreakerv15.TextSize = 10
  62. prisonbreakerv15.TextWrapped = true
  63. prisonbreakerv15.MouseButton1Down:connect(function()
  64. HumanDied = false
  65. local reanim
  66. function noplsmesh(hat)
  67. _G.OldCF=workspace.Camera.CFrame
  68. oldchar=game.Players.LocalPlayer.Character
  69. game.Players.LocalPlayer.Character=workspace[game.Players.LocalPlayer.Name]
  70. for i,v in next, workspace[game.Players.LocalPlayer.Name][hat]:GetDescendants() do
  71. if v:IsA('Mesh') or v:IsA('SpecialMesh') then
  72. v:Remove()
  73. end
  74. end
  75. game.Players.LocalPlayer.Character=oldchar
  76. wait()
  77. workspace.Camera.CFrame=_G.OldCF
  78. game.Players.LocalPlayer.Character=oldchar
  79. end
  80. _G.ClickFling=false -- Set this to true if u want.
  81. loadstring(game:HttpGet(('https://raw.githubusercontent.com/OofHead-FE/nexo-before-deleted/main/NexoPD'),true))()
  82.  
  83. IT = Instance.new
  84. CF = CFrame.new
  85. VT = Vector3.new
  86. RAD = math.rad
  87. C3 = Color3.new
  88. UD2 = UDim2.new
  89. BRICKC = BrickColor.new
  90. ANGLES = CFrame.Angles
  91. EULER = CFrame.fromEulerAnglesXYZ
  92. COS = math.cos
  93. ACOS = math.acos
  94. SIN = math.sin
  95. ASIN = math.asin
  96. ABS = math.abs
  97. MRANDOM = math.random
  98. FLOOR = math.floor
  99.  
  100. speed = 1
  101. sine = 1
  102. srv = game:GetService('RunService')
  103.  
  104. function hatset(yes,part,c1,c0,nm)
  105. reanim[yes].Handle.AccessoryWeld.Part1=reanim[part]
  106. reanim[yes].Handle.AccessoryWeld.C1=c1 or CFrame.new()
  107. reanim[yes].Handle.AccessoryWeld.C0=c0 or CFrame.new()--3bbb322dad5929d0d4f25adcebf30aa5
  108. if nm==true then
  109. noplsmesh(yes)
  110. end
  111. end
  112.  
  113. defaultsettings = {
  114.         prefix = ';';
  115.         StayOpen = false;
  116.         keepIY = true;
  117.         logsEnabled = false;
  118.         jLogsEnabled = false;
  119.         aliases = {};
  120.         binds = {};
  121.         WayPoints = {};
  122.         PluginsTable = {};
  123. }
  124.  
  125. defaults = game:GetService("HttpService"):JSONEncode(defaultsettings)
  126.  
  127. writefile("IY_FE.iy",defaults)
  128.  
  129.  
  130. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  131. end)
  132.  
  133. prisonbreakerv16.Name = "prisonbreakerv16"
  134. prisonbreakerv16.Parent = main
  135. prisonbreakerv16.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  136. prisonbreakerv16.Position = UDim2.new(0.614457846, 0, 0.379146934, 0)
  137. prisonbreakerv16.Size = UDim2.new(0, 110, 0, 50)
  138. prisonbreakerv16.Font = Enum.Font.GothamBold
  139. prisonbreakerv16.Text = "Waxen script made v2"
  140. prisonbreakerv16.TextColor3 = Color3.new(0, 0, 0)
  141. prisonbreakerv16.TextScaled = true
  142. prisonbreakerv16.TextSize = 14
  143. prisonbreakerv16.TextWrapped = true
  144. prisonbreakerv16.MouseButton1Down:connect(function()
  145. loadstring(game:HttpGet"https://pastebin.com/raw/MdPVZkZK")()
  146. end)
  147.  
  148. close.Name = "close"
  149. close.Parent = main
  150. close.BackgroundColor3 = Color3.new(1, 0, 0)
  151. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  152. close.Size = UDim2.new(0, 40, 0, 31)
  153. close.Font = Enum.Font.GothamBlack
  154. close.Text = "X"
  155. close.TextColor3 = Color3.new(0, 0, 0)
  156. close.TextScaled = true
  157. close.TextSize = 14
  158. close.TextWrapped = true
  159. close.MouseButton1Down:connect(function()
  160. main.Visible = false
  161. openmain.Visible = true
  162. end)
  163.  
  164. openmain.Name = "openmain"
  165. openmain.Parent = ScreenGui
  166. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  167. openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
  168. openmain.Size = UDim2.new(0, 100, 0, 28)
  169. openmain.Active = true
  170. openmain.Draggable = true
  171.  
  172. open.Name = "open"
  173. open.Parent = openmain
  174. open.BackgroundColor3 = Color3.new(1, 0, 0)
  175. open.Size = UDim2.new(0, 100, 0, 28)
  176. open.Font = Enum.Font.GothamBold
  177. open.Text = "OPEN"
  178. open.TextColor3 = Color3.new(0, 0, 0)
  179. open.TextSize = 18
  180. open.TextWrapped = true
  181. open.MouseButton1Down:connect(function()
  182. openmain.Visible = false
  183. main.Visible = true
  184. end)
  185. end)
  186. Tab3Section:NewButton("Translate", "local script", function()
  187.    --[[
  188.     Message Translator
  189.     Made by Aim, updated by cli
  190.     Credits to Riptxde for the sending chathook
  191. --]]
  192.  
  193. if not game['Loaded'] then game['Loaded']:Wait() end; repeat wait(.06) until game:GetService('Players').LocalPlayer ~= nil
  194. local YourLang = "en" -- Language code that the messages are going to be translated to
  195.  
  196. local googlev = isfile'googlev.txt' and readfile'googlev.txt' or ''
  197.  
  198. function googleConsent(Body) -- Because google really said: "Fuck you."
  199.     local args = {}
  200.  
  201.     for match in Body:gmatch('<input type="hidden" name=".-" value=".-">') do
  202.         local k,v = match:match('<input type="hidden" name="(.-)" value="(.-)">')
  203.         args[k] = v
  204.     end
  205.     googlev = args.v
  206.     writefile('googlev.txt', args.v)
  207. end
  208.  
  209. local function got(url, Method, Body) -- Basic version of https://www.npmjs.com/package/got using synapse's request API for google websites
  210.     Method = Method or "GET"
  211.    
  212.     local res = syn.request({
  213.         Url = url,
  214.         Method = Method,
  215.         Headers = {cookie="CONSENT=YES+"..googlev},
  216.         Body = Body
  217.     })
  218.    
  219.     if res.Body:match('https://consent.google.com/s') then
  220.         print('consent')
  221.         googleConsent(res.Body)
  222.         res = syn.request({
  223.             Url = url,
  224.             Method = "GET",
  225.             Headers = {cookie="CONSENT=YES+"..googlev}
  226.         })
  227.     end
  228.    
  229.     return res
  230. end
  231.  
  232. local languages = {
  233.     auto = "Automatic",
  234.     af = "Afrikaans",
  235.     sq = "Albanian",
  236.     am = "Amharic",
  237.     ar = "Arabic",
  238.     hy = "Armenian",
  239.     az = "Azerbaijani",
  240.     eu = "Basque",
  241.     be = "Belarusian",
  242.     bn = "Bengali",
  243.     bs = "Bosnian",
  244.     bg = "Bulgarian",
  245.     ca = "Catalan",
  246.     ceb = "Cebuano",
  247.     ny = "Chichewa",
  248.     ['zh-cn'] = "Chinese Simplified",
  249.     ['zh-tw'] = "Chinese Traditional",
  250.     co = "Corsican",
  251.     hr = "Croatian",
  252.     cs = "Czech",
  253.     da = "Danish",
  254.     nl = "Dutch",
  255.     en = "English",
  256.     eo = "Esperanto",
  257.     et = "Estonian",
  258.     tl = "Filipino",
  259.     fi = "Finnish",
  260.     fr = "French",
  261.     fy = "Frisian",
  262.     gl = "Galician",
  263.     ka = "Georgian",
  264.     de = "German",
  265.     el = "Greek",
  266.     gu = "Gujarati",
  267.     ht = "Haitian Creole",
  268.     ha = "Hausa",
  269.     haw = "Hawaiian",
  270.     iw = "Hebrew",
  271.     hi = "Hindi",
  272.     hmn = "Hmong",
  273.     hu = "Hungarian",
  274.     is = "Icelandic",
  275.     ig = "Igbo",
  276.     id = "Indonesian",
  277.     ga = "Irish",
  278.     it = "Italian",
  279.     ja = "Japanese",
  280.     jw = "Javanese",
  281.     kn = "Kannada",
  282.     kk = "Kazakh",
  283.     km = "Khmer",
  284.     ko = "Korean",
  285.     ku = "Kurdish (Kurmanji)",
  286.     ky = "Kyrgyz",
  287.     lo = "Lao",
  288.     la = "Latin",
  289.     lv = "Latvian",
  290.     lt = "Lithuanian",
  291.     lb = "Luxembourgish",
  292.     mk = "Macedonian",
  293.     mg = "Malagasy",
  294.     ms = "Malay",
  295.     ml = "Malayalam",
  296.     mt = "Maltese",
  297.     mi = "Maori",
  298.     mr = "Marathi",
  299.     mn = "Mongolian",
  300.     my = "Myanmar (Burmese)",
  301.     ne = "Nepali",
  302.     no = "Norwegian",
  303.     ps = "Pashto",
  304.     fa = "Persian",
  305.     pl = "Polish",
  306.     pt = "Portuguese",
  307.     pa = "Punjabi",
  308.     ro = "Romanian",
  309.     ru = "Russian",
  310.     sm = "Samoan",
  311.     gd = "Scots Gaelic",
  312.     sr = "Serbian",
  313.     st = "Sesotho",
  314.     sn = "Shona",
  315.     sd = "Sindhi",
  316.     si = "Sinhala",
  317.     sk = "Slovak",
  318.     sl = "Slovenian",
  319.     so = "Somali",
  320.     es = "Spanish",
  321.     su = "Sundanese",
  322.     sw = "Swahili",
  323.     sv = "Swedish",
  324.     tg = "Tajik",
  325.     ta = "Tamil",
  326.     te = "Telugu",
  327.     th = "Thai",
  328.     tr = "Turkish",
  329.     uk = "Ukrainian",
  330.     ur = "Urdu",
  331.     uz = "Uzbek",
  332.     vi = "Vietnamese",
  333.     cy = "Welsh",
  334.     xh = "Xhosa",
  335.     yi = "Yiddish",
  336.     yo = "Yoruba",
  337.     zu = "Zulu"
  338. };
  339.  
  340. function find(lang)
  341.     for i,v in pairs(languages) do
  342.         if i == lang or v == lang then
  343.             return i
  344.         end
  345.     end
  346. end
  347.  
  348. function isSupported(lang)
  349.     local key = find(lang)
  350.     return key and true or false
  351. end
  352.  
  353. function getISOCode(lang)
  354.     local key = find(lang)
  355.     return key
  356. end
  357.  
  358. function stringifyQuery(dataFields)
  359.     local data = ""
  360.     for k, v in pairs(dataFields) do
  361.         if type(v) == "table" then
  362.             for _,v in pairs(v) do
  363.                 data = data .. ("&%s=%s"):format(
  364.                     game.HttpService:UrlEncode(k),
  365.                     game.HttpService:UrlEncode(v)
  366.                 )
  367.             end
  368.         else
  369.             data = data .. ("&%s=%s"):format(
  370.                 game.HttpService:UrlEncode(k),
  371.                 game.HttpService:UrlEncode(v)
  372.             )
  373.         end
  374.     end
  375.     data = data:sub(2)
  376.     return data
  377. end
  378.  
  379. local reqid = math.random(1000,9999)
  380. local rpcidsTranslate = "MkEWBc"
  381. local rootURL = "https://translate.google.com/"
  382. local executeURL = "https://translate.google.com/_/TranslateWebserverUi/data/batchexecute"
  383. local fsid, bl
  384.  
  385. do -- init
  386.         print('initialize')
  387.     local InitialReq = got(rootURL)
  388.     fsid = InitialReq.Body:match('"FdrFJe":"(.-)"')
  389.     bl = InitialReq.Body:match('"cfb2h":"(.-)"')
  390. end
  391.  
  392. local HttpService = game:GetService("HttpService")
  393. function jsonE(o)
  394.     return HttpService:JSONEncode(o)
  395. end
  396. function jsonD(o)
  397.     return HttpService:JSONDecode(o)
  398. end
  399.  
  400. function translate(str, to, from)
  401.     reqid+=10000
  402.     from = from and getISOCode(from) or 'auto'
  403.     to = to and getISOCode(to) or 'en'
  404.  
  405.     local data = {{str, from, to, true}, {nil}}
  406.  
  407.     local freq = {
  408.         {
  409.             {
  410.                 rpcidsTranslate,
  411.                 jsonE(data),
  412.                 nil,
  413.                 "generic"
  414.             }
  415.         }
  416.     }
  417.  
  418.     local url = executeURL..'?'..stringifyQuery{rpcids = rpcidsTranslate, ['f.sid'] = fsid, bl = bl, hl="en", _reqid = reqid-10000, rt = 'c'}
  419.     local body = stringifyQuery{['f.req'] = jsonE(freq)}
  420.    
  421.     local req = got(url, "POST", body)
  422.        
  423.     local body = jsonD(req.Body:match'%[.-%]\n')
  424.     local translationData = jsonD(body[1][3])
  425.     local result = {
  426.         text = "",
  427.         from = {
  428.             language = "",
  429.             text = ""
  430.         },
  431.         raw = ""
  432.     }
  433.     result.raw = translationData
  434.     result.text = translationData[2][1][1][6][1][1]
  435.    
  436.     result.from.language = translationData[3]
  437.     result.from.text = translationData[2][5][1]
  438.  
  439.     return result
  440. end
  441.  
  442. local Players = game:GetService("Players")
  443. local LP = Players.LocalPlayer
  444. local StarterGui = game:GetService('StarterGui')
  445. for i=1, 15 do
  446.     local r = pcall(StarterGui["SetCore"])
  447.     if r then break end
  448.     game:GetService('RunService').RenderStepped:wait()
  449. end
  450. wait()
  451.  
  452. local properties = {
  453.     Color = Color3.new(1,1,0);
  454.     Font = Enum.Font.SourceSansItalic;
  455.     TextSize = 16;
  456. }
  457.  
  458. game:GetService("StarterGui"):SetCore("SendNotification",
  459.     {
  460.         Title = "Chat Translator",
  461.         Text = "Ported to Google Translate",
  462.         Duration = 3
  463.     }
  464. )
  465.                  
  466. properties.Text = "[TR] To send messages in a language, say > followed by the target language/language code, e.g.: >ru or >russian. To disable (go back to original language), say >d."
  467. StarterGui:SetCore("ChatMakeSystemMessage", properties)
  468.  
  469. function translateFrom(message)
  470.     local translation = translate(message, YourLang)
  471.  
  472.     local text
  473.     if translation.from.language ~= YourLang then
  474.         text = translation.text
  475.     end
  476.  
  477.     return {text, translation.from.language}
  478. end
  479.  
  480. function get(plr, msg)
  481.     local tab = translateFrom(msg)
  482.     local translation = tab[1]
  483.     if translation then
  484.         properties.Text = "("..tab[2]:upper()..") ".."[".. plr.Name .."]: "..translation
  485.         StarterGui:SetCore("ChatMakeSystemMessage", properties)
  486.     end
  487. end
  488.  
  489. for i, plr in ipairs(Players:GetPlayers()) do
  490.     plr.Chatted:Connect(function(msg)
  491.         get(plr, msg)
  492.     end)
  493. end
  494. Players.PlayerAdded:Connect(function(plr)
  495.     plr.Chatted:Connect(function(msg)
  496.         get(plr, msg)
  497.     end)
  498. end)
  499.  
  500. local sendEnabled = false
  501. local target = ""
  502.  
  503. function translateTo(message, target)
  504.     target = target:lower()
  505.     local translation = translate(message, target, "auto")
  506.  
  507.     return translation.text
  508. end
  509.  
  510. function disableSend()
  511.     sendEnabled = false
  512.     properties.Text = "[TR] Sending Disabled"
  513.     StarterGui:SetCore("ChatMakeSystemMessage", properties)
  514. end
  515.  
  516. local CBar, CRemote, Connected = LP['PlayerGui']:WaitForChild('Chat')['Frame'].ChatBarParentFrame['Frame'].BoxFrame['Frame'].ChatBar, game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents['SayMessageRequest'], {}
  517.  
  518. local HookChat = function(Bar)
  519.     coroutine.wrap(function()
  520.         if not table.find(Connected,Bar) then
  521.             local Connect = Bar['FocusLost']:Connect(function(Enter)
  522.                 if Enter ~= false and Bar['Text'] ~= '' then
  523.                     local Message = Bar['Text']
  524.                     Bar['Text'] = '';
  525.                     if Message == ">d" then
  526.                         disableSend()
  527.                     elseif Message:sub(1,1) == ">" and not Message:find(" ") then
  528.                         if getISOCode(Message:sub(2)) then
  529.                             sendEnabled = true
  530.                             target = Message:sub(2)
  531.                         else
  532.                             properties.Text = "[TR] Invalid language"
  533.                             StarterGui:SetCore("ChatMakeSystemMessage", properties)
  534.                         end
  535.                     elseif sendEnabled then
  536.                         Message = translateTo(Message, target)
  537.                         if not _G.SecureChat then
  538.                             game:GetService('Players'):Chat(Message);
  539.                         end
  540.                         CRemote:FireServer(Message,'All')
  541.                     else
  542.                         if not _G.SecureChat then
  543.                             game:GetService('Players'):Chat(Message);
  544.                         end
  545.                         CRemote:FireServer(Message,'All')
  546.                     end
  547.                 end
  548.             end)
  549.             Connected[#Connected+1] = Bar; Bar['AncestryChanged']:Wait(); Connect:Disconnect()
  550.         end
  551.     end)()
  552. end
  553.  
  554. HookChat(CBar); local BindHook = Instance.new('BindableEvent')
  555.  
  556. local MT = getrawmetatable(game); local NC = MT.__namecall; setreadonly(MT, false)
  557.  
  558. MT.__namecall = newcclosure(function(...)
  559.     local Method, Args = getnamecallmethod(), {...}
  560.     if rawequal(tostring(Args[1]),'ChatBarFocusChanged') and rawequal(Args[2],true) then
  561.         if LP['PlayerGui']:FindFirstChild('Chat') then
  562.             BindHook:Fire()
  563.         end
  564.     end
  565.     return NC(...)
  566. end)
  567.  
  568. BindHook['Event']:Connect(function()
  569.     CBar = LP['PlayerGui'].Chat['Frame'].ChatBarParentFrame['Frame'].BoxFrame['Frame'].ChatBar
  570.     HookChat(CBar)
  571. end)
  572. end)
  573.  
  574. Tab3Section:NewButton("Executor", "WoW Executor", function()
  575.    -- Instances:
  576.  
  577. local SynapseXreal = Instance.new("ScreenGui")
  578. local MainFrame = Instance.new("Frame")
  579. local bar = Instance.new("Frame")
  580. local Close = Instance.new("TextButton")
  581. local ImageLabel = Instance.new("ImageLabel")
  582. local security = Instance.new("TextLabel")
  583. local EditorFrame = Instance.new("ScrollingFrame")
  584. local Source = Instance.new("TextBox")
  585. local Comments_ = Instance.new("TextLabel")
  586. local Globals_ = Instance.new("TextLabel")
  587. local Keywords_ = Instance.new("TextLabel")
  588. local RemoteHighlight_ = Instance.new("TextLabel")
  589. local Strings_ = Instance.new("TextLabel")
  590. local Tokens_ = Instance.new("TextLabel")
  591. local Numbers_ = Instance.new("TextLabel")
  592. local Lines = Instance.new("TextLabel")
  593. local title = Instance.new("TextLabel")
  594. local list = Instance.new("Frame")
  595. local execute = Instance.new("TextButton")
  596. local clear = Instance.new("TextButton")
  597. local scripthub = Instance.new("TextButton")
  598. local Attach = Instance.new("TextButton")
  599. local title_2 = Instance.new("ImageLabel")
  600. local scripthub_2 = Instance.new("Frame")
  601. local bar_2 = Instance.new("Frame")
  602. local select = Instance.new("Frame")
  603. local dex = Instance.new("TextButton")
  604. local esp = Instance.new("TextButton")
  605. local spy = Instance.new("TextButton")
  606. local dumper = Instance.new("TextButton")
  607. local desc = Instance.new("Frame")
  608. local descri = Instance.new("TextLabel")
  609. local title_3 = Instance.new("TextLabel")
  610. local execute_2 = Instance.new("TextButton")
  611. local close = Instance.new("TextButton")
  612. local title_4 = Instance.new("ImageLabel")
  613.  
  614. local scriptselected = "none"
  615. local injected = false
  616.  
  617. --Properties:
  618.  
  619. SynapseXreal.Name = "Synapse X (real)"
  620. SynapseXreal.Parent = game.CoreGui
  621. SynapseXreal.ResetOnSpawn = false
  622.  
  623. MainFrame.Name = "MainFrame"
  624. MainFrame.Parent = SynapseXreal
  625. MainFrame.Active = true
  626. MainFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  627. MainFrame.BorderSizePixel = 0
  628. MainFrame.Position = UDim2.new(0.0543109924, 0, 0.103222892, 0)
  629. MainFrame.Size = UDim2.new(0, 689, 0, 320)
  630.  
  631. bar.Name = "bar"
  632. bar.Parent = MainFrame
  633. bar.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  634. bar.BackgroundTransparency = 0.800
  635. bar.BorderSizePixel = 0
  636. bar.Position = UDim2.new(-0, 0, -0.00296382909, 0)
  637. bar.Size = UDim2.new(0, 689, 0, 25)
  638.  
  639. Close.Name = "Close"
  640. Close.Parent = bar
  641. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  642. Close.BackgroundTransparency = 1.000
  643. Close.BorderColor3 = Color3.fromRGB(27, 42, 53)
  644. Close.BorderSizePixel = 0
  645. Close.Position = UDim2.new(0.969521046, 0, 0, 0)
  646. Close.Size = UDim2.new(0, 21, 0, 25)
  647. Close.Font = Enum.Font.Arial
  648. Close.Text = "X"
  649. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  650. Close.TextSize = 14.000
  651. Close.MouseButton1Click:Connect(function()
  652.     SynapseXreal:Destroy()
  653. end)
  654.  
  655. ImageLabel.Parent = MainFrame
  656. ImageLabel.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  657. ImageLabel.BorderSizePixel = 0
  658. ImageLabel.Position = UDim2.new(0.0252733715, 0, 0.015625, 27)
  659. ImageLabel.Size = UDim2.new(0, 541, 0, 246)
  660.  
  661. security.Name = "security"
  662. security.Parent = ImageLabel
  663. security.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  664. security.Size = UDim2.new(0, 552, 0, 258)
  665. security.Visible = false
  666. security.Font = Enum.Font.SourceSans
  667. security.TextColor3 = Color3.fromRGB(0, 0, 0)
  668. security.TextSize = 14.000
  669.  
  670. EditorFrame.Name = "EditorFrame"
  671. EditorFrame.Parent = ImageLabel
  672. EditorFrame.BackgroundColor3 = Color3.fromRGB(37, 37, 37)
  673. EditorFrame.BackgroundTransparency = 1.000
  674. EditorFrame.BorderColor3 = Color3.fromRGB(61, 61, 61)
  675. EditorFrame.Size = UDim2.new(1, 0, 1, 0)
  676. EditorFrame.ZIndex = 3
  677. EditorFrame.BottomImage = "rbxassetid://148970562"
  678. EditorFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  679. EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  680. EditorFrame.MidImage = "rbxassetid://148970562"
  681. EditorFrame.ScrollBarThickness = 5
  682. EditorFrame.TopImage = "rbxassetid://148970562"
  683.  
  684. Source.Name = "Source"
  685. Source.Parent = EditorFrame
  686. Source.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  687. Source.BackgroundTransparency = 1.000
  688. Source.Position = UDim2.new(0, 30, 0, 0)
  689. Source.Size = UDim2.new(0.945652187, 0, 1, 0)
  690. Source.ZIndex = 3
  691. Source.ClearTextOnFocus = false
  692. Source.Font = Enum.Font.Code
  693. Source.MultiLine = true
  694. Source.PlaceholderColor3 = Color3.fromRGB(204, 204, 204)
  695. Source.Text = ""
  696. Source.TextColor3 = Color3.fromRGB(204, 204, 204)
  697. Source.TextSize = 15.000
  698. Source.TextXAlignment = Enum.TextXAlignment.Left
  699. Source.TextYAlignment = Enum.TextYAlignment.Top
  700.  
  701. Comments_.Name = "Comments_"
  702. Comments_.Parent = Source
  703. Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  704. Comments_.BackgroundTransparency = 1.000
  705. Comments_.Size = UDim2.new(1, 0, 1, 0)
  706. Comments_.ZIndex = 5
  707. Comments_.Font = Enum.Font.Code
  708. Comments_.Text = ""
  709. Comments_.TextColor3 = Color3.fromRGB(59, 200, 59)
  710. Comments_.TextSize = 15.000
  711. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  712. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  713.  
  714. Globals_.Name = "Globals_"
  715. Globals_.Parent = Source
  716. Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  717. Globals_.BackgroundTransparency = 1.000
  718. Globals_.Size = UDim2.new(1, 0, 1, 0)
  719. Globals_.ZIndex = 5
  720. Globals_.Font = Enum.Font.Code
  721. Globals_.Text = ""
  722. Globals_.TextColor3 = Color3.fromRGB(132, 214, 247)
  723. Globals_.TextSize = 15.000
  724. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  725. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  726.  
  727. Keywords_.Name = "Keywords_"
  728. Keywords_.Parent = Source
  729. Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  730. Keywords_.BackgroundTransparency = 1.000
  731. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  732. Keywords_.ZIndex = 5
  733. Keywords_.Font = Enum.Font.Code
  734. Keywords_.Text = ""
  735. Keywords_.TextColor3 = Color3.fromRGB(248, 109, 124)
  736. Keywords_.TextSize = 15.000
  737. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  738. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  739.  
  740. RemoteHighlight_.Name = "RemoteHighlight_"
  741. RemoteHighlight_.Parent = Source
  742. RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  743. RemoteHighlight_.BackgroundTransparency = 1.000
  744. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  745. RemoteHighlight_.ZIndex = 5
  746. RemoteHighlight_.Font = Enum.Font.Code
  747. RemoteHighlight_.Text = ""
  748. RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255)
  749. RemoteHighlight_.TextSize = 15.000
  750. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  751. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  752.  
  753. Strings_.Name = "Strings_"
  754. Strings_.Parent = Source
  755. Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  756. Strings_.BackgroundTransparency = 1.000
  757. Strings_.Size = UDim2.new(1, 0, 1, 0)
  758. Strings_.ZIndex = 5
  759. Strings_.Font = Enum.Font.Code
  760. Strings_.Text = ""
  761. Strings_.TextColor3 = Color3.fromRGB(173, 241, 149)
  762. Strings_.TextSize = 15.000
  763. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  764. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  765.  
  766. Tokens_.Name = "Tokens_"
  767. Tokens_.Parent = Source
  768. Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  769. Tokens_.BackgroundTransparency = 1.000
  770. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  771. Tokens_.ZIndex = 5
  772. Tokens_.Font = Enum.Font.Code
  773. Tokens_.Text = ""
  774. Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255)
  775. Tokens_.TextSize = 15.000
  776. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  777. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  778.  
  779. Numbers_.Name = "Numbers_"
  780. Numbers_.Parent = Source
  781. Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  782. Numbers_.BackgroundTransparency = 1.000
  783. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  784. Numbers_.ZIndex = 4
  785. Numbers_.Font = Enum.Font.Code
  786. Numbers_.Text = ""
  787. Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0)
  788. Numbers_.TextSize = 15.000
  789. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  790. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  791.  
  792. Lines.Name = "Lines"
  793. Lines.Parent = EditorFrame
  794. Lines.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  795. Lines.BackgroundTransparency = 1.000
  796. Lines.Size = UDim2.new(0, 30, 1, 0)
  797. Lines.ZIndex = 4
  798. Lines.Font = Enum.Font.Code
  799. Lines.Text = "1"
  800. Lines.TextColor3 = Color3.fromRGB(255, 255, 255)
  801. Lines.TextSize = 15.000
  802. Lines.TextYAlignment = Enum.TextYAlignment.Top
  803.  
  804. title.Name = "title"
  805. title.Parent = MainFrame
  806. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  807. title.BackgroundTransparency = 1.000
  808. title.Position = UDim2.new(0.330062926, 0, 0.00625000056, 0)
  809. title.Size = UDim2.new(0, 200, 0, 22)
  810. title.Font = Enum.Font.SourceSans
  811. title.Text = "Synapse X Remake - RBX"
  812. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  813. title.TextSize = 16.000
  814.  
  815. list.Name = "list"
  816. list.Parent = MainFrame
  817. list.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  818. list.BorderSizePixel = 0
  819. list.Position = UDim2.new(0.820970535, 0, 0.100000001, 0)
  820. list.Size = UDim2.new(0, 114, 0, 246)
  821.  
  822. execute.Name = "execute"
  823. execute.Parent = MainFrame
  824. execute.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  825. execute.BackgroundTransparency = 0.800
  826. execute.BorderSizePixel = 0
  827. execute.Position = UDim2.new(0.0095389355, 0, 0.887499988, 0)
  828. execute.Size = UDim2.new(0, 92, 0, 30)
  829. execute.Font = Enum.Font.Arial
  830. execute.Text = "Execute"
  831. execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  832. execute.TextSize = 14.000
  833. execute.MouseButton1Click:Connect(function()
  834.     if injected == true then
  835.         loadstring(Source.Text)()
  836.     end
  837.     if injected == false then
  838.         title.Text = "Synapse X Remake  - RBX (not injected! press attach)"
  839.     end
  840. end)
  841.  
  842. clear.Name = "clear"
  843. clear.Parent = MainFrame
  844. clear.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  845. clear.BackgroundTransparency = 0.800
  846. clear.BorderSizePixel = 0
  847. clear.Position = UDim2.new(0.154146105, 0, 0.887499988, 0)
  848. clear.Size = UDim2.new(0, 84, 0, 30)
  849. clear.Font = Enum.Font.Arial
  850. clear.Text = "Clear"
  851. clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  852. clear.TextSize = 14.000
  853. clear.MouseButton1Click:Connect(function()
  854.     Source.Text = ""
  855. end)
  856.  
  857. scripthub.Name = "scripthub"
  858. scripthub.Parent = MainFrame
  859. scripthub.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  860. scripthub.BackgroundTransparency = 0.800
  861. scripthub.BorderSizePixel = 0
  862. scripthub.Position = UDim2.new(0.871768773, 0, 0.887499988, 0)
  863. scripthub.Size = UDim2.new(0, 79, 0, 30)
  864. scripthub.Font = Enum.Font.Arial
  865. scripthub.Text = "Script Hub"
  866. scripthub.TextColor3 = Color3.fromRGB(255, 255, 255)
  867. scripthub.TextSize = 14.000
  868. scripthub.MouseButton1Click:Connect(function()
  869.     scripthub_2.Visible = true
  870. end)
  871.  
  872. Attach.Name = "Attach"
  873. Attach.Parent = MainFrame
  874. Attach.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  875. Attach.BackgroundTransparency = 0.800
  876. Attach.BorderSizePixel = 0
  877. Attach.Position = UDim2.new(0.741144657, 0, 0.887499988, 0)
  878. Attach.Size = UDim2.new(0, 84, 0, 30)
  879. Attach.Font = Enum.Font.Arial
  880. Attach.Text = "Attach"
  881. Attach.TextColor3 = Color3.fromRGB(255, 255, 255)
  882. Attach.TextSize = 14.000
  883. Attach.MouseButton1Click:Connect(function()
  884.     print("hi")
  885.     if injected == true then
  886.         title.Text = "Synapse X Remake - RBX (already injected!)"
  887.         wait(1)
  888.         title.Text = "Synapse Remake X - RBX"
  889.     end
  890.     if injected == false then
  891.         title.Text = "Synapse X Remake - RBX (checking...)"
  892.         wait(0.1)
  893.         title.Text = "Synapse X Remake - RBX (injecting...)"
  894.         wait(1.5)
  895.         title.Text = "Synapse X Remake - RBX (checking whitelist...)"
  896.         wait(0.8)
  897.         title.Text = "Synapse X Remake - RBX (scanning...)"
  898.         wait(0.3)
  899.         title.Text = "Synapse X Remake - RBX (ready!)"
  900.         wait(0.5)
  901.         title.Text = "Synapse X Remake - RBX"
  902.         injected = true
  903.     end
  904. end)
  905.  
  906. title_2.Name = "title"
  907. title_2.Parent = MainFrame
  908. title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  909. title_2.BackgroundTransparency = 1.000
  910. title_2.Position = UDim2.new(0.00870821718, 0, 0, 0)
  911. title_2.Size = UDim2.new(0, 18, 0, 24)
  912. title_2.ZIndex = 14
  913. title_2.Image = "http://www.roblox.com/asset/?id=7641125882"
  914. title_2.ImageRectSize = Vector2.new(138, 167)
  915.  
  916. scripthub_2.Name = "scripthub"
  917. scripthub_2.Parent = SynapseXreal
  918. scripthub_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  919. scripthub_2.BorderSizePixel = 0
  920. scripthub_2.Position = UDim2.new(0.433135211, 0, 0.502979755, 0)
  921. scripthub_2.Size = UDim2.new(0, 290, 0, 305)
  922. scripthub_2.Visible = false
  923. scripthub_2.ZIndex = 100
  924.  
  925. bar_2.Name = "bar"
  926. bar_2.Parent = scripthub_2
  927. bar_2.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  928. bar_2.BackgroundTransparency = 0.800
  929. bar_2.BorderSizePixel = 0
  930. bar_2.Position = UDim2.new(0, 0, -0.0029638072, 0)
  931. bar_2.Size = UDim2.new(0, 290, 0, 25)
  932.  
  933. select.Name = "select"
  934. select.Parent = scripthub_2
  935. select.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  936. select.BorderSizePixel = 0
  937. select.Position = UDim2.new(0.0299979374, 0, 0.104918033, 0)
  938. select.Size = UDim2.new(0, 82, 0, 264)
  939. select.ZIndex = 110
  940.  
  941. dex.Name = "dex"
  942. dex.Parent = select
  943. dex.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  944. dex.BackgroundTransparency = 1.000
  945. dex.BorderColor3 = Color3.fromRGB(0, 0, 49)
  946. dex.BorderSizePixel = 0
  947. dex.Position = UDim2.new(0.0121960752, 0, -1.49011612e-08, 0)
  948. dex.Size = UDim2.new(0, 80, 0, 18)
  949. dex.Font = Enum.Font.SourceSans
  950. dex.Text = " Dark Dex"
  951. dex.TextColor3 = Color3.fromRGB(255, 255, 255)
  952. dex.TextSize = 14.000
  953. dex.TextXAlignment = Enum.TextXAlignment.Left
  954. dex.ZIndex = 110
  955. dex.MouseButton1Click:Connect(function()
  956.     scriptselected = "dex"
  957. end)
  958.  
  959. esp.Name = "esp"
  960. esp.Parent = select
  961. esp.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  962. esp.BackgroundTransparency = 1.000
  963. esp.BorderColor3 = Color3.fromRGB(0, 0, 49)
  964. esp.BorderSizePixel = 0
  965. esp.Position = UDim2.new(0.0121960752, 0, 0.0681818053, 0)
  966. esp.Size = UDim2.new(0, 80, 0, 18)
  967. esp.Font = Enum.Font.SourceSans
  968. esp.Text = " Unnamed ESP"
  969. esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  970. esp.TextSize = 14.000
  971. esp.TextXAlignment = Enum.TextXAlignment.Left
  972. esp.ZIndex = 110
  973. esp.MouseButton1Click:Connect(function()
  974.     scriptselected = "esp"
  975. end)
  976.  
  977. spy.Name = "spy"
  978. spy.Parent = select
  979. spy.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  980. spy.BackgroundTransparency = 1.000
  981. spy.BorderColor3 = Color3.fromRGB(0, 0, 49)
  982. spy.BorderSizePixel = 0
  983. spy.Position = UDim2.new(0.0121960752, 0, 0.136363626, 0)
  984. spy.Size = UDim2.new(0, 80, 0, 18)
  985. spy.Font = Enum.Font.SourceSans
  986. spy.Text = " Remote Spy"
  987. spy.TextColor3 = Color3.fromRGB(255, 255, 255)
  988. spy.TextSize = 14.000
  989. spy.TextXAlignment = Enum.TextXAlignment.Left
  990. spy.ZIndex = 110
  991. spy.MouseButton1Click:Connect(function()
  992.     scriptselected = "spy"
  993. end)
  994.  
  995. dumper.Name = "dumper"
  996. dumper.Parent = select
  997. dumper.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  998. dumper.BackgroundTransparency = 1.000
  999. dumper.BorderColor3 = Color3.fromRGB(0, 0, 49)
  1000. dumper.BorderSizePixel = 0
  1001. dumper.Position = UDim2.new(0.0121960752, 0, 0.204545438, 0)
  1002. dumper.Size = UDim2.new(0, 80, 0, 18)
  1003. dumper.Font = Enum.Font.SourceSans
  1004. dumper.Text = " SaveInstance"
  1005. dumper.TextColor3 = Color3.fromRGB(255, 255, 255)
  1006. dumper.TextSize = 14.000
  1007. dumper.TextXAlignment = Enum.TextXAlignment.Left
  1008. dumper.ZIndex = 110
  1009. dumper.MouseButton1Click:Connect(function()
  1010.     scriptselected = "dumper"
  1011. end)
  1012.  
  1013. desc.Name = "desc"
  1014. desc.Parent = scripthub_2
  1015. desc.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  1016. desc.BorderSizePixel = 0
  1017. desc.Position = UDim2.new(0.340342641, 0, 0.613114715, 0)
  1018. desc.Size = UDim2.new(0, 184, 0, 69)
  1019. desc.ZIndex = 110
  1020.  
  1021. descri.Name = "descri"
  1022. descri.Parent = desc
  1023. descri.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1024. descri.BackgroundTransparency = 1.000
  1025. descri.BorderSizePixel = 0
  1026. descri.Position = UDim2.new(0.0112334546, 0, 0, 0)
  1027. descri.Size = UDim2.new(0, 181, 0, 69)
  1028. descri.Font = Enum.Font.SourceSans
  1029. descri.Text = ""
  1030. descri.TextColor3 = Color3.fromRGB(255, 255, 255)
  1031. descri.TextSize = 15.000
  1032. descri.TextWrapped = true
  1033. descri.TextXAlignment = Enum.TextXAlignment.Left
  1034. descri.TextYAlignment = Enum.TextYAlignment.Top
  1035. descri.ZIndex = 125
  1036.  
  1037. title_3.Name = "title"
  1038. title_3.Parent = scripthub_2
  1039. title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1040. title_3.BackgroundTransparency = 1.000
  1041. title_3.Position = UDim2.new(0.161097407, 0, -0.000307376496, 0)
  1042. title_3.Size = UDim2.new(0, 200, 0, 22)
  1043. title_3.Font = Enum.Font.SourceSans
  1044. title_3.Text = "Synapse X Remake - Script Hub"
  1045. title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1046. title_3.TextSize = 16.000
  1047. title_3.ZIndex = 110
  1048.  
  1049. execute_2.Name = "execute"
  1050. execute_2.Parent = scripthub_2
  1051. execute_2.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  1052. execute_2.BackgroundTransparency = 0.800
  1053. execute_2.BorderSizePixel = 0
  1054. execute_2.Position = UDim2.new(0.34057343, 0, 0.871106505, 0)
  1055. execute_2.Size = UDim2.new(0, 92, 0, 30)
  1056. execute_2.Font = Enum.Font.Arial
  1057. execute_2.Text = "Execute"
  1058. execute_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1059. execute_2.TextSize = 14.000
  1060. execute_2.ZIndex = 110
  1061. execute_2.MouseButton1Click:Connect(function()
  1062.     if injected == true then
  1063.         if scriptselected == "dex" then
  1064.             loadstring(game:HttpGet("https://pastebin.com/raw/J8AX35Fg"))()
  1065.         end
  1066.         if scriptselected == "spy" then
  1067.             loadstring(game:HttpGet("https://pastebin.com/raw/u62hTuwR"))()
  1068.         end
  1069.         if scriptselected == "dumper" then
  1070.             saveinstance()
  1071.         end
  1072.         if scriptselected == "esp" then
  1073.             loadstring(game:HttpGet("https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua"))()
  1074.         end
  1075.         if scriptselected == "none" then
  1076.         end
  1077.     end
  1078.     if injected == false then
  1079.         execute_2.Text = "Not Attached!"
  1080.         wait(1)
  1081.         execute_2.Text = "Execute"
  1082.     end
  1083. end)
  1084.  
  1085. close.Name = "close"
  1086. close.Parent = scripthub_2
  1087. close.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  1088. close.BackgroundTransparency = 0.800
  1089. close.BorderSizePixel = 0
  1090. close.Position = UDim2.new(0.685180664, 0, 0.871106505, 0)
  1091. close.Size = UDim2.new(0, 84, 0, 30)
  1092. close.Font = Enum.Font.Arial
  1093. close.Text = "Close"
  1094. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  1095. close.TextSize = 14.000
  1096. close.ZIndex = 110
  1097. close.MouseButton1Click:Connect(function()
  1098.     scriptselected = "none"
  1099.     scripthub_2.Visible = false
  1100. end)
  1101.  
  1102. title_4.Name = "title"
  1103. title_4.Parent = scripthub_2
  1104. title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1105. title_4.BackgroundTransparency = 1.000
  1106. title_4.Position = UDim2.new(0.00870821718, 0, 0, 0)
  1107. title_4.Size = UDim2.new(0, 18, 0, 24)
  1108. title_4.ZIndex = 110
  1109. title_4.Image = "http://www.roblox.com/asset/?id=7641125882"
  1110. title_4.ImageRectSize = Vector2.new(138, 167)
  1111.  
  1112. -- Scripts:
  1113.  
  1114. local function SYHNK_fake_script() -- ImageLabel.LocalScript
  1115.     local script = Instance.new('LocalScript', ImageLabel)
  1116.     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"}
  1117.     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"}
  1118.     local Source = script.Parent.EditorFrame.Source
  1119.     local Lines = Source.Parent.Lines
  1120.     local Highlight = function(string, keywords)
  1121.         local K = {}
  1122.         local S = string
  1123.         local Token =
  1124.             {
  1125.                 ["="] = true,
  1126.                 ["."] = true,
  1127.                 [","] = true,
  1128.                 ["("] = true,
  1129.                 [")"] = true,
  1130.                 ["["] = true,
  1131.                 ["]"] = true,
  1132.                 ["{"] = true,
  1133.                 ["}"] = true,
  1134.                 [":"] = true,
  1135.                 ["*"] = true,
  1136.                 ["/"] = true,
  1137.                 ["+"] = true,
  1138.                 ["-"] = true,
  1139.                 ["%"] = true,
  1140.                 [";"] = true,
  1141.                 ["~"] = true
  1142.             }
  1143.         for i, v in pairs(keywords) do
  1144.             K[v] = true
  1145.         end
  1146.         S = S:gsub(".", function(c)
  1147.             if Token[c] ~= nil then
  1148.                 return "\32"
  1149.             else
  1150.                 return c
  1151.             end
  1152.         end)
  1153.         S = S:gsub("%S+", function(c)
  1154.             if K[c] ~= nil then
  1155.                 return c
  1156.             else
  1157.                 return (" "):rep(#c)
  1158.             end
  1159.         end)
  1160.         return S
  1161.     end
  1162.     local hTokens = function(string)
  1163.         local Token =
  1164.             {
  1165.                 ["="] = true,
  1166.                 ["."] = true,
  1167.                 [","] = true,
  1168.                 ["("] = true,
  1169.                 [")"] = true,
  1170.                 ["["] = true,
  1171.                 ["]"] = true,
  1172.                 ["{"] = true,
  1173.                 ["}"] = true,
  1174.                 [":"] = true,
  1175.                 ["*"] = true,
  1176.                 ["/"] = true,
  1177.                 ["+"] = true,
  1178.                 ["-"] = true,
  1179.                 ["%"] = true,
  1180.                 [";"] = true,
  1181.                 ["~"] = true
  1182.             }
  1183.         local A = ""
  1184.         string:gsub(".", function(c)
  1185.             if Token[c] ~= nil then
  1186.                 A = A .. c
  1187.             elseif c == "\n" then
  1188.                 A = A .. "\n"
  1189.             elseif c == "\t" then
  1190.                 A = A .. "\t"
  1191.             else
  1192.                 A = A .. "\32"
  1193.             end
  1194.         end)
  1195.         return A
  1196.     end
  1197.  
  1198.     local strings = function(string)
  1199.         local highlight = ""
  1200.         local quote = false
  1201.         string:gsub(".", function(c)
  1202.             if quote == false and c == "\"" then
  1203.                 quote = true
  1204.             elseif quote == true and c == "\"" then
  1205.                 quote = false
  1206.             end
  1207.             if quote == false and c == "\"" then
  1208.                 highlight = highlight .. "\""
  1209.             elseif c == "\n" then
  1210.                 highlight = highlight .. "\n"
  1211.             elseif c == "\t" then
  1212.                 highlight = highlight .. "\t"
  1213.             elseif quote == true then
  1214.                 highlight = highlight .. c
  1215.             elseif quote == false then
  1216.                 highlight = highlight .. "\32"
  1217.             end
  1218.         end)
  1219.         return highlight
  1220.     end
  1221.     local comments = function(string)
  1222.         local ret = ""
  1223.         string:gsub("[^\r\n]+", function(c)
  1224.             local comm = false
  1225.             local i = 0
  1226.             c:gsub(".", function(n)
  1227.                 i = i + 1
  1228.                 if c:sub(i, i + 1) == "--" then
  1229.                     comm = true
  1230.                 end
  1231.                 if comm == true then
  1232.                     ret = ret .. n
  1233.                 else
  1234.                     ret = ret .. "\32"
  1235.                 end
  1236.             end)
  1237.             ret = ret
  1238.         end)
  1239.         return ret
  1240.     end
  1241.     local numbers = function(string)
  1242.         local A = ""
  1243.         string:gsub(".", function(c)
  1244.             if tonumber(c) ~= nil then
  1245.                 A = A .. c
  1246.             elseif c == "\n" then
  1247.                 A = A .. "\n"
  1248.             elseif c == "\t" then
  1249.                 A = A .. "\t"
  1250.             else
  1251.                 A = A .. "\32"
  1252.             end
  1253.         end)
  1254.         return A
  1255.     end
  1256.     local highlight_source = function(type)
  1257.         if type == "Text" then
  1258.             Source.Text = Source.Text:gsub("\13", "")
  1259.             Source.Text = Source.Text:gsub("\t", "      ")
  1260.             local s = Source.Text
  1261.             Source.Keywords_.Text = Highlight(s, lua_keywords)
  1262.             Source.Globals_.Text = Highlight(s, global_env)
  1263.             Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  1264.             Source.Tokens_.Text = hTokens(s)
  1265.             Source.Numbers_.Text = numbers(s)
  1266.             Source.Strings_.Text = strings(s)
  1267.             local lin = 1
  1268.             s:gsub("\n", function()
  1269.                 lin = lin + 1
  1270.             end)
  1271.             Lines.Text = ""
  1272.             for i = 1, lin do
  1273.                 Lines.Text = Lines.Text .. i .. "\n"
  1274.             end
  1275.         end
  1276.     end
  1277.     highlight_source("Text")
  1278.     Source.Changed:Connect(highlight_source)
  1279. end
  1280. coroutine.wrap(SYHNK_fake_script)()
  1281. local function AMNA_fake_script() -- MainFrame.Dragging
  1282.     local script = Instance.new('LocalScript', MainFrame)
  1283.  
  1284.     local UserInputService = game:GetService("UserInputService")
  1285.  
  1286.     local gui = script.Parent
  1287.  
  1288.     local dragging
  1289.     local dragInput
  1290.     local dragStart
  1291.     local startPos
  1292.  
  1293.     local function update(input)
  1294.         local delta = input.Position - dragStart
  1295.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1296.     end
  1297.  
  1298.     gui.InputBegan:Connect(function(input)
  1299.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1300.             dragging = true
  1301.             dragStart = input.Position
  1302.             startPos = gui.Position
  1303.  
  1304.             input.Changed:Connect(function()
  1305.                 if input.UserInputState == Enum.UserInputState.End then
  1306.                     dragging = false
  1307.                 end
  1308.             end)
  1309.         end
  1310.     end)
  1311.  
  1312.     gui.InputChanged:Connect(function(input)
  1313.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1314.             dragInput = input
  1315.         end
  1316.     end)
  1317.  
  1318.     UserInputService.InputChanged:Connect(function(input)
  1319.         if input == dragInput and dragging then
  1320.             update(input)
  1321.         end
  1322.     end)
  1323. end
  1324. coroutine.wrap(AMNA_fake_script)()
  1325. local function VEUJFP_fake_script() -- scripthub_2.Dragging
  1326.     local script = Instance.new('LocalScript', scripthub_2)
  1327.  
  1328.     local UserInputService = game:GetService("UserInputService")
  1329.  
  1330.     local gui = script.Parent
  1331.  
  1332.     local dragging
  1333.     local dragInput
  1334.     local dragStart
  1335.     local startPos
  1336.  
  1337.     local function update(input)
  1338.         local delta = input.Position - dragStart
  1339.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1340.     end
  1341.  
  1342.     gui.InputBegan:Connect(function(input)
  1343.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1344.             dragging = true
  1345.             dragStart = input.Position
  1346.             startPos = gui.Position
  1347.  
  1348.             input.Changed:Connect(function()
  1349.                 if input.UserInputState == Enum.UserInputState.End then
  1350.                     dragging = false
  1351.                 end
  1352.             end)
  1353.         end
  1354.     end)
  1355.  
  1356.     gui.InputChanged:Connect(function(input)
  1357.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1358.             dragInput = input
  1359.         end
  1360.     end)
  1361.  
  1362.     UserInputService.InputChanged:Connect(function(input)
  1363.         if input == dragInput and dragging then
  1364.             update(input)
  1365.         end
  1366.     end)
  1367. end
  1368. coroutine.wrap(VEUJFP_fake_script)()
  1369. while true do
  1370.     wait(0.01)
  1371.     if scripthub_2.Visible == true then
  1372.         if scriptselected == "none" then
  1373.             descri.Text = ""
  1374.         end
  1375.         if scriptselected == "dex" then
  1376.             descri.Text = "A version of the popular Dex explorer with patches specifically for Synapse X Remake."
  1377.         end
  1378.         if scriptselected == "esp" then
  1379.             descri.Text = "ESP Made by ic3w0lf using the Drawing API."
  1380.         end
  1381.         if scriptselected == "spy" then
  1382.             descri.Text = "Allows you to view RemoteEvents and RemoteFunctions called."
  1383.         end
  1384.         if scriptselected == "dumper" then
  1385.             descri.Text = "Dumps the place as a .rbxl file in your workspace folder."
  1386.         end
  1387.     end
  1388. end
  1389. end)
  1390. Tab3Section:NewButton("Inf yield", "local script", function()
  1391. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  1392. end)
  1393. Tab3Section:NewSlider("Speed", "Sussy Speed", 23, 23, function(v)
  1394.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
  1395. end)
  1396. Tab1Section:NewButton("hohoHub(blox fruit) KickedWhenOtherGame", "local script", function()
  1397.    loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  1398. game.StarterGui:SetCore("SendNotification", { Title = "WaxenOcean3333"; Text = "Hoho is loaded"; Duration = 10; })
  1399. end)
  1400. Tab1Section:NewButton("Blox fruit Markxhub", "local script", function()
  1401.     loadstring(game:HttpGet("https://raw.githubusercontent.com/ArceusXHub/AV2022/main/README.md", true))()
  1402. end)
  1403. Tab3Section:NewButton("vHub", "local script", function()
  1404.     --If VHub doesn't Work On You, Please Let Me Know In Our Discord Server!
  1405. --discord.gg/3NN5zTW7h2
  1406. loadstring(game:HttpGet(('https://raw.githubusercontent.com/itsyaboivincentt5315/script/main/VHub.txt'),true))()
  1407. end)
  1408. Tab1Section:NewButton("MinkXHub(blox Fruit)", "local script", function()
  1409. loadstring(game:HttpGet("https://raw.githubusercontent.com/Beammodz/Minkx/main/Hub/Main/Lua/FreeScript/Mobile"))()
  1410. end)
  1411. Tab1Section:NewButton("Metaware(blox fruit)", "local script", function()
  1412.     loadstring(game:HttpGet('https://raw.githubusercontent.com/x2FIWz/SCRIPT/main/MOBILE/METAWARE.lua'))()
  1413. end)
  1414. Tab1Section:NewButton("Thunder Z(blox fruit)", "local script", function()
  1415.     loadstring(game:HttpGet("https://raw.githubusercontent.com/ThunderZ-HUB/HUB/main/Script"))()
  1416. end)
  1417. Tab1Section:NewButton("ATRHUB(blox fruit)", "local script", function()
  1418.     loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/ATR",true))()
  1419. end)
  1420. Tab1Section:NewButton("String Hub(blox fruit)", "local script", function()
  1421.     loadstring(game:HttpGet("https://raw.githubusercontent.com/StringV2/StringHub/main/BF.txt", true))()
  1422. end)
  1423. Tab1Section:NewButton("Zen Hub(blox fruit)", "local script", function()
  1424.     loadstring(game:HttpGet("https://raw.githubusercontent.com/Kaizenofficiall/ZenHub/main/BloxFruit", true))()
  1425. end)
  1426. Tab1Section:NewButton("Mukuro Hub(blox fruit)", "local script", function()
  1427.     loadstring(game:HttpGet"https://raw.githubusercontent.com/xDepressionx/Free-Script/main/AllScript.lua")()
  1428. end)

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at