Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Black Desert
You last visited: Today at 01:12

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[AutoIt] CrayonCode Bot Project (OpenSource & Free)

Discussion on [AutoIt] CrayonCode Bot Project (OpenSource & Free) within the Black Desert forum part of the MMORPGs category.

Reply
 
Old 06/05/2017, 19:46   #691
 
elite*gold: 0
Join Date: Jun 2017
Posts: 13
Received Thanks: 1
I am still having issues with worker feeding.
Maybe it is because my worker icon is the 3rd one instead of 4th.
If so, can someone help me change the coordinates to de correct icon? I am a little lost.
falsiane is offline  
Old 06/05/2017, 20:06   #692

 
.Bloodseeker's Avatar
 
elite*gold: 212
Join Date: Feb 2009
Posts: 3,229
Received Thanks: 995
Quote:
Originally Posted by †Deadly† View Post
Hello, I could share a little fix for Striker seals if you want .
go ahead
.Bloodseeker is offline  
Old 06/05/2017, 23:00   #693
 
†Deadly†'s Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 224
Received Thanks: 314
Quote:
Originally Posted by .Bloodseeker View Post
go ahead
Here you got, follow same steps BUT you also have to :
1) go to settings
2) change chat from ENTER to ²

And now the bot work with seal ! The seal img is in the zip ! Just follow normal step and don't forget to follow the red one !
Attached Files
File Type: zip CrayonCode_v0.21.zip (1.23 MB, 51 views)
†Deadly† is offline  
Thanks
1 User
Old 06/05/2017, 23:26   #694
 
elite*gold: 0
Join Date: Apr 2017
Posts: 26
Received Thanks: 0
Just wanted to throw it out there if anybody else was experiencing the "Unidentified state" problem I ran into a while back I found the fix. It was related to color sensitivity not matching what the bot was looking for. Go into nvidia settings and check your color settings and override application settings to have nvidia run them. Bot is back to working like a charm
goodspuds is offline  
Old 06/06/2017, 04:10   #695
 
elite*gold: 0
Join Date: Apr 2017
Posts: 34
Received Thanks: 4
Quote:
Originally Posted by †Deadly† View Post
Here you got, follow same steps BUT you also have to :
1) go to settings
2) change chat from ENTER to ²

And now the bot work with seal ! The seal img is in the zip ! Just follow normal step and don't forget to follow the red one !

nICE TY

Edit: Have error in your Fix !
if send Enter it self open Chat windows it buged sometime xD, with this fix you dont need go to settings and change chat Key from ENTER to ².

just change this:

MouseClick("right", $LW[0] + 20 + $LW[4] * $j, $LW[1] + 20, 1)
Sleep(50)
Send("f") // change Send("f") to CoSe("{f}")
Sleep(50)
Send("{ENTER}") // To fix it change Send("{ENTER}") to CoSe("{SPACE}")
Sleep(50)
imedbox is offline  
Thanks
1 User
Old 06/06/2017, 08:25   #696
 
elite*gold: 0
Join Date: Jun 2011
Posts: 49
Received Thanks: 5
Hello everyone. Can someone explain me how can I go to sell and repair? Bot seems to be working fine like catching etc. but I cannot get it working to repair the rod.
esistDunkel is offline  
Old 06/06/2017, 08:32   #697
 
†Deadly†'s Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 224
Received Thanks: 314
Quote:
Originally Posted by imedbox View Post
nICE TY

Edit: Have error in your Fix !
if send Enter ther open Chat bar xD, with this fix you dont need go to settings and change chat from ENTER to ².


MouseClick("right", $LW[0] + 20 + $LW[4] * $j, $LW[1] + 20, 1)
Sleep(50)
Send("f") // change Send("f") to CoSe("{f}")
Sleep(50)
Send("{ENTER}") // To fix it change Send("{ENTER}") to CoSe("{SPACE}")
Sleep(50)
Hello,
Can you explain me the difference between Send AND CoSe ? Thanks in advance.
†Deadly† is offline  
Old 06/06/2017, 11:40   #698
 
elite*gold: 0
Join Date: Apr 2017
Posts: 34
Received Thanks: 4
Quote:
Originally Posted by †Deadly† View Post
Hello,
Can you explain me the difference between Send AND CoSe ? Thanks in advance.
Difference between send and controlsend :

1 - Send will send keys/commands to the active app.

2 - Control send will send keys/commands to a specific control regardless if it is currently active, with the Control commands you specify the window you want to interact with, making them much more stable than Send, Note that ControlSend() can be used to interact with controls that are hidden or that doesn't have focus as well.
imedbox is offline  
Old 06/06/2017, 15:09   #699
 
