Jump to content

DimeBag

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by DimeBag

  1. Nevermind, i read it wrong.
  2. I can't find a function that searchs for a specific line of text. Like how pixel has PixelSeach(). Is there something like that for a string?
  3. I see didn't think of things your perspective. I could see how the rest of the code would help too, would provide you basic backgroud info about what the program is doing. Thanks for the time and help man .
  4. I have an 85 lines of code written, i just don't feel the need to show it. Its not neccisary to show my work to you or anyone if it has nothing to do with the question? Get what i am saying. I don't think you need to post comments about things either because its a help forum. Its not called, "Opinions about users forum". Sorry if i am being rude but i felt the need to say that. EDIT: Towards SmOke_N i have looked through others bots codes and thats how i got some ideas. I just couldn't seem to find out how they did. Someone can close this or something.
  5. I realize that there are bots for diablo i have used them. I just feel the need to make my own. I would just like my question answered please .
  6. #cs----------------------------------------------------------------------------- $Username = type in your username for diablo 2. $Password = type in your password for diablo 2. $Diablo_File_Path = where your diablo 2 file is located, keep the -w and the -ns at the end of your file path. #ce----------------------------------------------------------------------------- $Diablo_File_Path = "" $UserName = "" $Password = "" $CharSlot = "" Thats how it is right now, making a bot for diablo 2. I need them to input there username, password all that stuff. I would like them to do it in notepad if possible. I just don't know how to link the 2 files together. So it takes what they have input and put it in the script. Less vague i hope . EDIT: that is part of the script, so they can see my whole script in note pad and edit that stuff at the top.
  7. Ok to simple lol. Also how do i make it where they can edit the values of certain variables. Like say. $level = "19" It equals their level, how do i make it where they can edit that?
  8. Ok let me try again . I have a script that i would like to run on a computer without autoit. What do i need to do to get it run, without downloading autoit on the computer. Better ?
  9. I have a small script i would like users of my forums to run. How would they be able to run it without autoit. My friend told me something about a call function in it, don't really know if that is how you would do it. I also need a way for them to edit the script with selection of certain items, preferably using notepad. Thanks any help would be apreciated.
×
×
  • Create New...