Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
autoit gmerc code
#1
I didnt see this on here so i figreed ppl may want it press end to start and pause script home to kill script.
---------------------------------------------------------------------------------------------------
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")
While 1
Sleep(3)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(3)
MouseClick("Left")
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
Reply
#2
Whenever someone has asked about the merc glitch, I have given them a script. Never thought of posting one though, nice work.

To compile a script with AutoIt, see this page

Here is the script with some indentations to make it easier to read

Code:
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")

While 1
    Sleep(100)
WEnd

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        MouseClick("Left")
    WEnd
EndFunc

Func Terminate()
    Exit 0
EndFunc
Reply
#3
can someone give me a step by step on how to work this,i cant figure it out. any help would be great
Reply
#4
you copy the script into autoit then run the script and place your cursor above the item you're glitching then press end on your keyboard to start / stop
Reply
#5
stupid people suck,

i was having a time tryin to get this to work too. it hink what you need to do is right click on your d2 shortcut and click properties. then put -w (space before the -). this was the only way i could get the script to work. also, -skiptobnet is handy too, there's a list somewhere.
Reply
#6
uh.. CHANGE THE SLEEP FROM 3 TO 30

SLEEP AT 20 IS KINDA DANGEROUS

I'VE FOUND 30 SLEEP TO BE JUST FINE.
and most i've glitched on a merc for 1 part out of the 4 is 2 mins 30 seconds...

im most definetly certain any higher and you get a i.p. ban.

but i've also heard at other websites they have ran it for hours for the sole purpose to lag the game...
*dont even try. you get banned*

so how long has everyone here glitched for? and I'm talking for one pice only out of hoj dragon dream helm and dream shield.. ??
Reply
#7
Also this may seem dumb, but to a ****** they have to realize to glitch your merc you need two Dream or Dragon runewords, and it needs to be an act3 merc.
Reply
#8
i guess this thread is gettin old..still i want to know about how long peole glitch for cause i was usin this pretty heavily for a while.

(dark immortal could you explain waht you mean by sleep time [what it does] and 1 out of 4 some more? i don't get it)

i usually glitch my merc 50-75 times in one player game. if i'm runnin chaos for levelin people then i need to glitch it to about 150 to be any faster than not glitching at all.

does anyone elses' game crash if the gmerc through frigid higlands or any other "outside" location in act5? i won't crash in teh caves or in the wkeep.

i only use dreams, with enigma and 6ist phase blade on merc. well, 5 ist one hel.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  can't find this piece of code Tacos 1 126 09-06-2012, 03:28 PM
Last Post: comper
  Is there a way to code d2nt to only pick unique etheral items and not ID them? Kratess 2 365 09-27-2011, 03:35 AM
Last Post: Grimtrooper
  Question about what this script/code means != impuls351 2 192 07-02-2011, 05:23 AM
Last Post: impuls351
  need help adding socket pickit code Bosx 4 343 02-12-2011, 06:39 AM
Last Post: Bosx
  Need help adding code for LLD items jfish360 3 266 01-30-2011, 11:14 AM
Last Post: Jammer74
  Random room name code ImBr 0 247 01-30-2011, 05:42 AM
Last Post: ImBr
  Random room name code ImBr 0 149 01-30-2011, 05:41 AM
Last Post: ImBr
  can someone put this in code format so its easier for people to get chrtylee 4 306 01-29-2011, 11:33 AM
Last Post: Jammer74
  D2NT Attack Code Problem HuevoPicante 5 2,118 12-01-2010, 08:48 AM
Last Post: Jammer74
  Autoit script to Hide D2NT + Diablo Window + Autostart Shazz 0 1,039 10-25-2010, 09:59 AM
Last Post: Shazz

Forum Jump:


Users browsing this thread: 1 Guest(s)