[script] pray autohotkey script menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    proteu's Avatar Member
    Reputation
    6
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [script] pray autohotkey script

    after some test's i have done some changes now working fine here, dunno if will work for you.
    I have made a script so i can pray when i get home while i do other things before start playing.
    I have done it so i can setup more then one acct (the more accts you have higher is the chance to get wards)

    Im not sure how well this will work in other setup, its working in my pc, you may need to tweak things so it works for you.

    You need to change the variables to fit your propose.

    Changelog:
    16/05 - some var was not working, also the home screen only apear in the first char for me so i had to remove the esc in the other's
    18/05 - tweaks in the ctrl+i, now it press left control wait half a sec then press i and then unpress left control.
    you can now press space to abort :P
    25/05 - im an idiot :P i can just use /gotocharacterselect this make things more easy and safe :P
    - i have also changed only for 1 acct, i know i could get much more AD if i use more chars (each rare ward is selling for more then 130k AD)

    Code:
    chars := 7 ;char in user acct
    user := "###########"
    pass := "###########"
    chary := 125 ;you may need to change for other resolutions i play with 1920x1200
    charx := 625 ;you may need to change for other resolutions i play with 1920x1200
    charloading := 15000 ;change according your loading time
    gameloading := 30000 ;change according your loading time
    	IfWinNotExist, Neverwinter
    	{
    	Run Neverwinter
    	WinWait Neverwinter
    	WinActivate
    	Sleep 5000
    	SendEvent +{Tab}%user%
    	Sleep 500
    	SendEvent {Tab}%pass%{Enter}
    	Sleep %gameloading% ;wait till the game loads
    	}
    	IfWinExist, Neverwinter
    {
    	WinActivate, Neverwinter
    	Loop %chars% ;loop into each extra char
    		{
    		SendEvent {Click %charx%, %chary%}
    		Sleep 500
    		SendEvent {Click 1740, 1075} 
    		Sleep %charloading% 
    		SendEvent,{LCtrl Down}
    		Sleep 500
    		SendEvent,i
    		Sleep 200
    		SendEvent,{LCtrl Up}
    		Sleep 500
    		SendEvent,{enter}
    		Sleep 500
    		SendEvent,{/}
    		sleep 500
    		SendEvent,gotocharacterselect
    		sleep 500
    		SendEvent,{enter}
    		Sleep 20000
    		chary := chary+70
    		}
    	}
    	WinClose, Neverwinter
    Last edited by proteu; 05-25-2013 at 02:07 PM.

    [script] pray autohotkey script
  2. #2
    proteu's Avatar Member
    Reputation
    6
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated, again this may be usefull for someone, or maybe not... i just use it because im lazy and i dont have much time.

  3. #3
    FattyXP's Avatar Member
    Reputation
    20
    Join Date
    Feb 2009
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very useful, + rep
    I've actually got this in my afk pvp bot to invoke whenever the icon is available. free potions and diamonds/xp when it gives you them.

  4. #4
    tommyboy69's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    65
    Thanks G/R
    0/1
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well im not a autohotkey exp person
    I can never get these things to run ever
    always one proble or another.
    this script is pinging my 3 antiviruses
    AutoHotKey Auto-Login and Pray Script.exe Detected: Trojan.Win32.Writos.qax 7/24/2013 4:38:12 \autohotkey script.ahk\
    now I really would love to find out how to run this
    I tried and it keeps shutting my neverwinter online off

  5. #5
    Zunga's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work. I will give this a go - and hopefully get this working.

  6. #6
    ZeroHackX's Avatar Corporal
    Reputation
    1
    Join Date
    May 2013
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This needs to be modified if you have more than 7+ characters to have it scroll down accordingly.

  7. #7
    Zunga's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ZeroHackX View Post
    This needs to be modified if you have more than 7+ characters to have it scroll down accordingly.
    How would you do this?

  8. #8
    tommyboy69's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    65
    Thanks G/R
    0/1
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need a 3 char script char slot 1 ,2 and 4
    and some help getting it to run
    Last edited by tommyboy69; 08-02-2013 at 05:37 PM.

  9. #9
    Zunga's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tommyboy69 View Post
    I need a 3 char script char slot 1 ,2 and 4
    and some help getting it to run
    You would have to do a check that increments double the value for the chary variable the third loop.

    It might just be simple and better to get your third character to level 11 as you get extra benefits that way anyway.

  10. #10
    uselessmail's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ZeroHackX View Post
    This needs to be modified if you have more than 7+ characters to have it scroll down accordingly.
    Forgive me for sounding stupid, but how do you get 7+ character slots? I have 3 and when I go to "buy more" it says it's not available yet...

  11. #11
    Zunga's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by uselessmail View Post
    Forgive me for sounding stupid, but how do you get 7+ character slots? I have 3 and when I go to "buy more" it says it's not available yet...
    I think you have to buy them while on a character in game - go to the ZEN store (shortcut is 'Z' I think). I don't think you can buy more slots form the character login even if you have the 500 ZEN required.

  12. #12
    chivon8's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will totally buy/donate/whatever if you have MC Hammer's Pray playing in the background when your character prays!


  13. #13
    Tantrumus's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Proteu, thanks for making this however I played around with this (experienced with AHK) last night and will post another version that worked for me once I get it done. It took more than just coordinate adjustments for 1080 to get working. I had some issues with the welcome screen that pops up on the first login and added a section to handle that for the first char to login by adding an ESC event to get rid of that before the CTRL+I is sent.

    Will post hopefully tonight.

  14. #14
    pkarlos's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this still work?

  15. #15
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pkarlos View Post
    Does this still work?
    I dont use pray any more, after Mod2 pray rewards was nerfed down. Its more efficient make extra account for leadership (greasemonkey is great tool for leveling) and use APBx to keep professions running.

    20 chars. and two weeks pray job = ZERO coalward, few preservation wards and lotsa crap + wasted time, OFC it gave me ~7% more AD per account, but its still waste off time when leadership just grind weeks without effort.

Page 1 of 2 12 LastLast

Similar Threads

  1. [script] pray autohotkey script
    By proteu in forum Neverwinter
    Replies: 1
    Last Post: 05-25-2013, 02:08 PM
  2. [AutoHotKey] 'Turbofire' Script
    By Backwardpawn in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 05-21-2012, 09:06 AM
  3. LF Help in modifying an autohotkey script
    By Unholyshaman in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 10-10-2011, 09:58 PM
  4. Rift AutoHotkey Script
    By a73k in forum Rift
    Replies: 12
    Last Post: 07-26-2011, 09:04 AM
  5. [Tutorial] 1-Click Login Script (Super newb friendly)(AutohotKeys)
    By zodiacgk in forum World of Warcraft Guides
    Replies: 3
    Last Post: 01-17-2011, 10:59 AM
All times are GMT -5. The time now is 03:56 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search