Guest Posted March 19, 2016 Report Posted March 19, 2016 (edited) Asa, sa incepem. Intram pe: https://t.co/Oj9RLaDOoP Facem free vps de la gugal dupa scriem node -v, daca apare Version : 0.12.7 scriem Quote nvm use stable Dupa dam node -v si ar trebui sa apara v4.2.1 Bun acum ca am rezolvat cu versiunea de node.js Cream un nou folder Quote mkdir steambot cd steambot instalam Quote npm install steam dupa facem un nou fisier cu Quote touch bot.js dupa scriem Quote nano bot.js acum in fisier scriem Quote var Steam = require('steam'); var fs = require('fs'); var bot = new Steam.SteamClient(); if (fs.existsSync('sentryfile')) { var sentry = fs.readFileSync('sentryfile'); console.log('[STEAM] logging in with sentry '); bot.logOn({ accountName: '', password: '', shaSentryfile: sentry }); } else { console.log('[STEAM] logging in without sentry'); bot.logOn({ accountName: '', password: '', authCode: '' }); } bot.on('loggedOn', function() { console.log('[STEAM] Logged in.'); bot.setPersonaState(Steam.EPersonaState.Online); //Tell steam we are playing games. //440=tf2 //550=l4d2 //730=csgo //570=dota2 bot.gamesPlayed([440, 550, 730, 570]); }); bot.on('sentry', function(sentryHash) {//A sentry file is a file that is sent once you have //passed steamguard verification. console.log('[STEAM] Received sentry file.'); fs.writeFile('sentryfile',sentryHash,function(err) { if(err){ console.log(err); } else { console.log('[FS] Saved sentry file to disk.'); }}); }); //Handle logon errors bot.on('error', function(e) { console.log('[STEAM] ERROR - Logon failed'); if (e.eresult == Steam.EResult.InvalidPassword) { console.log('Reason: invalid password'); } else if (e.eresult == Steam.EResult.AlreadyLoggedInElsewhere) { console.log('Reason: already logged in elsewhere'); } else if (e.eresult == Steam.EResult.AccountLogonDenied) { console.log('Reason: logon denied - steam guard needed'); } }) acum dam CTRL + X / save / save dupa scriem Quote node bot Si bot-ul ar trebui sa mearga bot.js -> http://pastebin.com/fS4aJzcf Edited March 19, 2016 by Cripterul Quote
madbrain Posted March 27, 2016 Report Posted March 27, 2016 @EsL sa iti faci profil legit in caz ca vrei sa joci cu bagabonteli pe matchmaking . Gen stai pana faci 3000 ore in cs go Quote
Vincent Posted March 28, 2016 Report Posted March 28, 2016 Nu prea inteleg cu ce te ajuta sa faci ore , nu iti schimba felul in care gasesti meciuri in matchmaking ... si nici skill nu iti da Quote
madbrain Posted March 28, 2016 Report Posted March 28, 2016 @Vincent e vorba ca sa nu mai primesti atatea reporturi , daca de exemplu iti pare un jucator suspect si ii vezi pe profil ca are multe ore , nu prea iti mai vine sa ii mai dai report dupa parerea mea Quote
Vincent Posted March 28, 2016 Report Posted March 28, 2016 Poate sa aiba si 10k ore daca e suspect , suspect ramane. (problema mea e ca jocurile online nu au farme cu cheat-uri) mai ales ca e facut in asa fel incat sa joci cu jucatori de skillul tau. Quote
greenie Posted April 6, 2016 Report Posted April 6, 2016 Ceva pentru CS 1.6 ai ? M-ar interesa pe mine.. Quote
thenext991 Posted April 6, 2016 Report Posted April 6, 2016 un program , tot bot dar pt. alte jocuri , merge?:D Quote
Guest Posted April 6, 2016 Report Posted April 6, 2016 merge pentru jocurile care le ai in librarie sau sunt free doar schimbi id-ul Quote
Coco Posted April 6, 2016 Report Posted April 6, 2016 A mai fost postat aici. In orice caz, bravo. Quote
Guest Posted April 6, 2016 Report Posted April 6, 2016 @Coco lol scuze nu vazusi.. se poate sterge topicul then Quote
Coco Posted April 6, 2016 Report Posted April 6, 2016 @Cripterul din partea mea nu este nici o problema, doar te anuntam decat. Quote