FIFA 13 Ultimate Team AutoBuyer Project

ADDZ Oct 2, 2012

  1. Zo

    Zontharius Newbie
    0/47

    Joined:
    Oct 5, 2012
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    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

    Joined:
    Oct 3, 2012
    Messages:
    13
    Likes Received:
    3
    Trophy Points:
    0
    Gender:
    Male
    Location:
    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

    Joined:
    Oct 10, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    Definitly be up for donating!
     
  4. Si

    Simo2596 Newbie
    0/47

    Joined:
    Oct 15, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Playstation 3
    How can I create an autobuyer using these codes?
     
  5. an

    andrerdxd Newbie
    0/47

    Joined:
    Nov 7, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Portugal
    Console:
    Playstation 4
    yeah thats my question too! if i only know what program to use... :S
     
  6. IK

    IKyZeH Newbie
    0/47

    Joined:
    Oct 6, 2012
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    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

    Joined:
    Oct 21, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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

    Joined:
    Oct 22, 2012
    Messages:
    13
    Likes Received:
    1
    Trophy Points:
    0
    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

    Joined:
    May 21, 2011
    Messages:
    971
    Likes Received:
    258
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Europe
    Console:
    Xbox
    I could give it a go sometime in C#...no promises though.
     
  10. VariantCam

    VariantCam Creator of LAD Bible
    0/47

    Joined:
    Apr 12, 2012
    Messages:
    2,154
    Likes Received:
    235
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Bolton ~ UK
    Console:
    Xbox
    any news on this?
     
  11. IK

    IKyZeH Newbie
    0/47

    Joined:
    Oct 6, 2012
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    I've just finished coding mine in VB :p
     
  12. ne

    nedasisi Newbie
    0/47

    Joined:
    Oct 22, 2012
    Messages:
    13
    Likes Received:
    1
    Trophy Points:
    0
    Console:
    Playstation 3
    oh! share with us IKyZeH :eek:hh:
     
  13. ne

    nedasisi Newbie
    0/47

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

    nedasisi Newbie
    0/47

    Joined:
    Oct 22, 2012
    Messages:
    13
    Likes Received:
    1
    Trophy Points:
    0
    Console:
    Playstation 3
  15. an

    andrerdxd Newbie
    0/47

    Joined:
    Nov 7, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Portugal
    Console:
    Playstation 4
    is this thread dead? :S
     
  16. Ghosti

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

    Joined:
    Jul 16, 2009
    Messages:
    1,722
    Likes Received:
    38
    Trophy Points:
    105
    Gender:
    Male
    Location:
    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

    Joined:
    Nov 3, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Playstation 3
    Is this really happening!? :ahh:
     
  18. vi

    viniciusdsf Newbie
    0/47

    Joined:
    Nov 6, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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

    Joined:
    May 4, 2012
    Messages:
    299
    Likes Received:
    27
    Trophy Points:
    25
    Gender:
    Male
    Location:
    Netherlands
    Console:
    Playstation 4
    Sadly enough that is the FIFA 12 one ;)
     
  20. Th

    ThaSchack Newbie
    0/47

    Joined:
    Nov 14, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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

Close