Jump to content
kimi18

scar bot for fifa game :P

Recommended Posts

hello

 

I want write 1 script for fifa. If I push "one" button the scar "push" 3-4-5 button :) So it would be easy to dodge B| . But when I running the fifa and scar script, and push the "one" button, and scar writen "I push this button", but so many, scar dont push the other buttons in fifa, in skype, firefox, notpad yes, fifa no:(. But why? :)

Link to comment
Share on other sites

Sorry my bed english :(

program New;
begin    
 repeat     

     if IsKeyDown('1') then begin 
        KeyDown(81); KeyDown(68);KeyDown(83);KeyDown(VK_DOWN);
        KeyUp(81);   KeyUp(68);  KeyUp(83);  KeyUp(VK_DOWN);  
     end;
 until(1=0) ;

end.




So when I push 1 button, this script push 3 button, this is ok. But If I running fifa game, the script dont push the buttons.

a trick more than one key to be pressed, so you only need one

Link to comment
Share on other sites

so i believe this is why:

 

You have it saying when u press the key "1" that it will press 3 keys "Q","D", and "S".

 

Buuuuttt its probably pressing those buttons on the Scar Window and not your FIFA window. Sooo use the 'Client Target' and drag in onto your FIFA window, then try to run the script.

 

Or have it click on your FIFA window before it presses the keys, either way would work probably. Test it out and get back to me:)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...