[AFK] Kill Streaking Exp from Nightmare/Normal while afk. menu

User Tag List

Page 6 of 8 FirstFirst ... 2345678 LastLast
Results 76 to 90 of 119
  1. #76
    Akku21's Avatar Corporal
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just an small tip for the macro, you can send keys to the game even if its minimized. You will need:
    1. Set Diablo 3 in windowed mode. (Dont know if its necessary at all).
    2. Focus the minimized screen control with the autoit focus window function.
    3. Send keys with ControlSend function which directly passes the keys to the minimized focused window.

    This way you can minimize Diablo 3 without having to worry about running a vmware or about Warded detecting the game is running in a vmware/sandbox.

    Didnt test it but seems to be the best way to set the loop macro.


    Thanks for the trick, +rep
    Can you please explain this in more detail?

    [AFK] Kill Streaking Exp from Nightmare/Normal while afk.
  2. #77
    Akku21's Avatar Corporal
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yurairl420 View Post
    Can someone write a detailed version of this. Very very useful I got most of the items/bonus exp down.
    I run act 3 fast as hell, but I would rather lazy afk it. Currently paragon level 21 after the first 3 days. I haven't been active ever since due 2 college starting up would just love to afk it.
    I know how to use a macro and all that, but need minor detail

    Q's

    - Where this works most efficiently?
    - Able to work in inferno?
    - Would bonus exp+ Gear in hell be better then using a bonus exp 31% helm + Leorics signet in inferno?
    - Pro's & Con's -> Clearing Act 3 fully in less then 40minutes or Using this afk method!
    - Where this works most efficiently?
    "vault of th Assassin"
    - Able to work in inferno?
    Yes, although unnecessary
    - Would bonus exp+ Gear in hell be better then using a bonus exp 31% helm + Leorics signet in inferno?
    I dont think so, as you only want to stack the killing streak
    - Pro's & Con's -> Clearing Act 3 fully in less then 40minutes or Using this afk method!
    Pro: you can be afk
    Con: takes a long time.I did the math some posts earlier. will take you 103 days of unlimited stacking to get from lvl 0 tol lvl 100.

  3. #78
    abcqq's Avatar Private
    Reputation
    8
    Join Date
    Aug 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn akku you were faster

  4. #79
    K07thebest's Avatar Sergeant
    Reputation
    16
    Join Date
    May 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akku21 View Post
    #RequireAdmin
    #NoTrayIcon

    Global $winTitle = "Diablo III"
    Global $hWnd = WinGetHandle($winTitle)

    If _Singleton($ApplicationName & ".exe", 1) = 0 Then
    MsgBox(0, "[" & $ApplicationName & "]", $ApplicationName & ".exe läuft bereits.")
    Exit
    Endif

    HotKeySet("{F8}","SwitchParagonLevelingMode")

    Func ParagonLevel()
    while($DoParagonLeveling)
    ControlSend("Diablo III","","","{3}")
    Sleep(45500)
    Wend
    EndFunc

    Func SwitchParagonLevelingMode()
    $DoParagonLeveling= Not $DoParagonLeveling
    ParaGonLevel()
    EndFunc


    should work with a minimized window now.
    What does it to prevent the AFK kick?

  5. #80
    Akku21's Avatar Corporal
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes. ControlSend("Diablo III","","","{3}")
    Sleep(45500)

    will cast skill with shortcut 3 every 45500 ms = 45,5 sec.

  6. #81
    K07thebest's Avatar Sergeant
    Reputation
    16
    Join Date
    May 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perfect... thanks bud.. i will try it now.. if it works +rep

  7. #82
    suthek's Avatar Sergeant Major
    Reputation
    10
    Join Date
    Jan 2012
    Posts
    150
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why is everyone using a script? I just set an aura to my right click. (monk)
    I then press and hold my right mouse button. it begins casting. I unplug my mouse.

    It never detects the "mouse up" action so you're always using the right click skill.
    (Must have spirit regen item so that it continually casts each time you get enough spirit)

    Walk away. Profit?

  8. #83
    K07thebest's Avatar Sergeant
    Reputation
    16
    Join Date
    May 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akku21 View Post
    Yes. ControlSend("Diablo III","","","{3}")
    Sleep(45500)

    will cast skill with shortcut 3 every 45500 ms = 45,5 sec.
    getting this error

    http://img194.imageshack.us/img194/4374/123zva.jpg

  9. #84
    Akku21's Avatar Corporal
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My fault. just copied some code from my general d3 support exe
    add ths lines please :
    Global $ApplicationName = "D3Helper"

    Global $DoParagonLeveling =false

    I also updatet my post.

    regards akku
    Last edited by Akku21; 08-31-2012 at 12:53 PM.

  10. #85
    JD408's Avatar Active Member
    Reputation
    25
    Join Date
    Jun 2009
    Posts
    159
    Thanks G/R
    0/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone been able to find 3 towers? im wondering how much better it would be, but I can never seem to find 3 towers to trigger at the same time.

  11. #86
    Akku21's Avatar Corporal
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found three. At the spawn point in "the Vault of the Assassin". So if you search fopr that spot, you can make realy quick runs but i dont know how many you will need.

  12. #87
    kryptik's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    84
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    easy script:

    while 1
    ControlSend("Diablo III","","","{4}")
    sleep(40000)
    wend

  13. #88
    K07thebest's Avatar Sergeant
    Reputation
    16
    Join Date
    May 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akku21 View Post
    My fault. just copied some code from my general d3 support exe
    add ths lines please :
    Global $ApplicationName = "D3Helper"

    Global $DoParagonLeveling =false

    I also updatet my post.

    regards akku
    i was still getting the error...

  14. #89
    K07thebest's Avatar Sergeant
    Reputation
    16
    Join Date
    May 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kryptik View Post
    easy script:

    while 1
    ControlSend("Diablo III","","","{4}")
    sleep(40000)
    wend
    Thanks bud, worked great!!!!!! +rep

  15. #90
    grekb's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2008
    Posts
    81
    Thanks G/R
    9/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just to clear some stuff because people is confused about how this works.
    First check this table:

    Monster Level Compared to Character Xp Gain
    3 Levels Higher 125%
    2 Levels Higher 120%
    1 Level Higher 115%
    Same Level 100%
    1 Level Lower 90%
    2 Levels Lower 80%
    3 Levels Lower 70%
    4 Levels Lower 60%
    5 Levels Lower 45%
    6 Levels Lower 30% (no +xp/kill gear)
    7 Levels Lower 15% (no +xp/kill gear)
    8 Levels Lower 5% (no +xp/kill gear)
    9 Levels Lower 1% (no +xp/kill gear)

    Also :
    Normal: 1-30 lvl
    Nightmare: 30-50 lvl
    Hell:50-60 lvl

    so +xp per kill gear wont give you any xp unless you are in hell difficulty or higher.

    So long story short: This exploit gives xp ONLY from killing streak UNLESS you play on hell or inferno so you get xp from +xp/kill gear.

Page 6 of 8 FirstFirst ... 2345678 LastLast

Similar Threads

  1. [AFK] Kill streak EXP - Every Class
    By daffy82 in forum Diablo 3 Exploits
    Replies: 13
    Last Post: 09-02-2012, 03:18 PM
  2. Normal difficulty gives inferno massacre killing spree exp!
    By Denka123 in forum Diablo 3 Exploits
    Replies: 6
    Last Post: 08-22-2012, 10:59 PM
  3. [Leveling] Full exp from NPC kills - Argent Vanguard
    By Idt in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 12-03-2010, 01:07 PM
  4. Replies: 6
    Last Post: 06-21-2008, 03:20 PM
  5. [2.4] Farm any boss from any normal instance
    By Achi3 in forum World of Warcraft Exploits
    Replies: 101
    Last Post: 05-31-2008, 02:26 PM
All times are GMT -5. The time now is 05:37 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