Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2017
3,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. 1: https://www.python.org/downloads/
  2.  
  3. - download 3.6.1
  4.  
  5. - install
  6. to C:\Python36
  7. 2: https://bootstrap.pypa.io/get-pip.py
  8.  
  9. - copy the text, put it in notepad, and save it as get-pip.py and place in C:\Python36
  10.  
  11. - open cmd and type: cd C:\Python36
  12.  
  13. - now type: python get-pip.py
  14.  
  15. 3:
  16. -type: cd Scripts
  17. -type: pip install Pillow
  18.  
  19. -type: pip install requests
  20.  
  21. 4: https://www.reddit.com/r/place/comments/62sn70/i_created_a_script_to_place_pixels_according_to/ and copy the text, put it in notepad, and save it as clover.py in python folder
  22.  
  23. - download http://i.imgur.com/hNLKmqN.png as clover.png and put in python folder
  24.  
  25. - in cmd type: cd C:\Python36
  26.  
  27. -type: python clover.py clover.png 375 100 username password
  28.  
  29.  
  30. no it wont steal your login
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement