Monday, August 29, 2011

How to hack Scribd to download documents for free

How to download documents for free
I was looking at an online document that SOMEONE ELSE UPLOADED and it was very helpful, so I wanted to download it. Scribd however, wanted to charge a daily fee of around $5 dollars to download the content, when it clearly says someone uploaded it.

Here was the document that I wanted: http://www.scribd.com/doc/90924585/The-Dark-Monk-Excerpt-by-Oliver-Potzsch 
For Public ID's(2012):
*document ID* = 90924585

http://www.scribd.com/mobile/documents/*document ID*/
or 
http://www.scribd.com/mobile/documents/*document ID*/download
Insert the number id in the here ^
Sometimes using the first download link is better because it creates a download button. It should should show a download link.  

Update(2/18/12): For Private ID's:

Example URLs:
http://www.scribd.com/doc/39976170/Anthro-2B-Midterm-Study-Guide http://www.scribd.com/doc/33840335

Right-click > View Page Source > Save as to a document on your computer *Make sure you do this to get the entire "Generated Source" (I used Mozilla FireFox)

 I saved this as "doc.html" Open the file "doc.html" > Search for "page.u" You should see something like "// page.uuid : 3kw800775slntll" 
page.uuid = "3kw800775slntll"
Now search for the page.uuid or "3kw800775slntll" and you should see something like: "http://html2.scribdassets.com/3kw800775slntll/pages/542-d2422da938.jsonp"

The URL can range from "html1.scribdassets.com" to "html4.scribdassets.com".

Here is a simple Linux Bash Script to download the images:
Make SURE you change the *page.uuid* to your page.uuid.
cat "doc.html" | grep pages | cut -d"/" -f6 | cut -d. -f1 | grep -vi scrib | while read ID; do wget "http://htmlimg1.scribdassets.com/*page.uuid*/images/$ID.jpg"; done;
However, once you find the page.uuid, you can substitute it in the URL. "http://htmlimg1.scribdassets.com/*page.uuid*/images/$ID.jpg"

Update(2/25/12): For Protect(Preview) ID's:

When there are previews on Scribd, they are trying to selling a document and other allow users to few select pages.  Downloading these would be illegal and the script above only downloads the images of the "protected" documents.



