![]() |
Free source
;============================( GameForce )============================
;Version: 1.0 ;Language: English ;Platform: Win9x / NT ;Author: NDDWinD <[email protected]> ; ;------( Start )------ ;========================( End script hotkey )======================== hotkeyset("{end}", "s_exit") func s_exit() exit endfunc ;==========================( Read Pass.txt )========================== Global $pass = FileOpen ( "pass.txt", 0 ) If $pass = -1 Then MsgBox ( 0, "Error", "Unable to open passfile.txt." ) Exit EndIf ;===========================( Game Name )============================ $gamename=InputBox ("Check out www.nbay.tk", "Enter exact game name:") ;==========================( Win Activate )========================== AutoItSetOption ("WinTitleMatchMode", 4) WinActivate("classname=Diablo II") AutoItSetOption("MouseCoordMode", 0) ;======================( Sleep )======================= sleep(500) ;==================( Game Name as Pass)================ mouseclick("left", 712, 483, 1 ,2) sleep(300) send($gamename) sleep(200) send("{tab}") sleep(300) ;/// PASSWORD /// send($gamename) ;/// End Password /// sleep(200) send("{enter}") sleep(300) ;================( Function name)======== readpass() ;================( Loop )================ Func readpass() While 1 $password = FileReadLine ( $pass ) If @ERROR = -1 Then ExitLoop mouseclick("left", 712, 483, 1 ,2) ;Click 'Join' sleep ( 300 ) Send ( $gamename , 0 ) sleep(200) Send ( '{TAB}' ) sleep(200) Send ( $password , 0 ) sleep(200) Send ( '{ENTER}' ) sleep ( 300 ) Wend FileClose ( $pass ) EndFunc |
Nice.
Doesnt that come from BH , snarg ? |
PS , could you post that list of passwords ^.^ ?
|
Um, so how does it detect a join and stop? 'Cause otherwise, won't it just spam the game name and password list into the chat once you join?
|
Then you have to press "end"
|
I don't see any credit given to me... I practically wrote it.
|
Quote:
and this is quite a bit different than snargs. Snargs is messed unless you change the delays using his source and compile it yourself. This has delays mouseclick("left", 712, 483, 1 ,2) ;Click 'Join' sleep ( 300 ) Send ( $gamename , 0 ) sleep(200) Send ( '{TAB}' ) sleep(200) Send ( $password , 0 ) sleep(200) Send ( '{ENTER}' ) sleep ( 300 ) Wend Between each command. |
Quote:
to big for a single thread. Also about the "end" kill script feature- I could make it stop on game join by using the pixel but that would require 32 bit and some people don't have that. |
use the edit button??
|
Look who he responded to.. Two different people. That's allowed due to the other types of thread viewing modes available.
|
...wow, you're being stupid
It doesn't require the '32 bit' or anything like that. Just do a pixel search for the red in the health globe, or yellowish orange in the stamina bar... or a number of things. THINK. Thanks for the compliments, but you shouldn't be releasing scripts to the public yet, not stable and potentially damaging. |
It not damaging really unless somthing forces you to minimize d2 like pop up or aim. ne ways all i did was post the source the people that are gonna use it can edit it to however the hell they want to.
|
All times are GMT -6. The time now is 02:33 PM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.