+ Reply to Thread
Results 1 to 7 of 7

Thread: New cheating tool for nexusphp?

  1. #1

    Join Date
    17.12.11
    Posts
    2
    Activity Longevity
    0/20 15/20
    Today Posts
    0/5 ssssssss2

    New cheating tool for nexusphp?

    Hey guys, I found this new piece of cheating tool while randomly browsing.
    This open-source tool is written for nexusphp and the author claims it is safe and has been tested on several big trackers.

    I will test it on my CHDBits account and report to this thread, as a head-up for anyone interested.

    This is the official download site.
    ptliar2 - fake seeding software - Google Project Hosting
    Reply With QuoteReply With Quote
    Thanks

  2. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,479
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39479
    Any particular proponent to use this? It seems to be command-line, which is less intuitive in comparison to RM or mR.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. #3
    Code:
    BT_CLIENTS = {
        "uTorrent3.0-1" : {
            "user-agent" : "uTorrent/3000(25756)",
            "peer-id"    : "-UT3000-",
            "scrape"     : True,
            "comment"    : "new",
        },
        "uTorrent3.0" : {
            "user-agent" : "uTorrent/3000(25460)",
            "peer-id"    : "-UT3000-",
            "scrape"     : True,
            "comment"    : "new",
        },
        "uTorrent2.2.1" : {
            "user-agent" : "uTorrent/2210(25130)",
            "peer-id"    : "-UT2210-",
            "scrape"     : False,
            "comment"    : "stable",
        },
        "uTorrent2.0B" : {
            "user-agent" : "uTorrent/200B(17539)",
            "peer-id"    : "-UT200B-",
            "scrape"     : False,
            "comment"    : "stable",
        },
        "uTorrent1.85" : {
            "user-agent" : "uTorrent/1850(17414)",
            "peer-id"    : "-UT1850-",
            "scrape"     : False,
            "comment"    : "stable",
        },
        "uTorrent1.83" : {
            "user-agent" : "uTorrent183B(14809)",
            "peer-id"    : "-UT183B-",
            "scrape"     : False,
            "comment"    : "deprecated",
        },
        "uTorrent1.61" : {
            "user-agent" : "uTorrent/1610",
            "peer-id"    : "-UT1610-",
            "scrape"     : False,
            "comment"    : "deprecated",
        },
    }
    Code:
    HEX = list("0123456789ABCDEF")
    Code:
    client_info = BT_CLIENTS[self.client_id]
    # generate peer_id : based on client chosen
    self.peer_id = client_info["peer-id"] + hex_to_byte("".join(random.sample(HEX*3, 24)))
    12 random chars ... not such a good idea if you want to keep your accounts safe ... just saying
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    Blocker (31.12.11) , Imothep (19.12.11) , slikrapid (18.12.11) , SBfreak (18.12.11) , Rebound (18.12.11)

  5. #4

    Join Date
    17.12.11
    Posts
    2
    Activity Longevity
    0/20 15/20
    Today Posts
    0/5 ssssssss2
    I've been using it on my CHD account for over 3 weeks, safely gained nearly 800GB upload buffer.
    Command-line is not so convenient if you want to change some config after running this tool. Maybe RM or mR are better, I will ask some friends to test RM and mR on their puppet accounts and see if they works. After all, safety is my first concern.
    Last edited by OpenGG; 31.12.11 at 06:36.
    Reply With QuoteReply With Quote
    Thanks

  6. #5

    Join Date
    28.04.11
    Posts
    533
    Activity Longevity
    0/20 16/20
    Today Posts
    0/5 ssssss533
    I've used mR on CHD and got like 22 TB buffer.
    Reply With QuoteReply With Quote
    Thanks

  7. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,479
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39479
    Well, command-line doesn't have to be a huge deterrent. Someone could make a frontend or a GUI version in the future. If they fix important bugs such as what The248 posted, this may become a nice tool.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #7

    Join Date
    24.11.11
    Location
    Beneath Darkness
    P2P Client
    eGhost v1.0
    Posts
    159
    Activity Longevity
    0/20 15/20
    Today Posts
    0/5 ssssss159
    I happened to have tried an earlier version of this software. It is easy to use and some of the ideas implemented are quite clever. But it does have problems with some trackers - the author did say it is for NexusPHP, so fair enough.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •