MagicFind Swap for 1920x1200 w/ Randomized Clicks & Delays! (SOURCE INCLUDED) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MagicFind Swap for 1920x1200 w/ Randomized Clicks & Delays! (SOURCE INCLUDED)

    So I didn't realize there were macros already made ... luckily my time wasn't wasted since I have some features in mine not available in others.

    So basically, this MF Swap script does two things to (hopefully) be less detectable :

    1. It will click random locations inside each gear slot (not the same X,Y every time)
    2. It has random delays between every click (within a range)


    This, to me, is the safest way to swap.

    Unfortunately, I only wrote this for myself and I use 1920x1200 resolution ...

    The gear setup goes like this :



    The hotkey is ALT-S


    And here is the file :

    MFSwap.rar

    It is compiled into an AutoHotKey executable ... it's a clean RAR and a Clean EXE.. feel free to triple-bypass-scan it.


    For those of you who wanted the sourcecode :


    Updated 6/21/2012 (New tweaks; faster swap time; no more "skipped" items)
    [AutoIt] Orich's Magic Find Script - Pastebin.com
    Last edited by Messiuh; 06-21-2012 at 01:05 PM. Reason: Added source code

    MagicFind Swap for 1920x1200 w/ Randomized Clicks & Delays! (SOURCE INCLUDED)
  2. #2
    fukker's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the share but there's no need to randomize clicks, even if i do it manually i do it same way, because randomizing clicks manually confuses me

  3. #3
    hokuto78's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2010
    Posts
    163
    Thanks G/R
    10/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  4. #4
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have no idea what that is ... but i'm willing to bet anything made with AutoHotKey's compiler would come up as a false positive on that ClamAV ... every other AV shows clean
    Last edited by Messiuh; 06-06-2012 at 11:22 PM.

  5. #5
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fukker View Post
    thanks for the share but there's no need to randomize clicks, even if i do it manually i do it same way, because randomizing clicks manually confuses me
    I don't think you understand ... it doesn't randomize the order in which you click the gear.. it randomizes the area in which it clicks for each specific piece of gear.

    For instance ... the other macro programs will do something like

    click(1000,1200) where x=1000 and y=1200, which is a specific coordinate for a specific piece of gear... well this is easily detectable, as you are ALWAYS clicking the exact X,Y coordinate every time you swap..

    when you do it manually, your mouse isn't going EXACTLY to that coordinate .. but its within a range ..

    My gear swapper randomizes where the x,y coordinate will be inside the box ..

    Its not hard to do.. i'm just trying to explain what I mean to you

  6. #6
    hyshakt's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, by how many pixels do you randomize? I have been using +/- 5 pixels with good success. Have you tried using more?

    Same for delays, been using 10ms +/- 2 ms and it's been working good so far...

    I am just a little confused about risks when using this type of stuff... I mean no one is clicking at 10ms intervals on target, regardless of randomness :P Oh well i suppose Blizz don't care much about this kind of scripts, they got bigger fish to catch

  7. #7
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hyshakt View Post
    Nice, by how many pixels do you randomize? I have been using +/- 5 pixels with good success. Have you tried using more?

    Same for delays, been using 10ms +/- 2 ms and it's been working good so far...

    I am just a little confused about risks when using this type of stuff... I mean no one is clicking at 10ms intervals on target, regardless of randomness :P Oh well i suppose Blizz don't care much about this kind of scripts, they got bigger fish to catch
    I randomize the entire box ... so for every piece of gear it will randomly click 1 of the >5,400 pixels

    The delay randomization is anywhere from 60ms to 200ms ...

    This script is 100% about safety and non-detectability from a "repetitive" perspective...

  8. #8
    hyshakt's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Messiuh View Post
    I randomize the entire box ... so for every piece of gear it will randomly click 1 of the >5,400 pixels

    The delay randomization is anywhere from 60ms to 200ms ...

    This script is 100% about safety and non-detectability from a "repetitive" perspective...
    Very cool! I will look into this myself, thanks! I am trying to have my code work on different resolutions, so there is a setup to point at each slot you want to swap. Using a +/- 5 pixels from that initial semi-centered value should be safe and gives 100 possible coords times 12 each time, not much chance for a pattern to emerge there.

    I am kind of concerned about delays, I feel it looses much of it's appeal if the delays are not really fast, like 10ms

  9. #9
    GeertJan85's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script!!

    But for some reason sometimes it don`t swap my gear proper.
    Its forgot sometimes items to swap it back like a ring or legs, sometimes belt and bracers to.

    Its possible i am doing something wrong i only installed the script and run it nothing more.

  10. #10
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GeertJan85 View Post
    Nice script!!

    But for some reason sometimes it don`t swap my gear proper.
    Its forgot sometimes items to swap it back like a ring or legs, sometimes belt and bracers to.

    Its possible i am doing something wrong i only installed the script and run it nothing more.


    Hi GeertJan ... I made some tweaks to the script, it shouldn't skip at all now ...

    Use the following tweaks :


    start_x := 1358 ; left-most X coordinate of the first gear slot
    start_y := 654 ; top-most Y coordinate of the first gear slot
    box_width := 48 ; width of each slot
    box_height := 100 ; height of each slot
    next_inc := 54 ; distance to the next slot
    jewel_height := 47 ; height of half-height items (belts, jewelry, etc.)

    under_jewel_y := start_y + jewel_height + 3 ; Top most Y coordinate of the row 2 jewelry (note: "2" is the number of pixels that lie between two slots in the inventory)

    Good luck!

  11. #11
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New pastebin source code available on the first page ... but for quick reference :

    [Autohotkey] ; Orich's Magic-Find Swap Script for AutoHotKey and/or AutoIt ; ; This is conf - Pastebin.com

  12. #12
    mstream's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Messiuh View Post
    New pastebin source code available on the first page ... but for quick reference :

    [Autohotkey] ; Orich's Magic-Find Swap Script for AutoHotKey and/or AutoIt ; ; This is conf - Pastebin.com
    Thanks Messiuh. Is it possible for you to write a few bullet points so that we could customise for lower resolutions?

  13. #13
    who knows's Avatar Contributor
    Reputation
    110
    Join Date
    Nov 2007
    Posts
    284
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mstream View Post
    Thanks Messiuh. Is it possible for you to write a few bullet points so that we could customise for lower resolutions?
    My gear swap can do any resolution, if his does not work for yours.
    My Diablo 3 Gear Swap Program:
    https://www.ownedcore.com/forums/diablo-3/diablo-3-bots-programs/352782-free-wks-gear-swap-bot.html

  14. #14
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mstream View Post
    Thanks Messiuh. Is it possible for you to write a few bullet points so that we could customise for lower resolutions?
    Which resolution do you use?

    Basically all you should need is the start x,y coordinates ... you can get these by opening up your inventory and doing a CTRL-PRTSCRN .. then pasting into your favorite paint program to get the x,y ... Or you can use Autohotkey to record a macro then click the areas of the screen that you will need

    Or just save that CTRL-PRTSCRN and send it to me

  15. #15
    eion's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    First time poster, and I have a question. I used this macro and tried it, but for some reason it doesn't work on mine. I'm using 1280x720 resolution and I changed the values that needed to be changed. What happens when I press alt+S is it opens up my inventory, then uses my right-click mouse skill. It doesn't do the swapping.

    Help please.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Model Swaps] for 3.0.2 - helmfix(s) included!
    By Attackspeeds in forum World of Warcraft Model Editing
    Replies: 363
    Last Post: 08-12-2009, 01:08 PM
  2. Any and all race swaps for patch 3.0.3
    By Shodden in forum World of Warcraft Model Editing
    Replies: 5
    Last Post: 11-30-2008, 01:05 PM
  3. Gear swap for only yourself
    By Loathe in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 07-29-2008, 02:42 AM
  4. Item Swap! For many reps.
    By Deedlit in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-13-2008, 01:15 PM
  5. Animation swap for Draenei Male
    By AgentOrange in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 02-03-2008, 08:18 AM
All times are GMT -5. The time now is 12:40 PM. 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