|
|
#1 | ||||||||||||||||||||
|
Level 1
Join Date: Sep 2007
Location: Philippines
Gender:
Posts: 41
DZ Gold: 280.00
Trade Rating: (0)
NeoSim (B/S): 0 / 0
DLs/ULs: 0 / 0
Thanks: 0
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW Award(s): 0
Rep Power: 4 ![]()
Time Spent Online:
5 Minutes 10 Seconds |
TuT[How to run python scripts ]
You want to run python script? I bet you do.
Okay, first of all you want to download latest version of Python. In order to do this click here. Now, we 'all' know that for different machines you need to download different python. For example if you have/use windows machine you will download this if you don't, well I guess you don't have anything besides windows since you are reading this tutorial, then you should find python for your OS. After downloading latest version of python install it in C:\Python25 if possible. I won't go into details and help you with installing so if you don't know how to install something then quit reading this right now. So you downloaded python for your OS and installed it, right? Okay, next we'll run script. I will take ffriend.py script for example. Make a New folder in C:\Python25\ named fishing(or whatever you like) Extract Terry's scripts in C:\Python25\fishing . Note: I suppose you know how to create folder. Now you need to open command prompt. Oh, command prompt?! Yes, command prompt. That's the problem. Click start button Next type in 'cd C:\Python25' again without quotes hit Enter then type 'python fishing\ffriend.py <username> <password>' hit Enter. You have successfully running python script! That's it? Yes. If you want more read below Code: color 0a cd C:\Python25 cls python fishing\ffriend.py <username> <password> Save this code in fishbot.bat so you don't need to do all the typing again in cmd prompt. It's simple as that. Explanation of code: color 0a = changes text color to green(a) and background to black(0) cd = change directory cls = clear screen python = execute python.exe CREDITS: SciExTron of CEF,little to me for modifying some... ![]() |
||||||||||||||||||||
| Offline | |||||||||||||||||||||
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If you were to run away, where'd you run too? | Oreo | All Around | 78 | 07-25-2007 08:55 AM |
| [Tut] Full Sig Tut | xZel | GFX Tutorials | 10 | 07-17-2007 02:07 AM |