Tailer-made Tools thread - make ur dreams come true

04/04/2008 09:50 TmT-sibrand#451
evanxxxm
could you make:
an auto leveler with autoloot
something like CIDproxy
that works in background
(it doesnt have to teleport into the monsters, it can walk so that it can attack monsters with weapon skill)
if you need any more info or if u cant make it, let me know :D
04/04/2008 10:12 khaled_10#452
well , thanks bro u r really world class programer

_-----> may i ask u to make a bot for moon box quist that (pick tokens , speed hack , timer , dc when low dura , xp skill , health poter )

i wish i play with bot like this i,ll be rich :)


may i have that program ? :D
04/04/2008 10:50 evanxxxm#453
TmT-sibrand@
impossible for all those requirements

khaled_10@
moonbox quest just use my ELSEpath bot
pick token, i am not sure if ANIeditor will change those dds, u could try
speed hack <- i dont make hacks, and i dont know how
timer is included in ELSEpath
DC dura is not needed in moonbox quest, even 10+ hrs botting will not cost u down to 10
04/04/2008 18:11 workaholicman#454
Quote:
Originally Posted by evanxxxm View Post
lafa@
Here we go
F1 for HP Pots
F2 for MP Pots

Run CO tao screen first, then open this program
it will heal u when your HP is lower than 50% (check every 1 second)
it will use mana pot u when your MP is lower than 50% (check every 1 second)

Code:
Gui, Add, Text,, Conquer
Gui, Add, Text, , HPPot:F1, MPpot:F2
Gui, Add, Text,, Ctrl+Q:Pause, Ctrl+R:reload
Gui, Add, Text,x10 y100 w180 h20, *Default setting for 1024x768 mode
Gui, Add, Button, x10 y122 w80 h20 vButton gStart, >Ok<
Gui, Show, x1 y100 , CO
return
GuiClose:
ExitApp
return
Start:
Gui, Submit, Hide

WinGet,id, ID,[Conquer2.0]
gata := false
sleep 2000

Loop 
{

PixelSearch, , , 10, 720, 60, 720, 0x0B098F, 10, Fast
if ErrorLevel
    {
ControlClick, x110 y750,ahk_id %id%,,RIGHT
sleep 1000
}
else 
{
sleep 500
}

PixelSearch, , , 50, 720, 90, 730, 0x7E0807, 10, Fast
if ErrorLevel
    {
ControlClick, x150 y750,ahk_id %id%,,RIGHT
sleep 1000
}
else 
{
sleep 500
}
}


^q::pause

^r::reload
Download:
script included in file
Hi evan,

maybe you can add some functions to this nice bot:

1. freely change the 50 percent to using a pot

maybe i describe it with an example: my tao is maybe 2 hit by an high lvl tro...but after the first hit i have maybe more then 50 percent left of my HP...bot doesnt use HP pot....second hit maybe with rage does more dmg....and i die without that the bot had done anything... so is there maybe a possibility to change the 50 percent limit freely after reload (Ctrl +R) the bot?

2. freely change the F-Keys (for example F1 sit, F2 meditate, F3 HP pot, F4 MP pot)

I know this changes have to be made in your bot directly so i am not sure if it is possibel
04/04/2008 19:04 evanxxxm#455
workaholicman@
Here:
HP at F3
MP at F4
AutoHP at 70%

(not interested to add like 30+ lines just to have options to select)
04/04/2008 20:08 workaholicman#456
Quote:
Originally Posted by evanxxxm View Post
workaholicman@
Here:
HP at F3
MP at F4
AutoHP at 70%

(not interested to add like 30+ lines just to have options to select)
Hi Evan,

wow this was fast reply!
I will try to get AHK and test a bit around so i maybe can change the AutoHP to my wishes...thx alot

EDIt: think of the following (maybe also for your normal AutoHP/MP) .....when only 3 or less pots of HP or MP are remaining the number (vers small, at F-keys) of remaining pots will turn from white into red....so why not make they following with a pixel based bot: check every sec if HP/MP is over the limit, if not use pot on F-Key, check if small Number of remaining pots is red, if yes click F9/F10 for packed pots (i prefer F9 for packed HP and F10 for packed Mana pots)

thats what i thought about the last hour when i was driving with my car...doesnt know if it is practable because i think the numbers to check are very small (only some pixels, at a small area)...evan pls say what you think about it
04/04/2008 23:23 evanxxxm#457
workaholicman@
since when the pot color number can be seen red without ur mouse getting onto the icon?
04/05/2008 01:25 workaholicman#458
Quote:
Originally Posted by evanxxxm View Post
workaholicman@
since when the pot color number can be seen red without ur mouse getting onto the icon?
ok maybe i am wrong in my thinking but how your auto HP/mp check if your bar is under the limit? it check it by colour, or? so isnt it the same for that small number at the pots on your F keys? check if its white no action, if it is red use Hotkey F9 or F10 for HP/MP packages

