COELSE

11/22/2009 08:13 sugarmoney1#1156
Hey does this work with private servers? :)
11/22/2009 15:02 asde12#1157
Says "Pickup" at the top left and runs from the monsters...
11/22/2009 15:25 Evan Lim#1158
ItalSteve@
probably its related to virus scanner
just redownload it after disabling it

sugarmoney1@
Client name must start with [C and process name must be conquer.exe

asde12@
could be related to the equips u are wearing that has pink colors, for example 130lvl bow
11/22/2009 16:35 Taagonam#1159
Hey Evan i don't know if anyone else has mentioned this problem, and i apologize for doing so, but i disabled the "disconnect on low hp" and i re-found the "hp address" and when i get to half health, ELSE uses a pot, then disconnects me.

Any help would be appreciated, thanks.
11/22/2009 17:15 Evan Lim#1160
Taagonam@
ar yes, u are correct
the variable checking is wrong in the script
not planning to replace the first post file unless any major change, so download from below
11/22/2009 17:42 Taagonam#1161
ah thanks, and very, very nice work :)
11/23/2009 18:05 DeathByMoogles#1162
Evan,

COELSE is great.
i was just wondering, is there any way to make the pixel scan faster?
if it scanned faster, you would probably be able to chain xp skills.
just imagine a warrior owning in BI, but using COELSE!
also, would it be possible to have an xp skill only mode?
Where you only attacked during your xp skill?

feedback would be great!

Botting and lovin' it!
11/23/2009 18:44 Evan Lim#1163
DeathByMoogles@
making it search faster shouldnt be a problem
but u have to modify/edit the script urself and compile it
replace all the lines contain:
Code:
random, rand, 500, 1000
to
Code:
random, rand, 100, 500
that should speed up 2x

and no about the XP mode, because COELSE wont even know when ur XPskill is, it is just spamming F-slot every so seconds
11/23/2009 19:55 Mamut#1164
can u make some speed to jump fasters not mote then 50 % to be safe for players and dont get ban.
Evan -> master from PVP :)
11/23/2009 21:33 DeathByMoogles#1165
Quote:
Originally Posted by Evan Lim View Post
DeathByMoogles@
making it search faster shouldnt be a problem
but u have to modify/edit the script urself and compile it
replace all the lines contain:
Code:
random, rand, 500, 1000
to
Code:
random, rand, 100, 500
that should speed up 2x

and no about the XP mode, because COELSE wont even know when ur XPskill is, it is just spamming F-slot every so seconds
if its that easy, why didnt you do that in the first place?
im not critisising you or anything, just it seems to me that if it were that easy, it would've been done in the first place?
is there some downside to speeding it up?
11/23/2009 21:37 DeathByMoogles#1166
Quote:
Originally Posted by Mamut View Post
can u make some speed to jump fasters not mote then 50 % to be safe for players and dont get ban.
Evan -> master from PVP :)
allright, im going to just go ahead and answer this.
not possible.
CO has a time stamp, and if you move faster than you should, it sees you go from 100,200 to 200,300 in 5 seconds, its D/C's you.
sorry to bust your bubble.
you need to get rid of time stamp for non-DC speedhack.
11/23/2009 23:34 Evan Lim#1167
DeathByMoogles@
i encourage ppl to try a little bit programming.
a lot of ppl like u ask me questions, and i give them specific solutions, after they download autohotkey and look at the script to edit, they will see how easy it is, and start making their own little bot or hotkeys
even ppl are not using ahk, i still discuss with them from time to time, like swords, alex..etc
we all start with very basic and expand our knowledge from asking and reading
and about the difficulty level of changing the speed is certainly easy
let me explain a little what the following means
Code:
random, rand, 500, 1000
it will output a random number from 500-1000
which in my code, i define the delay of each click according to that number
so when i say
Code:
random, rand, 100, 500
what it meant is, between every click/pixel color search (the whole function takes less than 30ms to run 1 time), i want to have a delay of 100-500mil-second
there shouldnt be any downside, just think of u are the one clicking the mouse, does it matter if u click 4 times per sec VS. 2 times per sec? probably not in attacking speed, but the reaction speed increased
the only negative part i can think of is, if CO records delay between clicks, it will look too un-realistic for a human to send keystrokes few times per sec constantly. thats why the default of COELSE is around 1 sec
11/24/2009 00:13 DeathByMoogles#1168
Quote:
Originally Posted by Evan Lim View Post
DeathByMoogles@
i encourage ppl to try a little bit programming.
a lot of ppl like u ask me questions, and i give them specific solutions, after they download autohotkey and look at the script to edit, they will see how easy it is, and start making their own little bot or hotkeys
even ppl are not using ahk, i still discuss with them from time to time, like swords, alex..etc
we all start with very basic and expand our knowledge from asking and reading
and about the difficulty level of changing the speed is certainly easy
let me explain a little what the following means
Code:
random, rand, 500, 1000
it will output a random number from 500-1000
which in my code, i define the delay of each click according to that number
so when i say
Code:
random, rand, 100, 500
what it meant is, between every click/pixel color search (the whole function takes less than 30ms to run 1 time), i want to have a delay of 100-500mil-second
there shouldnt be any downside, just think of u are the one clicking the mouse, does it matter if u click 4 times per sec VS. 2 times per sec? probably not in attacking speed, but the reaction speed increased
the only negative part i can think of is, if CO records delay between clicks, it will look too un-realistic for a human to send keystrokes few times per sec constantly. thats why the default of COELSE is around 1 sec
ah thx evan. big help. i did infact download AHK, and im going to go ahead and play around with that. AHK seems like a fairly simple language with a lot of potiential. i went through the script and saw how much work you put into it. its talks 30 seconds to scroll down to the bottom, nice job XD. although my only experience is with vb, i hope i can soon become an accomplished AHK programmer, and a contributer to EPVP. i look foward to more of your work!

edit: allright, isee what you're saying, i halfed the time and i d/c'ed. allright, im gonna have to play around with this some lol.
11/24/2009 11:56 ItalSteve#1169
0x71CBE3 is New address (works for me if anyone else can confirm)



0x71CBE2, 0x71CBE4 were my others of top 3
11/24/2009 12:25 onebadgirl#1170
i found the 0x71CBE4 to work a bit better after trying the others u had... appreciated u finding the address :)