Live Help
Membership
You are a guest!

Register Today!

Log In
Reset Password
Game Network
Community Forum

MMO GAME LIST
World of Warcraft
Age of Conan
Anarchy Online
Archlord
Cabal Online
City of Heroes
City of Villains
Dark Age of Camelot
Darkfall Online
Diablo 2
Dungeons and Dragons
Dofus
Eve Online
Everquest 2
Final Fantasy XI
Guild Wars
Hero Online
Knight Online
Lineage 2
Lord of the Rings Online
Maple Story
Ragnarok Online
Runescape 2
Second Life
SilkRoad Online
Star Wars Galaxies
Tibia
Warhammer Online

FPS GAME LIST
Call of Duty
Combat Arms
Counter Strike
Halo

Welcome Guest ( Log In | Register )

2 Pages V   1 2 >  
Reply to this topicStart new topic
> 100% works Dofus bot...., enjoy^^
post Apr 25 2009, 05:46 AM
Post #1

appleneko



Newbie
*

Group: Members
Posts: 3
Joined: 25-April 09
Member No.: 892,421






I found this on YouTube and I'd tried it, an it WORKS!!
1st, you need a SCAR Divi 3.20, don't ask whr to dl it, google it should do.
Open it, and copy these codes,paste inside the script:

var
x, y: integer;

function Targetwheat1 : Boolean;
begin
if(FindColor(x, y, 1232117, 0, 0, 800, 600))then result:= true
end;

function Targetwheat2 : Boolean;
begin
if(FindColor(x, y, 679825, 0, 0, 800, 600))then result:= true
end;

function Nextwheat1 : Boolean;
begin
if(FindColor(x, y, 708332, 0, 0, 800, 600))then result:= true
end;

function Nextwheat2 : Boolean;
begin
if(FindColor(x, y, 1061237, 0, 0, 800, 600))then result:= true
end;

Procedure Harvest;
begin
if (Targetwheat1)or(Targetwheat2) then
MoveMouseSmooth(x, y);
Wait(100+random(200));
HoldMouse(x, y, true);
Wait(20+random(50));
ReleaseMouse(x, y, true);
Wait(100+random(200));
MoveMouseSmooth(x+27, y+38);

Wait(100+random(200));
HoldMouse(x+27, y+38, true);
Wait(20+random(50));
ReleaseMouse(x+27, y+38, true);
Wait(3000+random(500));
Wait(12000); //<--- However long it takes you to chop wheat!
end;

function nowheat : Boolean;
begin
if(FindColor(x, y, 1683891, 0, 0, 800, 600))then result:= false
end;

begin
harvest;
repeat
if (nowheat) then
harvest;
if(nextwheat1)or(nextwheat2)th en
harvest;
until(false);
end.


now,log in to Dofus.
find a farming area(wheat)
now go back to SCAR Divi.
Find an icon on top(Color picker)
then, click on the color of the wheat that is NOT the same as the ground.
the color code will appear.
copy it and replace with the code on top.

eg.
if(FindColor(x, y, 1232117, 0, 0, 800, 600))then result:= true <-----replace 1232117 with the color u choose.

now, last step.
drag the last icon on the bar(a circle)and place it on Dofus.
click the 'play' button(which in gree in color.)
enjoy :)

This post has been edited by appleneko: Apr 25 2009, 05:48 AM
Go to the top of the page
 
+Quote Post
post Apr 25 2009, 05:46 AM
Post #

Elite Membership


To get the most out of MmorpGuides.com, please view the following information.












Already a Member?

With an Elite Membership you can. . .

  • Reach the highest levels in no time
  • Have one of the most powerful characters in your game
  • Become a valuable member of your clan or guild
  • Become part of a caring and helpful community of gamers

Elite Members enjoy. . .

  • 1,660+ Cheats - tons of working, high quality cheats
  • 1,550+ Guides - We have one of the most comprehensive collections of guides on the net
  • 539+ Bots and macros - Level up quickly, even while you sleep!
  • A chance to win free prizes such as an amazing Playstation 3! And free gold and powerleveling!

No risk, only huge benefits!

  • Your investment can pay for itself in days!
  • Earn gold that you can trade for real money
  • Sell your high level items and characters for a profit!
  • Get tons of expensive guides and cheats in one spot for one small price

Money Back Guarantee!

Not 100% satisfied? We have a 24 hour, money-back guarantee! Contact us for a prompt and courteous refund!

Upgrade to an Elite Membership now!

Not A Member?

Join today and get access to all these great features!

  • Access to newly submitted cheats and guides
  • Download newly submitted bots and macros
  • Chat about your favorite game
  • Submit working content for a FREE Elite Membership!
  • And lots more!
Register Today!
Go to the top of the page
 
Quote Post
post Jun 7 2009, 11:57 AM
Post #2

Rian9500



