DetectedIngKara Script [Auto-it]

Posts 3145 of 54 · Page 3 of 4
@DanK why not do a macro one instead of an auto it? N yea i am being a leecher here.. i use macro.. n too lazy to make one... caz most of mind pretty much fails after 30+ runs..
Instant core search/pickup
I've got everything else, can't seem to find this one =/ Thanks for the release, direction from someone would be appreciated.

Its always right after you post that you realize where the damned thing is. In the ezboss.. sorry and thanks.
Quote Originally Posted by harbage View Post
I've got everything else, can't seem to find this one =/ Thanks for the release, direction from someone would be appreciated.

Its always right after you post that you realize where the damned thing is. In the ezboss.. sorry and thanks.
it doesnt work anymore.. it go patched..
It got patched but he updated a new one o.O
if you're having trouble with the bomb throwing, just get rid of the coordinates. you dont need them it'll just left click wherever you're already looking (where the mouse is)
i rly wanna know how to use this but don't know how, please don't flame
Quote Originally Posted by sweepy15 View Post
i rly wanna know how to use this but don't know how, please don't flame
Did you even bother downloading Auto-it? The rest of it is pretty self-explanatory.

On another note: Wouldn't fitting the script for Warrior's Challenge be better than any other Oath? Warrior's challenge automatically forces it to be a 2 room map, so its 2 less commands and less loading time.

Edit: Warrior's Challenge gives a total of 1k more exp. Nevurrmind.
Autoit
Quote Originally Posted by hakuzilla View Post
Did you even bother downloading Auto-it? The rest of it is pretty self-explanatory.

On another note: Wouldn't fitting the script for Warrior's Challenge be better than any other Oath? Warrior's challenge automatically forces it to be a 2 room map, so its 2 less commands and less loading time.

Edit: Warrior's Challenge gives a total of 1k more exp. Nevurrmind.

So i downloaded it but how do i put the script into their bc it's asking me for a au3 file do i have to make a text doc or something and then convert it to au3?
Is this script supposed to replay dungeon after finishing one? I'm always idling at the reward screen.
T_T
so i got it to work but it just moves to the start button but doesn't press it i have the binds, and the ezboss on so idk what im doing wrong
Quote Originally Posted by sweepy15 View Post
so i got it to work but it just moves to the start button but doesn't press it i have the binds, and the ezboss on so idk what im doing wrong
1st check your resolution screen, then get the mouse co-ordinates to fit with your resolution, set your game as full screen mode.
Code:
1280x768 : 102,628 / 204,707
1280x800: 96,659 / 210,704
1366x768: 95,627/ 193,709
1440x900: 103,755 / 207,709
1600x900: 89,756 / 205,709
2nd it your did right all the above, check back your mouse clicking script see if it's typed right
Code:
MouseClick("left",x,y,1) ; Clicks START to launch mission
3rd If you copy and past nunya's script, make sure you got the right *hfs files required. G Ls

* i haven't test this out yet, so i don't know how it's works. I'm using my own script which works 24/7 but no cores or ores pick up
Quote Originally Posted by breakg View Post
1st check your resolution screen, then get the mouse co-ordinates to fit with your resolution, set your game as full screen mode.
Code:
1280x768 : 102,628 / 204,707
1280x800: 96,659 / 210,704
1366x768: 95,627/ 193,709
1440x900: 103,755 / 207,709
1600x900: 89,756 / 205,709
2nd it your did right all the above, check back your mouse clicking script see if it's typed right
Code:
MouseClick("left",x,y,1) ; Clicks START to launch mission
3rd If you copy and past nunya's script, make sure you got the right *hfs files required. G Ls

* i haven't test this out yet, so i don't know how it's works. I'm using my own script which works 24/7 but no cores or ores pick up
Thx so much been waiting for a reply gonna test it now
when i use nunya's binds i can't move left right [yes i play with keyboard] so with this autoit script should i have it on mouse?

edit*** so i can't use that res bc when i try to switch to the autoit, it takes to long to get back to vini as in the screen flashes and then goes back into vini so it doesn't give me enough time to activate autoit the only way i can do it is to do full screen res anyway to fix this? hope that makes sense
Quote Originally Posted by sweepy15 View Post
Thx so much been waiting for a reply gonna test it now
when i use nunya's binds i can't move left right [yes i play with keyboard] so with this autoit script should i have it on mouse?

edit*** so i can't use that res bc when i try to switch to the autoit, it takes to long to get back to vini as in the screen flashes and then goes back into vini so it doesn't give me enough time to activate autoit the only way i can do it is to do full screen res anyway to fix this? hope that makes sense
@sweepy15

First yes left arrow and right arrows are bound if you just read the keybind mod topic you would realize that.

Secondly I have a few tips for you:

First of all the reason the screen does the flashing thing is because your Desktop resolution does not match the game resolution so every time you alt-tab the computer is having to switch between resolutions.

Also, you just need to alt-tab to auto-it, and then press f5 to activate the script. Then alt-tab to the game and make sure the cursor is movable then press Home to start the script.
Quote Originally Posted by DanK View Post
@sweepy15

First yes left arrow and right arrows are bound if you just read the keybind mod topic you would realize that.

Secondly I have a few tips for you:

First of all the reason the screen does the flashing thing is because your Desktop resolution does not match the game resolution so every time you alt-tab the computer is having to switch between resolutions.

Also, you just need to alt-tab to auto-it, and then press f5 to activate the script. Then alt-tab to the game and make sure the cursor is movable then press Home to start the script.
so all i have to do is change my desktop res to the one ima have ingame right thx ima try this after my shower or maybe tomorrow have to help one of my friends lvl
here's a good way for ya for not having trouble with switch back n forth.
Example i'm using res. 1600x900, and mouse co-ordinate for it is 89,756,1 / 205,709,1 (X,Y,1)
- b4 you run vin. set your desktop resolution to 1600x900
- launch the game, go to options/Video/Custom-nornal(ratio)-pick the smallest res.-windowed-ok.
- you should be able to see your desktop&vin. window
- go launch your desire boat (don't start yet)
- on desktop double clicks your boats' script
- back to vin. options/video/click select Full screen Res.(this way it'll auto fit with your desktop resolution)
- press Esc to get you mouse arrow's visible on the screen, then press what ever key bound to start the script.

* if while it run but nothing happens like change map, bombs are missing,
go options/click keyboard mode, then click select back to KB&mouse mode/ ok- your new binds just activated.
@DanK: i just tried your script i like your picking up stuffs, im just too lazy for that part, so i just copy it and put it on my script
Posts 3145 of 54 · Page 3 of 4
This thread is closed for replies.

Tags for this Thread

None

Need help?