Destiny Online Bot v1.4 update

August 20th, 2010

Well, I asked some of the player to test the Destiny Bot v1.4 and it seems that some have it functioning well and some does not have it functioning at all. I was thinking about the bug and I manage to learn a little about it from one of the player.

So I jump to this conclusion, the non-functioning of Destiny Bot v1.4 and earlier was due to the color difference that we have. For your information 16bit color and 32 bit color has a large difference in color. Furthermore for those who is using desktop and laptop, I guess the color is different too since as for now I learn that those who did not have it functioning is using laptop (Since i make this using my gaming desktop).

With this, I will work on Destiny Bot v1.4 and fix the bug. I’m not sure how long it takes but it will be around this month too. So if you can’t use the Destiny Bot v1.4 and really want to use it, hope you can wait a little while more.

Categories: Gaming

Tags: , , , , , , , No Comments

Destiny Online Bot V1.4

August 17th, 2010

Destiny Online Bot 1.4 is released. I’ve tested it for weeks and it should work fine. Major change is the scripting style and the number of line that you need to edit. Then I also create a Read Me file so that you know how to do the installation. Sorry for not having the file earlier. Here is a paste of the Read Me files;

======+++ Versioning & Info +++======
Destiny Bot 1.4
By Leo

Http://www.hotonblog.com

Please post any bug you encountered at http://forum.hotonblog.com
Enjoy the game

======+++ Change Log +++======
Version change to 1.2 – editing on Windows name.
Version change to 1.3 – Enhance Poting using case selection
- Enhance skill use (lowering the delay)
Version change to 1.4 – move when selected ownself
- change WinWaitActive and WinSetOnTop from using Naruto(12345) to $win

======+++ IMPORTANT NOTES +++======
1. Works fine on 1280×1024 pixels windows and should be fine on other size windows too
2. Please do necessary changes to ==> Naruto(12345) – there is only 1 parts in this file. (line 31)
3. FYI, this is not a hack but instead it is a windows script
4. Put main skill in key 1 & 2, key 3 for self heal, key 4 & 5 for buff, Key 7 for lure, Key 8 for scroll, key 9 for Hp pot and Key 0 for Mp Pot
5. If it is not functioning well, you gotta change the value for pixel get color. Get help in Our forum if u want.
6. Please do not cover a part of the game window. Best is makesure you can still see your char pic (you can cover the part below your cultivation point) even if you watching movie or youtube or surf internet
7. Tested well for Warrior, so should be fine for taoist and swordman. But i think other can be used too. Just manipulate the Hotkey (1 – 0) and it will work nicely
8. Use at your own risk. I hold no responsibilities for anything that happen to you when you are using this script.
9. It’s free to distribute and if you made modification and it is success you can share with me.

