This Luma Hunter is a simple AHK script.
The way the script works is it looks at the gender symbol of encountered wild tems. It checks the inner part for a specific pixel which always has the colour 0x333333.
Currently only works if there is 1 type of temtem but this can be modified to work when there are multiple types.
Bot is currently setup to work with Tox in Saipark.
In order to modify the bod you change the x, y coords for m1 m2 f1 f2.
Wasn't planning on releasing this but.. the scene is absolutely dead for TemTem and people are literally trying to sell bots which.. in all honesty.... have no place being sold.
Been using AHK since launch with no ban because AHK is not detectable.
To use the above script. Download AutoHotkey and install it. Open notepad and paste the above script and rename the file to have the .ahk extension.
I would also suggest renaming anything Autohotkey to something else as a precaution but it shouldn't really matter.
Make sure TemTem is in window mode (Just havent bothered to make the script work with full screen) and you want a resolution of 1280x720.
If you want to use this bot on Pewki in Saipark this week change.
PixelGetColor, Male1, 860, 57
PixelGetColor, Male2, 1125, 93
PixelGetColor, Female1, 860, 53
PixelGetColor, Female2, 1128, 91
Put this in every instance you find this in the current script.. I know some of it will be redundant but i was lazy and did not optimize my script what so ever it still works just fine and hopefully can be used to help some people as a good solid reference when working with AHK pixel bots.
It is important to know that when using the WindowSpy it will give you colour in RGB but when using it in a script you need to write it in GBR. Example : WindowSpy shows me 3CEAE8 for a colour that means when scripting I will use 0xEAE83C essentially take the first 2 characters slam jam them to the back and slap an 0x on the front.
Back when I was heavily involved in the scene premium hacks were absolutely frowned upon in general. It seems that with the growing gaming community it has become more accepted.... I am here to tell you to never pay for a bot or a hack the people developing them should be doing it for the purpose of gaining knowledge not wealth.
Speaking of knowledge. Currently the bot will stop and not catch but if you are feeling up to modifying the script yourself its as easy as going to where it says "Luma found slot x" and removing the sleep 3000 and exit code and putting in your own function say Catch() and then going and putting in a catch function which is called when a luma is found.
After making this catch function you are going to be able to make a bot that can catch a temtem and most likely release it just remember when making a script for a game as basic as this you just need to use getpixelcolor and essentially use static image information you are being given to help your bot.
I can make a catch and release AHK bot pretty easily if requested i am just very busy atm.
If you want to motivate me to pump out bots for temtem you can donate ethereum to my wallet.
0x2d1D4240F4E4E58a04206222e2c068D6995cF842
If you can't donate then don't worry I enjoy making bots so this will be getting posted in a week tops I will also be checking here to respond and help people who are interested in using AHK to automate simple tasks.
The way the script works is it looks at the gender symbol of encountered wild tems. It checks the inner part for a specific pixel which always has the colour 0x333333.
Currently only works if there is 1 type of temtem but this can be modified to work when there are multiple types.
Bot is currently setup to work with Tox in Saipark.
In order to modify the bod you change the x, y coords for m1 m2 f1 f2.
Wasn't planning on releasing this but.. the scene is absolutely dead for TemTem and people are literally trying to sell bots which.. in all honesty.... have no place being sold.
Been using AHK since launch with no ban because AHK is not detectable.
To use the above script. Download AutoHotkey and install it. Open notepad and paste the above script and rename the file to have the .ahk extension.
I would also suggest renaming anything Autohotkey to something else as a precaution but it shouldn't really matter.
Make sure TemTem is in window mode (Just havent bothered to make the script work with full screen) and you want a resolution of 1280x720.
If you want to use this bot on Pewki in Saipark this week change.
PixelGetColor, Male1, 860, 57
PixelGetColor, Male2, 1125, 93
PixelGetColor, Female1, 860, 53
PixelGetColor, Female2, 1128, 91
Put this in every instance you find this in the current script.. I know some of it will be redundant but i was lazy and did not optimize my script what so ever it still works just fine and hopefully can be used to help some people as a good solid reference when working with AHK pixel bots.
It is important to know that when using the WindowSpy it will give you colour in RGB but when using it in a script you need to write it in GBR. Example : WindowSpy shows me 3CEAE8 for a colour that means when scripting I will use 0xEAE83C essentially take the first 2 characters slam jam them to the back and slap an 0x on the front.
Back when I was heavily involved in the scene premium hacks were absolutely frowned upon in general. It seems that with the growing gaming community it has become more accepted.... I am here to tell you to never pay for a bot or a hack the people developing them should be doing it for the purpose of gaining knowledge not wealth.
Speaking of knowledge. Currently the bot will stop and not catch but if you are feeling up to modifying the script yourself its as easy as going to where it says "Luma found slot x" and removing the sleep 3000 and exit code and putting in your own function say Catch() and then going and putting in a catch function which is called when a luma is found.
After making this catch function you are going to be able to make a bot that can catch a temtem and most likely release it just remember when making a script for a game as basic as this you just need to use getpixelcolor and essentially use static image information you are being given to help your bot.
I can make a catch and release AHK bot pretty easily if requested i am just very busy atm.
If you want to motivate me to pump out bots for temtem you can donate ethereum to my wallet.
0x2d1D4240F4E4E58a04206222e2c068D6995cF842
If you can't donate then don't worry I enjoy making bots so this will be getting posted in a week tops I will also be checking here to respond and help people who are interested in using AHK to automate simple tasks.