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

Shout-Out

User Tag List

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 119
  1. #61
    nulacz's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by erickore View Post
    Just 2 simple question please:

    what is " thorns " ? im spanish and i cant translate it
    and the other questios is if any1 can make a video fo this exploit please
    It's "espinas" or something like that in spanish, it means that when mob attacks you, it takes damage (item tooltips say "attackers take X damage per hit" or something like that)

    [AFK] Kill Streaking Exp from Nightmare/Normal while afk.
  2. #62
    Kotzu's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's the damage over melee monsters option from items

  3. #63
    Ledoocat's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Feb 2011
    Posts
    504
    Thanks G/R
    2/0
    Trade Feedback
    58 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe, when im trying this the count doesn't get much above 10 before resetting.

  4. #64
    Niondir's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No working. I'm lvl 53 and get no xp at all.

  5. #65
    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)
    Originally Posted by Niondir View Post
    No working. I'm lvl 53 and get no xp at all.
    please dont say that
    it works 100% ivedone it many times and others can confirm it too
    maybe explain what happens to you ?
    wearing +exp gear? doding too much? killing mobs too fast?

  6. #66
    xZajix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works 100%. GG abcqq.
    AFK Exp Free. If you find another way to gain more xp, i will give you a kiss ! Thx

  7. #67
    Niondir's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abcqq View Post
    please dont say that
    it works 100% ivedone it many times and others can confirm it too
    maybe explain what happens to you ?
    wearing +exp gear? doding too much? killing mobs too fast?
    I don't get a killing streak. Maybe my dmg is correct. I will try further.

  8. #68
    borus888's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works great. doing hell mode with 1500 thorns and 1300 life regen 10k armor. Tip for barbs, grab both armor passive and the pound for flesh and get like 5 pickup radius if you are struggling a little. Also I lured over 3-4 archers as well as 2 spider towers.

  9. #69
    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)
    NM mode:
    275 thorns. (might be a bit high)
    1838 life per second. (overkill)

    little trick: get armor with ignore durability loss. That way repairs don't kill you after a few hours.

  10. #70
    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)
    can anyone help me with this macro thing?

  11. #71
    daffy82's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2010
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does any here actually see the massacre popup?

  12. #72
    iamyourelmo's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daffy82 View Post
    Does any here actually see the massacre popup?
    if you afk for like a couple mins, just run away from the mob so you stop getting hit you will see the massacre popup

  13. #73
    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 K07thebest View Post
    can anyone help me with this macro thing?
    #RequireAdmin
    #NoTrayIcon

    Global $ApplicationName = "D3Helper"

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

    Global $DoParagonLeveling =false

    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.
    Last edited by Akku21; 08-31-2012 at 12:54 PM.

  14. #74
    xtrmxtrm's Avatar Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    25
    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

  15. #75
    yurairl420's Avatar Sergeant
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!

    +Rep for OP & User who can answer these questions.

Page 5 of 8 FirstFirst 12345678 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 10:28 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