FinalBruteLogin menu

User Tag List

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 73
  1. #31
    tozededao's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    166
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by turbobee View Post
    tozededao, I'm glad you were able to get the variables setup and working. I also run more than one monitor, though I didn't have to disconnect any to get it running. I'm wondering if you run yours on your primary screen as set by windows? I think that has a lot to do with coordinates. Anyway I'm glad you were able to get it working. If you end up getting variables set for 1.7 based on comments I provided in script please let me know and I'll post a version with your variables.

    Yeah, it was set as primary screen, and autoit monitor spy said both window and onscreen coords were the same as the ones stated on monitor

    FinalBruteLogin
  2. #32
    turbobee's Avatar Member
    Reputation
    18
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tozededao View Post
    Yeah, it was set as primary screen, and autoit monitor spy said both window and onscreen coords were the same as the ones stated on monitor
    Very weird. Well anyway 1.8 has been released and now has direct support for your resolution. Only thing you'll have to change is your character slot since you were using slot two instead of 1.

  3. #33
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nurideen View Post
    Using this since 2 days and works perfekt, u wont get kicked out of que... starting autoit 4 5 mins going to smoke when i come back iam online

    Much easier then an script i only changed my prospekt makro from wow from key 1 to

    While 1
    Send("{NUMPAD0}")
    Sleep(1000)
    WEnd

    gg no download if you have autoit
    Code:
    While 1
    ControlSend("FINAL FANTASY XIV: A Realm Reborn", "","","{NUMPAD0}")
    Sleep(250)
    WEnd
    No need to have the window focused. With this you can surf the internet while autoit logs into FFXIV in the background. Works on any resolution, and its only 4 lines of code.

    Remember to +rep the OP for their work. Speaking from experience, It's a real pain to troubleshoot a script so it works for everybody. Pay some respect to the time OP spent doing that for us!
    Last edited by Tomatoes99; 09-01-2013 at 04:17 AM.

  4. #34
    ImNoCheater's Avatar Active Member
    Reputation
    23
    Join Date
    Apr 2013
    Posts
    61
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    Code:
    While 1
    ControlSend("FINAL FANTASY XIV: A Realm Reborn", "","","{NUMPAD0}")
    Sleep(250)
    WEnd
    No need to have the window focused. With this you can surf the internet while autoit logs into FFXIV in the background. Works on any resolution, and its only 4 lines of code.

    Remember to +rep the OP for their work. Speaking from experience, It's a real pain to troubleshoot a script so it works for everybody. Pay some respect to the time OP spent doing that for us!

    Can you make a newbie guide on how to make it work on the background ? just make a new script and run with the OP one ? sorry, im new to scripts

  5. #35
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ImNoCheater View Post
    Can you make a newbie guide on how to make it work on the background ? just make a new script and run with the OP one ? sorry, im new to scripts
    "The Newbie Guide on How to Make it Work."
    by: Tomatoes

    CHAPTER 1

    Download Autoit, paste the code in and run it...or just wait till OP adds this to their script.

    fin.
    Last edited by Tomatoes99; 09-01-2013 at 09:21 PM.

  6. #36
    turbobee's Avatar Member
    Reputation
    18
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    Code:
    While 1
    ControlSend("FINAL FANTASY XIV: A Realm Reborn", "","","{NUMPAD0}")
    Sleep(250)
    WEnd
    No need to have the window focused. With this you can surf the internet while autoit logs into FFXIV in the background. Works on any resolution, and its only 4 lines of code.

    Remember to +rep the OP for their work. Speaking from experience, It's a real pain to troubleshoot a script so it works for everybody. Pay some respect to the time OP spent doing that for us!
    Thanks for the Rep Tomatoes99, much appreciated

  7. #37
    pyromanci420's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad i found this. I was in the process of making something like this. Saves me the trouble.

  8. #38
    Idias's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! Thank you so much for making this! I've been waiting 2 days to play and I just got in within5 minutes. THANK YOU!

  9. #39
    halsafar's Avatar Member
    Reputation
    15
    Join Date
    Jul 2008
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The most recent version did not work at all for me until I removed the calls to '_BlockInputEx'. As soon as I would hit F1 the mouse would lock up and never move. Removing the BlockInput calls and now the script works perfect. 1080P version.

  10. #40
    ImNoCheater's Avatar Active Member
    Reputation
    23
    Join Date
    Apr 2013
    Posts
    61
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    "The Newbie Guide on How to Make it Work."
    by: Tomatoes

    CHAPTER 1

    Download Autoit, paste the code in and run it...or just wait till OP adds this to their script.

    fin.
    If you read the posts, there is people claming they can run on the background. Please dont try to be sarcastic you fail and this is not the place for it.

    Apreciate

  11. #41
    pyromanci420's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just ran into a issue.

    When it went to the character screen it was showing in pink
    Code:
    Connection
    None
    Then after about 1 second it would go to the Normal Connection Excellent.

    I have not seen this before today. So i changed the location of the white box for server connection check to this in the 1920x1080 file.

    Code:
    Global $ServerCheckCoord[4] = [1721, 93, "0xffffff", 0 ]
    This change looks for the the white in the C of connection. I know this won't for all languages but it might be possible to to do a large Pixel search like:

    Code:
    Func Findpeex($xxx, $yyy, $colorsss, $ynclick)
    	Local $xx = 1
        While $xx
    		Sleep(100)
    		
    		$var = PixelGetColor($xxx, $yyy)
    		PixelSearch($xxx, $yyy, $xxx+50, $yyy+50, $colorsss, 0)
    		If @error Then
    			Sleep(100)
    		Else
    			If $ynclick Then
    				MouseClick ( "left", $xxx, $yyy, 10, 0)
    			EndIf
    			return 1
    		EndIf
    	WEnd
    EndFunc
    Or something to that affect.
    Last edited by pyromanci420; 09-02-2013 at 05:22 PM.

  12. #42
    leetdemon's Avatar Member
    Reputation
    14
    Join Date
    Jun 2006
    Posts
    123
    Thanks G/R
    3/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    Code:
    While 1
    ControlSend("FINAL FANTASY XIV: A Realm Reborn", "","","{NUMPAD0}")
    Sleep(250)
    WEnd
    No need to have the window focused. With this you can surf the internet while autoit logs into FFXIV in the background. Works on any resolution, and its only 4 lines of code.

    Remember to +rep the OP for their work. Speaking from experience, It's a real pain to troubleshoot a script so it works for everybody. Pay some respect to the time OP spent doing that for us!
    Nice post thanks!
    Last edited by leetdemon; 09-02-2013 at 06:06 PM.

  13. #43
    turbobee's Avatar Member
    Reputation
    18
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    v2.0 is out with new features, it needs some testing so if you encounter problems please let me know so I can push out fixes.

  14. #44
    sol82's Avatar Banned
    Reputation
    20
    Join Date
    Feb 2007
    Posts
    428
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like halsafar, I had to remove al BlockInput calls, then it worked fine. With 2.0, it never relogged if the server error popped up, but I play on JP servers so the shorter error message probably messes up the pixel detection.

  15. #45
    turbobee's Avatar Member
    Reputation
    18
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pyromanci420 View Post
    I just ran into a issue.

    When it went to the character screen it was showing in pink
    Code:
    Connection
    None
    Then after about 1 second it would go to the Normal Connection Excellent.

    I have not seen this before today. So i changed the location of the white box for server connection check to this in the 1920x1080 file.

    Code:
    Global $ServerCheckCoord[4] = [1721, 93, "0xffffff", 0 ]
    This change looks for the the white in the C of connection. I know this won't for all languages but it might be possible to to do a large Pixel search like:

    Code:
    Func Findpeex($xxx, $yyy, $colorsss, $ynclick)
    	Local $xx = 1
        While $xx
    		Sleep(100)
    		
    		$var = PixelGetColor($xxx, $yyy)
    		PixelSearch($xxx, $yyy, $xxx+50, $yyy+50, $colorsss, 0)
    		If @error Then
    			Sleep(100)
    		Else
    			If $ynclick Then
    				MouseClick ( "left", $xxx, $yyy, 10, 0)
    			EndIf
    			return 1
    		EndIf
    	WEnd
    EndFunc
    Or something to that affect.
    Thank you for bringing this to my attention, I'll see about either adding a check for the pinkish red box or just checking for the white "C" depending on if I can get the pink box to show up. If you can send me a screenshot of this pink box and let me know when it occurs I can get pixel color and just substitute in coordinates using that. I prefer screenshots saved in png format at 1920x1080 but any resolution should be fine in this case. Thanks again for the bug report!

Page 3 of 5 FirstFirst 12345 LastLast
All times are GMT -5. The time now is 05:13 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