[RELEASE] Kab-Bot (GlobalDekaron bot) **NO BYPASS REQUIRED

07/31/2010 18:57 kabflash#301
Quote:
Originally Posted by boty2 View Post
Why do I get this error? :( [Windows 7 64-bit] Previous versions work fine.
[Only registered and activated users can see links. Click Here To Register...]
You need richtx32.ocx, scriptbot uses it. The best way to fix it would be to download and install vb6-sp6runtime files.
[Only registered and activated users can see links. Click Here To Register...]

But you can also install just Rich32.ocx
  1. [Only registered and activated users can see links. Click Here To Register...]
  2. Back up your current copy of RICHTX32.OCX and copy the new version to the same file location. This file should be located in the WINDOWS\SYSTEM directory on your C: drive (for Windows NT and 2000: \WINNT\system32).
  3. Using your mouse, click on the "Start" button and then click on "Run".
  4. According to your Operating System, type the following command to register this library file:

    Windows 95, 98, or Me:
    regsvr32 \windows\system\RICHTX32.OCX


    Windows NT or 2000:
    regsvr32 \WINNT\system32\RICHTX32.OCX


    Windows XP:
    regsvr32 \windows\system32\RICHTX32.OCX
  5. You should see a message saying "DllRegisterServer ... succeeded"
If you are getting an error telling you that the file is missing, then you are not typing the command in correctly. You will need to type it in *exactly* as as shown above for your operating system.

* Please note that there is a SPACE after "regsvr32" and before the rest of the command.
07/31/2010 19:53 boty2#302
This is what I get...
[Only registered and activated users can see links. Click Here To Register...]

*Solved* Changed UAC settings and worked... :) Thank you!
08/01/2010 02:14 kabflash#303
Version 3.4a(7-31-2010)
*ScriptBot will now pause when lost Dekaron Focus. It resumes where it left off in the script!
*Fixed some bugs with ScriptBot
*Exciting New options for ScriptBot!
[Only registered and activated users can see links. Click Here To Register...]

With these new options you can do anything with ScriptBot! From making a party healer bot, to an auto-recall-sell-buy pot-go back to spot bot, to a dungeon runner bot. The possibilities are near endless!

*edit- Next release will add more keys as commands-"All Game defaults for all Actions"
08/01/2010 23:35 mongarkas#304
Component 'COMDLG32.OCX' or one of it's dependencies not correctly registered: a file is missing or invalid

can any1 help? windows xp home SP3
08/01/2010 23:43 kabflash#305
Quote:
Originally Posted by mongarkas View Post
Component 'COMDLG32.OCX' or one of it's dependencies not correctly registered: a file is missing or invalid

can any1 help? windows xp home SP3
Either update your vb6runtimefiles to sp6(i posted the link like 10 times in this topic) or register comdlg32.ocx(google how!). Probably both.
or go here
[Only registered and activated users can see links. Click Here To Register...]
08/02/2010 01:00 booYer#306
remeber if u are on 64 bit its

regsvr32.exe C:\Windows\SysWOW64\comdlg32.ocx

And it needs to be placed in SysWOW64 folder not system32
08/02/2010 01:18 s3ko#307
could u make 1 script to farming in dg?
08/02/2010 04:56 shinitenshi#308
Quote:
Originally Posted by kabflash View Post
Version 3.4a(7-31-2010)
*ScriptBot will now pause when lost Dekaron Focus. It resumes where it left off in the script!
*Fixed some bugs with ScriptBot
*Exciting New options for ScriptBot!
[Only registered and activated users can see links. Click Here To Register...]

With these new options you can do anything with ScriptBot! From making a party healer bot, to an auto-recall-sell-buy pot-go back to spot bot, to a dungeon runner bot. The possibilities are near endless!

*edit- Next release will add more keys as commands-"All Game defaults for all Actions"
Been gone a weekend and wow :) gona test it now!

BTW: i fixed that error by installing this:
[Only registered and activated users can see links. Click Here To Register...]
win7 Ult 64bit

