Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help) menu

Shout-Out

User Tag List

Page 32 of 38 FirstFirst ... 282930313233343536 ... LastLast
Results 466 to 480 of 560
  1. #466
    dubdo's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx dude i try do it myself

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #467
    tifoso's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathwebber View Post
    "give a man a fish and he will eat for a day teach a man to fish and he will eat for a lifetime"
    Touché, lol. I know the quote but was more of an internal debate on which one would be more efficient...

    Another gift for you all that should work at the beginning of most the scripts here at 1920x1080:

    MouseClick, 1079, 630 ;;if you die and the loop breaks, will likely prompt to exit game, this hits "Cancel"
    Sleep, 100
    MouseClick, 953,819 ;;closes game menu preceding
    Sleep, 100
    MouseClick, 1580,112 ;;closes profile script if accidentally opened, usually when script is actually working
    Sleep, 100
    MouseClick, 1580,112 ;;again just to be sure
    ;;resume rest of the script
    Last edited by tifoso; 06-04-2012 at 04:39 PM.

  3. #468
    Deathwebber's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tifoso View Post
    Touché, lol. I know the quote but was more of an internal debate on which one would be more efficient...

    Another gift for you all that should work at the beginning of most the scripts here at 1920x1080:

    MouseClick, 1079, 630 ;;if you die and the loop breaks, will likely prompt to exit game, this hits "Cancel"
    Sleep, 100
    MouseClick, 953,819 ;;closes game menu preceding
    Sleep, 100
    MouseClick, 1580,112 ;;closes profile script if accidentally opened, usually when script is actually working
    Sleep, 100
    MouseClick, 1580,112 ;;again just to be sure
    ;;resume rest of the script
    I really appreciate your help .. But scripting is just not my strong point .. Do apparently bare hand level for the last 4 levels .. Are too lazy to go in and out constantly, even in ACT 3: D

  4. #469
    JakalPro's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im willing to pay 135k diablo 3 gold, for an auto-it script for a wizard, my main resolution is 1600x900 but I can change it to lower. My wizard is only level 20, so I'm wanting to have one that's functional all the way to 60.

  5. #470
    dubdo's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im just too ****ing stupid for this shit.... any1 help me for payment?...

  6. #471
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Olaf2 View Post
    ACT III.
    1. The siege of bastion´s keep
    Light the beacons



    EDIT: wow thx for the attention read through the thread, some good guys added AHK macros for easy afk farming

    Attachment 7616
    Pixel Detection macro ( Autoit ) here.
    Requires;
    Tactical Advantage
    Smoke Screen to be on 2 with the Runspeed runes
    Boots to have no speed, or no boots.
    Multishot on Right mouse button. I like the +DMG rune.
    1920-1080 resolution
    Windowed Full Screen

    Code:
    Global $Paused
    
    HotKeySet("-", "Leave") ; the bot is started by pressing - (next to right shift, i believe is normal on all keyboards)
    HotKeySet("{PGUP}", "Pause") ; the bot can be paused by pressing Page Up
    HotKeySet("{PGDN}", "Stop") ; the bot can be stopped by pressing Page Down
    
    $go = True
    $Leave = False
    
    While $go
       if($Leave) Then
    WinWait("Diablo III")
    Send("{Esc}")
    Sleep(200)
    Send("{Esc}")
    Sleep(200)
    MouseClick( "Left", 1158, 218)                                 ;Failsafe - Clicks the position where X would be to close the Game Menu
    Sleep(200)
    
    While 1
        PixelSearch (334, 416, 338, 420, 0x2C0400,1,1)         ; search for pixel ( Resume Game Red )
        If Not @error Then ExitLoop
        Sleep(10)
    WEnd
    
    MouseClick( "Left", 234, 420)                                 ;Resume Game - Make sure you are at the right part of the quest.
    Sleep(200)
    
    $Timer1 = TimerInit()
    While 1
        PixelSearch (1075, 525, 1079, 529, 0x080D10,1,1)         ;Search for pixel ( Talking  bubble )
        If Not @error Then ExitLoop
        Sleep(10)
        If TimerDiff ($Timer1) >= 5000 Then ExitLoop             ;If 5 seconds has passed exitloop
    WEnd
    
    
    Sleep(200)
    Send("{Space}")                                             ;Skip that dialog!
    Sleep(200)
    MouseClick( "Left", 1750, 1034)                     ;Get closer to the action
    Sleep(2500)
    MouseClick( "Right", 1471, 616)                     ;Ranged Attack / Drop traps between meteor and mob path to you
    Sleep(333)
    MouseClick( "Right", 1471, 616)                     ;Ranged Attack / Drop traps between meteor and mob path to you
    Sleep(333)
    MouseClick( "Right", 1471, 616)                     ;Ranged Attack / Drop traps between meteor and mob path to you
    Sleep(333)
    MouseClick( "Right", 1471, 616)                     ;Ranged Attack / Drop traps between meteor and mob path to you
    Sleep(333)
    MouseClick( "Right", 1471, 616)                     ;Ranged Attack / Drop traps between meteor and mob path to you
    Send(2)
    Sleep(100)
    MouseClick( "Left", 248, 7) ;Exit to town
    
    Sleep(5000)
    Send("{Esc}")
    Sleep(200)
    MouseClick( "Left", 949, 576)
    Sleep(1500)
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop()
        Exit
    EndFunc
    
    Func Leave()
        $Leave = True
    EndFunc
    What's a Parog?
    Looking for competitive Valorant team!

  7. #472
    Sightless's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kharnak View Post


    It is not completely AFK proof since dying ****s it up, just make sure you dont die, that's easier than editing this i'd say!


    Code:
    	  
    	  Sleep(Random(2550, 3150, 1))
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(Random(200, 220, 1))
    	  Send("{Escape}")
    	  Sleep(Random(100, 140, 1))
    	  Send("{Escape}")
    I'll break my lurker status for this I suppose.

    I don't know if this was the only reason dying broke the script after you died, but I swapped it with this:

    Code:
              Sleep(Random(4000, 4500, 1))
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(Random(300, 400, 1))
    	  MouseClick("left", 1578, 111)
    The extra click is to close out of the View Profile tab (that's what the script would get stuck on for me). I didn't see the purpose of the extra escapes.

  8. #473
    kucukti's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are u also getting hte game connection has been lost warning ?

    it seems they are tryin to prevent boting around here so getting extra precautions ?

  9. #474
    Tilley911's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xav1ty View Post
    i try this and it works just for one time and then the script stops, and i have to press play againe, done everything like you
    but i dont understand how to repeat plzz help me out !!!! where i can reapeat ?
    when i press repeat on the prog it didnt works
    it would be in Tools > Settings > Playback settings, and then for continuous playback set the value to 0, instead of 1.

  10. #475
    Tilley911's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe my post on page 30 could be very useful to anyone still looking to buy a script, with 10-15 minutes of your time you can make your own and understand how to edit it, if you have read my post and still look to buy a script then you are wasting your time and money, and regarding the disconnections, i am also getting them occasionally but i believe i could be linked with trying to resume games too fast.

  11. #476
    zubiq's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Only getting ~8 mobs instead of 11 usual ones, anyone else getting that too?

  12. #477
    tomit12's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2006
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Altered some scripts in case anyone has been using them (http://www.ownedcore.com/forums/diab...ml#post2277662 (Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help))). Also, see Tilley911's earlier post if you use them; it is also very easy to use the AutoIt Window Info tool (Mouse tab) to change each of the coordinates in the script to suit your resolution!

  13. #478
    goldzhb's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone throw me this on hell again pls :P send me a pm, thx 10k tip for the 1 who helps
    Last edited by goldzhb; 06-05-2012 at 01:40 AM.

  14. #479
    Rayrayrr's Avatar Sergeant
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question... anyone use a mac?? and if so what software do u use ?
    cheers

  15. #480
    JakalPro's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone do me a favor and take Tomits Wizard Script, and alter the coords to fit resolution 1600x900, but even with the autoit window helper, I still don't know what to do, since I don't know where i'm supposed to be finding the coords at ect..



    Yea I officially give up, I tried using the window helper thing, and done the full coords 3 times, and no matter what I do it still messes up, and I end up dieing.
    Last edited by JakalPro; 06-05-2012 at 04:15 AM.

Page 32 of 38 FirstFirst ... 282930313233343536 ... LastLast

Similar Threads

  1. [Selling] Pokemon Go Boosting/Level up service. (Fast, Cheap, Easy) and Egg hatching service.
    By Foreatic in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-09-2016, 01:08 AM
  2. Extreme Fast Leveling
    By mrgrap2 in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 11-12-2014, 08:23 PM
  3. Extremly fast leveling
    By lolilolilol in forum Diablo 3 Guides
    Replies: 0
    Last Post: 02-26-2014, 04:36 PM
  4. [Buying] Need a Personnal and extremly fast PL for Mist of pandaria release
    By Midnightzz in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 08-03-2012, 04:35 PM
  5. [Exploit] Cap WSG flag easy and fast (Rogue + lock)
    By KuRIoS in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-18-2006, 11:43 AM
All times are GMT -5. The time now is 12:15 PM. 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