Richcatlover

Forsaken auto block

Jul 19th, 2025 (edited)
230
1
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 1 0
  1.  
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
  3. local Window = OrionLib:MakeWindow({Name = "Triplex | Guest 1337", HidePremium = false, SaveConfig = true, ConfigFolder = "Guest1337AutoBlock"})
  4.  
  5. local Players = game:GetService("Players")
  6. local RunService = game:GetService("RunService")
  7. local localPlayer = Players.LocalPlayer
  8.  
  9. local toggleOn = false
  10. local detectionRange = 18
  11. local clickedTracks = {}
  12.  
  13. local animationIds = {
  14. ["126830014841198"] = true, ["126355327951215"] = true, ["121086746534252"] = true,
  15. ["18885909645"] = true, ["98456918873918"] = true, ["105458270463374"] = true,
  16. ["83829782357897"] = true, ["125403313786645"] = true, ["118298475669935"] = true,
  17. ["82113744478546"] = true, ["70371667919898"] = true, ["99135633258223"] = true,
  18. ["97167027849946"] = true, ["109230267448394"] = true, ["139835501033932"] = true,
  19. ["126896426760253"] = true,
  20. }
  21.  
  22. local function clickBlockButton()
  23. local gui = localPlayer:FindFirstChild("PlayerGui")
  24. if not gui then return end
  25. local mainUI = gui:FindFirstChild("MainUI")
  26. local container = mainUI and mainUI:FindFirstChild("AbilityContainer")
  27. local blockButton = container and container:FindFirstChild("Block")
  28. if blockButton and blockButton:IsA("ImageButton") and blockButton.Visible then
  29. for _, conn in ipairs(getconnections(blockButton.MouseButton1Click)) do
  30. pcall(function() conn:Fire() end)
  31. end
  32. pcall(function() blockButton:Activate() end)
  33. end
  34. end
  35.  
  36. local function autoPunch(targetRoot)
  37. local char = localPlayer.Character
  38. local hrp = char and char:FindFirstChild("HumanoidRootPart")
  39. if hrp and targetRoot then
  40. hrp.CFrame = CFrame.new(hrp.Position, targetRoot.Position)
  41. local tool = char:FindFirstChildOfClass("Tool")
  42. if tool then
  43. tool:Activate()
  44. end
  45. end
  46. end
  47.  
  48. local MainTab = Window:MakeTab({
  49. Name = "Guest1337",
  50. Icon = "rbxassetid://4483345998",
  51. PremiumOnly = false
  52. })
  53.  
  54. MainTab:AddToggle({
  55. Name = "Auto Block + Punch",
  56. Default = false,
  57. Callback = function(Value)
  58. toggleOn = Value
  59. end
  60. })
  61.  
  62. MainTab:AddTextbox({
  63. Name = "Detection Range",
  64. Default = tostring(detectionRange),
  65. TextDisappear = false,
  66. Callback = function(Value)
  67. local num = tonumber(Value)
  68. if num then
  69. detectionRange = math.clamp(num,5,50)
  70. end
  71. end
  72. })
  73.  
  74. RunService.Heartbeat:Connect(function()
  75. if not toggleOn then return end
  76. local myChar = localPlayer.Character
  77. local myRoot = myChar and myChar:FindFirstChild("HumanoidRootPart")
  78. if not myRoot then return end
  79. for _, otherPlayer in ipairs(Players:GetPlayers()) do
  80. if otherPlayer ~= localPlayer and otherPlayer.Character then
  81. local root = otherPlayer.Character:FindFirstChild("HumanoidRootPart")
  82. local humanoid = otherPlayer.Character:FindFirstChildOfClass("Humanoid")
  83. if root and humanoid and humanoid.Health > 0 then
  84. local dist = (root.Position - myRoot.Position).Magnitude
  85. if dist <= detectionRange then
  86. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  87. local anim = track.Animation
  88. local id = anim and anim.AnimationId and string.match(anim.AnimationId, "%d+")
  89. if id and animationIds[id] and not clickedTracks[track] then
  90. clickedTracks[track] = true
  91. clickBlockButton()
  92. autoPunch(root)
  93. task.spawn(function()
  94. track.Stopped:Wait()
  95. clickedTracks[track] = nil
  96. end)
  97. end
  98. end
  99. end
  100. end
  101. end
  102. end
  103. end)
  104.  
  105. OrionLib:Init()
  106.  
Tags: FORSAKEN
Advertisement
Comments
  • Borqiitoz
    56 days
    # CSS 0.83 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1S1iTruSLkgEPO8QtTuo2twS4f2FoJ3_l0-p4GKqeAUY/edit?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.  
    9. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    10.  
    11. 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).
  • Torlilix
    42 days
    # CSS 0.84 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?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).
  • Gelfonos
    35 days
    # CSS 0.06 KB | 0 1
    1. You literally stole this exploit from https://t.me/theprotocolone
    • Richcatlover
      35 days
      # text 0.11 KB | 0 0
      1. I just a
      2. Uploaded it honestly I really dint even make a video about it, I made pastebin to put it on a loadstring
  • Darkixor
    15 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?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