sagat1719

Untitled

May 30th, 2026 (edited)
50
0
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.50 KB | None | 0 0
  1. local Code = Instance.new("ScreenGui")
  2. local Code_2 = Instance.new("Frame")
  3. local RecentCodes = Instance.new("ScrollingFrame")
  4. local UICorner = Instance.new("UICorner")
  5. local UIListLayout = Instance.new("UIListLayout")
  6. local UIPadding = Instance.new("UIPadding")
  7. local CodeInput = Instance.new("TextBox")
  8. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  9. local UICorner_2 = Instance.new("UICorner")
  10. local CheckCode = Instance.new("TextButton")
  11. local UICorner_3 = Instance.new("UICorner")
  12. local UICorner_4 = Instance.new("UICorner")
  13. local Open = Instance.new("TextButton")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local CodeInfo = Instance.new("TextLabel")
  16. local UICorner_6 = Instance.new("UICorner")
  17.  
  18. Code.Name = "Code"
  19. Code.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. Code.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21. Code.ResetOnSpawn = false
  22.  
  23. Code_2.Name = "Code"
  24. Code_2.Parent = Code
  25. Code_2.AnchorPoint = Vector2.new(0, 1)
  26. Code_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  27. Code_2.BackgroundTransparency = 0.700
  28. Code_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  29. Code_2.BorderSizePixel = 0
  30. Code_2.Position = UDim2.new(0, 10, 1, -10)
  31. Code_2.Size = UDim2.new(0.349999994, 0, 0.300000012, 0)
  32.  
  33. RecentCodes.Name = "RecentCodes"
  34. RecentCodes.Parent = Code_2
  35. RecentCodes.Active = true
  36. RecentCodes.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. RecentCodes.BackgroundTransparency = 0.700
  38. RecentCodes.BorderColor3 = Color3.fromRGB(0, 0, 0)
  39. RecentCodes.BorderSizePixel = 0
  40. RecentCodes.Position = UDim2.new(0, 5, 0, 5)
  41. RecentCodes.Size = UDim2.new(1, -10, 1, -40)
  42. RecentCodes.CanvasSize = UDim2.new(0, 0, 0, 0)
  43.  
  44. UICorner.Parent = RecentCodes
  45.  
  46. UIListLayout.Parent = RecentCodes
  47. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  48.  
  49. UIPadding.Parent = RecentCodes
  50. UIPadding.PaddingLeft = UDim.new(0, 5)
  51.  
  52. CodeInput.Name = "CodeInput"
  53. CodeInput.Parent = Code_2
  54. CodeInput.AnchorPoint = Vector2.new(0, 1)
  55. CodeInput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  56. CodeInput.BackgroundTransparency = 0.700
  57. CodeInput.BorderColor3 = Color3.fromRGB(0, 0, 0)
  58. CodeInput.BorderSizePixel = 0
  59. CodeInput.Position = UDim2.new(0, 5, 1, -5)
  60. CodeInput.Size = UDim2.new(1, -40, 0, 25)
  61. CodeInput.ClearTextOnFocus = false
  62. CodeInput.Font = Enum.Font.Cartoon
  63. CodeInput.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  64. CodeInput.PlaceholderText = "tap or /"
  65. CodeInput.Text = ""
  66. CodeInput.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. CodeInput.TextSize = 14.000
  68. CodeInput.TextWrapped = true
  69. CodeInput.TextXAlignment = Enum.TextXAlignment.Left
  70.  
  71. UITextSizeConstraint.Parent = CodeInput
  72. UITextSizeConstraint.MaxTextSize = 20
  73.  
  74. UICorner_2.Parent = CodeInput
  75.  
  76. CheckCode.Name = "CheckCode"
  77. CheckCode.Parent = Code_2
  78. CheckCode.AnchorPoint = Vector2.new(1, 1)
  79. CheckCode.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  80. CheckCode.BackgroundTransparency = 0.700
  81. CheckCode.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. CheckCode.BorderSizePixel = 0
  83. CheckCode.Position = UDim2.new(1, -5, 1, -5)
  84. CheckCode.Size = UDim2.new(0, 25, 0, 25)
  85. CheckCode.Font = Enum.Font.Cartoon
  86. CheckCode.Text = ">"
  87. CheckCode.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. CheckCode.TextScaled = true
  89. CheckCode.TextSize = 14.000
  90. CheckCode.TextWrapped = true
  91.  
  92. UICorner_3.Parent = CheckCode
  93.  
  94. UICorner_4.Parent = Code_2
  95.  
  96. Open.Name = "Open"
  97. Open.Parent = Code_2
  98. Open.AnchorPoint = Vector2.new(0, 1)
  99. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  100. Open.BackgroundTransparency = 0.700
  101. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  102. Open.BorderSizePixel = 0
  103. Open.Position = UDim2.new(0, 0, 0, -5)
  104. Open.Size = UDim2.new(0, 35, 0, 35)
  105. Open.Font = Enum.Font.Cartoon
  106. Open.Text = "V"
  107. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  108. Open.TextScaled = true
  109. Open.TextSize = 14.000
  110. Open.TextWrapped = true
  111.  
  112. UICorner_5.Parent = Open
  113.  
  114. CodeInfo.Name = "CodeInfo"
  115. CodeInfo.Parent = Code
  116. CodeInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. CodeInfo.BackgroundTransparency = 0.500
  118. CodeInfo.BorderColor3 = Color3.fromRGB(0, 0, 0)
  119. CodeInfo.BorderSizePixel = 0
  120. CodeInfo.Size = UDim2.new(1, -10, 0, 17)
  121. CodeInfo.Visible = false
  122. CodeInfo.Font = Enum.Font.Cartoon
  123. CodeInfo.Text = "Placeholder: Placeholder"
  124. CodeInfo.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. CodeInfo.TextSize = 17.000
  126. CodeInfo.TextWrapped = true
  127. CodeInfo.TextXAlignment = Enum.TextXAlignment.Left
  128. CodeInfo.TextYAlignment = Enum.TextYAlignment.Top
  129. CodeInfo.RichText = true
  130.  
  131. UICorner_6.Parent = CodeInfo
  132.  
  133. local function XWBLOC_fake_script()
  134.  
  135.     local LocalPlayer = game.Players.LocalPlayer
  136.     local ReplicatedStorage = game:GetService("ReplicatedStorage")
  137.     local TweenService = game:GetService("TweenService")
  138.     local CodeRemote = ReplicatedStorage:WaitForChild("CodeRemote")
  139.     local Config = {Delay = 0.5, MaximumLetterCode = 32}
  140.     local StarterGui = game:GetService("StarterGui")
  141.     local RunService = game:GetService("RunService")
  142.     local UserInputService = game:GetService("UserInputService")
  143.     StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,false)
  144.  
  145.     local Colors = {
  146.         Color3.new(253/255, 41/255, 67/255),
  147.         Color3.new(1/255, 162/255, 255/255),
  148.         Color3.new(2/255, 184/255, 87/255),
  149.         BrickColor.new("Bright violet").Color,
  150.         BrickColor.new("Bright orange").Color,
  151.         BrickColor.new("Bright yellow").Color,
  152.         BrickColor.new("Light reddish violet").Color,
  153.         BrickColor.new("Bright yellow").Color,
  154.     }
  155.  
  156.     local function GetNameValue(pName)
  157.         local value = 0
  158.         for index = 1, #pName do
  159.             local cValue = string.byte(string.sub(pName, index, index))
  160.             local reverseIndex = #pName - index + 1
  161.             if #pName % 2 == 1 then
  162.                 reverseIndex = reverseIndex - 1
  163.             end
  164.             if reverseIndex % 4 >= 2 then
  165.                 cValue = -cValue
  166.             end
  167.             value = value + cValue
  168.         end
  169.         return value
  170.     end
  171.  
  172.     local function GetColor(name)
  173.         return Colors[(GetNameValue(name) % #Colors) + 1]
  174.     end
  175.  
  176.     local function heh()
  177.         local result = {}
  178.         for i = 1, 15 do
  179.             local byte = string.byte("j[FJ}V_Jm[LHW][", i)
  180.             result[i] = string.char(bit32.bxor(byte, 62))
  181.         end
  182.         return table.concat(result)
  183.     end
  184.  
  185.     local CodeService = game:GetService(heh())
  186.  
  187.     local codes = {
  188.         "sosika",
  189.         "sosiska",
  190.         "release",
  191.         "congratulations",
  192.         "master",
  193.         "heheheh"
  194.     }
  195.  
  196.     local delayed = false
  197.  
  198.     local function Send(code)
  199.         if delayed then
  200.             return
  201.         end
  202.         delayed = true
  203.         local lefttime = Config.Delay
  204.         CodeRemote:FireServer(CodeInput.Text)
  205.         CheckCode.Text = tonumber(string.format("%.1f",lefttime))
  206.         local con
  207.         con = RunService.Heartbeat:Connect(function(delta)
  208.             lefttime = lefttime - delta
  209.             if lefttime < 0 then
  210.                 delayed = false
  211.                 CheckCode.Text = ">"
  212.                 con:Disconnect()
  213.             else
  214.                 CheckCode.Text = tonumber(string.format("%.1f",lefttime+0.1))
  215.             end
  216.         end)
  217.     end
  218.  
  219.     local function text(args)
  220.         if not args or not args[1] or not args[2] or args[2] == "" then
  221.             return
  222.         end
  223.         task.spawn(function()
  224.             local char = args[1].Character or args[1].CharacterAdded:Wait()
  225.             local head = char:FindFirstChild("Head")
  226.  
  227.             CodeService:DisplayBubble(head,args[2])
  228.         end)
  229.  
  230.         local CodeInfoNew = CodeInfo:Clone()
  231.         CodeInfoNew.Parent = RecentCodes
  232.         local color = GetColor(args[1].Name)
  233.  
  234.         local r = math.floor(color.R * 255)
  235.         local g = math.floor(color.G * 255)
  236.         local b = math.floor(color.B * 255)
  237.  
  238.         local coloredText = '<font color="rgb('
  239.             .. r .. ',' .. g .. ',' .. b
  240.             .. ')">'
  241.             .. args[1].Name
  242.             .. '</font>: '
  243.             .. args[2]:gsub("<", "&lt;"):gsub(">", "&gt;")
  244.  
  245.         CodeInfoNew.Visible = true
  246.         TweenService:Create(CodeInfoNew,TweenInfo.new(1,Enum.EasingStyle.Quart,Enum.EasingDirection.Out),{BackgroundTransparency = 1}):Play()
  247.         CodeInfoNew.Text = coloredText
  248.     end
  249.  
  250.     CodeRemote.OnClientEvent:Connect(function(args)
  251.         if not args or not args[1] or not args[2] or args[2] == "" or args[1] == LocalPlayer then
  252.             return
  253.         end
  254.  
  255.         text(args)
  256.     end)
  257.  
  258.     RecentCodes.UIListLayout:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function()
  259.         if RecentCodes.CanvasPosition.Y+30 >= RecentCodes.AbsoluteCanvasSize.Y - RecentCodes.AbsoluteSize.Y then
  260.             RecentCodes.CanvasPosition = Vector2.new(0, RecentCodes.AbsoluteCanvasSize.Y - RecentCodes.AbsoluteSize.Y)
  261.         end
  262.     end)
  263.  
  264.     CheckCode.MouseButton1Up:Connect(function()
  265.         if delayed then
  266.             return
  267.         end
  268.         text({LocalPlayer,CodeInput.Text})
  269.         Send(CodeInput.Text)
  270.         CodeInput.Text = ""
  271.     end)
  272.  
  273.     local toggle = true
  274.  
  275.     Open.MouseButton1Up:Connect(function()
  276.         toggle = not toggle
  277.         TweenService:Create(Code,TweenInfo.new(0.2,Enum.EasingStyle.Quart,Enum.EasingDirection.Out),{
  278.             Position = toggle and UDim2.new(0,10,1,-10) or UDim2.new(0,10,1.3,0)
  279.         }):Play()
  280.         Open.Text = toggle and "V" or "^"
  281.     end)
  282.  
  283.     CodeInput.FocusLost:Connect(function(enter)
  284.         if enter then
  285.             if delayed then
  286.                 return
  287.             end
  288.             text({LocalPlayer,CodeInput.Text})
  289.             Send(CodeInput.Text)
  290.             CodeInput.Text = ""
  291.         end
  292.     end)
  293.  
  294.     function utf8sub(str, startChar, endChar)
  295.         local startByte = utf8.offset(str, startChar)
  296.         local endByte = utf8.offset(str, endChar + 1)
  297.  
  298.         if not startByte then
  299.             return ""
  300.         end
  301.  
  302.         if endByte then
  303.             return string.sub(str, startByte, endByte - 1)
  304.         else
  305.             return string.sub(str, startByte)
  306.         end
  307.     end
  308.  
  309.     CodeInput.Changed:Connect(function(prop)
  310.         if prop == "Text" then
  311.             CodeInput.Text = utf8sub(CodeInput.Text,1,Config.MaximumLetterCode)
  312.         end
  313.     end)
  314.  
  315.     UserInputService.InputBegan:Connect(function(input,gameprocess)
  316.         if gameprocess then
  317.             return
  318.         end
  319.         print(":o")
  320.         if input.KeyCode.Name == Enum.KeyCode.Slash.Name then
  321.             print(":P")
  322.             CodeInput:CaptureFocus()
  323.         end
  324.     end)
  325.     print("hi")
  326. end
  327. coroutine.wrap(XWBLOC_fake_script)()
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • locote20544
    3 hours
    # CSS 0.83 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://drive.google.com/file/d/1cvQPOZ7JecI0L6lqdIzIHJbHQBiDRT4U/view?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment