Jump to content

autoit for diablo2 LOD


Recommended Posts

ok the game i play is called Diablo 2 LOD its a MMO RPG and ive seen scripts written for it before but what i want it to do is run the game for me and stuff i have some visual basic exp but not much and i know the game and its files pretty well..... if you can help me with this it would be very appreciated!!

Any other ?'s post them or msg me on yahoo at crazy_whitmore or email me at crazy_whitmore@yahoo.com

Thanks for your time and help!,

Crazywhitmore

Link to comment
Share on other sites

ok the game i play is called Diablo 2 LOD its a MMO RPG and ive seen scripts written for it before but what i want it to do is run the game for me and stuff i have some visual basic exp but not much and i know the game and its files pretty well..... if you can help me with this it would be very appreciated!!

Any other ?'s post them or msg me on yahoo at crazy_whitmore or email me at crazy_whitmore@yahoo.com

Thanks for your time and help!,

Crazywhitmore

*sigh*

AutoIT is not really compatible with Diablo II.

I'd suggest you look into C++, or even SCAR (which can do some Diablo II-related elements.)

If you're looking for heavy modifications, "RedVex" is an upcoming "Diablo II Language" in which you can make some pretty nice scripts and such.

Link to comment
Share on other sites

This is possible, many bots were written in AutoIt for Diablo II.

I play that game myself :)

BackStabbed@USEast/West

-.-

It's just easier in the other languages, but in the long run it's probably easier with AutoIt, unless yo ualready know C++ or Scar!

Edited by BackStabbed

tolle indicium

Link to comment
Share on other sites

ok ummm well i dont want to get banned is the thing thats why i felt if i made my own script and all i would have a less likely chance. also figure autoit would be more of like me doining the actions and would be less noticable to the server... if you could maybe help me get started some how that would be great just post back!!!

pow_crazy@useast

crazy_whitmore@useast

hughes_whitmore@useast

Thanks for your time,

crazywhitmore

Link to comment
Share on other sites

  • 7 months later...

I Play Diablo 2 LoD i find this Script bud it´s not working. when i join the game 600x800 and use the scripthey gimme a msg from:

Line 32 (File "C:\Dokumente und Einstellungen\PC NAME\Desktop\Neue Ordner\Diablo 2 Drop-Bot.au3") || ToolTip(Feld: " & $i , 0,0, ) ToolTip("Feld : & $i , 0,0^ ERROR) || Error: Error parsing funktion call.

PLZ help me

opt("Mousecoordmode",0)

$i = 1
$ii = 0
$x = 431
$y = 351
$speed = IniRead("settings.ini", "settings","speed", "3")

HotKeySet("{F1}", "start") 
HotKeySet("{F2}", "stop") 


func stop()
    sleep(99999999999999999)
endfunc

func jump()
    $ii = 1
    while 1
        stop()
        $x = $x + 30
        $ii = 0
        Start()
    Wend
EndFunc

func start()
    while $i
        ToolTip("Feld: " & $i , 0,0, )
        mousemove($x,$y,$speed)
        mouseclick("left")
        mousemove(300,300,$speed)
        mouseclick("left")
        $x = $x + 30
        $i = $i + 1
    if $i = 11 then
        $y = $y + 30
        $x = 431
    elseif $i = 21 then
        $y = $y + 30
        $x = 431
    elseif $i = 31 Then
        $y = $y + 30
        $x = 431
    elseif $i = 41 Then
        stop()
    endif
    WEnd
EndFunc


while 1
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...