171 comments:

  1. Thanks for the tip!

    ReplyDelete
  2. Thank you! So so so so so Much!

    ReplyDelete
  3. Thanks works fine! Good stuff!

    ReplyDelete
  4. thanks so much. It works. Good work.

    ReplyDelete
  5. thanks mate. great job!

    ReplyDelete
  6. woah, you help me and I just can say, thank you very much

    ReplyDelete
  7. thanks very much very helpful

    ReplyDelete
  8. Secure document - download access is not allowed...then??????????

    ReplyDelete
  9. Whats the URL of the file your trying to download?

    ReplyDelete
  10. I cant download this id: 33840335

    link : http://d1.scribdassets.com/ScribdViewer.swf?document_id=33840335&access_key=key-2cc5rojdvroooo7mk95m&page=1&viewMode=list

    ReplyDelete
  11. Ok yeah, I got "Permission Denied" message because it is a private file. Look up in the tutorial, I just added a way to download all the image files as *.jpgs.

    ReplyDelete
  12. My link appears to be like this: http://html3.scribdassets.com/2cln9asrnkpd1r7/pages/1-6fa64c5bfa.jsonp
    How do I make it downloadable?

    ReplyDelete
  13. Hey could you give me the original http://www.scribd.com/ URL?

    ReplyDelete
  14. Thankyou Jared but |How I can download because
    I have the lins to my preferred book to download.

    http://d1.scribdassets.com/ScribdViewer.swf?document_id=16060334&access_key=key-195s9uo4fa51k3fszxof&page=1&viewMode=list
    http://d1.scribdassets.com/ScribdViewer.swf?document_id=16060334&access_key=key-195s9uo4fa51k3fszxof&version=1&viewMode=fullscreen

    I saw your script, Where can I run it.

    ReplyDelete
  15. The original http://www.scribd.com/ URL is
    http://www.scribd.com/doc/39976170/Anthro-2B-Midterm-Study-Guide

    ReplyDelete
  16. Hello,
    Can you help me - I needthis book: http://www.scribd.com/doc/71901155/Practical-Reliability-Engineering is it possible to download it - there is no jpg - thanks

    ReplyDelete
  17. Sorry I took so long to get back to you all. Here is what I found:

    @Anonymous
    This document is either blank or missing on the Scribd:
    http://www.scribd.com/doc/39976170/Anthro-2B-Midterm-Study-Guide

    @Mali78
    Sorry about the poor tutorial, I just updated it with clearer more effecient instructoins. If you are running a Linux/Mac distro, you can run that script in the Terminal. Just save the "Generated Source" and get the "page.uuid" and then run the script.
    http://www.scribd.com/WorldBankPublications/d/16060334-Global-Burden-of-Disease-and-Risk-Factors-

    @Anonymous
    This book only allows previews to be downloaded. Plus it looks as if they are taking the liberty to advertise it correctly instead of just allowing users to view material. My script downloads images but not the pages, like you said.
    http://www.scribd.com/doc/71901155/Practical-Reliability-Engineering

    ReplyDelete
    Replies
    1. i need help downloading this www.scribd.com/doc/213710702/A-Level-Computing-Project-OCR

      could you help me please, it would be much appreciated

      "http://htmlimg1.scribdassets.com/38621400xs3lsgkb/images/$ID.jpg" - if this helps at all

      thanks

      Delete
  18. thx a lot 4 ur tut,i followed all the steps to get the images '*.jpgs' of this book "Manga Guide to Electricity", but all i get is jpgs without thier scripts. I mean it's empty it's like storybord where you can fil the dialogue clouds any suggestions?
    thx 4 ur help anyway

    ReplyDelete
  19. Oh excuse me i'm the one who was asking help 4 the manga thing; i foget to ask, is there any chance i can find a windows script which can save me from doing all of the copy-past routine-thing or maybe a batch.
    thx again

    ReplyDelete
  20. Are you talking about "http://www.scribd.com/No%20Starch%20Press/d/13327021-The-Manga-Guide-to-Electricity-excerpt"?

    Yeah, its weird only the images show up, I'm not sure :(

    ReplyDelete
  21. Hey can you please downloa dthis file for me,i follow the instructions but keep getting "403 forbidden" for some reason.

    http://www.scribd.com/doc/27487962/Celeste-Stewart-s-Secrets-to-Success-on-Constant-Content-com

    ReplyDelete
  22. Hey Jared,
    Your posts are really helpful. But can you tell me how to view full pages of preview books.

    ReplyDelete
  23. Hey Jared,
    Let me explain myself more clearly. Whenever i try to run the script with the "page.uuid" that i got i keep getting the error "syntax error near unexpected token `do'". Then when i remove the "do" from "do wget" it connects but soon after "403 forbidden comes". The file im trying to download is

    http://www.scribd.com/doc/27487962/Celeste-Stewart-s-Secrets-to-Success-on-Constant-Content-com

    Any sugestions?
    Thanks
    Umar

    ReplyDelete
  24. @Anonymous
    Scribd is actually selling the "preview" books and it would be illegal if I downloaded them. Plus my script downloads images. It only works with the "Public" and "Private" scribd documents and not the "Preview" documents.

    @Umar
    The url [http://www.scribd.com/doc/27487962/Celeste-Stewart-s-Secrets-to-Success-on-Constant-Content-com] is a protected document.

    ReplyDelete
  25. Hi, Bro, your blog's theme looks so great, I just know this theme for wordpress is called "inoved", I love this theme too.

    ReplyDelete
  26. Dear, it very wonderful. thank you

    ReplyDelete
  27. i want to download this :
    http://www.scribd.com/cusit/d/10480768-Digital-Image-Processing-Using-Visual-C

    please help

    ReplyDelete
  28. Hey Jared, I really need to download this file:

    www.scribd.com/doc/51260376/RENAISSANCE

    can you help? I tried following your tutorials to no avail. Thank you!

    ReplyDelete
  29. @Anonymous
    For [http://www.scribd.com/cusit/d/10480768-Digital-Image-Processing-Using-Visual-C], it seems to just be text and images and is loaded using JSON. So when you run my script it seems only download the images. My script only works if the PDF was a PDF before the upload, such as my example, when you can download each page as an imag.

    @Anonymous
    For [www.scribd.com/doc/51260376/RENAISSANCE], I can't even get to the page, I am getting this:

    "Sorry! This document is not publicly available. The owner has set this document to private. You will not be able to read it unless the owner changes it to public on their "My Documents" page, or sends you a direct link."

    Do you have to be logged in?

    ReplyDelete
  30. I saved this as "doc.html" Open the file "doc.html" > Search for "page.u" You should see something like "// page.uuid : 3kw800775slntll"



    i could not follow the phrase '' Search for "page.u" ''

    ReplyDelete
  31. When you have the source code of the website, it makes it easy to be able to search for the page.uuid which is "3kw800775slntll".

    If you can't find the "page.uuid" you may not have downloaded the full source code.

    ReplyDelete
  32. wow, you're genius
    thnks, it works perfectly !!

    ReplyDelete
  33. Thanks :) We should all share help tricks :P

    ReplyDelete
  34. The jpeg solution went fine. What I want to do is print a few pages. I copied it into a document in open office, looked great. Went to print it and it comes out so light it is unreadable. tried printing some other documents, which are all fine. Has anyone else had this problem? Any ideas?

    ReplyDelete
  35. When you say print documents, do you mean the images that you were able to download?

    ReplyDelete
  36. Hi Jared,
    I am not able to download this :
    http://www.scribd.com/doc/17475378/SAP-FICO-Business-Blueprint-httpsapdocsinfo

    Please help. Its very urgent for me.. Thanks

    ReplyDelete
  37. Jared, I have tried
    "http://sapdocs.info/sap/fico/finance-business-blueprint-sample" also but this is some different document which has been given as an alternate link of :
    http://www.scribd.com/doc/17475378/SAP-FICO-Business-Blueprint-httpsapdocsinfo

    what can be done????

    ReplyDelete
  38. Hi jared
    Is this trick works for paid documents too.
    If yes, then How can we use this trick in windows PC. I am not able to download the paid documents.
    like http://www.scribd.com/doc/31714909/inspirationalism-poetry

    Any trick for this..
    Thanks in advance

    ReplyDelete
  39. @Anonymous
    For [http://www.scribd.com/doc/17475378/SAP-FICO-Business-Blueprint-httpsapdocsinfo]:
    This is another text-based document, my method only works for the pictures or scanned in documents.

    @Anonymous
    For [http://www.scribd.com/doc/31714909/inspirationalism-poetry]: It is a text based document, therefore my method of downloading documents would not work with the script and it would be illegal to download something that should be paid for anyways.

    ReplyDelete
  40. Hey, this worked for me before but now I can't seem to get a book that I would love to get my hands on...http://www.scribd.com/mobile/documents/63714048/
    I would appreciate any solution you may have to offer

    ReplyDelete
  41. @Ruain
    Once again, this is a paid book. This would technically be illegal to download without paying. Also, it has text, my first method downloads the available PDF and the other method downloads images, which is nice if the entire document was scanned.

    ReplyDelete
  42. im a little behind on this scribd so im not sure why i cant download this with your methods, sorry if i am wasting your time if i am missing something http://www.scribd.com/doc/41752423/Japanese-Candlestick-Charting-Techniques-Steve-Nison-Backup

    ReplyDelete
  43. @Anonymous

    Copy "ID" of the "doc" in the mobile URL:

    http://www.scribd.com/mobile/doc/41752423

    Here is your download. There is download button on the page as well.

    ReplyDelete
  44. hey,

    Thanks for the howto's!

    I failed to find the uuid in the page source (and I don't see any options to choose what sort of page source I want to save in my browser) but as an alternative way, I right clicked one of the document's page picture and clicked "display image". The uuid can be extracted from that image's URL.

    (because the URL follows the pattern http://htmlimg[number].scribdassets.com/[page.uuid]/images/[ID].jpg)

    hope it helps

    ReplyDelete
  45. Hej!

    Can you tell me why I can´t download this?

    http://www.scribd.com/doc/65765773/Din-15018

    Is it a preview-one?

    Thanks you very much!

    greetz, Mika

    ReplyDelete
  46. @Anonymous
    Whats the URL you can't find the document of?

    @Anonymous
    The URL [http://www.scribd.com/doc/65765773/Din-15018] has a download on the page itself.

    ReplyDelete
  47. hi!! I cant seem to download using both the techniques you presented. with the first one, it just brings me back to the original page and the second technique, i can't find the page.u on the html source page. i really appreciate it if you helped me out.. thanks the url is [http://www.scribd.com/doc/85415859/Pathoma-Book]

    ReplyDelete
  48. @vtam

    There is a download link on the front page of [http://www.scribd.com/doc/85415859/Pathoma-Book].

    Here is the download links: [http://www.scribd.com/mobile/doc/85415859].

    ReplyDelete
  49. Please help me how to download the following book:
    http://www.scribd.com/full/28466497?access_key=key-2ccgdl6fuyfdp3rghwxj

    ReplyDelete
  50. @Anonymous - What is the actual URL?

    ReplyDelete
  51. Book for children.

    ReplyDelete
  52. Hi Jared,

    by using your way, I got the DOWNLOAD NOW link, but once I click on the link, it bring the original page back??? any idea, the book url is http://www.scribd.com/doc/28601342/Linux-administration-handbook-2nd-edition

    ReplyDelete
  53. @Anonymous
    The link [http://www.scribd.com/doc/28601342/Linux-administration-handbook-2nd-edition] allows you to download from the page.

    ReplyDelete
  54. Hi. I can't download this. :(
    http://www.scribd.com/doc/33685773/Criminal-Procedure

    ReplyDelete
  55. Hi Jared,
    when i use the way you told, it turn to original page. and i can't download it.
    can you do it for me?
    i need this right now because i haven't time to do it anymore tomorrow. this is the website [http://www.scribd.com/doc/96303213/Additional-Mathemathics-Project-Work-1-2012]
    please help me. this is emergency
    (www.facebook.com/carlzlavine)

    ReplyDelete
  56. @Anonymous
    Please re-read my tutorial; however, here is the link: [http://www.scribd.com/mobile/documents/96303213].

    ReplyDelete
  57. Hi, i've tried your tuturial but when i download the source code i can't find the "page.uu"...
    How can i download the full source code?? (I've used firefox too)

    this is the doc: http://www.scribd.com/doc/20233893/Barragens-Ha-08-Barragens

    ReplyDelete
  58. @Rolando Pereira
    Always try the first tutorial first!
    [http://www.scribd.com/mobile/documents/20233893]

    ReplyDelete
  59. I have tried all metthos, but I can't download it.
    Someione help me please? http://www.scribd.com/doc/83687525/Appunti-Di-Tossicologia-2011-2012#

    ReplyDelete
  60. All I did was select all, and paste into Word and remove formatting. The formatting is used to "encrypt" the document, so you think that it is unreadable without purchasing it... So, I did things the hard way, but got what I wanted... Thanks at least for tipping me off that I had no legal responsibility to pay anything.

    ReplyDelete
  61. jared i am trying to do the tutorial with the same document you used. The first problem that i have is that i cannot find the "page.u" when i view the source.. please help me with this..

    ReplyDelete
  62. http://www.scribd.com/mobile/documents/3815093/download
    I cannot download this.
    Pls help

    ReplyDelete
  63. can u help me in downloading this??

    http://www.scribd.com/mustafa_khuwaja508/d/45220172-Acca-F8-Audit-and-Assurance-Course-Slides

    ReplyDelete
  64. Hi Jared,

    Tried to download:

    http://www.scribd.com/doc/54667260/Boek-Society-3-0-van-Ronald-van-den-Hoff-in-PDF

    but it is not working :( Any suggestions? Maybe you can provide me the direct link of the PDF-download?

    Thanks in advance!!

    ReplyDelete
  65. Hi Jared,

    Tried to download:

    http://www.scribd.com/doc/36255789/Circuit-Breaker-List-B777


    but it is not working :( Any suggestions? Maybe you can provide me the direct link of the PDF-download?

    Thanks in advance!!

    plz help me in to download ,its urgent i have exam

    ReplyDelete
  66. Please Help!

    None of the above methods are working :(

    http://www.scribd.com/doc/6222651/Glad-Tidings-of-Mustafa-for-the-Shia-of-Murtaza

    If you do get it to work, can you specify the details? (i.e. browser, method)

    Thank you :)

    ReplyDelete
  67. Hi can you help me download this?

    http://www.scribd.com/doc/39433861/Principles-of-Macroeconomic-9th-edition-by-Case-Fair-Oster-Test-Item-File

    thank you very much.

    ReplyDelete
  68. impossible to download any thing, i think they've improved the site security :(

    ReplyDelete
  69. Please help me to download the file:
    http://www.scribd.com/doc/79096793/IRC-SP-82-2008

    ReplyDelete
  70. Please help me to download the file:
    http://www.scribd.com/doc/49453411/Ensuring-Information-Security-through-ISO27001-ISMS

    if possible plz send me on sachu2cool@gmail.com

    Thnks a lot in advance.

    ReplyDelete
  71. Can somebody pls help me download:
    http://www.scribd.com/doc/46410348/Drug-Dossier

    ReplyDelete
  72. Hi,

    I paid 11.99 USD on 28 July for this book http://www.scribd.com/doc/38795329/The-Secret-Life-of-Genius

    I would like to have a PDF copy of it so that I can read it on my iPad. Scribd will only allow me to read it on-line!!!

    Is there a way I can download my copy on my hard disk?

    If not, there are no advantages of buying books on Scribd, better buy from other ebooks stores.

    Thans in advance.

    Laurent

    ReplyDelete
  73. I've been trying to download this document for two days now; I've tried your method, plus other methods and nothing has worked. Can you please download it for me? :(

    http://www.scribd.com/doc/95297562/Environmental-Culture-The-Ecological-Crisis-of-Reason-Val-Plumwood

    Yes, I'm desperate because I need this for my thesis and I can't afford the original one. :(

    Thank you!

    ReplyDelete
  74. Hi Jared Burrows,

    I really want to download this pdf file
    http://www.scribd.com/doc/60640149/Gam-Toolkit-2005-Ey-Audit-Planning .

    I tried many times based in your tutorials but i can't get it. Honestly, I am not good at in IT at much. It's so complicated with me.

    I would really appreciate if you could take ur time help me to download it. Or if not, please just let me know, i would give up :(

    Thank you!

    ReplyDelete
  75. hi friend
    can you download me this document..please
    http://www.scribd.com/doc/92277607/COLLEGE-MANAGEMENT-SYSTEM-ON-VISUAL-BASIC-BY-SANTOSH-KUMAR-IIMT-KARKARDOOMA#..

    ReplyDelete
  76. could you download for this http://www.scribd.com/doc/50634604/Advance-Auditing-and-assurance and send to unkownu21@yahoo.co.ke i have tried the steps above but they are not working

    ReplyDelete
  77. Hi thanks for clues
    I would like to download the book below, i tried following your steps.. but getting access denied
    http://www.scribd.com/doc/104341950/An-Introduction-to-Enterprise-Architecture

    ReplyDelete
  78. hy sory to disturb but i didn't understand how to download them so , can you get me this pls ?

    http://ro.scribd.com/doc/31594063/5/Viteza-medie-şi-viteza-instantanee

    ReplyDelete
  79. hey can you tell me tell me if its possible to download the file
    thanx in advance
    http://www.scribd.com/doc/28598743/Project-on-Study-of-Venture-Capital-in-India

    ReplyDelete
  80. in scribd if we download a document it will show a message to the owner or not???????

    ReplyDelete
  81. http://www.scribd.com/doc/51355420/LAB-MANUAL-FOR-E-E-CS

    ReplyDelete
  82. can u pls download the document in the scribd
    http://www.scribd.com/doc/51355420/LAB-MANUAL-FOR-E-E-CS

    ReplyDelete
  83. I was able to view the doc right away!

    Thank you!!!

    ReplyDelete
  84. now this trick is not working

    ReplyDelete
  85. right, now this method is not working.

    ReplyDelete
  86. This comment has been removed by the author.

    ReplyDelete
  87. Hi, thanks for the tutorial. Is there any way of doing that without having Linux and without being a tech savy?

    ReplyDelete
  88. now it is not working ..
    can any one tell me new method to download???/

    ReplyDelete
  89. can anyone please help me in downloading this document. I cant download it.pls help the link is:

    http://www.scribd.com/doc/7023998/Harry-Potter-and-the-Return-of-Eliza

    ReplyDelete
  90. pls help me in downloading this document as soon as possible

    ReplyDelete
  91. can anyone pls mail me this document in pdf format to my mail id:
    sunpavi@gmail.com

    ReplyDelete
  92. With the availabilitу of sо lots of antique equіpment, it makeѕ іt
    confuѕing to ρiсk. Sunbeam gгills
    are а tορ quality ρroductѕ that is designed to last.
    Manу wellnеss prοfessionals have a іnclination to 'generalize' throughout-the-board when
    theу ѕpeak аbоut some of the аbove types and how they
    іnfluence our health and fitness.

    Alsο visit my ѕіte :: Curved Shower Rod At Walmart
    Feel free to surf my blog post : mouse click the following webpage

    ReplyDelete
  93. If you would like to increаse уour know-how simplу keep
    visiting this web ѕitе and be updated wіth the latest news updatе posted
    here.

    Feel freе to surf to my blog :: chemietoilette
    my web site - Chemietoilette

    ReplyDelete
  94. We're a group of volunteers and starting a new scheme in our community. Your web site provided us with valuable information to work on. You've done an impressivе job and our entire communitу will bе gratеful to you.


    Look intο my web blog; Chemietoilette

    ReplyDelete
  95. Hello, please, I need this document on scribd, http://fr.scribd.com/doc/56092327/ if anyone had a premium account help me by sending it to me ASAP at delimza@ymail.com.

    Thank you

    ReplyDelete
  96. Truly no matter if someone doesn't understand then its up to other users that they will help, so here it happens.

    Here is my web site :: click here

    ReplyDelete
  97. i can't manage it with this id 120787479 can u help pls

    ReplyDelete
  98. would you please download this document for me :
    http://fr.scribd.com/doc/33148541/L-AUDIT-ET-CONTROLE-INTERNE

    my adresse is : rachid.makhlouk@gmail.com
    thank you

    ReplyDelete
  99. Hi Jared,
    if u happen to check my comment now pls do reply. :)

    i tried your way but am getting error stating 403 access denied on the console .. seems they blocked it somehow..
    so , now do you have any other working method by which files can be downloaded ?

    Thanks in advance.

    ReplyDelete
  100. hey....read the reviews..you are amazing.. :)
    i tried downloading..but its not available..
    i really need this report to study..
    could you please help??
    http://www.scribd.com/doc/90213880/Nymble-Final
    thanks a lot in advance !

    ReplyDelete
  101. Hi Jared,
    if u happen to check my comment now pls do reply. :)

    i tried your way but am getting error stating 403 access denied on the console .. seems they blocked it somehow..
    so , now do you have any other working method by which files can be downloaded ?

    Thanks in advance.

    ReplyDelete
  102. Sear owner of this site: Please use a spam filter. Some of us are actually interested in scribd downloads.

    ReplyDelete
  103. WΟW just ωhat I was looking for.
    Came here by searching fог clicκ here just click the up coming internet site

    ReplyDelete
  104. Vеry niсe article, just what Ι needeԁ.


    Feel freе to ѕurf to my blog :: green coffee extract

    ReplyDelete
  105. haloo bro can u help me i want download this file...

    http://www.scribd.com/doc/136431700/JOHOR-2013-Additional-Mathematics-Project-Work-HOUSEHOLD-EXPENDITURE-SURVEY

    ReplyDelete
  106. Hi plz tell us how to download when the book is only shown as preview :-(

    ReplyDelete
  107. Please help me download this.
    http://www.scribd.com/doc/72940964/PDF

    ReplyDelete
  108. Can someone help me download this . PLEASE?
    http://www.scribd.com/doc/125299876/Evidence-of-Evolution-Answer-Key

    ReplyDelete
  109. http://www.scribd.com/doc/87566105/Final-WTO-Assignment

    ReplyDelete
  110. please help meto download this file...
    http://www.scribd.com/fullscreen/190670634?access_key=key-170787171lqa1dh4i2fh&allow_share=true&show_recommendations=true&view_mode=scroll

    ReplyDelete
  111. hi jared! can you help me to download this link? http://www.scribd.com/doc/51175385/Case-study...really need your help.

    ReplyDelete
  112. Hi can you help me ? I need this file as soon as possible :)
    http://www.scribd.com/doc/154786013/Gambit-Tutorial-Creating-and-Meshing-Basic-Orifice-Geometry-Using-GAMBIT

    Thanks in advance :)

    Btw i tried the tutorial, but i can't seem to find the page.u nowhere

    ReplyDelete
  113. http://www.scribd.com/fullscreen/192674999?access_key=key-of1jqe5mja0zkhhcwc5&allow_share=false&escape=false&show_recommendations=false&view_mode=scroll
    How to download this file??? pls help me friends

    ReplyDelete
  114. http://www.scribd.com/doc/127791888/NPCR-3-pdf
    how CAn i download dis PLss Help me !!! if u r able to download pls email me
    on svarun32@gmail.com

    ReplyDelete
  115. cannot find uuid for
    http://www.scribd.com/doc/163678267/PeopleSoft-Technical-Training

    ReplyDelete
  116. Try this software. It allow you to download, print or convert scribd documents to pdf. Unlimited usage and free (for now). Works on Windows XP and above

    http://scribd.weebly.com/

    hope that helps

    ReplyDelete
  117. When I followed your link above I got the following error -
    Site Not Published
    The site you are looking for has not been published

    ReplyDelete
  118. http://www.scribd.com/word/access_denied/189145023 dear friend can u help me to download above

    ReplyDelete

  119. Hi ,

    I want to download it

    http://www.scribd.com/fullscreen/190670634?access_key=key-170787171lqa1dh4i2fh&allow_share=false&escape=false&show_recommendations=false&view_mode=scroll

    Please help me

    Thanks in Advance..........

    ReplyDelete
  120. Hi,
    Please guide me on how to download the below document.


    http://www.scribd.com/fullscreen/190670634?access_key=key-170787171lqa1dh4i2fh&allow_share=false&escape=false&show_recommendations=false&view_mode=scroll

    Thanks in advance.

    ReplyDelete
  121. HI,

    Can you please help me download the below

    http://www.scribd.com/read/153598980/Water-for-Elephants-A-Novel
    http://www.scribd.com/read/163596588/The-Scarlet-Letter
    http://www.scribd.com/read/163626670/The-Book-of-Tomorrow-A-Novel

    ReplyDelete
  122. Just upload any document to them, after they will let you download. Use the link next to the print option on the top bar. I just uploaded a half page summary I had from a class. Was nothing, now I have downloaded what I want.

    ReplyDelete
    Replies
    1. Thanks Dude It works. The Best Way.

      Delete
  123. Thanks a lot! Rchat, you can download the documents as images, not pdf across the plugin for firefox Downthemall!. https://addons.mozilla.org/es/firefox/addon/downthemall/

    ReplyDelete
  124. Hello, thank you for this tutorial and for your time ! however I can't dowload the following paper.

    http://fr.scribd.com/doc/195552114/BAESA-A-South-American-Restructuring-Case-Solution

    Can you help please ?

    ReplyDelete
  125. Hello
    I cant download Read files. Could you help me download this file=>
    http://www.scribd.com/read/163567585/The-Practice-of-Management
    Thank you.

    ReplyDelete
  126. Can anyone tell me how to download or save this file as a pdf or readable for later....
    http://www.slideshare.net/iraktobing/caroline-leaf-who-switched-off-my-brain#

    ReplyDelete
  127. Another way to download from scribd.com by third party tool here:

    http://scriload.com

    ReplyDelete
  128. Shush Manchester is a leading agency and providing high class manchester escorts

    ReplyDelete
  129. I need this ID 43309390
    it didnt work
    I think it's access denied

    ReplyDelete
  130. You also can download protected files using Scribd Android app. I don't know why, but on my Android mobile I can read the full version though it is protected. Scribd saves the document in a directory /document_cache/ The document_cache directory is in you main storage directory.
    Then, opening a terminal emulator, you use
    cp /document_cache//content
    then, changing to that directory
    mv content .pdf

    You will obtain a perfect pdf! Next, link your device to your PC and you'll have the file.

    ReplyDelete
    Replies
    1. can you explain this in similar terms!?! lol pleaseeee

      Delete
    2. Dude, this worked for me! Thanks. I'm trying to download another pdf protected

      Delete
    3. This still works in 2015 lol.

      Delete
  131. Awesome! Perfect! Thanks!

    ReplyDelete
  132. I was trying to download but couldn't please could help me to download this
    https://www.scribd.com/book/240070189/Comptia-Security-Primer

    ReplyDelete
  133. sir plz download these doc http://www.scribd.com/doc/234903617/Chitode-Power-Electronics# i followed the steps as you dictated above and its been hard to find page.uuid and i also bit confused with further proceeding.

    ReplyDelete
  134. plz sir downlord for me https://www.scribd.com/doc/61921746/Mercedes-OM-501-OM-502-EN-Operators and email to me sukha.jatt19@live.com

    ReplyDelete
  135. would you plz help me downloading the file of https://www.scribd.com/doc/14565333/Risk-Assessment-and-Management-in-Construction-Projects-Full-Thesis
    and send me at ie.haroon@yahoo.com. I'll be very grateful to you.

    ReplyDelete
  136. just downloader easy here http://cum2him.blogspot.com/

    ReplyDelete
    Replies
    1. realy work at http://cum2him.blogspot.com/

      Delete
  137. Load of bollox at http://cum2him.blogspot.com/

    ReplyDelete
  138. hack Scribd to download documents is really a good and informative post.
    latest news download

    ReplyDelete
  139. hack Scribd is very useful for download documents. thanks for sharing.
    download crack file for windows

    ReplyDelete
  140. hack Scribd is awesome and very helpful for download any deocuments.
    software windows download

    ReplyDelete
  141. Can anybody download this document, its urgent plz
    https://www.scribd.com/doc/104868748/SEWA-Sharjah-Regulations

    ReplyDelete
  142. hello bro can u make a video tutorial of this steps please :D
    thanks in Advance

    ReplyDelete
  143. we can click on "cached" on search engine page for opening "preview" docs.

    ReplyDelete
  144. I have tried both suggestions above but didnt get it to work. Could someone try it for me please?

    http://www.scribd.com/doc/216228345/Molecular-Modelling-Principles-and-Applications-2nd-Edition-by-Andrew-R-Leach

    Thanks in advance

    ReplyDelete
  145. I tried both suggestions above and didnt get it to work. Could someone try it for me please?

    http://www.scribd.com/doc/216228345/Molecular-Modelling-Principles-and-Applications-2nd-Edition-by-Andrew-R-Leach

    Thanks in advance

    ReplyDelete
    Replies
    1. Your book is probably really expensive. So here you go:
      http://www25.zippyshare.com/v/UpGIJi58/file.html

      In the future, use the android method. Search the comments for 'android' and you'll see how to do it.

      Delete
  146. I´m trying to download this:

    https://es.scribd.com/doc/231797108/Manual-Autocad-Plant-3d-2013

    , but I didnt. please help me.

    ReplyDelete
  147. https://www.scribd.com/doc/235884620/Software-Requirement-Engineering-Notes


    please tell me how to download this

    ReplyDelete
  148. I would be very thankful If you could download this for me
    https://www.scribd.com/doc/128261761/Online-Shopping-Trends

    ReplyDelete
  149. I would be very thankful if you could download this for me
    https://www.scribd.com/doc/128261761/Online-Shopping-Trends

    ReplyDelete

Please make suggestions :)