BTD6 afk XP/Monkey Money farm

Post gaming related scripts
KirinMage
Posts: 1
Joined: 25 May 2023, 21:44

BTD6 afk XP/Monkey Money farm

Post by KirinMage » 25 May 2023, 22:24

This is just a simple script which farms deflation mode on infernal on btd6, I added a ton of redundancies to make it very consistent

REQUIRMENTS:

VERY IMPORTANT: start a game of deflation and don't do anything except press the ok button that shows up at the start, then start the script

MUST HAVE GAME HINTS TURN ON (weird ik)

Unlocked infernal map on deflation
Have wizard monkey unlocked to 4 0 2
Have sniper money unlocked to 0 2 4
The script was made with the game being in 1920 x 1080 (so you need that as well)


NOTES:
If you don't have a lot of MK (monkey knowledge) You may need to up how long the script lasts (increase the number of loops during the wait time)
ALSO: if you find that the wait time is too long for you, note that you can very safely decrease the amount of loops because the way that it restarts the game makes it so that the RNG does NOT change, so use that knowledge as it fits.
BTW, this script is completely afk-able (from my experience)
For more notes on what to change in the script or whatever just read the notes i made in the code






Code: Select all

Esc::ExitApp                ; just here to exit the auto with esc, can set it to any hotkey tho
F4::                        ; can change this to anything *just starts the script*
Loop {
CoordMode, Mouse, Screen
sleep, 6000                 ; presses z to select the sniper monkey then upgrades it (change this to whatever your sniper keybind is)
send, z
sleep, 2000
MouseMove, 1576, 561, 2
sleep, 500
Click, 1576, 561
sleep, 2000
Click, 1576, 561
sleep, 500
send, .
sleep, 200
send, .
sleep, 200
send, /
sleep, 200
send, /
sleep, 200
send, /
sleep, 200
send, /
sleep, 1000
send, a                    ; places wizard monkey and upgrades (change this to whatever keybind your wizard is)
sleep, 1000
MouseMove, 825, 704, 2
sleep, 500
Click, 825, 704
sleep, 500
Click, 825, 704
sleep, 500
send, /
sleep, 200
send, /
sleep, 200
send, ,
sleep, 200
send, ,
sleep, 200
send, ,
sleep, 200
send, ,
sleep, 1000
MouseMove, 1829, 1011, 2   ; starts the game
sleep, 500
Click, 1829, 1011
sleep, 500
Click, 1829, 1011
sleep, 5000
MouseMove, 837, 234, 2     ; puts the cursor in a spot that wont interfere and clicks every 5 seconds so that when you level up the game wont be stopped
sleep, 500
Loop, 65 {                 ; if this is too short of a wait till the restart of the game happens, increase the number of loops, decrease the number of loops if you feel its too long of a wait after
Click, 837, 234
sleep, 5000
}
sleep, 15000
MouseMove, 950, 905, 2     ; rest of code is just restarting the game to go again
sleep, 1000
Click, 950, 905
sleep, 5000
MouseMove, 1192, 842
sleep, 1000
Click, 1192, 842
sleep, 3000
MouseMove, 1601, 36, 2
sleep, 500
Click, 1601, 36
sleep, 1000
Click, 1601, 36
sleep, 1000
MouseMove, 1075, 831, 2
sleep, 500
Click, 1075, 831
sleep, 1000
MouseMove, 1119, 724, 2
sleep, 500
Click, 1119, 724
sleep, 1000
}
return






If you have any questions, or the script isnt working for you, let me know, i'd love to help!


[Mod action: Topic moved to v1 section since this is v1 code.]

JetFighterGreen
Posts: 1
Joined: 05 Aug 2021, 08:52

Re: BTD6 afk XP/Monkey Money farm

Post by JetFighterGreen » 09 Aug 2023, 22:02

works thanks

jagerbob
Posts: 1
Joined: 15 Aug 2023, 12:31

Re: BTD6 afk XP/Monkey Money farm

Post by jagerbob » 15 Aug 2023, 12:32

I couldn't get it work but I figured it out. Auto-start was off :headwall:

Works great now!

Post Reply

Return to “Gaming Scripts (v1)”