Newbie
*

Group: Members
Posts: 2
Joined: 20-May 09
Member No.: 910,759






What I'm thinking is that if we are able to make farming bots, what about mining bots and what not but instead of using the colour finder to find the wheat colour we use the colour finder to find the ore colour?
Go to the top of the page
 
+Quote Post
post Jun 8 2009, 04:51 AM
Post #3

margreg



SCAR Coder
Group Icon

Group: Elite Members
Posts: 184
Joined: 26-April 09
Member No.: 893,649






actually it doesn't matter if it wheat or wood or ore, if u put the correct color code scar will find it, as for topic starter , your script need some corrections:

Procedure Harvest;
begin
if (Targetwheat1)or(Targetwheat2) then
begin
MoveMouseSmooth(x, y);
Wait(100+random(200));
HoldMouse(x, y, true);
Wait(20+random(50));
ReleaseMouse(x, y, true);
Wait(100+random(200));
MoveMouseSmooth(x+27, y+38);

Wait(100+random(200));
HoldMouse(x+27, y+38, true);
Wait(20+random(50));
ReleaseMouse(x+27, y+38, true);
Wait(3000+random(500));
Wait(12000); //<--- However long it takes you to chop wheat!
end;
end;

look at the corrections I made in it(they are in bold form), this is more correct I think.
Go to the top of the page
 
+Quote Post
post Jul 11 2009, 03:57 AM
Post #4

xxcrinkxx



Newbie
*

Group: Members
Posts: 1
Joined: 11-July 09
Member No.: 948,243






Ummm are u able to tell me the link to the youtube video...
Im new to all this
So if anyone has a video that would be great umm.gif
Go to the top of the page
 
+Quote Post
post Aug 10 2009, 06:27 PM
Post #5

ZeroFallen



Newbie
*

Group: Members
Posts: 4
Joined: 5-August 09
Member No.: 970,653






What if you get attacked?
Go to the top of the page
 
+Quote Post
post Aug 10 2009, 08:23 PM
Post #6

lilwitte



SCAR Coder
Group Icon

Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937






QUOTE(ZeroFallen @ Aug 10 2009, 01:27 PM) *
What if you get attacked?

your character will die, also, iff i'm thinking correctly this bot doesn't close the levelup box either, currently i'm working on and almost finishing up my next bot, which will auto-fight and incorporates a few other features to work 24/7 365 for eternity xD


--------------------
SCAR Coder

DofusBaseV1
[||||||||||]

