Page 69 of 160 FirstFirst ... 1959676869707179119 ... LastLast
Results 681 to 690 of 1598

Thread: Request a Bot/Feature

  1. #681
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by ebeb View Post
    I wanted it to be made public for some time ! I already know about joe's multi-trainer

    ---------- Post added at 04:06 PM ---------- Previous post was at 04:05 PM ----------

    Faerieland employment agency auto completer program can also be made

    ---------- Post added at 04:11 PM ---------- Previous post was at 04:06 PM ----------



    Can u post the link for multi-trqiner gm script? Please.......
    Can't you reply in a single post? ._.
    The GM script is an "auto-battler" not multi-trainer -.-

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  2. #682
    Pinxil's Avatar
    Joined
    Jun 2014
    Posts
    140
    Userbars
    1
    Thanks
    9
    Thanked
    10/10
    DL/UL
    24/0
    Mentioned
    11 times
    Time Online
    2d 6h 24m
    Avg. Time Online
    N/A
    dont really know if is possible or someone already done it,but a Plushie Tyccon auto-players would be great for lazy people who like avyes like me @(you need an account to see links)
    and must admit that is a tedious game xD
    just wondering if is possible to do it,never saw one

  3. #683
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by Pinxil View Post
    dont really know if is possible or someone already done it,but a Plushie Tyccon auto-players would be great for lazy people who like avyes like me @(you need an account to see links)
    and must admit that is a tedious game xD
    just wondering if is possible to do it,never saw one
    I think this has been asked before and If I'm not wrong Joe (or someone else e-e) said he wouldn't do one because it was complicated/variables or something like that, hopefully I'm wrong because that game is a real pain in the a$$ -_-
    Edit: Nvm, almost sure now that Joe never said that but he's (or was) working on one from the post I've read google searching XD
    Edit again: found the post (you need an account to see links) (but dunno if he knows something about programming or if that would present a difficulty to cK's programmers)
    Last edited by Accelerator; 10-14-2014 at 06:38 AM.

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  4. #684

    Joined
    Oct 2014
    Posts
    15
    Userbars
    0
    Thanks
    0
    Thanked
    4/2
    DL/UL
    24/0
    Mentioned
    1 time
    Time Online
    13h 48m
    Avg. Time Online
    N/A

    A specialized Neopets header masquerade proxy.

    I'm thinking a little differently here. Something that causes problems quite often for users is when they try to use multiple programs (browsers, auto-whatevers, etc) to access the same neopets account. So, here's a new program request to help correct those problems.

    What I want is a localhost proxy server that modifies the headers on all http requests sent to *.neopets.com. It would have to monitor and track cookies in replies and change them on the fly in subsequent requests.

    So basically, it needs to do the following:

    Code:
    -Listen on a configurable local IP/port for http requests, modify them, and forward them to the http server.
    -Be able to forward through a configurable external proxy IP:port.
    
    Fix headers from poorly coded program requests:
    -Strip pre-expired cookies from server replies so clients never see them and poorly coded ones never send them back, this helps prevent detection.
    -Ignore 'null' or malformed headers from client requests, stuff in headers like "Cookie: " and "Referer: " with no data, this also helps prevent detection.
    
    Monitor reply headers:
    -Extract Set-Cookie: headers from http replies and track them with proper domain and expire data.
    -Delete expired cookies and never send them in requests.
    
    Modify request headers before sending them to neopets:
    -Change "Cookie:" header in requests to those currently tracked by the proxy.
    -Change other headers to masquerade profile to appear as browser.
    
    Standard proxy behavior:
    -Change the request url in the GET/PUT/etc header to / base instead of host base. (i.e. "GET /www.neopets.com/index.phtml HTTP/1.1" becomes "GET /index.phtml HTTP/1.1")
    -Change the host from the proxy to address to host in the url. (i.e. "Host: 127.0.0.1" becomes "Host: www.neopets.com")
    
    Header masquerading:
    -Localhost proxy should use the first connection to auto-configure a masquerade profile. This way the user can first connect with his browser through the localhost proxy and log into neopets, then the proxy extracts the User-Agent:, Accept-Encoding:, Accept:, Keep-Alive:, and various other static headers used by the browser, and saves them to modify subsequent requests.
    -UI should have dialog to manually (re)configure masquerade profile if needed.
    If we had a program like this, we could use multiple programs at once on the same account without worrying about one of them getting logged out and getting flagged for having multiple clients being tracked at the same time, thus minimizing the risk of using programs while at the same time increasing our ability to use the site.

    Having the ability to send all requests through an external proxy would allow the user to configure his browser/programs to use this localhost proxy, relying on this program to forward on their programs requests through an external proxy server to hide the IP he's using.

    If the user finds himself wanting to using multiple accounts in his program(s), he could just run multiple instances of this proxy and configure each instance with a different port on which to listen, then configure his program to use that localIP:port as the proxy for that account. This would allow a separate proxy instance for each account so cookies and masquerade data would never get confused between accounts.

    Personally I think this is a grand idea. What do you think?
    Last edited by maxderpy; 10-14-2014 at 07:35 PM.

  5. The Following 3 Users Say Thank You to maxderpy For This Useful Post:

    Ghosts (12-03-2014),Savant (12-14-2014),Zachafer (11-06-2014)

  6. #685
    Jessea's Avatar
    Joined
    Sep 2014
    Posts
    113
    Userbars
    2
    Thanks
    24
    Thanked
    49/18
    DL/UL
    12/0
    Mentioned
    17 times
    Time Online
    4d 6h 34m
    Avg. Time Online
    1m
    Unreg email checker that works on macs?

  7. #686
    JordBarb's Avatar
    Joined
    Oct 2014
    Posts
    297
    Userbars
    2
    Thanks
    55
    Thanked
    78/52
    DL/UL
    24/0
    Mentioned
    75 times
    Time Online
    5d 20h 44m
    Avg. Time Online
    2m
    A program that searches the Shop Wiz to find pre-specified lists of items. Primarily for collecting 99,000> items such as Neodeck, books, stamps, etc.
    Trying to use Zach's old ShopWiz Sniper but it's to outdated I think.

  8. #687
    Liv's Avatar
    Joined
    Feb 2012
    Posts
    589
    Userbars
    4
    Thanks
    169
    Thanked
    16/15
    DL/UL
    76/0
    Mentioned
    61 times
    Time Online
    82d 15h 31m
    Avg. Time Online
    28m
    Hotmail availability checker? I'd pay for it.

  9. #688
    Water's Avatar
    Joined
    Nov 2012
    Posts
    792
    Userbars
    12
    Thanks
    474
    Thanked
    452/210
    DL/UL
    158/9
    Mentioned
    217 times
    Time Online
    54d 9h 37m
    Avg. Time Online
    18m
    Quote Originally Posted by Ryou View Post
    Hotmail availability checker? I'd pay for it.
    One already exists, just search in the downloads

  10. #689
    Liv's Avatar
    Joined
    Feb 2012
    Posts
    589
    Userbars
    4
    Thanks
    169
    Thanked
    16/15
    DL/UL
    76/0
    Mentioned
    61 times
    Time Online
    82d 15h 31m
    Avg. Time Online
    28m
    Quote Originally Posted by Water View Post
    One already exists, just search in the downloads
    It doesn't work.

  11. #690
    ashley4346's Avatar
    Joined
    Jul 2013
    Posts
    41
    Userbars
    0
    Thanks
    8
    Thanked
    3/3
    DL/UL
    8/0
    Mentioned
    12 times
    Time Online
    7d 16h 3m
    Avg. Time Online
    2m
    Would a Petpet Battle autoplayer be something a programmer could whip up?
    ~Ashley~

    Why am I obsessed with Neo when I suck at flash games? Mystery...


Page 69 of 160 FirstFirst ... 1959676869707179119 ... LastLast

Posting Permissions

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