Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Logon
#1
Now i hardly play diablo since school started and because i got into programming... and i decided to make a program using Autoit which is for a really simple process... which is loging in..
It Automatically Logs in with your account, and charecter
It Clicks Join game and types /f list into chat box.
It also can Instantly Exit out of D2 through Hot Key

Kinda Pointless but good practice for me..
If you want to use it d/l here

Too start it Open the D2Logon Info.ini and edit it.
Then run the .exe
A pop up box should apear but to run hit Ctrl+Shift+S
Ctrl+Shift+X to Instantly Exit D 2
Ctrl+Shift+E to End the Autoit Program.

Also i have only tested on my comp so this is a beta test to see how it works on other systems any feedback would be great!
Reply
#2
Ive looked over it and its is safe. I will only release the source code if it isnt.
Reply
#3
Yah i am not trying to get anyone in banned or steal there account...
just wanted to make a easy ulity program but more versions will come out with more and more features...
Reply
#4
Good To Hear. Keep Up The Good Work
Reply
#5
Thanks!
well it dont look like any body is using it Tongue but if you do please tell me anything you think i should improve on. or some functions you think would be nice to add, like what i may do is add a autoTP which i will have create a TP and gointo it with just clicking one button...
Reply
#6
Code:
HotKeySet("{HOME}", "CreateAndEnterPortal");F1

While 1
    Sleep(100)
WEnd

Func CreateAndEnterPortal()
While 1
   Sleep(100)  
   Send("{F8}");Opens portal skill
   MouseClick("right");Casts portal skill
   $coord = PixelSearch(224, 68, 508, 414, 0xFFFFFF, 4);Search for portal
   If Not @error Then
      MouseClick( "left", $coord[0], $coord[1] );Click on portal
      ExitLoop  
   EndIf
Wend
EndFunc

;224, 68 = Top Left
;508, 414 = Bottom Right
Reply
#7
yah i know how to do it...
and also F8 aint all ways for tp so id read it from a ini...
also what ur code will do is when u hit Home Send a TP click on it and send a tp and click on it over and over.... which it will enter the portal and leave it over and over again becuase it well.... should allways find it....
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto mule etal devonfym 1 151 07-20-2012, 11:13 AM
Last Post: comper
  auto msg d2etal bot hasn't been config'd Stinky 3 194 05-04-2012, 08:33 AM
Last Post: comper
  New File Added: Auto Tele 1.7 for v1.13d Spitfire 0 1,316 12-01-2011, 06:13 PM
Last Post: Spitfire
  Auto muling and saving gcs with only certain ilvls RealNate 2 391 02-16-2011, 05:07 PM
Last Post: RealNate
  Auto Teleport 1.3 HaZz4rD 1 1,882 07-11-2008, 10:22 AM
Last Post: NINGEN
  Auto-Message Bot, where to find? blake_ 2 319 10-21-2007, 04:48 AM
Last Post: blake_
  auto it help Q_0 xsv_dearman 1 231 08-07-2007, 10:47 AM
Last Post: ren3g4de
  where can i get auto aim tenakinator 1 307 07-18-2007, 12:23 PM
Last Post: Outbreak
  auto aim help random 1 806 07-13-2007, 08:47 AM
Last Post: slashbomb
  Auto it error Kay 0 331 07-10-2007, 01:50 AM
Last Post: Kay

Forum Jump:


Users browsing this thread: 1 Guest(s)