[AHK][1920x1080]  ZK 1mil XP/hr AFKable! menu

Shout-Out

User Tag List

Page 18 of 20 FirstFirst ... 14151617181920 LastLast
Results 256 to 270 of 299
  1. #256
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, are you using an older version of my script?\

    It sounds like pixelsearch doesn't find any color, and therefor the move to adria click doesn't happen. Because this move doesn't happen the left window is still active when the script presses esc + leave game.
    I believe that in V1.2 i removed the sequence where the lowlvl presses esc, then leaves game because i could just invite him from the menu. If i did not release that fix yet, let me know and i will asap !



    [AHK][1920x1080]  ZK 1mil XP/hr AFKable!
  2. #257
    ikorof's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Adescript V1.2

    Is the name of the file i'm using, i've modified some of the timers to fit my computer better (i thought this was the prolem first)

    Code:

    ; Script by 08449, also known as Adessis
    ; Version 1.2
    ; 6/21/2012
    ; Working with patch 1.03

    Hotkey, F2, Pause ; If different pausebutton is needed, replace F2 with hotkey code

    F1:: ; If different pausebutton is needed, replace F1 with hotkey code
    loop
    {
    Send, o ;open friends
    RandSleep(101,431)
    MouseClick, left, 851, 359 ;invite
    RandSleep(301,431)
    Sleep, 1000
    MouseClick, left, 1780, 890 ;accept invite - If too fast, increase sleeptimer one rule above this
    ; This next click is needed when you don't leave game with lowlvl correctly, this happens ad random to me
    ; When script did leave the game like its supposed to, nothing happens.
    RandSleep(301,431)
    MouseClick, left, 401, 615
    RandSleep(1001,1001)
    MouseClick, left, -500, 145 ;select window left
    RandSleep(1001,1001)
    MouseClick, left, 181, 415 ;resume game
    Sleep, 6000 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly!
    RandSleep(101,431)
    Send, {ESC} ;open menu
    RandSleep(101,431)
    MouseClick, left, 474, 572 ;click leave game
    RandSleep(101,231)
    MouseClick, left, 422, 615 ;confirm leave
    Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    RandSleep(401,531)
    ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch
    ;Color might not work for everyone, use windowspy to find color that works for you
    Pixelsearch, Px, Py, 970, 40, 1145, 120,0x242037, 4, fast
    RandSleep(201,367)
    MouseClick, left, %Px%, %Py% ;click adria
    Sleep, 4000 ;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed)
    RandSleep(101,431)
    Send, {ESC} ;close conversation
    RandSleep(101,431)
    Send, {ESC} ;close quest complete panel
    RandSleep(101,431)
    Send, {ESC} ;open menu
    RandSleep(101,431)
    MouseClick, left, 474, 569 ;click leave game
    RandSleep(1001,1001)
    MouseClick, left, -500, 145 ;select window left
    RandSleep(1001,1001)
    sleep, 2000
    }
    return ;restart script

    RandSleep(x,y) {
    Random, rand, %x%, %y%
    Sleep %rand%
    }

    Pause:
    pause
    return

  3. #258
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ikorof View Post
    Adescript V1.2

    Is the name of the file i'm using, i've modified some of the timers to fit my computer better (i thought this was the prolem first)
    Code:
    ; Script by 08449, also known as Adessis
    ; Version 1.2
    ; 6/21/2012
    ; Working with patch 1.03
     
    Hotkey, F2, Pause ; If different pausebutton is needed, replace F2 with hotkey code
     
    F1:: ; If different pausebutton is needed, replace F1 with hotkey code
    loop
    {
    Send, o ;open friends
    RandSleep(101,431)
    MouseClick, left, 851, 359 ;invite
    RandSleep(301,431)
    Sleep, 1000
    MouseClick, left, 1780, 890 ;accept invite - If too fast, increase sleeptimer one rule above this
    ; This next click is needed when you don't leave game with lowlvl correctly, this happens ad random to me
    ; When script did leave the game like its supposed to, nothing happens.
    RandSleep(301,431)
    MouseClick, left, 401, 615 
    RandSleep(1001,1001) 
    MouseClick, left, -500, 145 ;select window left
    RandSleep(1001,1001)
    MouseClick, left, 181, 415 ;resume game
    Sleep, 6000 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly!
    RandSleep(101,431)
    Send, {ESC} ;open menu
    RandSleep(101,431)
    MouseClick, left, 474, 572 ;click leave game
    RandSleep(101,231)
    MouseClick, left, 422, 615 ;confirm leave
    Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    RandSleep(401,531)
    ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch
    ;Color might not work for everyone, use windowspy to find color that works for you
    Pixelsearch, Px, Py, 970, 40, 1145, 120,0x242037, 4, fast
    RandSleep(201,367)
    MouseClick, left, %Px%, %Py% ;click adria
    Sleep, 4000 ;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed)
    RandSleep(101,431)
    Send, {ESC} ;close conversation
    RandSleep(101,431)
    Send, {ESC} ;close quest complete panel
    RandSleep(101,431)
    MouseClick, left, -500, 145 ;select window left
    RandSleep(1001,1001)
    sleep, 2000
    }
    return ;restart script
     
    RandSleep(x,y) {
    Random, rand, %x%, %y%
    Sleep %rand%
    }
     
    Pause:
    pause
    return
    Try this!



  4. #259
    ikorof's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm i wasn't at the comp this time, but it bugged something out aswell. It looks like it was during invite moment. When i returned it had changed size of both windows and "Social" tab was up on booster acc.
    This is..... Intressting, why does it refuse to work for me =S? I've edited timers to make them uber slow, slower then my comp actually is. Got an Asus 74sx with extra RAM and better GFX :/

  5. #260
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ikorof View Post
    Hmm i wasn't at the comp this time, but it bugged something out aswell. It looks like it was during invite moment. When i returned it had changed size of both windows and "Social" tab was up on booster acc.
    This is..... Intressting, why does it refuse to work for me =S? I've edited timers to make them uber slow, slower then my comp actually is. Got an Asus 74sx with extra RAM and better GFX :/
    If you get any more info on this later i'll try to help you. Not going to post any more code for the next two hours because i need to drive home / dinner etc.



  6. #261
    ikorof's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aight here comes some info:
    It's right after the main leaves. Instead of the alt running to hand in the quest it just stand there for a while and then main window gets resized and Fd up..... O.o? Not every time either, just sometimes without any set amount of time between the times it occurs =S

    Edit: Yes it's at that moment. Instead of switching back to the right window to hand in Q and what not, it seem to stay in left for a sec or so and then window gets resized and stuff
    Last edited by ikorof; 06-25-2012 at 09:44 AM.

  7. #262
    trancefate's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am having the exact same issue as Ikorof. I have fiddled with timers quite a bit and they seem to be a non-factor, I am running a fairly high end machine and the bot will not run for more than 3-5 minutes without resizing the left window, and going click frenzy on my screen if i am not monitoring.

    This happens in 1.1, 1.2, and every one of the 3-4 different scripts posted in this thread.

  8. #263
    ikorof's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya EXACTLY the same problem!

  9. #264
    ynlo's Avatar Corporal
    Reputation
    29
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got a problem witch screnn resolution look please

    http://img703.imageshack.us/img703/2...nshot133cu.jpg

  10. #265
    ikorof's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ynlo View Post
    I got a problem witch screnn resolution look please

    http://img703.imageshack.us/img703/2...nshot133cu.jpg
    Decrease size of windows in the down right corners of them, then windows key + left and windows key + right when having each window highlighted. Should solve that problem

  11. #266
    ynlo's Avatar Corporal
    Reputation
    29
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont understand sorry iam french

  12. #267
    ynlo's Avatar Corporal
    Reputation
    29
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you translate or make a Photo?

  13. #268
    Galaxis's Avatar Member
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has running this script ever resulted in a BAN? Just curious is all....

    It works great.

  14. #269
    ynlo's Avatar Corporal
    Reputation
    29
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need help for Decrease size of windows in the down right corners of them, then windows key + left and windows key + right when having each window highlighted. Should solve that problem


    How to provesse sorry my englich is very bad

  15. #270
    TanookiLover's Avatar Member
    Reputation
    11
    Join Date
    May 2012
    Posts
    172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's beautiful how efficient you guys made this, reps =)

    gonna get as many level 60's on my account as i can before the maintenance tonight

Similar Threads

  1. Replies: 72
    Last Post: 06-27-2012, 02:08 AM
  2. [AHK][1920x1080] ZK 1mil XP/hr AFKable!
    By 08449 in forum Diablo 3 Guides
    Replies: 301
    Last Post: 06-26-2012, 12:06 PM
  3. (lvl 78+)Train weapon skill inside instance AFKable & no pvp
    By gooofy in forum World of Warcraft Exploits
    Replies: 34
    Last Post: 02-20-2009, 04:25 PM
  4. Auto prospecting! AHK!
    By Speakerwire in forum World of Warcraft Guides
    Replies: 7
    Last Post: 01-05-2009, 03:38 PM
All times are GMT -5. The time now is 11:30 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search