Page 2 of 11 FirstFirst 1234 ... LastLast
Results 16 to 30 of 160
  1. #16
    BURIED's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    can u create a lvl 1 acc and bot in the first dungeons or arent suported?

  2. #17
    cursing85's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    home
    Posts
    139
    Reputation
    10
    Thanks
    90
    My Mood
    Bored
    supported if you code a bot

  3. #18
    Aghy's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Romania\Baia Mare
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Sneaky
    Quote Originally Posted by smashly View Post
    Didn't work for me, I followed the guide, when I open Vindictus, Sinject appears to inject as it closes itself, but no console opens.
    trie using PerX injector https://www.mpgh.net/forum/169-battle...-injector.html and if the console still wont apear trie this one https://www.mpgh.net/forum/540-vindic..._demon-eu.html Hope it helped ya.

  4. #19
    Aghy's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Romania\Baia Mare
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Sneaky
    Just tested it and it wont work for me few problems... when i start the bot the cursor will go down passing the strat button and later on the bind "DEL" "cc_send_start_game_message" will kick in and start the game, will go nicely till boss, kill it then no loot(no drops) and the battle cleared message wont apear, and after few seconds will get an autoit error closing the bot, tried starting manualy all works fine, get drops even battle result apears but still wont click next>replay just sits there in the center of screen and get the error again. I'm using wide screen 16:10 1440x900 fullscreen resolution and yeah i did select 1440x900 res from res options on EUBot. any ideas?
    "Imagination is more important than knowledge. " ~ Albert Einstein

  5. #20
    AoiTori's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    thx god!i love you!
    and we need more resolutions
    ty you work

  6. #21
    sabak's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    2
    1920x1080 would be perfect

  7. #22
    aMannus's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    7
    My Mood
    Cynical
    Quote Originally Posted by sabak View Post
    1920x1080 would be perfect
    I support this.

  8. #23
    Spiken's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    539
    My Mood
    Cheerful
    Quote Originally Posted by Aghy View Post
    Just tested it and it wont work for me few problems... when i start the bot the cursor will go down passing the strat button and later on the bind "DEL" "cc_send_start_game_message" will kick in and start the game, will go nicely till boss, kill it then no loot(no drops) and the battle cleared message wont apear, and after few seconds will get an autoit error closing the bot, tried starting manualy all works fine, get drops even battle result apears but still wont click next>replay just sits there in the center of screen and get the error again. I'm using wide screen 16:10 1440x900 fullscreen resolution and yeah i did select 1440x900 res from res options on EUBot. any ideas?
    the no drops thing is becaus they bot send the skip boat intro faster then it clicking rdy and it bug out the loot.
    Try increasing the sleep time in the bot file you use, lets say: NightmareAtTheRuins.au3

    Change this:
    Code:
    sleep(3000)
    Send("{DEL}")
    sleep(5000)
    to something like this
    Code:
    sleep(5000)
    Send("{DEL}")
    sleep(5000)

    what does the autoit error say? or could you post a screenshot?
    how long did you wait for him to click next? some ppl report it can take up to 10sec before he clicks, next and replay.
    I will try to tweak the timeings some more, else you can do it alone in the config.ini file, for your needs

    Quote Originally Posted by sabak View Post
    1920x1080 would be perfect
    since i dont have a screen that support this resulotion i cant find the postions, but if anyone with this resulotion give me the cords i will be more then happy too add it

  9. #24
    alberto3223's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    Omg Yeah !
    Thank for posting ill check it now

  10. #25
    zelina's Avatar
    Join Date
    Oct 2011
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    Game is under maintenance hehe need to wait

  11. #26
    Bearman123's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    3
    I used Bot for Shadowed by Darkness but it didnt work.
    He used all Comands but at the end after the boss was dead i got an error message:
    Line 75

    MouseClick ("left",$NextXpos, $NextYpos, 2, 10)
    MouseClick ("left", ^ERROR
    Error: Variable used without being declared.


    Any Idea?

  12. #27
    hellzer's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by Bearman123 View Post
    I used Bot for Shadowed by Darkness but it didnt work.
    He used all Comands but at the end after the boss was dead i got an error message:
    Line 75

    MouseClick ("left",$NextXpos, $NextYpos, 2, 10)
    MouseClick ("left", ^ERROR
    Error: Variable used without being declared.


    Any Idea?
    same error here. same dungeon. Tried to change sleep to 5000. Still the same...

  13. #28
    Bearman123's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    3
    This is the source of the bot line 70(?) to end:

    ;Push Replay button
    Send("{ALT DOWN}")
    MouseClick ( "left" , $NextXpos, $NextYpos , 2 , 10 )
    Send("{ALT UP}")
    sleep(12000)
    Send("{ALT DOWN}")
    MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
    Send("{ALT UP}")
    ;Wait for the boat
    Sleep($boatreturnTime)
    EndFunc


    Maybe someone know what we have to change?

  14. #29
    Spiken's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    539
    My Mood
    Cheerful
    anyone more haveing this problem? i will have to check


    edit:

    Btw game is up and halloween stuff is added

  15. #30
    hellzer's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Just tried the different dungeon, still the same problem:


Page 2 of 11 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Detected] MHWalker 0.920 - Bot for Vindictus NA and EU
    By l2noob2 in forum Vindictus Hacks & Cheats
    Replies: 129
    Last Post: 11-05-2011, 06:08 PM
  2. [Detected] MHWalker v0.919 - Bot for Vindictus NA and EU
    By l2noob2 in forum Vindictus Hacks & Cheats
    Replies: 99
    Last Post: 11-02-2011, 04:22 PM
  3. [Detected] MHWalker v0.918 - Bot for Vindictus NA and EU
    By l2noob2 in forum Vindictus Hacks & Cheats
    Replies: 123
    Last Post: 10-31-2011, 06:06 PM
  4. [Detected] MHWalker v0.917 - Bot for Vindictus NA and EU
    By l2noob2 in forum Vindictus Hacks & Cheats
    Replies: 101
    Last Post: 10-29-2011, 04:42 PM
  5. [Detected] MHWalker v0.916 - Bot for Vindictus NA and EU
    By l2noob2 in forum Vindictus Hacks & Cheats
    Replies: 308
    Last Post: 10-29-2011, 02:25 AM