======+++ Step by Step How to Use Destiny Bot +++======
1. Download DestinyBot1-4.au3 from website
2. Install Autoit (Direct download at http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe if direct download does not work visit Autoit website at http://www.autoitscript.com/ ).
3. After Autoit installation complete, go to DestinyBot1-4.au3 that have been downloaded earlier. Right click on the file then click on edit script.
4. A window will open and on this part you need to edit only 1 line which is line 34.
5. On line 34 you will see;
$win = “Naruto(12345)”

You need to change the “Naruto(12345)” to your Character name and Id number for example my Character name is
Hotonblog and my Id number is 88888 so it will be like this;
$win = “Hotonblog(88888)”

Makesure you don’t miss the Doublequotes (“). Doublequotes must be there and it is so important.
6. After editing is complete, save the file.
7. Then we will proceed to positioning all the open application in your Windows for example internet explorer, mozilla firefox and other application.
8. Open your Destiny Online game in window mode (this script will not work in fullscreen mode unless you know how to edit it)
9. The default window mode for Destiny Online is in 0,0 position. So do not move the Destiny Online window since we need to arrange other windows first and makesure you did not minimize Destiny Online window.
10.If you have other application open such as IE or Firefox,you have to resize your IE or Firefox windows by clicking, on the “Restore Down” button at top right in between “Minimize” and “Close” button.
11.After clicking the “Restore Down” button your windows will be randomly resize. And you can see the Destiny Online window behind the IE or Firefox window.
12.Next you need to manually resize the IE or Firefox window so that you can see your cultivation point. Only the area from cultivation point to the area above cultivation is important and must be visible.
13.After you have resize your window, the area under the cultivation point can be use as a place for you to open IE, Firefox or other application and with resizing, even when you are using other application you still able to see your Character HP and MP and also your cultivation point.
14.With the windows resize is complete then you can finally use the Destiny Online Bot.
15.Double click on the Destiny Online Bot (DestinyBot1-4.au3) that we have edited earlier. And you will see your char to be moving by itself.
16.If it is killing some monster and using some skill then it is functioning properly.
17.But if it is not doing anything, you have to check everything that I tell before. If still cannot works, please visit our
forum as we can discuss it there.

Then the script is shown as follow;

HotKeySet(“{END}”, “close”) ;So that you can press “END” to stop the script in case something goes wrong.
Opt(“WinTitleMatchMode”, -2)

$win = “Naruto(12345)” ;Change the “Naruto” to your char name, for example “Xeron” (Case Sensitive) and 12345 to ur char ID
;Make sure there is no window with the same name, else you will have it functioning on windows that you dont want.

WinWaitActive($win)
WinSetOnTop($win, “”, 0)

WinMove($win, “”, 0, 0)

$worldx = 331
$worldy = 227
$mapx = 485
$mapy = 223
$k = 1
Do
_monstersearch()

Until $k = 2 ;Loop Repeated non stop since $k is always 1. So you need to press End key to stop the script

Func _monstersearch()

$w = 1

Do
ControlSend($win, “”, “”, “{Space}”) ;Loot item
ControlSend($win, “”, “”, “{Tab}”) ;Select Nearest Monster
ControlSend($win, “”, “”, “{Tab}”) ;Select Nearest Monster
Sleep(500)
$culti = PixelGetColor(103, 89)
Select
;case 1 if selected ownself (cultivation point pixel as an indicator)
Case PixelGetColor(461, 39) = 0×397594 AND PixelGetColor(368, 68) = $culti
ControlSend($win, “”, “”, “{ESC}”) ;open world map
$w = 2

;case 2 monster selected
Case PixelGetColor(461, 39) = 0×397594

Do
ControlSend($win, “”, “”, “2″) ;send key 2 for the 2nd Skill
Sleep(1000) ;stop for 1 sec
ControlSend($win, “”, “”, “{Space}”) ;Loot item
Sleep(200) ;delay for 0.2 sec
ControlSend($win, “”, “”, “1″) ;send key 1 for the 1st Skill
Sleep(1000) ;stop for 1 sec

ControlSend($win, “”, “”, “{Space}”) ;Loot item
Sleep(200) ;stop for 1 sec

Select
; case 1 when both hp & mp is less than 80% and 30% then use hp and mp pot
Case PixelGetColor(107, 62) <> 0xFF7531 AND PixelGetColor(79, 73) <> 0x217DFF
ControlSend($win, “”, “”, “9″) ;Press 9 for + instant HP
Sleep(2000)
ControlSend($win, “”, “”, “0″) ;Press 0 for + instant MP
Sleep(1000)
ControlSend($win, “”, “”, “3″) ;Press 3 healing skill
Sleep(1000)
; case 2 when hp less than 80% and mp still more than 30% then use hp pot only
Case PixelGetColor(107, 62) <> 0xFF7531 AND PixelGetColor(79, 73) = 0x217DFF
ControlSend($win, “”, “”, “9″) ;Press 9 for + instant HP
Sleep(1000)
ControlSend($win, “”, “”, “3″) ;Press 3 healing skill
Sleep(1000)
; case 3 when mp less than 30% and hp still more than 80% then use mp pot only
Case PixelGetColor(79, 73) <> 0x217DFF AND PixelGetColor(107, 62) = 0xFF7531
ControlSend($win, “”, “”, “0″) ;Press 0 for + instant MP
Sleep(1000)
EndSelect

ControlSend($win, “”, “”, “8″) ;Training Scroll
ControlSend($win, “”, “”, “7″) ;lure monster skill
Sleep(500)
ControlSend($win, “”, “”, “{Space}”) ;Loot item
Sleep(200)
ControlSend($win, “”, “”, “{Tab}”) ;Select Nearest Monster
Sleep(500)
ControlSend($win, “”, “”, “{Space}”) ;Loot item
If PixelGetColor(368, 68) = $culti Then
ControlSend($win, “”, “”, “{ESC}”)
EndIf

Until PixelGetColor(461, 39) <> 0×397594 ;Keep repeating until the selected monster died
ControlSend($win, “”, “”, “4″) ;buff
Sleep(1000)
ControlSend($win, “”, “”, “5″) ;buff
ControlSend($win, “”, “”, “7″) ;lure monster skill
ControlSend($win, “”, “”, “{Space}”) ;Loot item
ControlSend($win, “”, “”, “{Tab}”) ;Select Nearest Monster
ControlSend($win, “”, “”, “8″) ;Training Scroll

;case 3 if nothing selected
Case Else
;Random Move Start
$LowerLimit = 120
$UpperLimit = 687
$randomx = Random($LowerLimit, $UpperLimit, 1)
$lowery = 118
$uppery = 539
$randomy = Random($lowery, $uppery, 1)
ControlClick($win, “”, “”, “Left”, 1, $randomx, $randomy)
Sleep(2000)
ControlSend($win, “”, “”, “{Tab}”) ;Select Nearest Monster
If PixelGetColor(368, 68) = $culti Then
ControlSend($win, “”, “”, “{ESC}”)
EndIf
$w = 2
EndSelect
Until $w = 2
EndFunc   ;==>_monstersearch

Func close() ;This is a function and doesn’t actually run unless you tell it to. For example
Exit
EndFunc   ;==>close

Sorry I have to paste it here, since it will be useful for you to read the original file from the blog. Plus it is also for indexing.If you encountered any bug please tell me in the forum.

So you can download the file here: Destiny Online Bot V1.4 (DestinyBot1-4.rar)

and download Autoit here : http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe

Categories: Gaming

Tags: , , , , , , 2 Comments

Destiny Online Bot and Destiny Online Mining Bot

August 16th, 2010

I was quite busy with stuff this few days and was also writing and testing the latest script for Destiny Online Bot and also Destiny Online Mining Bot.

I just release the Destiny Online Bot version 1.3 and after I release it, I decided to do some possible changes in the script and this is when the version change to Destiny Online Bot 1.4 occur. Well it’s nothing much but I won’t write about it here since it will be on the release itself. As for Destiny Online Mining Bot, I’ve write a version of bot which work to find sapphire and ruby in the mining pit. I am still testing it out and still encountered lots of bug. So once i think it is fine for testing, I will make a version release.

Forum site is up again. Sorry for having it close for some time and having lots of spam in the forum. By the time I built it last time I just install the application and did not install any spam measure so  that is why we have lots of spam. By the way I just install some mods for the forum site and will be integrating lots of other stuff too. I think I gotta change the appearance first but it is not so important as other thing that I need to do in this coming weeks. So will let it be like that for a while. Next time when you need help with the bot just get me there. I will visit the forum as much as I can. But you can email me if you need direct help. I have my email somewhere around here, maybe in the author page.

If you realize, last 2 months my site had been identified as distributing Malware and that also cause my forum to be closed. For your info my site is injected with some script that altered a lot of my files for wordpress and forum (Many other good site is also injected). And on the same time I was busy with final exam and finishing my thesis. That is the reason why you are not able to get the Destiny Bot and did not get support on how to make it working since I also lazy to go to my site and repair the files.

As for the bot itself, I receive a message in the forum requesting for a video tutorial on how to set everything up. It was such a great idea and I think I will be able to do it but then it will need some times and will require passion in doing it. There is some freeware that can help me do it, so if i have some free time and I am up to it, I will release a video tutorial for destiny bot. So at the moment, the best I can do was making a Read Me file so that you are able to make it working step by step. Sorry for being lazy and thanks for the idea Dude.. XD

After this I will release Destiny OnlinE Bot 1.4 and hope you can use it without error. What I can say was, use the bot when you really don’t have gold or bullion since Ingle Games needs some fund to run the game server. When everyone did not purchase any bullion from them anymore, they will not have fund to hire GM, GE (Game Engineer) and also wont have profit. Even this bot was created, we still need to support them by being a player and a player that purchase the bullion. By the way it is depend on you on how to use the bot. I just create it for my own use but I release it just as sharing some of my skills. And one important notes was USE IT ON YOUR OWN RISK. I am not responsible with anything that happen to your character.

So that’s it for now, I will make lots of improvement to the Destiny Online Bot soon. Not much I can think but a GUI (Graphic User Interface) for the bot so that you do not need to download Autoit and script editing. By the way leaving it as of now is quite good too since we will be able to create more people that know how to do simple programming. Hope you can enjoy the game.

Categories: Gaming

Tags: , , , , , , , No Comments

Bad Dream – Dream of Broken Teeth

August 16th, 2010

One of the worse thing that we don’t want to happen to ourselves was having one of our teeth broken. Teeth is considered to be one of the most important part in our body. Since I guess without teeth you won’t be able to talk properly. Especially some hard to pronounce vocal. And this is the main thing why I mentioned in my topic – dreaming of broken teeth as a bad dream.

Plus, according to local Sabahan beliefs and even Chinese beliefs, dreaming of broken teeth has its own meaning. Dreaming of broken teeth is like having someone warn us about some bad occasion that might occur. According to the beliefs, the bad occasion is usually be referring to having some family members or relatives die in the near future.

For some of us, it might be like a warn so that we can make a preparation of someone that is going to depart from this world soon. By the way for some other people, this is a really unlucky dream and they will never wish to get this kind of dream.

One most worrying thing about this dream was, when it warn us that someone is going to depart, it most probably will cause us feel insecure. we really worried that one of our close family members are going to die soon and this will make us unable to concentrate on our daily life (If the person is really believe in this belief). So one possible way to raise the hope that none of our family members going to depart from us was telling them the story about the broken teeth dream. Most of the time, by telling them the story, they will become more careful with their daily works. And most of the time (as of my experience), it will not happen to the person that you have tell the story and is near to you. So if you ever dream of your teeth broken, just tell the story to your family members. Let them know and just rise some curiosity in yourself so that you will feel better.

As for this dream, I just decided to share my story since few weeks ago I happen to have this dream too. It was such a long dream that i don’t really remember the details. But in that dream 5 of my teeth is broken. That was the worse nightmare to me since I value my teeth so much. Then after the dream, I manage to tell my mom and some of my family members.

Few days later, then I get a SMS from my uncle, telling me one of my Grandmother (late Grandfather’s siblings maybe) has passed away. So this is why I believe this dream. It does not happen once in my life. But many times and it really happen as what our belief told us. So it is depending on you whether or not you believe it.

Categories: People, Something Strange

Tags: , , , , No Comments

One, Two, Three, Seven…Owh!

August 13th, 2010

The topic kinda remind me of my 3 years old nephew and niece. When you ask them to count from 1 to 10 they will usually count it like this; 1, 2, 3, 7, 4, 10… Sometimes it brings back memory when we are children too. But for me there is not much in mind since my brain only works to remember some of the important events in my life such as when I caused a little kitty to die as I put the kitty in a can of Milo (God forgive me for that.. I’m a cat lover now, you know..), or when  I jump to a bamboo trees acting as “Superboy” (Now i know it’s  Superman) and cause a little scar on my head. But all that is not related to what I’m going to write later. I think this will be a little review but maybe it is more to the functionality of a website.

Maybe you realize now that Google image has actually evolve again after less than few months if its changes from the Google Image that we have been using for more than a year. If before using Google Image Search will return us with a picture only with some simple description, url and also size of the image, now Google Image search has rather improvise. And the improvement was rather so much that we could say it to be one, two, three, seven….

Few months back we can see Google image make a wide change the its Google Image functionality by adding a simple navigation on the left column. At first, it seems to be quite weird for me but then, after using it sometimes, it kind of fun since I am able to filter the picture more based on color, type of pictures and also size. This maybe due to the amount of pictures generated everyday that has caused the complication of image searching. And thus Google together with it’s engineer has write another rather complex algorithm for image searching. Now, it is no more like before. Image searching could be done so fast that  it could be divided into few types and we can set the filter option on what kind of image that we want to search. Other than that when we click on the image itself, it will bring us to another page which looks more like a Java picture gallery and from there we can navigate through all the picture only by clicking on the next symbol.

But today, Google rather seems to dislike on what they have done before. Or maybe it is rather the website has show Google that they dislike the change. In the previous change, Google has make the pictures viewable like a photo gallery and for us the user it seems to be a lot more convenient. Since we can view the picture one by one without going to the site as some of them are rather a slow-to-load website (some due to too many ads, slow hosting or even has scripting error).

If you use Google Image today, it looks like the image position was quite a mess. You can see they are in a row but the line has actually gone.  It looks kinda mess for me but I’m not sure how you look at it. Maybe I’ll started to like it sooner. One thing that I like about the new changes was, when you roll over to the pictures, you will be able to see  a bigger thumbnail of the picture. And it is quite nice when you are in need to search for something. But even I like this one functionality of the new Google Image search, I found out that Google Image start to get weirder. They will load a lot of pictures for you and will show more than 10 pages of picture. In which if you roll down it will start to load itself if no, then it will keep as a blank grey box. I did not found this as beautiful but it is not annoying too. By the way, I think it might slow down the loading time for those with low connection. So if your connection is slow (either maybe caused by the slow ISP Provider or too many using the same line of connection, or you are using the rather Slow Malaysia Broadband Connection), one advice from me was let the picture to load on the first page rather than directly scroll down to the pictures below. That will actually save your bandwidth.

The rather new interface where when we roll the mouse over the picture, the thumbnails will get bigger.

The grey blank box which appear in each search. This rather could make the image load slower but if all already load, we will have many image to view.

This is a version that is more website friendly. Since it will bring us to the site directly and will load the website in an Iframe behind the image.

By the way, as for the Google Image search now, it is more website friendly. Since when you click on the picture, it will directly take you to the website where it does make the picture preview bigger and slowly loads the website behind the picture in an Iframe. This way, the website owner will like it better than the one before. But still not sure how long will this stay since I bet this is still a beta version of Google Image Search even if they did not mention it there. Furthermore I think not everyone like on how it was arrange this time. I just hope it will be better since I love Google Image.

Categories: HotOnBlog, Review

Tags: , , , , , , , No Comments

Feed

http://www.hotonblog.com /