sehynes

README RUMBLE

Aug 6th, 2018
951
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In preparations for all the packs we're going to be opening soon, I created this little bit of code to do the opening for me.
  2.  
  3. EXPLANATION OF CODE. This code opens X number of packs while you sit back and watch, or just go to the bathroom or whatever.
  4.  
  5. CODE FOUND HERE: JUST COPY-PASTE IT AS DESCRIBED BELOW
  6. https://pastebin.com/q09XSR9A
  7.  
  8. INSTRUCTIONS
  9.  
  10. Prestep. Be at least a little familiar with programming code.
  11. Prestep. Look at all your card screens in Hearthstone to clear out the 'New' tags so that you can see what cards you got after they are all opened (optional)
  12. Prestep. Have Hearthstone Open Packs screen open
  13. Prestep. Set your screen resolution to 1920x1080
  14.  
  15. STEP 1. Go here: http://introcs.cs.princeton.edu/java/windows/
  16. STEP 2. Follow instructions to install Dr. Java
  17. STEP 3. Copy-Paste the code below and save as .java file
  18. STEP 4. Find this code and Enter the number of packs you want to open: int numPacks = 3;
  19. STEP 5. Find this code and Enter 'True' or 'False' if you want to take a screenshot of each pack
  20. STEP 5. Click Compile button
  21. STEP 6. Click Run button
  22. STEP 7. Click on the Open Packs screen in Hearthstone. Don't just alt-tab to it. Alt-Tab, and then Click anywhere on it as well.
  23. STEP 8. Sit back and relax while your packs are opened. Go get coffee, go to workout, have sex, smoke a cigarette, whatever you want.
  24.  
  25. Feel free to modify as you see fit if you know what you're doing.
  26.  
  27. I'm in position and you are welcome ;-)
  28.  
  29. CODE:
  30. https://pastebin.com/q09XSR9A
RAW Paste Data