Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > Diablo III > Diablo I & II

 
 
Thread Tools Display Modes

 
Free source
Reply
Posted 2004-08-31, 02:36 AM
;============================( GameForce )============================
;Version: 1.0
;Language: English
;Platform: Win9x / NT
;Author: NDDWinD <nddwind@yahoo.com>
;
;------( 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
Old
Profile PM WWW Search
nddwind is neither ape nor machine; has so far settled for the in-betweennddwind is neither ape nor machine; has so far settled for the in-between
 
 
nddwind
 



 
Reply
Posted 2004-08-31, 02:55 AM in reply to nddwind's post "Free source"
Nice.
Doesnt that come from BH , snarg ?
Old
Profile PM WWW Search
Death is neither ape nor machine; has so far settled for the in-betweenDeath is neither ape nor machine; has so far settled for the in-between
 
Death
 



 
Reply
Posted 2004-08-31, 03:09 AM in reply to Death's post starting "Nice. Doesnt that come from BH , snarg..."
PS , could you post that list of passwords ^.^ ?
Old
Profile PM WWW Search
Death is neither ape nor machine; has so far settled for the in-betweenDeath is neither ape nor machine; has so far settled for the in-between
 
Death
 



 
Reply
Posted 2004-08-31, 07:22 AM in reply to nddwind's post "Free source"
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?
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired
 



 
Reply
Posted 2004-08-31, 08:48 AM in reply to WetWired's post starting "Um, so how does it detect a join and..."
Then you have to press "end"
Old
Profile PM WWW Search
Death is neither ape nor machine; has so far settled for the in-betweenDeath is neither ape nor machine; has so far settled for the in-between
 
Death
 



 
Reply
Posted 2004-08-31, 12:11 PM in reply to Death's post starting "Then you have to press "end""
I don't see any credit given to me... I practically wrote it.
Old
Profile PM WWW Search
`Insolence` is neither ape nor machine; has so far settled for the in-between`Insolence` is neither ape nor machine; has so far settled for the in-between
 
 
`Insolence`
 



 
Reply
Posted 2004-08-31, 03:43 PM in reply to `Insolence`'s post starting "I don't see any credit given to me... I..."
`Insolence` said:
I don't see any credit given to me... I practically wrote it.
Thanks for the $gamename input box knowledge you shared with me. And the other Autoit help you provided, you are very skilled with autoit. Oh yea this is only my 2nd script i've made besides a couple little things like timers and shit and item drop script.

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.

Last edited by nddwind; 2004-08-31 at 03:49 PM.
Old
Profile PM WWW Search
nddwind is neither ape nor machine; has so far settled for the in-betweennddwind is neither ape nor machine; has so far settled for the in-between
 
 
nddwind
 



 
Reply
Posted 2004-08-31, 03:47 PM in reply to Death's post starting "PS , could you post that list of..."
Death said:
PS , could you post that list of passwords ^.^ ?
I do not think zelaron would want that.

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.
Old
Profile PM WWW Search
nddwind is neither ape nor machine; has so far settled for the in-betweennddwind is neither ape nor machine; has so far settled for the in-between
 
 
nddwind
 



 
Reply
Posted 2004-08-31, 03:53 PM in reply to nddwind's post starting "I do not think zelaron would want that...."
use the edit button??
Old
Profile PM WWW Search
blckshdwdragon is neither ape nor machine; has so far settled for the in-betweenblckshdwdragon is neither ape nor machine; has so far settled for the in-between
 
 
blckshdwdragon
 



 
Reply
Posted 2004-08-31, 03:55 PM in reply to blckshdwdragon's post starting "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.
Old
Profile PM WWW Search
Sovereign enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzSovereign enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Sovereign
 



 
Reply
Posted 2004-08-31, 05:45 PM in reply to Sovereign's post starting "Look who he responded to.. Two..."
...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.
Old
Profile PM WWW Search
`Insolence` is neither ape nor machine; has so far settled for the in-between`Insolence` is neither ape nor machine; has so far settled for the in-between
 
 
`Insolence`
 



 
Reply
Posted 2004-08-31, 08:13 PM in reply to `Insolence`'s post starting "...wow, you're being stupid It..."
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.
Old
Profile PM WWW Search
nddwind is neither ape nor machine; has so far settled for the in-betweennddwind is neither ape nor machine; has so far settled for the in-between
 
 
nddwind
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:36 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.