FIFA 13 Ultimate Team AutoBuyer Project

Discussion in 'Programming' started by ADDZ, Oct 2, 2012.

  1. Zo

    Zontharius Newbie
    0/47

    3
    0
    0
    Oct 5, 2012
    Console:
    Xbox
    If I might ask - how much time do you guys think this thing can occupy you for?
     
  2. Borgmans

    Borgmans Newbie
    0/47

    13
    3
    0
    Oct 3, 2012
    Belgium
    Console:
    Playstation 3
    Well what about if you guys can manage to make the autobuyer we all donate 10$ to this website ? :D
     
  3. Aj

    Ajct6 Newbie
    0/47

    1
    0
    0
    Oct 10, 2012
    Console:
    Xbox
    Definitly be up for donating!
     
  4. Si

    Simo2596 Newbie
    0/47

    1
    0
    0
    Oct 15, 2012
    Console:
    Playstation 3
    How can I create an autobuyer using these codes?
     
  5. an

    andrerdxd Newbie
    0/47

    2
    0
    0
    Nov 7, 2011
    Portugal
    Console:
    Playstation 4
    yeah thats my question too! if i only know what program to use... :S
     
  6. IK

    IKyZeH Newbie
    0/47

    2
    0
    0
    Oct 6, 2012
    Console:
    Xbox
    I'm making one in VB, so far i have got it to login and search for players, now i'm stuck :(
     
  7. fi

    fifaboss Newbie
    0/47

    1
    0
    0
    Oct 21, 2012
    Console:
    Playstation 3
    Guys , im new to coding , so what information do we have to add to the codes Rob released ?
     
  8. ne

    nedasisi Newbie
    0/47

    13
    1
    0
    Oct 22, 2012
    Console:
    Playstation 3
    hi! im looking everywhere to find an aotubuyer but cant find, hope it gonna work here!
    i would donate!
     
  9. BinaryX

    BinaryX Lifetime Gold XPG Developer Lifetime Gold
    0/47

    971
    258
    0
    May 21, 2011
    Europe
    Console:
    Xbox
    I could give it a go sometime in C#...no promises though.
     
  10. VariantCam

    VariantCam Creator of LAD Bible
    0/47

    2,154
    235
    0
    Apr 12, 2012
    Bolton ~ UK
    Console:
    Xbox
  11. IK

    IKyZeH Newbie
    0/47

    2
    0
    0
    Oct 6, 2012
    Console:
    Xbox
    I've just finished coding mine in VB :p
     
  12. ne

    nedasisi Newbie
    0/47

    13
    1
    0
    Oct 22, 2012
    Console:
    Playstation 3
    oh! share with us IKyZeH :eek:hh:
     
  13. ne

    nedasisi Newbie
    0/47

    13
    1
    0
    Oct 22, 2012
    Console:
    Playstation 3
    sorry for these double post :S i dont know how to delete them .. really sorry :$
     
  14. ne

    nedasisi Newbie
    0/47

    13
    1
    0
    Oct 22, 2012
    Console:
    Playstation 3
  15. an

    andrerdxd Newbie
    0/47

    2
    0
    0
    Nov 7, 2011
    Portugal
    Console:
    Playstation 4
    is this thread dead? :S
     
  16. Ghosti

    Ghosti Royal Pro-ness Gold Subscriber XPG Developer
    105/188

    1,722
    38
    105
    Jul 16, 2009
    Belfast
    Console:
    Xbox
    Search Fifa Database and GET INFORMATION, simply create a login page and a session varibles so create an actual buyer.

    Code:
    <?PHP
    require_once('connector.php');
    require_once('tradeor.php');
    require_once('eahashor.php');
    require_once('searchor.php');
    
    //enter your username, password, secret answer in the variables below
    //should look something like
    //$user = "ea@ea.com";
    //$password = "password";
    //$secret = "secretquestion";
    $user = "";
    $password = "";
    $secret = "";
    
    //we call the eaEncode function from the EAHashor file
    $e = new EAHashor();
    $hash = $e->eaEncode($secret);
    //display the hash on the screen
    echo "Your Hash: " . $hash . "";
    
    $c = new Connector($user, $password, $hash);
    $info = $c->connect();
    
    //display the connection info on the screen
    echo "Your Connection Details:";
    echo $info['EASW_KEY'] . "";
    echo $info['EASF_SESS'] . "";
    echo $info['PHISHKEY'] . "";
    echo $info['XSID'] . "";
    
    //we call the playersearch function from the Searchor file
    $s = new Searchor($info['EASW_KEY'], $info['EASF_SESS'], $info['PHISHKEY'], $info['XSID']);
    //we pass $s->playersearch a lot of variables
    //1. what number to start searching at
    //2. how many results do I want to get back (max 15)
    //3. what level is the player
    //4. what formation am I looking for
    //5. what position do they play
    //6. what nationality are they
    //7. what league do they play in
    //8. what team do they play for
    //9. minimum bid (this is not your offer)
    //10. maximum bid (this is not your offer)
    //11. minimum Buy It Now (this is not your offer)
    //12. maximum Buy It Now (this is not your offer)
    $search = $s->playersearch(0,1,'gold','f442','attacker','9','13','144','','','','');
    //display the search results on the screen
    echo "A Single Search Result: " ;
    var_dump($search);
    
    //we call the trade function from the Tradeor file
    //we pass $t-trade() a trade id to lookup
    $t = new Tradeor($info['EASW_KEY'], $info['EASF_SESS'], $info['PHISHKEY'], $info['XSID']);
    $trade = $t->trade(18629464);
    //to bid 200 on the trade above you would use $t->bid(18629464, 200);
    //display the trade details on the screen
    echo "A Single Trade Detail: " ;
    var_dump($trade);
    ?>
    
     
  17. lm

    lmazzei Newbie
    0/47

    10
    0
    0
    Nov 3, 2012
    Console:
    Playstation 3
    Is this really happening!? :ahh:
     
  18. vi

    viniciusdsf Newbie
    0/47

    1
    0
    0
    Nov 6, 2012
    Console:
    Playstation 3
    if do you want a real autobuyer for fut13 enter here, http://www.youtube.com/watch?v=GdV_Z8pjs5A&feature=plcp
     
  19. Rotomboy

    Rotomboy Member
    25/47

    299
    27
    25
    May 4, 2012
    Netherlands
    Console:
    Playstation 4
    Sadly enough that is the FIFA 12 one ;)
     
  20. Th

    ThaSchack Newbie
    0/47

    1
    0
    0
    Nov 14, 2012
    Console:
    Playstation 3
    I used this guys modified 12 version, and it worked great. At the moment he is working at the final version of the FIFA 13 edition after some good results with his beta version. So you should keep an eye out for this guy, if it works as good as his 12 edition, this will be worth the wait!
     

Share This Page