Pwningcrew
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Pwningcrew

All about Hero Wars
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 How to get a perfect Stealthbot for Clan Channel?

Go down 
2 posters
AuthorMessage
Sir_PostsALoT

Sir_PostsALoT


Number of posts : 212
Age : 34
Location : Somewhere in Time and Space
Registration date : 2008-03-14

How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitimeSat Mar 15, 2008 3:23 am

READ ALL, THEN BEGIN!!!!

At first... you shoud know what you want, i mean, what your bot can do, if you are connected. Maybe write it down, what you want, get a notice about all the plugins...

Watch this... think its helpful oO


• Get the install executable from stealthbot.net or from here.

• Install it on your pc like on C:/Stealthbot/ or the default dir. (same?)

• Get the bot running, hit the setting button on the top, then bot settings and do the same like the guy on the vid or use the step by
step thing...

• If you are done with the settings, get the patched executable like in the vid, maybe here. Its the patched one for WCIII! If ypu are using another Game... search here...

• If you want to get some plugins, you've got to download the plugin system thing... For further information (recommendet) you can read the topic on stealthbot.net (here Wink )

• Get the plugins you want... just run the inbot command /updates, choose your ones and download them via /getplugin PREFIX (where PREFIX is the prefix of the plugin that you want) and DON'T FORGET TO RELOAD THE SCRIPT or restart the whole bot!

• Enable all the plugins you want to use and customize them (like the randomteam-script).

• Have fun on the Channel =P

If the links dont work, please send a private message =P

Kind regards

Sir_PostsALoT
Back to top Go down
http://www.pwningcrew.aforumfree.com
XXXaLoHoLXXX
Admin
XXXaLoHoLXXX


Number of posts : 92
Age : 34
Location : Earth
Registration date : 2008-03-14

How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: Re: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitimeWed Apr 16, 2008 10:03 am

thanks for your post dude and thanks for your help now i have working bot Laughing
Back to top Go down
https://pwningcrew.aforumfree.com
Sir_PostsALoT

Sir_PostsALoT


Number of posts : 212
Age : 34
Location : Somewhere in Time and Space
Registration date : 2008-03-14

How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: Re: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitimeSat Jun 28, 2008 5:59 pm

the plugin system

Code:
'// Plugin System Installer v1.21
'//  by Swent
'//    Last modified 2:35 AM 9/8/2007 by Swent

Sub Event_Load()

  AddChat vbYellow, "If you receive any Script Control pop-ups (normally you won't), hit Continue."

  Set tmpFSO = CreateObject("Scripting.FileSystemObject")

  SSC.PrintURLToFile "PluginSystem.dat", "http://www.stealthbot.net/p/plugs/PluginSystem.dat"
  If tmpFSO.FileExists(BotPath() & "PluginSystem.dat") Then
    AddChat 39423, "Downloaded PluginSystem.dat to your StealthBot folder."
  Else
    dlFailed = True
  End If

  SSC.PrintURLToFile "script.dat", "http://www.stealthbot.net/p/plugs/regscript.dat"
  If tmpFSO.FileExists(BotPath() & "script.dat") Then
    tmpFSO.DeleteFile BotPath() & "script.txt"
    tmpFSO.CopyFile BotPath() & "script.dat", BotPath() & "script.txt"
    tmpFSO.DeleteFile BotPath() & "script.dat"
    AddChat 39423, "Downloaded the modified script.txt to your StealthBot folder."
  Else
    dlFailed = True
  End If

  If dlFailed Then
    AddChat vbRed, "Error: Attempts to download one or more needed files to your StealthBot folder failed."
    AddChat vbRed, "Please see: http://www.stealthbot.net/board/index.php?s=&showtopic=22229&view=findpost&p=193446"
  Else
    AddChat vbGreen, "All needed files downloaded successfully."
    AddChat 39423, "To complete this installation you MUST go to the Settings menu and click 'Reload Script'."
  End If
End Sub

Sub Event_FirstRun()
End Sub

Sub Event_ServerInfo(Message)
End Sub

Sub Event_ServerError(Message)
End Sub

Sub Event_UserTalk(Username, Flags, Message, Ping)
End Sub

Sub Event_UserEmote(Username, Flags, Message)
End Sub

Sub Event_WhisperFromUser(Username, Flags, Message)
End Sub

Sub Event_UserJoins(Username, Flags, Message, Ping, Product, Level, OriginalStatstring)
End Sub

Sub Event_UserLeaves(Username, Flags)
End Sub

Sub Event_FlagUpdate(Username, NewFlags, Ping)
End Sub

Sub Event_LoggedOn(Username, Product)
End Sub

Sub Event_UserInChannel(Username, Flags, Message, Ping, Product)
End Sub

Sub Event_ChannelJoin(ChannelName, Flags)
End Sub

Sub scTimer_Timer()
End Sub

Sub Event_PressedEnter(Text)
End Sub

Sub Event_KeyReturn(KeyName, KeyValue)
End Sub

Sub Event_MessageSent(Message)
End Sub
 
Sub Event_ClanInfo(Name, Rank, Online)
End Sub

Sub Event_Close()
End Sub
Back to top Go down
http://www.pwningcrew.aforumfree.com
Sir_PostsALoT

Sir_PostsALoT


Number of posts : 212
Age : 34
Location : Somewhere in Time and Space
Registration date : 2008-03-14

How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: Re: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitimeSat Jun 28, 2008 6:04 pm

for connection use the bnls server system

open your "config file"
go down under [main]

paste there a new line with the severname...

like this:
SetBNLSServer=pyro.no-ip.biz

you can use some other servers...

Hdx.JBLS.org
pyro.no-ip.biz
pyrojbls.no-ip.biz
frostwraith.no-ip.org
distant-jbls.no-ip.org
ribose.no-ip.org
Back to top Go down
http://www.pwningcrew.aforumfree.com
Sir_PostsALoT

Sir_PostsALoT


Number of posts : 212
Age : 34
Location : Somewhere in Time and Space
Registration date : 2008-03-14

How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: Re: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitimeSat Jun 28, 2008 7:05 pm

the updated exe for wc2 and sc

http://www.berzerkerweb.com/StealthBot%20Needed%20Files/StealthBot%20v2.6R3.exe
Back to top Go down
http://www.pwningcrew.aforumfree.com
Sir_PostsALoT

Sir_PostsALoT


Number of posts : 212
Age : 34
Location : Somewhere in Time and Space
Registration date : 2008-03-14

How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: Re: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitimeFri Sep 19, 2008 7:30 pm

hey, because of the latest update you need to change your config ini again, means you have to add something again...

it should look like that then:

[main]
WAR3VerByte=16
W3XPVerByte=16
SetBNLSServer=pyro.no-ip.biz
...

soon stealthbot 2.7 will be released
Back to top Go down
http://www.pwningcrew.aforumfree.com
Sponsored content





How to get a perfect Stealthbot for Clan Channel? Empty
PostSubject: Re: How to get a perfect Stealthbot for Clan Channel?   How to get a perfect Stealthbot for Clan Channel? Icon_minitime

Back to top Go down
 
How to get a perfect Stealthbot for Clan Channel?
Back to top 
Page 1 of 1
 Similar topics
-
» clan? ?
» New HW CLAN

Permissions in this forum:You cannot reply to topics in this forum
Pwningcrew :: Programs and Tools :: BOT and other helpfull things-
Jump to: