Vaal Regalia AHK Chaos Spam Script menu

User Tag List

Results 1 to 1 of 1
  1. #1
    xcrossover25x's Avatar Active Member
    Reputation
    75
    Join Date
    Dec 2008
    Posts
    319
    Thanks G/R
    8/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Vaal Regalia AHK Chaos Spam Script

    This script has built in protection against accidentally rolling over good items. Because of this, the script can chaos spam at very high speeds. Typically:
    (1000 / (Latency + 5)) times per second.

    The script compares the regalia on your cursor against the last item that was successfully rerolled. If the items match, it will not click. This means that this script should have 100% accuracy.

    Note, I am not sure if this works on version of the game other than English

    How to use:
    For best results, use this script in an area in which you have the lowest latency.

    Set sleepThreshold to your latency + 5.
    Set stopAboveES to what you want the script to stop above. (I recommend ~570).

    Hover over regalia with chaos on cursor, hold shift and x.

    Code:
    SendMode Input
    
    global sleepThreshold := 75
    global stopAboveES := 570
    
    global oldItem := "Old Item"
    global currentItem := "New Item"
    
    x:
    *x::
    _xIsPressed = GetKeyState("x", "p")
    
    While (_xIsPressed)
    {
    	ES := _getES()
    	currentItem := getCurrentItem()
    	if (ES <= stopAboveES)
    	{
    		checkForItemMatch(currentItem, oldItem)
    	}
    	
    	oldItem = %currentItem%
    	
    	Sleep, sleepThreshold
    	return
    }
    
    
    checkForItemMatch(_currentItem, _oldItem)
    {
    	if (_currentItem != _oldItem)
    	{
    		oldItem = _currentItem
    		return mouseClick()
    	}
    	else
    	{
    		return
    	}
    }
    
    _getES()
    {
    	clipboard :=
    	Send, ^C
    	ClipWait, .05
    	if (ErrorLevel = 0)
    	{
    		RegExMatch(clipboard, "Energy Shield: ([0-9]+)", es2) 
    		StringTrimLeft, _ES, es2, 15
    		return _ES
    	}
    	gosub x
    }
    
    getCurrentItem()
    {
    	_currentItem = %clipboard%
    	return _currentItem
    }
    
    mouseClick()
    {
    	MouseClick, left
    }
    
    ^e::
    ExitApp
    Last edited by xcrossover25x; 07-27-2017 at 08:58 PM.

    Vaal Regalia AHK Chaos Spam Script
  2. Thanks sketax (1 members gave Thanks to xcrossover25x for this useful post)

Similar Threads

  1. [Selling] wts 6l vaal regalia hc essence
    By RAVENDoms in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 09-04-2016, 07:38 AM
  2. AHK nice cm script
    By mrdruids in forum Diablo 3 Bots and Programs
    Replies: 1
    Last Post: 09-05-2013, 10:12 AM
  3. [Selling] 6l mirrored vaal regalia [sc]
    By rains43 in forum PoE Buy Sell Trade
    Replies: 3
    Last Post: 04-27-2013, 04:36 AM
  4. [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)
    By tsoul in forum D3 Leveling profiles
    Replies: 216
    Last Post: 07-25-2012, 07:05 AM
  5. [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)
    By tsoul in forum Diablo 3 Exploits
    Replies: 127
    Last Post: 07-02-2012, 01:52 PM
All times are GMT -5. The time now is 05: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