Want to make progress bars like me?
CODE
use this base one as an example!
[[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Go to the top of the page
 
+Quote Post
post Aug 12 2009, 08:14 PM
Post #7

ZeroFallen



Newbie
*

Group: Members
Posts: 4
Joined: 5-August 09
Member No.: 970,653






Well where your scrip be released?? Here or elite?

This post has been edited by ZeroFallen: Aug 12 2009, 08:16 PM
Go to the top of the page
 
+Quote Post
post Aug 13 2009, 05:54 AM
Post #8

ltjustas1



Master
*******

Group: Members
Posts: 363
Joined: 19-May 09
From: In Your ######
Member No.: 910,369






if you would release it here it would be awesome!


--------------------
FEED HIM OR DIE >>>>


Suck My Habbas!


----------------------------------------------

<<=- click him and grow him up

-----------------------------------------------
Go to the top of the page
 
+Quote Post
post Aug 13 2009, 07:14 AM
Post #9

lilwitte



SCAR Coder
Group Icon

Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937






QUOTE(ltjustas1 @ Aug 13 2009, 12:54 AM) *
if you would release it here it would be awesome!

I was going to make it, but I had one to many flaws and I have to restart it, I'm making custom commands for it though, so it'll be very easy to setup for the player using it, It will be released here, idk how fast it'd be moved to working with how good it'd be working xD


--------------------
SCAR Coder

DofusBaseV1
[||||||||||]

Want to make progress bars like me?
CODE
use this base one as an example!
[[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Go to the top of the page
 
+Quote Post
post Sep 23 2009, 07:52 PM
Post #10

harjukki



In Training
**

Group: Members
Posts: 16
Joined: 22-September 09
Member No.: 1,006,049






Just add this to somewhere of your code to prevent lvl up boxes, what it does it simply presses enter =).

keyDown(13);
wait(10);
keyUp(13);

ex. you can place it here :

begin
keyDown(13);
wait(10);
keyUp(13);
harvest;
repeat
if (nowheat) then
harvest;
if(nextwheat1)or(nextwheat2)then
harvest;
until(false);
end.

Now it will press enter every time you start to harvest
Go to the top of the page
 
+Quote Post
post Sep 23 2009, 07:52 PM
Post #11

harjukki



In Training
**

Group: Members
Posts: 16
Joined: 22-September 09
Member No.: 1,006,049






I'm not sure of my code i'll test it today.
Go to the top of the page
 
+Quote Post
post Sep 23 2009, 09:37 PM
Post #12

lilwitte



SCAR Coder
Group Icon

Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937






QUOTE(harjukki @ Sep 23 2009, 02:52 PM) *
I'm not sure of my code i'll test it today.

Thanks for contribution, but we have already covered these in our BASIC scripts in elite... we have contributed some very interesting scripts to elite in my time here let alone the time before me... My current project to make a free-based (non-elite) miner that people can learn from and use to make they're own miners is put on halt for a little while... testing a full-blown socket bot and schoolwork, after that I'm back to work on my includes files... tedious but challenging fun work.


--------------------
SCAR Coder

DofusBaseV1
[||||||||||]

Want to make progress bars like me?
CODE
use this base one as an example!
[[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Go to the top of the page
 
+Quote Post
post Nov 4 2009, 04:22 AM
Post #13

Babek



In Training
**

Group: Members
Posts: 6
Joined: 4-November 09
Member No.: 1,036,996






QUOTE(lilwitte @ Sep 23 2009, 10:37 PM) *
Thanks for contribution, but we have already covered these in our BASIC scripts in elite... we have contributed some very interesting scripts to elite in my time here let alone the time before me... My current project to make a free-based (non-elite) miner that people can learn from and use to make they're own miners is put on halt for a little while... testing a full-blown socket bot and schoolwork, after that I'm back to work on my includes files... tedious but challenging fun work.



Pleeeeease I'm trying to understand this only thing I am able to do is clicks and stuff like with the program basic of the basic...
I can't make scar collect stuff it doesn't seem to work when I click and add colour of ash tree when I click play it does nothing......I get no error msgs the script is running but nothing happens sometimes the cursor moves 1-2 times but nothing else happens the script is running but nothing is happening not even character moving not collecting no nothing =/ any idea what the problem is? could u maybe make a script that can run around astrub forest and collect ash If I can get hold of an actual working script I think I understand enough to add more types of resources to it like chestnut etc and fighting monsters and stuff is needed but screw that! I just want something that works.

Tnx in advance
Angelus
Go to the top of the page
 
+Quote Post
post Nov 4 2009, 06:26 AM
Post #14

lilwitte



SCAR Coder
Group Icon

Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937






Well, I have seen the "no click" error before but what you describe is a bad code or something... If anyone ever wanted to make a complicated script for use to the public like that it would be this site that would produce it! This site currently (to my knowledge) has the most Dofus SCAR codes and is growing almost constantly in codes for our community!

I'm working on making a fisher to be quickly followed up by my super-awesome customizable fisher... once that is done I can continue work on the SCAR DOFUS Coding pack.
CodeNamed: DofusCodezV2.scar
with a few very well planned commands that should make base coding less tedious and more complex codes fast to make!

I am currently migrating to a brand new Windows 7 computer (OS Change not computer change) and I'm working on coding the fisher as soon as I get my stuff set up again!

Once the fisher and custom fisher are done I ahve a small code package to release (with a preloader for my scripts! Woo!)


--------------------
SCAR Coder

DofusBaseV1
[||||||||||]

Want to make progress bars like me?
CODE
use this base one as an example!
[[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Go to the top of the page
 
+Quote Post
post Nov 4 2009, 06:28 AM
Post #15

margreg



SCAR Coder
Group Icon

Group: Elite Members
Posts: 184
Joined: 26-April 09
Member No.: 893,649






QUOTE(Babek @ Nov 4 2009, 04:22 AM) *
Pleeeeease I'm trying to understand this only thing I am able to do is clicks and stuff like with the program basic of the basic...
I can't make scar collect stuff it doesn't seem to work when I click and add colour of ash tree when I click play it does nothing......I get no error msgs the script is running but nothing happens sometimes the cursor moves 1-2 times but nothing else happens the script is running but nothing is happening not even character moving not collecting no nothing =/ any idea what the problem is? could u maybe make a script that can run around astrub forest and collect ash If I can get hold of an actual working script I think I understand enough to add more types of resources to it like chestnut etc and fighting monsters and stuff is needed but screw that! I just want something that works.

Tnx in advance
Angelus


I don't know what script exactly you running on, but if the script is correct and you still don't gather nothing so the problems may be as following:
1. check your dofus screen resolution. It should be on low so the client will find your tree color.
2. mark your tree color again, when I made my lumberjacking script I saw that it is harder for scar to find correct tree color then with wheat color. There are some areas in thouse trees that when scar finds them and chops the tree , it will find that exact color on previous tree that was chopped before.
Go to the top of the page
 
+Quote Post
post Nov 4 2009, 11:20 PM
Post #16

Babek



In Training
**

Group: Members
Posts: 6
Joined: 4-November 09
Member No.: 1,036,996






Thank you <3 I see more movement now that I've fixed around on some things but it only hovers over trees and doesn't actually cut them somehow it jumps to the n-w corner of the computer at some points resolutions and quality are correct...
If you could make a script that travels on certain maps and drops wood when full or deposits in bank I would very muchly appreciate it...
also the targetting map and stuff are sort of odd when I click play it asks me to target next map but the scar is in the way of it so i am unable to target when I change screen the colour targetting disappears and returns when I open scar again any idea what to do?

I havn't found such a script here but if it exists I am willing to become member to acquire it, but I have yet to see scar work...never seen it actually do anything besides move mouse around on my screen.

Sincerely
Babek

This post has been edited by Babek: Nov 4 2009, 11:22 PM
Go to the top of the page
 
+Quote Post
post Nov 4 2009, 11:52 PM
Post #17

lilwitte



SCAR Coder
Group Icon

Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937






If we don't have one, one of our coders (most likely margreg or me since the other coders seem inactive to my knowledge) can probably create one.
The problem, some of those features are pretty hard to implement in a simple code.
Dropping the wood, a problem, running around maps collecting wood, easy.

There may be a problem with your SCAR update to the latest version, download SRL (yes, it's for RS but it helps with glitches in my SCAR for me somehow) and then retry, if not then, you'll have to surf the forums and other SCAR sites since I have seen the "no-click" error all to many times...


--------------------
SCAR Coder

DofusBaseV1
[||||||||||]

Want to make progress bars like me?
CODE
use this base one as an example!
[[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Go to the top of the page
 
+Quote Post
post Nov 5 2009, 06:10 AM
Post #18

margreg



SCAR Coder
Group Icon

Group: Elite Members
Posts: 184
Joined: 26-April 09
Member No.: 893,649






QUOTE(Babek @ Nov 4 2009, 11:20 PM) *
If you could make a script that travels on certain maps and drops wood when full or deposits in bank I would very muchly appreciate it...


I am planning to write such a script, but not for astrub use. It will be easy Incarnum lumber harvester with two maps covering, moving back when dead, ignoring players trade requests, level up window applying. ( I made similar script that farms wheat in Incarnum realm but without dropping resources and it works find, it is in elite section of this forum right now. )
I will implement procedure that will let player to decide if he wish script dropping collected wood or not.
It will be a pop up window in start of my script that will ask if you want to drop collected resources or not.
BUT this script will work only during day time. It wont include ancama anti-bot system color changes.
All in all when it will happen it is probably will move to elite side of this forums by moderators so I don't know if it will help you and you will be lucky to catch it when it still be in this section of forum.

P.S. about your coursor moving to north-west side of your screen - it happens because scar don't find the color you specified. it moustly happen to me when I worked with high resolution in Dofus, but you tell us that resolution is low, so it is probably wrong color pointing, remark your tree colors it may help.
Go to the top of the page
 
+Quote Post
post Nov 5 2009, 07:24 PM
Post #19

Babek



In Training
**

Group: Members
Posts: 6
Joined: 4-November 09
Member No.: 1,036,996






QUOTE(margreg @ Nov 5 2009, 07:10 AM) *
I am planning to write such a script, but not for astrub use. It will be easy Incarnum lumber harvester with two maps covering, moving back when dead, ignoring players trade requests, level up window applying. ( I made similar script that farms wheat in Incarnum realm but without dropping resources and it works find, it is in elite section of this forum right now. )
I will implement procedure that will let player to decide if he wish script dropping collected wood or not.
It will be a pop up window in start of my script that will ask if you want to drop collected resources or not.
BUT this script will work only during day time. It wont include ancama anti-bot system color changes.
All in all when it will happen it is probably will move to elite side of this forums by moderators so I don't know if it will help you and you will be lucky to catch it when it still be in this section of forum.

P.S. about your coursor moving to north-west side of your screen - it happens because scar don't find the color you specified. it moustly happen to me when I worked with high resolution in Dofus, but you tell us that resolution is low, so it is probably wrong color pointing, remark your tree colors it may help.


That sounds awesome would be nice with a script like that I'll definitly become elite member if it works for me...also about the new 2.0 dofus will the scripts have to be modified? or will scar even work using dofus?

You are too kind
Sincerely yours
Angelus
Go to the top of the page
 
+Quote Post
post Nov 6 2009, 01:39 AM
Post #20

lilwitte



SCAR Coder
Group Icon

Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937






That is a Given, we WILL have to change how bots work. BUT no matter what we WILL find a way to make our bots work still, who knows, maybe they made some decision that HELPS our botting. =D


--------------------
SCAR Coder

DofusBaseV1
[||||||||||]

Want to make progress bars like me?
CODE
use this base one as an example!
[[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

 


> Board Footer
Time is now: 22nd March 2010 - 12:54 AM