Early RazorClaw Bot menu

Shout-Out

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 103
  1. #1
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Early RazorClaw Bot

    V.0-13 WIZARD,DH and WD
    This is a salvage from the old MangleMaw bot by RichardPTT (originally by Kelz )
    This bot will run Manglemaw OR Razorclaw (Choose in ini file)
    Do not use on hardcore, you'll die, this bot is awful
    Autoit3.0
    Looking for Feedback, LOT of it. needed to pinpoint delay problems mostly
    Looking for someone to take over (because I know nothing about programming and AutoIt)


    Kills RazorClaw
    Loots
    Salvage ONLY (doesn't sell anymore)
    Stash legendaries and Sets
    will let you die

    https://www.dropbox.com/sh/pgg00j2evocowkf/QkUeEBSu0G

    Requires
    Windowed Fullscreen
    1920x1080 (possible support for other resolutions, try at your own risk)
    "Zoom when your inventory is open" to NOT be checked if you want to salvage
    Tooltips for items on ground enabled (and toggled on)
    AutoIt 3.0 http://www.autoitscript.com/site/autoit/
    https://www.youtube.com/watch?v=hH68rudjOWg (Setup for RazorClaw)
    http://us.battle.net/d3/en/calculato...jO!YicS!..cZaZ (WIZ build)
    http://us.battle.net/d3/en/calculato...YT!cWeR!ccbcYb (WD BETA)
    http://us.battle.net/d3/en/calculato...jfSXlO!!YbccZY (DH BETA)

    Known problems
    - DH script half assed
    - WD script half assed
    - Stashes Wizard shields(magic and rare) - no idea how to fix that
    - Can't sell - not sure how to fix that one
    - Might click Tyrael, forcing to manually re-setup Razorclaw - no known fix
    Last edited by Orginateur; 04-09-2014 at 09:47 AM.

    Early RazorClaw Bot
  2. #2
    darthc0la's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm assuming that this is only for 1920x1080? or is it a allres?

  3. #3
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Right, it is like the old MangleMaw bot, so only 1920x1080

    thx for pointing it out

  4. #4
    darthc0la's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Orginateur View Post
    Right, it is like the old MangleMaw bot, so only 1920x1080

    thx for pointing it out
    someone make a all res pls! lol my laptop doesnt support 1920x1080 highest is 1366x768

  5. #5
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you could do it for yourself easily if you didn't care about the stash/salvage option

  6. #6
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    V0-03 released.

    Bugfix - Delay before attacking, please leave feedback on it

  7. #7
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick guide to mod this bot for lower or higher resolution (Kudos on that last one if it's the case)
    Inside my dropbox, you'll find an autoit script named Position. it is used to find cursor position

    -Run Diablo III
    -launch a game already set up for Razor
    -launch Position.AU3
    -put your cursor in the middle of the town portal
    -press Q
    -a message should popup with 2 numbers
    -open the AU3 file of the current bot version
    -go to line 174 (should be MouseClick("left", 1214, 419, 1, 10)
    -Change 1214 and 419 for whatever numbers you got
    -Save
    -???
    -Profit
    Remember to remove salvage inside the INI (and looting blue and yellow too probably) because you didn't update those coordinates

  8. #8
    Bruailen's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to get this to work for a WD?

    Edit: Nvm, just downloaded the updated version.
    Last edited by Bruailen; 04-08-2014 at 05:23 PM.

  9. #9
    Xosmos's Avatar Member
    Reputation
    7
    Join Date
    Apr 2014
    Posts
    11
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make this an AllRes version...just see what I did in my variation of the Mangleclaw bot here: http://www.filedropper.com/manglemaw204v2

    TL;DR

    1. ADD THIS TO THE BEGINNING OF YOUR SCRIPT:

    ;Conversion for All Resolutions
    $default_resolutionX = 1920
    $default_resolutionY = 1080
    $x_ratio = @Desktopwidth / $default_resolutionX
    $y_ratio = @Desktopheight / $default_resolutionY

    2. CHANGE EVERY CLICK LOCATION TO THIS (for X and Y, respectively):
    Round(CLICKLOCATION * $x_ratio), Round(CLICKLOCATION * $y_ratio)
    (Note: For Pixelsearch, you must do it twice to provide the boundaries. Also, don't do it for results generated from a Pixelsearch or other function that returns coordinates)

    3. Profit.
    Last edited by Xosmos; 04-08-2014 at 05:26 PM.

  10. #10
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can try and throw you something quickly, I added a build for WD in original post, will update it when I'm done upgrading script

  11. #11
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0-04 is out


    0-04
    Possible WD support
    Possible support for all resolution (THX Xosmos)


    WD might work (using build in first post...) try it, give feedback
    Could possibly salvage/bank legendaries on all resolution, need testers (Keep a close watch on it, I'm not responsible if it salvages your legendaries)
    Last edited by Orginateur; 04-08-2014 at 05:51 PM.

  12. #12
    Bruailen's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Orginateur View Post
    0-04 is out


    0-04
    Possible WD support
    Possible support for all resolution (THX Xosmos)


    WD might work (using build in first post...) try it, give feedback
    Could possibly salvage/bank legendaries on all resolution, need testers (Keep a close watch on it, I'm not responsible if it salvages your legendaries)
    Just tried 0.04 with WD and the build you gave. I don't know about others, but 0.03 with this build works better for me Witch Doctor - Game Guide - Diablo III

  13. #13
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you explain why it doesn't work?

  14. #14
    Bruailen's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I didn't try .04 much but whenever I would start it it would try to stash and salvage although I had nothing in my inventory. The only things in the config I have checked is to pick up loot. Also, The bot doesn't aim at the boss so that cut's out a lot of our dps and is slightly annoying.

  15. #15
    Orginateur's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    04 had a salvage bug that I fixed (though not the one you are reporting... I wonder why I haven't experienced it)
    I have no idea how to make the bot aim at the boss, that's why I picked Area of effect skills around your character (that's why I tought the WD build would be more efficient)

    anyway, 05 should fix salvage. if you want to give it a try



    05 uploaded

    0-05
    Fixed bug caused by the new All res support

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. [Selling] Legit level 15 accounts created july and early august for only $2 each (not botted)
    By SocialVerifier in forum Pokemon GO Buy Sell Trade
    Replies: 3
    Last Post: 10-11-2016, 04:22 PM
  2. [Buying] Looking for a non-botted account and opened from early days.
    By drkdnt in forum Pokemon GO Buy Sell Trade
    Replies: 7
    Last Post: 09-05-2016, 11:01 AM
  3. lucky bot problem starts to early
    By triranta in forum SWTOR Bots and Programs
    Replies: 3
    Last Post: 07-19-2012, 11:49 AM
  4. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  5. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 04:10 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