elite*gold: 0
Join Date: Jun 2017
Posts: 13
Received Thanks: 1
Got workers working (lol) last night.

Didn't knew i had to start the bot once with esc window open, so that bot ccould get the correct coordinates to worker button. Also had to adjust some offsets in the main script.

Next: Gotta fix Auto-restock (i'm doomed).
falsiane is offline  
Old 06/06/2017, 15:27   #700

 
.Bloodseeker's Avatar
 
elite*gold: 212
Join Date: Feb 2009
Posts: 3,229
Received Thanks: 995
Second night in a row the bot didnt dry the fishes...
It just stops when there are 2 inventory spaces left (intented), but it doesnt start drying the fish, instead it just stops...
.Bloodseeker is offline  
Old 06/06/2017, 17:16   #701
 
elite*gold: 0
Join Date: Mar 2010
Posts: 22
Received Thanks: 4
this doesnt restart with steam?
kong1596 is offline  
Old 06/06/2017, 19:08   #702
 
elite*gold: 0
Join Date: Jan 2016
Posts: 290
Received Thanks: 33
anyone got the 0.21 source code, the github one is outdated.
ruikangzhu1990 is offline  
Old 06/06/2017, 20:29   #703
 
†Deadly†'s Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 224
Received Thanks: 314
Quote:
Originally Posted by .Bloodseeker View Post
Second night in a row the bot didnt dry the fishes...
It just stops when there are 2 inventory spaces left (intented), but it doesnt start drying the fish, instead it just stops...
Disable fish dry, 0.22 going to fix it, but he said that he gona share it next week ! Btw Dryed fish is never bought on the shop ... so useless ... :/

Quote:
Originally Posted by imedbox View Post
nICE TY

Edit: Have error in your Fix !
if send Enter ther open Chat bar xD, with this fix you dont need go to settings and change chat from ENTER to ².


MouseClick("right", $LW[0] + 20 + $LW[4] * $j, $LW[1] + 20, 1)
Sleep(50)
Send("f") // change Send("f") to CoSe("{f}")
Sleep(50)
Send("{ENTER}") // To fix it change Send("{ENTER}") to CoSe("{SPACE}")
Sleep(50)
Why CoSe space tho ? isn't enter to take loot ?
†Deadly† is offline  
Old 06/06/2017, 21:25   #704
 
elite*gold: 0
Join Date: Jul 2007
Posts: 68
Received Thanks: 6
Quote:
Originally Posted by †Deadly† View Post
Disable fish dry, 0.22 going to fix it, but he said that he gona share it next week ! Btw Dryed fish is never bought on the shop ... so useless ... :/


Why CoSe space tho ? isn't enter to take loot ?
But u can use dried fish for cooking. Or sell on marketplace.
palancho is offline  
Old 06/06/2017, 22:00   #705
 
†Deadly†'s Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 224
Received Thanks: 314
Quote:
Originally Posted by palancho View Post
But u can use dried fish for cooking. Or sell on marketplace.
No one buy dried fish on marketplace, and I don't have the knowledge for cooking these fish :/ !
†Deadly† is offline  
Reply


Similar Threads Similar Threads
[Opensource] PokeMMO Autoit bots
01/12/2014 - Pokemon - 117 Replies
DON'T USE THIS UNTIL WE FIND A WAY TO WORK AROUND THE CAPTCHA!!! Gnomepy's PokeMMO bot V6.1 *31 january 2013* Functions: -Heals when hp/pp is low -Catches shiny's -Train EV (currently only Attack, Speed and Sp.Attack are added)
[OPENSOURCE PROJECT] BROWSERGAME
02/06/2012 - Web Development - 8 Replies
HEYHO Leute :D , Ich suche Leute die Lust hätten mit mir ein eigenes Browsergame zu erstellen. Also ich bräuchte ein ganzes Team so wie Sponsoren usw. Wir Brauchen Programmierer Und eine Idee. Was genau wir veröffentlichen wollen. Alle die Vielleicht nicht mit machen wollen aber eine idee haben bitte in den Kommis Schreiben LG StreetFight
[OpenSource Project] C++ CoCore
01/26/2011 - CO2 Private Server - 59 Replies
Alright, I think I'm done with the lurking for now.. The main reason of me starting this project is to get some people to use C++ instead of C#. There are a few members who I believe have potential, and I think those are pretty much the ones who will take interests into this project. What is this CoCore, and what does it contain?: Unknown (?) Yes.. Unknown. I think I want the members who are interested to provide me with a list of things that should be put in, for example, custom...
Farmville Automatizer OPENSOURCE free bot [AutoIT]
04/05/2010 - Facebook - 2 Replies
Farmville Automatizer released! Open Source >>> Download <<<



All times are GMT +2. The time now is 01:12.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.