ok EDIT: I undertand now what you meant, and yes you are right and i was wrong in my thinking, the number doesnt turn into red when only 3 pot are remaining...just when mouse moves over it
04/05/2008 13:39 nestea#459
Request:
The idea is from ur FollowMe script...since is searching names on a map can it be done that it searches some one on the map?
Like u type xXx and the script sayes xXx is/not on this map.
04/05/2008 17:16 evanxxxm#460
nestea@
nope
btw, its not searching on the map
its searching in your 2 clients coordinate address that u open
so again, that program will only work in 2 clients in same computer
04/05/2008 17:33 swords#461
Well evan, I really don't feel like messing with all the code for this, so what I want (lol).:

I don't know how AHK works, but I bet it would work for AutoIt, but I don't got the time right now to make it, nor do I know how to use cheatengine as well as you.:


heres the link first off: [Only registered and activated users can see links. Click Here To Register...]

2nd-ly: Could you re-make this bot, similar to it?

Heres the thread I started, some people give some advice:
[Only registered and activated users can see links. Click Here To Register...]


Anyways, if its possible, I'd adore you to make it :P I'm do dang lazy to look through each shop, and check to see if an item is good or not blah blah.


Thanks :P
04/05/2008 17:43 evanxxxm#462
swords@
i just tried really quick
CE doesnt display the item names in store
but do have the result for the prices

WindowSpy doesnt display the item names in store
but do have the result for the prices

so how do u get the item name? if u can, ehm, yea, it should be ok
04/05/2008 21:19 evanxxxm#463
Poision@
the gw bot kind of finished
but too buggy and many people play gw today, i cant even get pass the bridge to test lol

right now the problem is, if cant go to gw map (maybe mis-click npc), then the bot will be stuck forever
yea only that problem so far

i will check it when the gw is over

should be able to tell u whether is working or not by tonight

PS* btw, why people need to train in gw gate? if its fishy, ND, i can understand because when u bot, u might die in those modes. but if its a weapon skill, just tg or bot in lab is much better option than gate. trainning in gate is almost guaranteer 100% die within 10-20mins.
and if its fishy, ND etc...i will just recommend training in tc, wait every 4mins to transform one time
reason1: 100% wont die
reason2: 100% wont destroy dura
reason3: even fixing ND, it only takes me 4 overnight botting
reason4: time doesnt matter, because after u fix it, u will never ever use it again often
so why risk so many things just because it can speed up 3 times? (well no included if u keep dying, it might even be slower)
04/05/2008 22:55 shimmy#464
Quote:
Originally Posted by evanxxxm View Post
xdeadxpoolx Billybob1233@
got a bad headache today
it wont cost more than 10mins to make it
but sorry, please wait until tomorrow
(need to test, debug, write instructions..etc too)

shimmy@


even so, it requires memory address to read it
which i dont know how...for example 50 dura, probably u can find more than hundreds of them when u read the client...



did u try my ANIeditor yet?
if yes, but u dont like the image
u can easily change that by editing the tests.dds, teste.dds, testu.dds, testr.dds, testg.dds

could you post a link for this ANIeditor, for some reason search dont like me here... just to calrify, what i am looking for is a program or a file to replace existing one, to make it so either a rectangle of a solid color apears over all uni elite super items, or the name is a big solit rectangle, but id prefer it to look like the size of gift box, like from cotobo. So what file to i edit how to change this? Or, can you make a program to like that.

Allso, for the dura check, i would like a program that pauses your other bots, with macro opens status and hovers mouse over your duras that are allways in same place, to check dura by reading for like 0-5 dura, then it will dc you.
for some one with skils i think this may be easy?
04/05/2008 23:14 evanxxxm#465
shimmy@
[Only registered and activated users can see links. Click Here To Register...]
no giftbox, its useless
if u want to change, go ahead and edit the dds yourself
but i guaranteer no pixel bots can pick up giftbox

programs are not that intelligent, they cant read the image and tell its 5
unless u are talking about the professional adobe ORC scan

sorry i dont have skills, i am quite a loser, so i guess u have to ask someone else

just bare with it, what is 5 mets to repair
once ur armor broke, u will die from monster
so other items wont break

and bots are not intended for people to afk like 10 hrs
dont over rely on them