+ Reply to Thread
Page 25 of 25 FirstFirst ... 15232425
Results 361 to 372 of 372

Thread: Fake speedtest.net?

  1. #361
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Place it in the same folder as the executable and then run the program.

    Quote Originally Posted by Lucius View Post
    If you want to update the server list download the servers and save it as 'Servers.xml' and it will be loaded at the startup.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    mr-tee (06.08.16) , Lucius (30.06.16) , Codec (30.06.16)

  3. #362
    Quote Originally Posted by anon View Post
    Place it in the same folder as the executable and then run the program.
    this method is so damn amazing. i never knew that i could fake a speed test lol. thank you
    Reply With QuoteReply With Quote
    Thanks

  4. #363
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    You're welcome, but the real heroes are ghostfucker, Lucius and the other reverse engineers who first worked on this.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    Zigole (17.09.19) , Lucius (22.07.16)

  6. #364

    Join Date
    19.07.14
    Location
    地獄
    P2P Client
    qbittorrent
    Posts
    322
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssss322
    If the inviter asking for the speedtest check the ISP website to see whether the speed matches with the plans they offer then you can get caught easily.
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    Lucius (10.04.17)

  8. #365
    Quote Originally Posted by Codec View Post
    If the inviter asking for the speedtest check the ISP website to see whether the speed matches with the plans they offer then you can get caught easily.
    It's a tool not an AI bot, this tool + your brain = logical speed test.
    Last edited by Lucius; 02.08.16 at 23:32.
    Reply With QuoteReply With Quote
    Thanks

  9. #366
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    [Request] Fake ISP portal with customizable plans
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    Lucius (10.04.17) , Freak69 (10.09.16) , cirulilu (07.09.16)

  11. #367

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    haha funny project. gave it a try. its servers to outdated or something else changed? sadly:
    An error has occurred. Error Code 1
    Reply With QuoteReply With Quote
    Thanks

  12. #368
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    It still works for me, but no longer outputs a direct link to the test result. You have to take the resultid parameter from the string you get and enter it by hand.

    Code:
    hash_key_id=XXXXXXXX&resultid=YYYYYYYYYY&date=9%2F17%2F2019&time=6%3A14+AM&rating=0
    ->
    https://www.speedtest.net/result/YYYYYYYYYY.png
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    12321 (10.10.21)

  14. #369

    Join Date
    13.07.08
    P2P Client
    Azureus
    Posts
    79
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssssss79
    Quote Originally Posted by anon View Post
    It still works for me, but no longer outputs a direct link to the test result. You have to take the resultid parameter from the string you get and enter it by hand.

    Code:
    hash_key_id=XXXXXXXX&resultid=YYYYYYYYYY&date=9%2F17%2F2019&time=6%3A14+AM&rating=0
    ->
    https://www.speedtest.net/result/YYYYYYYYYY.png
    An error has occurred. Error Code 1

    :(
    Reply With QuoteReply With Quote
    Thanks

  15. #370
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by anon View Post
    [Request] Fake ISP portal with customizable plans
    Later on I would learn fake ISP portals do exist, but for a different purpose...

    Quote Originally Posted by meandme View Post
    An error has occurred. Error Code 1

    :(
    I'll have a look later, but two posts above yours someone else had the same error and I couldn't reproduce it, so.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #371
    JohnareyouOK's Avatar
    Join Date
    31.01.19
    Location
    Earth
    P2P Client
    BiglyBT
    Posts
    254
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssss254
    This is the fake speedtest tool I used in the past when getting into RED and I just checked it's still working now. I didn't look through all posts in the above so forgive me if it's duplicate method.

    RED not only asked for speedtest screenshot, but also asked for the distance to the server in the screenshot is less than 50miles. I vaguely remember at that time the distances I got using other tools were all over 50miles (not sure), so I found this tool via Google and slightly modified the script to meet needs.

    Script (need python 2 to run): speedtest.zip

    Use steps:
    1. Install Python 2 if your computer didnt have.
    2. Go to https://www.speedtest.net/ to have a real speedtest
    3. At our real speedtest result page like https://www.speedtest.net/result/9688116515, click Ctrl-U to open source page and search for keyword "server_id", and we will get a number.
      Click image for larger version. 

Name:	1.png 
Views:	30 
Size:	3.5 KB 
ID:	20677
    4. Unzip speedtest.zip and open speedtest.py using any text editor like notepad, at line 10, replace the number 2222 with the number you found in the previous step (not 31362 in the picture above, use your own) and save.
      Click image for larger version. 

Name:	2.png 
Views:	23 
Size:	2.8 KB 
ID:	20678
    5. Open cmd and run the script using like "py -2 speedtest.py" and input the fake speeds in KB.
    6. Done.
      Click image for larger version. 

Name:	3.png 
Views:	54 
Size:	3.3 KB 
ID:	20679
    Last edited by JohnareyouOK; 01.07.20 at 02:17.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    anon (01.07.20) , AxiomaticDirection (01.07.20) , cloud99 (01.07.20)

  18. #372
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by meandme View Post
    An error has occurred. Error Code 1
    Quote Originally Posted by anon View Post
    I'll have a look later, but two posts above yours someone else had the same error and I couldn't reproduce it, so.
    Tested Speedtest Spoofer 2.2 again; it still works as long as you keep the caveat from post #368 in mind. If you get an error, maybe choose a different server or User-Agent string? I used Internet Explorer 10.

    The server ID can be specified manually in this program, too.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 25 of 25 FirstFirst ... 15232425

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
  •