(BANNABLE) Solo Exotic Class Item Macro Chest Farm While Tabbed Out (Destiny 2: Final Shape)

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 300

  • @Guy-4
    @Guy-4 3 місяці тому +240

    Thank you leopard now i can farm for exotics and not ignore my newborn child instead of letting him fester in his shit filled diaper youve truly saved my sons life 🙏🙏🙏

    • @leopardstealth
      @leopardstealth  3 місяці тому +34

      HOLY LMAAAOOOOOO. You're welcome.

    • @naturreal1705
      @naturreal1705 3 місяці тому +1

      🤣🤣😂

    • @mr.loafers4282
      @mr.loafers4282 3 місяці тому +8

      Your new born will thank you for the god roll class items when he inherits ur destiny account

  • @pcov7692
    @pcov7692 3 місяці тому +97

    "My ghost button is 6. Don't ask. My orbit button is 8."
    Bro is an alien.

    • @MoSco5000
      @MoSco5000 2 місяці тому

      He's probably using an mmo mouse.

    • @TheDieseI
      @TheDieseI 2 місяці тому

      ​@@MoSco5000most certainly a 9 or 12 button mouse. I got one and i have similar controls

  • @timschulz-j9w
    @timschulz-j9w 3 місяці тому +87

    FOR ANYONE WHO ENCOUNTERS ISSUES WITH RELOADING THE LOCATION ON THE MAP
    there is a 10ms delay in the script before left clicking on the location on your map. this can lead to '"left click" not being registered at all, leading to the script executing on the map, not ingame. 10ms delay is not big enough of a pause for various hardware related reasons. increasing the pause to 100ms leaves room for system variance and runs 100% consistent for me, at 30fps.
    you'll be looking for "small pause", sixth line from the "loop 40" command. increase that to 100ms.

    • @martiben1896
      @martiben1896 3 місяці тому +1

      Hey I had this issue and I think this fixed it!!!

    • @lemons2513
      @lemons2513 3 місяці тому +1

      Yes I had this issue and I thought this comment was talking about it, turns out that was the exact fix thank you

    • @recklessXRP
      @recklessXRP 3 місяці тому +1

      I got an issue. So I've been trying this w/ all the same bindings but when I start the macro the map pulls up and goes far left. I read the comments and changed the "small pause" to 100ms instead of 10 and its still doing the same thing. All settings are the same as Leopards. Anyone know what's wrong?

    • @PeterDB90
      @PeterDB90 2 місяці тому +3

      @@recklessXRP The macro is much more consistent when it comes to button presses, since there's no different way to press a button, pressing shift is pressing shift no matter who does it and how, but when it comes to MOUSE movement, there are inconsistencies, and it will depend on mouse settings as far as DPI, acceleration, sensitivity, etc. go, so that's likely your issue, and if it is, your options are either a) Look up the exact mouse settings the script asks for and make sure to change your mouse settings to that, and just in case make sure to change the resolution and frame rate of the game to match as well or b) change the values in the script themselves (you'll have to trial and error this) until you've tweaked the mouse movement enough to make it perfect for your setup.

    • @ScottCochran
      @ScottCochran 2 місяці тому

      This fixed me too, thanks!!

  • @Nukesnipe
    @Nukesnipe 2 місяці тому +13

    Bungie's official stance, which they said years ago, was that they don't care what macros you use so long as you aren't affecting other people. They didn't ban anyone for AFK farming forges, and they've never banned people for using wishing wall, skating or bounty redemption macros. Just don't use a macro that lets you AFK in a matchmade activity or to cheat and they don't care.

  • @timschulz-j9w
    @timschulz-j9w 3 місяці тому +16

    for anyone that encounters issues with "left click" not working when reloading the pale heart location.
    in the script, there is a 10ms delay before left clicking on the pale heart location on your map. 10ms is not enough of a pause, for various reasons. 100ms worked for me and leaves room for system variance, it runs consistently now.

    • @thecombatrhino
      @thecombatrhino 3 місяці тому

      I don't see that noted in the script I have but am still not loading back in properly. Which line of the script is responsible for it? (just downloaded it a few hours ago, I believe they edited some stuff in it)

    • @Rezduck_
      @Rezduck_ 2 місяці тому

      @@thecombatrhino would be line 6 in the actual script, you're looking for a 'sleep, 10' function with the comment of 'Small pause'

    • @thecombatrhino
      @thecombatrhino 2 місяці тому +1

      @@Rezduck_ that wasn't the issue, mine was when it went to orbit, it was missing the click to launch back down. Another comment solved my issue, but ty for the follow up!

    • @harkamaldhaliwal3911
      @harkamaldhaliwal3911 2 місяці тому

      @@thecombatrhino i am having the same issue what solved your problem?

    • @itzdripp5465
      @itzdripp5465 2 місяці тому

      @@thecombatrhino what comment?

  • @Sald0gg8
    @Sald0gg8 3 місяці тому +12

    Worked perfectly for my hunter overnight. Warlock keeps hitting walls and overshooting the chest. No settings changed, just different character. Does each class spawn in a slightly different spot?
    Edit: it was a lightweight weapon making me overshoot it. Fixed!

  • @RoastedTats
    @RoastedTats 3 місяці тому +45

    00:29 Damn. I was hoping I would finally be banned and free from the game

  • @slothmanjay5029
    @slothmanjay5029 3 місяці тому +3

    This is by extension a glimmer bot, love it. No more EDZ for me!

  • @karx11erx
    @karx11erx 2 місяці тому

    I have been fiddling with AutoHotKey and this script for a couple of hours to understand how AHK and the script work, and I have found the following:
    #1 Mouse DPI is irrelevant. AHK doesn't move the mouse cursor so close to the hardware / driver level that it would simulate actual mouse movement. The script uses a function that interacts with an application at a much higher level, directly defining a mouse position in screen pixel coordinates. Player rotation also does not seem to be mouse dependent. The rotation angle seems to specified relative to a maximum (think of "turn character -25%", meaning turning it 90 degrees left).
    #2 The script presented here does not support windowed mode. However, this can be done. I have modified the script should run in fullscreen and in windowed mode (I am using the latter).
    #3 The script should actually support arbitrary game screen resolutions. The few screen coordinates used for mouse clicks in the UI are based on 1080p and are scaled depending on the actual game screen resolution. The only caveat is that the scaling is done using integral numbers (integer), but the areas clicked at are so large that rounding errors should not play a role
    #4 The character will only properly move to the chest and open it if it has standard mobility. In particular that means that it must not have a lightweight frame gun equipped and must not use gear speeding up its movement, like Transversive Steps, ST0MP-EE5 or Dune Marchers.
    #5 The script presented here has an unnecessarily high delay in the movement part (30 secs): The character is made to walk forward for 7.4 secs and then waits for 30 secs. You can shorten that time to 23 secs, subtracting the 7 secs of movement.
    #6 Putting the mouse cursor at the left screen border (X: 0) doesn't always seem to work well. Better put it at X:10 to force left scrolling of the map.
    #7 My version of the script doesn't require you to load into the landing before starting it. With a little reorganization, you can start the script while in orbit, from where it will execute as shown here.

  • @XxHUNT3RN4T0RxX
    @XxHUNT3RN4T0RxX 3 місяці тому +6

    I finally got my Hunter exotic class item with Ophidian and Coyote. Exactly what I wanted for PvP. Feels good.

    • @lollygirl39
      @lollygirl39 2 місяці тому

      almost 50+ and havent got a single one with ophidians on my hunter

  • @gooberMcGooberstien
    @gooberMcGooberstien 3 місяці тому +1

    Can confirm as of july 8th 12:40 est that this does in fact still work. Walked into my game room after making lunch and seen a class item drop. Lets goooooOOOOO

  • @nurm3937
    @nurm3937 3 місяці тому +16

    This man spent hours creating this video so like the video 😂

    • @juanbadmf1839
      @juanbadmf1839 3 місяці тому

      he spent less than an hour.... this is @sevenoilrigs content and he didnt even link his video or his channel in description

    • @ikkonX
      @ikkonX 3 місяці тому

      @@juanbadmf1839 its the second line in the description

  • @nathanthomas5709
    @nathanthomas5709 2 місяці тому

    Thanks Leopard - the virtual option worked like a charm. It was worth the $50 to buy final shape on pc to be able to do this. I will say tho - holy freakin gunsmith engrams :P :P :P

  • @Ghost_Dragon546-bn4ct
    @Ghost_Dragon546-bn4ct 3 місяці тому +5

    I keep trying to get the simple version to work, and I've had no success so far. I'm not sure what I'm doing wrong :/

    • @Piqcked
      @Piqcked 2 місяці тому

      He's explaining it like an absolute monkey.

  • @TE4Time
    @TE4Time 3 місяці тому

    Thanks Lep, the advanced macro works a treat for me!

  • @jmcdermott53
    @jmcdermott53 3 місяці тому +1

    Or Bungie could make the drops less excruciating and people wouldn't be forced to do this.

  • @darkdele98
    @darkdele98 2 місяці тому +3

    I set everything up but I don't understand how to activate it

  • @colinrock8816
    @colinrock8816 3 місяці тому +5

    Just be careful. This guys opinion on what will or won’t get you banned isn’t what bungie deems ban worthy. Bungie also said that they’re going to be banning macro users more often than they have in the past. Also said they’d be harsher on what counts. So just be safe if you care about your characters.

    • @lemons2513
      @lemons2513 3 місяці тому +3

      They haven’t banned a single person using macros ever

  • @FirstTraumify
    @FirstTraumify 3 місяці тому +4

    When the script runs to the plant the turn right command does not work consistent how i fixed it turned my game to fullscreen cuz i have 2 monitor i had borderless fullscreen and that fucked with the script or smthn now it works like a charm ❤

    • @finnrosa4649
      @finnrosa4649 3 місяці тому

      Struggled with this too, thank you!!

    • @FirstTraumify
      @FirstTraumify 3 місяці тому

      @@finnrosa4649 np just helpin out those like me who are sick and cant farm or others

    • @FirstTraumify
      @FirstTraumify 3 місяці тому

      An i've just realized if tweaked the script so good that it works with stompees and only stompees😭😂
      Edit: first time using a script😂

    • @curly4793
      @curly4793 2 місяці тому

      Thanks so much this was bothing me so much and making this farm practically useless!

  • @nkdgma
    @nkdgma 3 місяці тому +2

    Still doesn't work for me. Just runs into a stall. Seems like it doesn't turn to the left as much as it needs to

    • @nobodyknows8866
      @nobodyknows8866 3 місяці тому

      mine does this too, works fine for 5 runs then breaks for one and starts working fine again...no clue how to fix

  • @Rhukzy
    @Rhukzy 3 місяці тому +2

    New UA-cam layout doesn’t seem to be able to show Description anymore 😮
    Found addons that could restore youtube layouts... fucking google.

  • @ItsRedIV
    @ItsRedIV 3 місяці тому +3

    For some reason the script won-t turn my character to the right at the beginning of the loop and I have no idea why

    • @karx11erx
      @karx11erx 2 місяці тому

      That sometimes happens. Most of the time it should however work.

  • @pagnean4234
    @pagnean4234 3 місяці тому

    Great video, it was short, concise and left me withe everything I needed to know.

  • @bseriousTV
    @bseriousTV 3 місяці тому +3

    I dont know whats more scripted, the macro or the teleprompter 🤔

  • @na-rg9po
    @na-rg9po 2 місяці тому

    LOVE this! thumbs up

  • @joshuasmith6909
    @joshuasmith6909 3 місяці тому

    You know the grinding is bad when a macro is the only way to reasonably get what you want.

  • @codybeames1534
    @codybeames1534 2 місяці тому

    It works so well some times and then just absolutely doesn't other times. My biggest issue currently is that it won't turn right after the inital run, or it will miss the landing drop in the first place

  • @bezolsmate
    @bezolsmate 3 місяці тому

    for anyone whos macro is overshooting the chest, use a heavier weapon. thank me later. Also, if you’re on 3440x1440 like me, make sure your screen bounds are pushed all the way to your actual resolution.

  • @viny.8191
    @viny.8191 2 місяці тому +1

    How to start the macro? Just press [ key or AltGr+[??

  • @norttv3464
    @norttv3464 3 місяці тому +1

    anyone had an issue with it sometimes not hold left click to travel to the landing sometimes, pretty inconsistent for me

    • @heems859
      @heems859 3 місяці тому

      did you find a fix? I can help you if not

  • @ZetzMemp
    @ZetzMemp 2 місяці тому

    Tried changing all settings, macro runs off a cliff every time. Annoying.

  • @TheZeldaHeart
    @TheZeldaHeart 3 місяці тому +2

    It doesn’t only pull class items, it pulls engrams for Pale Heart and Gunsmith. Also standing in place killing thrall for useless xp is completely different from getting loot.

    • @AtlRopeGuy
      @AtlRopeGuy 3 місяці тому +1

      @@ZacNorth - Learn to read before commenting

    • @ZacNorth
      @ZacNorth 3 місяці тому

      @@AtlRopeGuy i can’t read, can you make a voice message of what you just said

  • @ewanpark5760
    @ewanpark5760 2 місяці тому

    IM BEGGING YOU please post a video of you doing it from start to finish because it isn't working for me as I have 0 clue how to use autohotkey or a macro? The only way I've gotten it to work is in the notepad thing which clearly isn't ment to happen

  • @darbs1832
    @darbs1832 2 місяці тому

    This just doesn't work lol all it does is run your character to the left up against a plant box, sits there for 15 seconds, then sometimes reloads the map. Other times it just hovers over the fast travel point and never clicks it.

    • @yamalortiz5152
      @yamalortiz5152 2 місяці тому

      Turn aim smoothing off that fixed it for me.

  • @UltronImperative
    @UltronImperative 3 місяці тому +1

    My map keeps scrolling down as soon as I start the macro my mouse isn’t moving at all

  • @swagbruh4205
    @swagbruh4205 3 місяці тому +4

    mines working fine just one thing sometimes it wont click on the landing and sometimes it will how do i get it so it always clicks it

    • @UndeadCheetah
      @UndeadCheetah 3 місяці тому +1

      reset controller settings are reset, ensure your sensitivity settings are correct for your controller, ensure you're on a 16:9 aspect monitor or use the 16:10 version, use 30 fps and no v-sync. That fixed any inconsistencies for me.

    • @daocommand85
      @daocommand85 3 місяці тому

      I am having the same issue

    • @leopardstealth
      @leopardstealth  3 місяці тому +2

      Add a slight delay before the launch button click. Like an extra 1000ms.

    • @ElMaiku
      @ElMaiku 3 місяці тому

      Same problem. It simply wont click sometimes.

    • @leopardstealth
      @leopardstealth  3 місяці тому +2

      @@ElMaiku add a slight delay before the clicking the launch button or try to get the virtual controller macro to work. It's definitely more tested.

  • @thenonchosen
    @thenonchosen 2 місяці тому +1

    Is this still working for anyone? The date is currently 7/9 btw

    • @stonekeeper295
      @stonekeeper295 2 місяці тому +1

      It's working currently.

    • @stonekeeper295
      @stonekeeper295 2 місяці тому

      @@Whoistoddjones The thing is, this macro only gives 1 chest per run. Its faster to do it manually as you can get 5 chests per run on average. AFK will be slower than doing this by yourself so keep that in mind. The chances were I believe 1/40 or 1/50 so they are very low
      (There is the 2 chest in 1 run but I havent tried that macro yet)

  • @lemons2513
    @lemons2513 3 місяці тому

    Probably have over 1k hours in this game. If I have to sit there and open the same 5 chest for the next 16 hours for a maybe upgrade to my already good build I’d rather just quit. I’ve had this macro running all night probably have like 8 class items now and they were all pretty much dookie 😂

  • @tadams5810
    @tadams5810 2 місяці тому

    Has anyone heard of anyone getting banned for this btw? Has bungie said anything? It's been almost 3 weeks and I don't think bungie has said anything, and this seems like it violates ToS, but so many people are doing it at this point that idk if anyone is even going tig et in trouble for it...

  • @kamaleyonvt
    @kamaleyonvt 3 місяці тому +2

    i'm having all sorts of problems here
    my character isn't turning far enough left, i tried changing it myself (from -700 to -1100) and it still isn't far enough
    then it doesn't turn to the right at all
    the basic version left me standing infront of the stall in the middle of the landing where i died multiple times
    more often than not it doesn't actually click on the fast travel zone, and just freezes on the map and falls apart
    so much of this is not working for me and i have ZERO explanation or understanding as to why

  • @jaysonrobinson5202
    @jaysonrobinson5202 2 місяці тому +1

    So i am having an issue with the mouse moving over slightly when traveling back to the landing after about 4 or 5 runs. It moves to the left enough after that it won't be hovering over the landing travel spot anymore. Has anyone come across this and figure out how to fix this

    • @MyDemonkill
      @MyDemonkill 2 місяці тому

      im having the same problem

  • @vinski19
    @vinski19 3 місяці тому +1

    It works for a couple of runs then I keep losing the right turn at the flower pot somewhere between the 2nd and 4th loop. Any ideas?

  • @panteraa69
    @panteraa69 3 місяці тому +1

    Turn character right (line 43) (after running to plant) is the only inconsistent line for me. it often doesn't execute. all other character turn inputs work fine. Anyone else have this issue?

    • @leopardstealth
      @leopardstealth  3 місяці тому

      Weird. Try the other script with the virtual controller. It's definitely better tested.

    • @blenm3
      @blenm3 3 місяці тому

      I have the same issue. Adding a 500 ms delay before the turn, and turning off "enhance pointer precision" in windows seems to have made it more consistent, but it still happens.
      I plan on trying the virtual controller macro tomorrow/Saturday when I have more time to play with it

  • @lm_Nitro
    @lm_Nitro 3 місяці тому +1

    @leopard The macro sometimes just stops fast travelling to the landing weird

    • @crokedile751
      @crokedile751 2 місяці тому

      Happens to me sometimes too, but usually corrects itself when restarting the loop, just misses one while correcting

  • @ltcantoni3364
    @ltcantoni3364 3 місяці тому

    yes king

  • @itsmoonlord24
    @itsmoonlord24 3 місяці тому

    The only thing thats stopping me from using this is that my monitor is 1440x900 lol

  • @Antrament
    @Antrament 3 місяці тому +1

    GET YOUR LOOT!

  • @heems859
    @heems859 3 місяці тому +2

    the macro is causing my guardian not to turn at all so it just runs straight into the booth thingy straight ahead. Any solutions?

    • @tobinc2403
      @tobinc2403 3 місяці тому

      have you figured it out?

    • @heems859
      @heems859 3 місяці тому

      @@tobinc2403 yea I did. If anyone else is having that issue make sure that your aim smoothing is off in game, that fixed it for me

  • @PrimeAlphaMorph
    @PrimeAlphaMorph 2 місяці тому

    mine does not start up? Running it with auto key settings are fine just not starting running it in window borderless

  • @advirnig
    @advirnig 2 місяці тому

    i cant get the script to run no matter what. i zone into the landing, hit the correct button, and nothing happens

  • @G82Jesse
    @G82Jesse 3 місяці тому

    For the life of me, I cannot figure out how to make this work on a 21:9 aspect ratio monitor

  • @jacobmaloney7203
    @jacobmaloney7203 2 місяці тому

    done all this. nothing works :D give up ill wait for increased drop chance

  • @ryanschlecht6087
    @ryanschlecht6087 3 місяці тому +2

    Having an issue where sometimes after a run or two my guardian will run to the plant, and then not turn around at all. Any idea how I can help with that consistency?

    • @Strafings
      @Strafings 3 місяці тому

      yes, its your dpi, for my mouse i run 800 dpi and that fixed it for me, lmk if you still need help i had the same issue and tried a few things which may work for you as well.

    • @ryanschlecht6087
      @ryanschlecht6087 3 місяці тому

      @@Strafings ​​⁠this worked wonders, thank you very much!

    • @josephrodriguez210
      @josephrodriguez210 3 місяці тому

      @@Strafingsthis still has not fixed the same problem for me . There still are times where my character will not turn at all even with 800 dpi

    • @meatdraw
      @meatdraw 2 місяці тому

      @@josephrodriguez210 I am still having trouble with this, but one thing I changed to see the initial left turn, is the load in time when loading into the planet. its the line that says "Sleep, 10000 ; Wait 10 seconds for Landing to load" you could increase it to 15000 or so and see if it makes a difference.

  • @Raining345
    @Raining345 3 місяці тому +1

    Does that chest ALWAYS spawn? I’ve been manually farming and I don’t recall it always being there after the reloads…

  • @2ndexodus1000
    @2ndexodus1000 3 місяці тому

    Use the second version. Works MUCH better!!!

  • @Massen.
    @Massen. 2 місяці тому

    still working but I do get issues when it comes to the orbit part

  • @nashkell
    @nashkell 3 місяці тому

    hit the griddy on them chests

  • @daocommand85
    @daocommand85 3 місяці тому

    Amazing

  • @rickiboulter3053
    @rickiboulter3053 3 місяці тому

    This can't be legal in a cross platform game

  • @eyjay1508
    @eyjay1508 2 місяці тому

    Why does your character instantly turn skipping the actual turning part? It looks weird I'm afraid the game might pick it up as an aimbot or something.

    • @nikkosmit6985
      @nikkosmit6985 2 місяці тому

      I had just tried the script today. I think this is because of the dpi requirement, as in, this negates that for people with simplier mice. I did the scrip with 4100 dpi, and had the exact same experience as with 800 dpi the 2nd time.

  • @KFRR-e4k
    @KFRR-e4k 3 місяці тому +1

    so what is auto hot key for? how do i actually make it so it works in game i just changed the binds in the script now what

    • @sam_rom
      @sam_rom 2 місяці тому

      After saving your keybinds: run the macro (double click the file), tab to the game and press the "run" button that you have (it says "[" so yeah..).
      Autohotkey does all what the script says, and you will notice
      Tip: down in the app bar, there will be a up-facing arrow (this "^") that shows the Autohotkey shortcut. Right click to show the actions of it.

  • @danglestick_online
    @danglestick_online 3 місяці тому +1

    scripted? he's starting to youtube for real now! :)

  • @retro3909
    @retro3909 2 місяці тому

    Anyone know if this still works? Everytime i load in, that chest never spawned there.

  • @SCRATCHONEMORE
    @SCRATCHONEMORE 2 місяці тому

    Once M+K version is running can it keep running after turning the monitor off? When turning monitor off but leaving audio on can hear the loop break after turning off monitor. Is there a way to set it up where the monitor can be turned off?

  • @mint75
    @mint75 3 місяці тому

    my issue rn with the macro is that it will run 2 times than fail to relaunch the landing on the 3rd time and idk how to fix it honestly

    • @lemons2513
      @lemons2513 3 місяці тому

      Read other comments and replies u have to change the 10ms to 100ms in the script using notepad should be somewhere near the (sleep; function and next to it should be a 10 change it to 100 and then save and load the script up in the program

  • @pattyotk
    @pattyotk 3 місяці тому +1

    Cant tell if im doing something wrong, when i hit the button to run the script nothing happens, then if i hit the button repeatedly my character shoots his weapon 3 times and just runs forward continuously

    • @Danielwalters2131
      @Danielwalters2131 2 місяці тому

      same has yours worked yet

    • @Snake142000
      @Snake142000 2 місяці тому +1

      I fixed the problem by making sure the keybinds are set to your account instead of the authors

    • @pattyotk
      @pattyotk 2 місяці тому

      @@Snake142000 meaning my autohotkey account?

    • @Snake142000
      @Snake142000 2 місяці тому

      @@pattyotk yea under the settings when you open the macro with notepad++. That being said, the makers of the tabbed out version linked in this video just made a new macro that gets two chests a run and this double the efficiency

    • @pattyotk
      @pattyotk 2 місяці тому

      @@Snake142000 hey i'm still not seeing anything for changing keybinds. you mean open the macro with notepad++, then go to settings...then what? also i dont see any other source for the two chests per run macro, nothing on either Leopard or sevenoilrigs channels, do you have a link?

  • @xcBlackDiamond
    @xcBlackDiamond 3 місяці тому

    I really hope I don’t get banned

  • @Hovss
    @Hovss 3 місяці тому +2

    whys ur ghost button "6"?

  • @na-rg9po
    @na-rg9po 2 місяці тому

    Also, what does this do when you get attacked? It seems like mine just stops and doesn't do anything

  • @lewk6329
    @lewk6329 2 місяці тому

    Incredibly buggy for me... if you can get it working its probably great but just in general its awful to try and get going. originally it wouldnt work because once i got to the first chest i had walked too far forward so it wd just reset so i changed the settings to stop it going so far forward and it just stopped tping to the landing and whenever it did i wdnt turn left and wd just walk forward into the little stall on the path. it is what it is imma jus have to go back to farming them manually

    • @KronicDaydreamZ
      @KronicDaydreamZ 2 місяці тому

      Just try a different gun. Your running to fast

  • @ImInfinix
    @ImInfinix 3 місяці тому

    im not seeing any text when i load into the game, i did clock run script, on my taskbar it shows that the script is active

  • @coltoncummins682
    @coltoncummins682 2 місяці тому

    when ever I use it it justs open map and nothing else, any potential solution?

  • @maxi-dm2vd
    @maxi-dm2vd 2 місяці тому

    guess there's no way to afk farm on console

  • @mikec5249
    @mikec5249 3 місяці тому

    it's technically Running any 3rd party software..i'm out no thanks...

  • @flicks_fps4421
    @flicks_fps4421 2 місяці тому

    Still works today :)

    • @robinleprince7172
      @robinleprince7172 2 місяці тому +1

      Is it just me or does the chest not spawn everytime now ?

    • @flicks_fps4421
      @flicks_fps4421 2 місяці тому +1

      @@robinleprince7172 I’ve noticed small changes where it may not spawn but I have farmed 15 items since I posted the comment

    • @robinleprince7172
      @robinleprince7172 2 місяці тому

      @@flicks_fps4421 Cool, thank you

  • @andrewarvizu2100
    @andrewarvizu2100 3 місяці тому

    My issue is that sometimes the turn commands don’t work. Anyone have any fixes?

  • @curly4793
    @curly4793 2 місяці тому

    Is anyone else having the problem where you get to the planter box but you dont turn twoards the chest most of the time? It works occationally but i cant figure out what is causing it to not work I've checked a couple times if all my setting are right but they seem all good

    • @djmcgonigal
      @djmcgonigal 2 місяці тому +1

      Make sure you are on full screen and not windowed fullscreen

  • @andreyerdocia1187
    @andreyerdocia1187 3 місяці тому +1

    Is there a version of this macro that works on other resolutions?

  • @LukeFox92
    @LukeFox92 2 місяці тому

    Anyone aware of a way to allow this script and game to run when the display is off? I've got a qd oled monitor so I would like to turn off the display to limit any possibile burn in. Every time I do it the script will run for like 3 minutes then freak out. I turn the monitor back on and it's out of the game and opens a bunch of random things due to it still " pressing buttons"

  • @SlothCommander69
    @SlothCommander69 3 місяці тому

    Wait I seemed to miss the part where you can tab out? just seen KB&M and controller version

    • @Vakda
      @Vakda 3 місяці тому

      The controller version is tabbed out. It's a virtual controller so destiny will keep running in the background while you can use KB&M outside of it.

  • @delvinpierre4813
    @delvinpierre4813 2 місяці тому

    Having an issue when I try to load back into the landing; the cursor is a little off to the left and messes up the rotation … any solutions ??

  • @Andrew-r1q
    @Andrew-r1q 2 місяці тому

    Consoles will always be the best . Harder movement and aims for the real beasts girls use pc

  • @hectornieves537
    @hectornieves537 3 місяці тому +2

    So the consistency is off for me at times and perfect at other times. The part that's hiccuping for me is the landing left mouse click to reload the area. It just hovers over the landing and doesnt reload the area?

    • @timschulz-j9w
      @timschulz-j9w 3 місяці тому +5

      there is a 10ms delay in the script before left clicking on the location on your map. this can lead to '"left click" not being registered at all, leading to the script executing on the map, not ingame. 10ms delay is not big enough of a pause for various hardware related reasons. increasing the pause to 100ms leaves room for system variance and runs 100% consistent for me, at 30fps.
      you'll be looking for "small pause", sixth line from the "loop 40" command. increase that to 100ms.

    • @denjii9
      @denjii9 3 місяці тому

      @@timschulz-j9w yo ur nuts thanks man

    • @hectornieves537
      @hectornieves537 3 місяці тому

      @@timschulz-j9w W response thanks fam

  • @Piqcked
    @Piqcked 2 місяці тому

    imagine fuck**ng properly explaining how to execute the macro.

    • @leopardstealth
      @leopardstealth  2 місяці тому +1

      @@Piqcked not the youtube channel for computer basics 🤭

  • @wattsy8511
    @wattsy8511 3 місяці тому

    Seems to work couple times then when it goes to open map just hovers the landing and not loads??

    • @leopardstealth
      @leopardstealth  3 місяці тому

      Add more delay in the script before the launch button is pressed

  • @bosspanda6195
    @bosspanda6195 Місяць тому

    Lol well this didn't last

  • @rivera3312
    @rivera3312 2 місяці тому

    How do you guarantee enemies wont spawn where you need to stand on overthrow rank up?

    • @sam_rom
      @sam_rom 2 місяці тому

      Thats the nice part.
      After loop 40, it throws to orbit and then land again to the pale heart

  • @affliction1599
    @affliction1599 3 місяці тому

    This process seem illegal

  • @PergoR6
    @PergoR6 3 місяці тому

    When I press the bracket it doesn’t start. Is there somewhere I should be clicking or pressing prior to clicking it?

    • @heems859
      @heems859 3 місяці тому

      are you right clicking the script in your files and pressing "run script"? if not try that

  • @Spahki
    @Spahki 2 місяці тому

    I have a basic mouse without any software to change the DPI. How do I set the DPI to 800?

    • @austerelizard4159
      @austerelizard4159 2 місяці тому

      you might have a button on ur mouse that changes dpi it might say online for your mouse or in the instructions. 800 dpi is usually the lowest setting for a standard mouse. im not sure if this helps sorry.

  • @XFORBUDTNAVNX
    @XFORBUDTNAVNX 2 місяці тому

    where do u see the mouse on 800?

  • @ColtonCummins
    @ColtonCummins 2 місяці тому

    getting a error at line 12, anyone know why?

  • @rubetuesday95
    @rubetuesday95 2 місяці тому

    Im having issues with setting up the openmap keybinds its not there ingame

    • @kane1428
      @kane1428 2 місяці тому +1

      on ur keybinds near the bottom it's the one called 'open director/ new quest details'

  • @HTSBarren
    @HTSBarren 2 місяці тому

    Definitely impressive and cool but yeah im gonna stay out of this one

  • @diiptm
    @diiptm 3 місяці тому +2

    i have a question im italian sorry for mu eng can i get banned ?

  • @JamesDuffy-ty8lp
    @JamesDuffy-ty8lp 3 місяці тому

    Now give a solution for xbox

  • @jokerop2512
    @jokerop2512 3 місяці тому

    I’m not sure but in the MnK macro, it does not select the launch i.e. does not left click for me

    • @LoAlCo
      @LoAlCo 3 місяці тому

      I edited the script to do another left mouse click and that fixed it for me. Sometimes it fails but it still goes through because of the second attempt.

    • @alejandroadmade9520
      @alejandroadmade9520 3 місяці тому

      Put 100 ms intead of 10

    • @jokerop2512
      @jokerop2512 3 місяці тому

      Alright, that helps

  • @shanehall23
    @shanehall23 2 місяці тому

    What about PS5

  • @zggunner333
    @zggunner333 2 місяці тому

    THAT SERVERS FULL OF NET LIMITERS AND CHEATERS

  • @juansantamaria7476
    @juansantamaria7476 2 місяці тому

    Ppl say hunters are op, breh pc players are op lol