Edited:
-Love the new save feature where you can select (browse)

Edited:
-your scripts already do that ^^ nice
-I have noticed that if we were to share scripts with eachother we would have to post the Desktop resolution and the gameclient res as well for the scripts to work.
-add another key "pgup" "pgdown" all the Move Camera keys that way you can quickly se it to birds eye veiw and make scripting easy or just type "mov;640;0,rdn,mov;640;400,rup,"
-a must (Bigger Screen for scriptcode for easy editing) and after a certain ammount of char it enters so its not just one continous line :)

I was testing this in draco desert spawn to salesmen and i couldn't get the auto target to work. here is what i did.

Code:
mov;640;0,rdn,mov;640;400,rup,s-dn,5000,s-up,a-dn,1000,a-up,s-dn,900,s-up,a-dn,1600,a-up,s-dn,3000,s-up,u,
what it does
birds eye view> runs down 5sec > runs left .9sec > runs down 1.6 sec > runs down 3 sec > next target (to select NPC)
but doesn't work because am using the "u" key and there isn't a key for next npc on the help list so maybe adding one?
Res i used was 1280x800

Quote:
Originally Posted by s3ko View Post
could u make 1 script to farming in dg?
Don't you think thats asking to much? How about you make some and post it for us :)
08/02/2010 10:12 kabflash#309
Quote:
Originally Posted by shinitenshi View Post
Edited:
-Love the new save feature where you can select (browse)
Just for you! Lol j/k it was something that annoyed me right when I first implemented it, just now got around to fixing it. :D

Quote:
-I have noticed that if we were to share scripts with eachother we would have to post the Desktop resolution and the gameclient res as well for the scripts to work.
No other users would just have to change the coord's in the script to match their setup.

Quote:
-add another key "pgup" "pgdown" all the Move Camera keys that way you can quickly se it to birds eye veiw and make scripting easy or just type "mov;640;0,rdn,mov;640;400,rup,"
Plan on adding all keys Dekaron uses as Defaults (all the keys in the options list).

Quote:
-a must (Bigger Screen for scriptcode for easy editing) and after a certain ammount of char it enters so its not just one continous line :)
Yeah I'm not happy with it either, was just a quick solution. The problem comes in when I try to save/load multi-line textboxes from text files. It only loads the first line (stops at carriage return). There is a coding solution but it's annoying and I'm just trying to figure out a different way I want to handle it. But it WILL be changed for sure, I hate it.

Quote:
Code:
mov;640;0,rdn,mov;640;400,rup,s-dn,5000,s-up,a-dn,1000,a-up,s-dn,900,s-up,a-dn,1600,a-up,s-dn,3000,s-up,u,
what it does
birds eye view> runs down 5sec > runs left .9sec > runs down 1.6 sec > runs down 3 sec > next target (to select NPC)
but doesn't work because am using the "u" key and there isn't a key for next npc on the help list so maybe adding one?
Res i used was 1280x800
Actually, 'n' is the default for selecting the nearest NPC. :) Just change game option for now to something the bot supports. I'll add 'n' later though.

Quote:
Don't you think thats asking to much? How about you make some and post it for us :)
My thought's exactly. I made the script bot, you make the scripts.

edit-
Btw, also try setting some of the bot supported keys for your view changing. Actually this makes me think I want to change it so all keys can be held down, released, or just clicked like the movement keys and mouse currently can.

Also Some things coming in next release include fixes for a couple bugs I am aware of. Mostly unfinished code dealing with starting/stopping bots while Scriptbot is on, especially in compactmode.

I will probably add that keydown,up,click thing for each key as well as adding more keys in new version. Definitely going to work something out with the scriptbox. I would like to have about a 10 line box with wordwrap and also have it so you can use line break(enter key) whenever you like. I have a pretty easy way worked out in my mind, just gotta try it out in code. :D

