Fifa 17 AHK Trainer

10/10/2016 12:27 iP0WNu#1
To make this quick:

I was wondering how to create my own FIFA 17 Trainer with AHK. I used AHK before for other games and I know what im doing there. So if anyone could help me to find out how to change the score and end the half, that would be awesome!

Im also working on a FIFA 17 Online Session/Darft BOT, wich will be public released here for free!
10/10/2016 13:11 Yolobot#2
It won't work with AHK/Macros alone lol. There are too many conditions, like when to add a goal, which side you are playing on (away/home), when the game starts, ect, ect.
10/10/2016 15:20 iP0WNu#3
Quote:
Originally Posted by Yolobot View Post
It won't work with AHK/Macros alone lol. There are too many conditions, like when to add a goal, which side you are playing on (away/home), when the game starts, ect, ect.
Oh it does work. My FUT Session Bot is working fine, just need to fix some little issues. The only thing that I don't know how to do is the add goal and end half function.

// PUSH

Still looking for some help..
10/12/2016 21:16 nonstop21#4
I made a "bot" with AHK. I used images when my team is away or home etc but it won't work globally sadly because it depends on crest and I was bored to think something else, but yes it's possible to make one with AHK.
10/13/2016 01:25 iP0WNu#5
Quote:
Originally Posted by nonstop21 View Post
I made a "bot" with AHK. I used images when my team is away or home etc but it won't work globally sadly because it depends on crest and I was bored to think something else, but yes it's possible to make one with AHK.
Yep I agree mine is "personal" for my Club crest too. But it would be posible if you just take a picture before, sleep, and than use mousemove/click.
Still couldnt figure out how I can change the score/time with AHK. Ik it is posible.
10/13/2016 10:09 Aranaktu#6
[Only registered and activated users can see links. Click Here To Register...]
10/13/2016 13:27 iP0WNu#7
Quote:
Originally Posted by pawelek212 View Post
[Only registered and activated users can see links. Click Here To Register...]
Thanks for the link man. I allready tried stuff out with ReadMemory and Cheat Engine, but im obv. not good enough in AHK as I thought I would be, cuz I have no idea what to do exactly.
But thanks tho :)
10/13/2016 14:16 Aranaktu#8
You can always write trainer in Cheat Engine and use AHK to "press hotkeys" in it.
10/13/2016 14:48 iP0WNu#9
Quote:
Originally Posted by pawelek212 View Post
You can always write trainer in Cheat Engine and use AHK to "press hotkeys" in it.
Yea thats what im doing right now, but that means I need to have 2 .exe's open. Would be better if I have everything in my AHK Script...
10/13/2016 15:22 Aranaktu#10
I have 2 exe's open in my autobot. For me it was much easier to write autogoals and disconnect in CheatEngine lua than wasting time for searching a solution how to do it in AutoIt.
As long as it will work no one will care about how many exe files your bot is using.
10/13/2016 16:38 iP0WNu#11
Quote:
Originally Posted by pawelek212 View Post
I have 2 exe's open in my autobot. For me it was much easier to write autogoals and disconnect in CheatEngine lua than wasting time for searching a solution how to do it in AutoIt.
As long as it will work no one will care about how many exe files your bot is using.
Well, I guess you're right there.
Appreciate your help tho.