DetectedAutoIt Script for Leveling and Farming

Posts 6175 of 95 · Page 5 of 7
How does this stay off the leader boards? sorry for noob question.
Quote Originally Posted by zato_1one View Post
Well, this is actually a normal game flow. When the battle clear window appears on the screen. You can hold left click of your mouse to speed up battle report. This will make the replay button appears faster. The script did just that. You can manually try by yourself.
I tried holding left click when the battle report pops up..it doesn't do anything.
Quote Originally Posted by neo_geo74 View Post
I tried holding left click when the battle report pops up..it doesn't do anything.
should do it automatically
Would anyone know what part of the code i would be able to modify the delay timers? Everything else seems workable, but im a bit confused when it comes to changing the value on the timers and where to put that value at. If anyone has an idea i would greatly appreciate it!
thank you

---------- Post added at 01:43 PM ---------- Previous post was at 01:41 PM ----------

Quote Originally Posted by zato_1one View Post
That problem occurs because you start the boat by sending command skip boat without pressing the start button first. It's because of your loading time to go back to boat (after the previous run) is longer than the delay time to click start (for next run) in script. Imagine you set delay time to click start for 20 sec but the loading time to go back to boat is actually 25 sec. This is why the script can't click the button properly because the button is still not available at that time. To fix this, you have to increase the third argument in BattleClear function. It is called near the end of Start function. You should see something like this "BattleClear(59000, 3000, 20000)". Try to increase 20000 to higher value. 20000 = 20 sec
Oh would this be the delay timers? i thought it might be but wasnt exactly sure

---------- Post added at 01:47 PM ---------- Previous post was at 01:43 PM ----------

Quote Originally Posted by ffdk View Post
Nope it didn't work for me in the first run. I try i many time and i keep changing those number up. Same result. I try different map too. same result
IF your getting the waiting in the corner and and when u kill the boss and nothing happens make sure you set your mouse coordinates according to your screen resolution or it wont click start.

---------- Post added at 01:49 PM ---------- Previous post was at 01:47 PM ----------

Quote Originally Posted by neo_geo74 View Post
Originally Posted by zato_1one BattleClear(59000, 3000, 20000) <-- wait 59 sec for battle screen, click and hold left mouse for 3 sec to speed up battle report and then wait 20 sec for loading back to boat and start the boat again
Actually that answers my question i believe, i will try this out later
Thanks Zato!

---------- Post added at 01:50 PM ---------- Previous post was at 01:49 PM ----------

Quote Originally Posted by ssj4goku_rox View Post
Global Const $startButtonX = 103, $startButtonY = 784
Global Const $replayButtonX = 288, $replayButtonY = 706
Global Const $screenCenterX = 720, $screenCenterY = 450\
Im using 1440 x 900 and these are the settings i changed them to to work with the mousecoord thing you linked.

I double click the script name, I create the boat in vindictus and then I click insert.
But nothing seems to happen.
Do you know what hte problem may be?
Thanks.
Right click, run as admin
Personally think its easier to just make your own script :P
Well, if you are not interesting to code your own bot or read the code, just use DankBot. :3
Quote Originally Posted by OldGreg View Post
should do it automatically
Does the Battle Report screen speed up on yours? because mine never did.

What I did was I edited the script and added the SpeedUp line after ByPassLeaderBoard to speed up the cutscene in the beginning, and added the Send("{NUMPADDIV}") line to the BattleClear function to speed up the BattleClear screen.
Quote Originally Posted by neo_geo74 View Post
Does the Battle Report screen speed up on yours? because mine never did.

What I did was I edited the script and added the SpeedUp line after ByPassLeaderBoard to speed up the cutscene in the beginning, and added the Send("{NUMPADDIV}") line to the BattleClear function to speed up the BattleClear screen.
same here i think it is because the mouse pops up on middle of screen instead of the scroll downbox. +sad
have to set the replay timer click at at least around 30sec
Quote Originally Posted by madoka View Post
same here i think it is because the mouse pops up on middle of screen instead of the scroll downbox. +sad
have to set the replay timer click at at least around 30sec
try making the script for a keyboard mode, it's glitchless
Quote Originally Posted by neo_geo74 View Post
Does the Battle Report screen speed up on yours? because mine never did.

What I did was I edited the script and added the SpeedUp line after ByPassLeaderBoard to speed up the cutscene in the beginning, and added the Send("{NUMPADDIV}") line to the BattleClear function to speed up the BattleClear screen.
you know where it says battle clear and has some number 34000, 5000, 20000? the 5000 is the mouse click downed press. try changing that value to your computers speed and timing. just remember 5000 is 5 seconds so change it accordingly.

---------- Post added at 06:40 PM ---------- Previous post was at 06:37 PM ----------

yea its buggy sometimes cause when i change the value of the mouse click and the battle clear, sometimes it works and sometimes it doesnt. like for ex. if i set it to 54000 and the mouse click to 3000 it works, but then it comes up and i lose a few seconds of it sitting there waiting, but when i lower the value of battle clear, then it doesnt work. still working on that xD maybe ill try keyboard mode like he says or ill try that speed up function.
Quote Originally Posted by zato_1one View Post
Edit:
Great tutorial from al897 http://www.mpgh.net/forum/437-vindic...t-scripts.html

I also want to note that I mess up with the description and calculation about turn left and turn right. It's actually not moving by degree. It just moves by pixel and how far it moves is effect by mouse sensitivity. You must set it to 2.1 in order to make the script fully work! Big thanks to al897 for finding this problem.
Hey, just another clarification. The bot is based off of your resolutions, which is 1280 x 800. I have a 1388x710 or something like that and even with 2.1 mouse sensitivity some maps, like Two Moons doesn't work just because the screen output is different and my character has to turn further. If people are still having issues with bots getting stuck on walls, just fiddle with the sensitivity until it works. I had to put in to 2.7 in order to get Two Moons to work.
Quote Originally Posted by al897 View Post
Hey, just another clarification. The bot is based off of your resolutions, which is 1280 x 800. I have a 1388x710 or something like that and even with 2.1 mouse sensitivity some maps, like Two Moons doesn't work just because the screen output is different and my character has to turn further. If people are still having issues with bots getting stuck on walls, just fiddle with the sensitivity until it works. I had to put in to 2.7 in order to get Two Moons to work.
Thanks. But I can't edit my first post. If I have time I may update my script to use keyboard mode instead. I guess that there is no need for now as long as DankBot is still undetected. :P

---------- Post added at 02:57 PM ---------- Previous post was at 02:37 PM ----------

Quote Originally Posted by neo_geo74 View Post
Does the Battle Report screen speed up on yours? because mine never did.

What I did was I edited the script and added the SpeedUp line after ByPassLeaderBoard to speed up the cutscene in the beginning, and added the Send("{NUMPADDIV}") line to the BattleClear function to speed up the BattleClear screen.
Quote Originally Posted by madoka View Post
same here i think it is because the mouse pops up on middle of screen instead of the scroll downbox. +sad
have to set the replay timer click at at least around 30sec
I'm not sure why holding left click didn't work for you because I don't have that problem. But yes you can add SpeedUp function instead. I forget to mention it earlier.
dont work for my
Quote Originally Posted by anno15 View Post
dont work for my
It's for NA.
I actually prefer this that the pubs and consoles. Works more efficiently to me. The little tweaks that have to be made are miniscule
compared to the results it gives
Posts 6175 of 95 · Page 5 of 7
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?