ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Cracking Tutorials

Building Multi-Step Logic & Conditional Blocks

Submitted by TheMekanic at 21-02-2026, 10:08 PM


DIAMOND Building Multi-Step Logic & Conditional Blocks
92 Views
TheMekanic's Avatar'
TheMekanic
Offline
#1
[ Hidden Content! ]

The Logic: A basic config just checks if a login is valid. A Pro Config makes decisions based on what it finds. For example: "If the account is Free, ignore it. If it's Premium, check for a Payment Method."
  • The Workflow:
    1. The Check: Create a PARSE block to find the account status.
    2. The Condition: Use an
      IF
      statement.
      • If status = "Free" -> Mark as "Custom" or "Free".
      • If status = "Premium" -> Trigger a new
        GET
        request to the Billing page.
    3. The Capture: Only capture payment details for the Premium hits to save proxy bandwidth and time.
  • Why this matters: It saves you an immense amount of time during "cleaning" because your hits are already sorted by value before you even look at the log.

0
Reply


Messages In This Thread
Building Multi-Step Logic & Conditional Blocks - by TheMekanic - 21-02-2026, 10:08 PM


Users browsing this thread: 1 Guest(s)