Advertisement
Guest User

Untitled

a guest
May 9th, 2016
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. 1.- Open the tradebot.js file with NOTEPAD or NOTEPAD++ (i prefer NOTEPAD++)
  2.  
  3. 2.- On the first line var admin = 'TradeBot ID'; replace the TradeBot ID with the steam ID of the account you're going to use as bot. (you can get the id of the aacount from HERE) so for example after the replace it should look like this var admin = 'STEAM_0:0:000000000';
  4.  
  5. 3.- On line 4 and 5 you have to enter the username and the password of the account that you're going to use as BOT.
  6.  
  7. accountName: 'Username',
  8. password: 'Password'
  9.  
  10. So you have to replace the Username with the username of the account and Password with the password of the account.
  11.  
  12. 4.- Then save the file and open start.bat. Then close the console and open you're email and look for letter from steam. Then open the letter and copy the steamguard code.
  13.  
  14. 5.- Now go back to NOTEPAD++ and paste the code that you copied for the email on line 12
  15.  
  16. var authCode = 'Steamguard Code';
  17.  
  18. 6.- On line 24 type the name of your site
  19.  
  20. sitename = "site name here";
  21.  
  22. 6.1.- Now on line 31 you have to enter your api key:
  23.  
  24. steamuserinfo.setup("api key here");
  25.  
  26. 7.- Now you have to edit the lines from 35 to 38 where on line 35 you have to type the host of you're DB then on line 36 you have to type the user for MySQL connection... on line 38 you have to type the password of the user and on line 38 you have to type the name of the DB.
  27.  
  28. host : 'DataBase host ',
  29. user : 'DataBase user',
  30. password : 'DataBase userpass',
  31. database : 'DataBase name',
  32.  
  33. 8.- Save the file and close NOTEPAD++
  34.  
  35. 9.- Now go to you're steam folder and copy the ssfn file of the account that you're going to use as bot. Then go to disc drive D:\ and make new folder named ssfn and paste the ssfn file in the folder.
  36.  
  37. 10.- Now edit the ssfntosentry.bat (to edit it right click on the file and then click EDIT)
  38.  
  39. 11.- Once you opened the notepad window to edit the file you'll see something like this
  40.  
  41. node import-ssfn.js olegwedun51 C:\Users\Hello\Downloads\Bot\Bot\ssfn\ssfn24454545 98091469817
  42.  
  43. So here you have to replace olegwedun51 with the username of the account that you're going to use as BOT.. and this C:\Users\Hello\Downloads\Bot\Bot\ssfn\ssfn24454545 98091469817 to D:\ssfn\the name of the ssfn you copied earlier
  44.  
  45. 12.- Now save the file close the edit window and open the ssfntosentry.bat after it's done close the window and open start.bat
  46.  
  47. 13.- Now you'r bot must works just fine.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement