pastebin - collaborative debugging tool
kpaste.net RSS


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