Search found 3 matches

by calibur26
31 Jan 2020, 14:49
Forum: Gaming Help (v1)
Topic: Need Help writing code for pokemon(simple pseudocode)
Replies: 6
Views: 2563

Re: Need Help writing code for pokemon(simple pseudocode)

I dont mind being mocked but if you know how to do this would it hurt to show me how?
by calibur26
30 Jan 2020, 23:48
Forum: Gaming Help (v1)
Topic: Need Help writing code for pokemon(simple pseudocode)
Replies: 6
Views: 2563

Re: Need Help writing code for pokemon(simple pseudocode)

Thanks for the reply! I'm on discord if you have that:Saintv#1387 I used Window spy and it shows the colour as black(000000) is it fine to just put that? or would i have to learn how to do pixelsearch what the code does now:it moves in a square,checks if there is a black screen,moves in a square.Unt...
by calibur26
30 Jan 2020, 20:58
Forum: Gaming Help (v1)
Topic: Need Help writing code for pokemon(simple pseudocode)
Replies: 6
Views: 2563

Need Help writing code for pokemon(simple pseudocode)

Hi, I just wanted to make a simple battling macro (in ahk) for pokemon, so far i have #SingleInstance,Force CoordMode,Pixel,Screen CoordMode,Mouse,Screen ^z:: IfWinActive, ahk_class Stop=0 While Stop=0 { Send {w down} Sleep 3000 Send {w up} Send {a down} Sleep 3000 Send {a up} Send {s down} Sleep 30...

Go to advanced search