Couple ideas I'm hoping to add include commenting, so you can comment your script. like
Code:
1,1000,2,1000,'this is my skills 1 and 2, etc..
I also have an idea for some degree of color detection in the scripts so you could write true healer bot scripts. It would go something like this for the command:
Code:
 match;(coordx);(coordy);(colorcode);(first action for match):(second action for match for as many actions you want).
Then the same syntax for a
Code:
nomatch;
.

I'm too stoned for the other idea's I've had to come to me atm. So ta ta for now. Btw, don't expect this next update to be too quick. But bet your ass Thursday morning will see a patch update. :)
08/02/2010 14:51 shinitenshi#310
ur friend request got me killed LOL i only got like 3% from last night, bummer!
08/02/2010 19:00 kabflash#311
Quote:
Originally Posted by shinitenshi View Post
ur friend request got me killed LOL i only got like 3% from last night, bummer!
I wondered about that once I realized you were AFK, sorry. ;)

Well I didn't feel like sleeping after work last night and managed to come up with a pretty huge badass update for Scriptbot, so here ya go have fun:

Version 3.4b(8-2-2010)
*Bugfixes- You can now turn the skillbot and lootbot off with the stop button which was turned on with scriptbot(scriptbot is running). Previously this prompted a msgbox about using skill/loot bots through script. You still cannot start skill/loot by button while scriptbot is running. You still cannot use lurebot at all with scriptbot, I am considering changing that if ppl want (lurebot to me is useless now). I WILL add option to turn potbot on/off later.
-And fixed bugs where labels would not reflect turning on or off bots quickly.

*You can now specify keydown/keyup for all keys by using *key or -key like *a is 'a' held down. To release key is -key like *a,1000,-a. The key without * or - will just press it normally. Therefore w-up,d-up etc have been changed to reflect this. MOUSE BUTTONS ARE STILL lup,ldn,lck etc.

*new keys
hom = home, ins = insert, del = delete, end = end, a-z = a-z, ctrl = control, shft = shift, up/down/left/right = up/down/left/right arrow, / = /, \ = \.
Keys I couldn't add = pageup/down and alt.

'blahblah = will act as commenting in your script and will be ignored

#blahblahblah will send blahblahblah to chat. :) Yes, lol this means you can make a chat spammer. Well actually it presses enter, enters text, presses enter so this could even be used for private messages with clicks, and dont forget you can change channels by clicking the chat buttons in game. :) I have a script that recalls to braiken, sets up my shop and spams chat. lol.

*Major Improvement in my book!= ScriptBox is changed to be multilined, it is a much friendlier editing size with both horizontal and vertical scrollbars. You can use linebreaks(hit enter) or spaces anywhere in the script you want and when you run it, the Scriptbot will ignore all linebreaks and spaces. Even the wacked out example script in the screenshot below will run properly! It's in the old keyup/down method tho.

Included in this version is defaultscript.txt which is one of my scripts I use to exp , including commenting in the script :). It will run a square pattern 7 seconds in each direction, it will stop at each corner of the square to run skillbot for 30 seconds, then lootbot for 3 seconds(my lootbot delay very fast), then continues to the next corner.

[Only registered and activated users can see links. Click Here To Register...]
08/02/2010 19:15 JoeBS#312
awesome work kapflash, you rock..

but on another note how about delays on the meds and mana pots???
08/02/2010 19:19 shinitenshi#313
Dude I love! Srry but I don't think this a basic bot anymore lol
08/02/2010 19:37 kabflash#314
Quote:
Originally Posted by JoeBS View Post
awesome work kapflash, you rock..

but on another note how about delays on the meds and mana pots???
I'm glad you guys like it, I'm in love with it and have so many more ideas to add, you all will be amazed! :D But I don't get what you mean about the pot delays? You can use potbot(only uses pot when hp gets to the spot u set) along with scriptbot btw. And if your using pots from scriptbot well you can put a delay anywhere, so I dunno what u mean.
08/02/2010 20:18 UpdateSeeker#315
error keep cmin up: component 'COMDLG32.OCX' or one of its dependencies not correctly registered: a file is missing of invalid.