elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   DarkOrbit (https://www.elitepvpers.com/forum/darkorbit/)
-   -   ExoBot - Background Pixel Bot (https://www.elitepvpers.com/forum/darkorbit/4424809-exobot-background-pixel-bot.html)

FallenGun 03/28/2018 14:19

Quote:

Originally Posted by GamoraGGG (Post 36789291)
The ship is not collecting any box, just going around and the pet do all the work. Is it supposed to be like this?

Depends on your setting... go look into boxing part and see of you checked Collect Bonus Boxes

KrisDav 03/29/2018 00:21

when i open it, it updates and my pc detects it as a virus and erases it

lenclstr746 03/29/2018 09:13

Quote:

Originally Posted by exane^ (Post 36788542)
Background image search? Do you mean how the background aspect of the bot is handled or the search algorithm itself? Anyway, I'm not going to give out my code to just anyone who asks, but I can describe the algorithm to you.

No ı already know algoritms ı need code for image search in image or direct image search in non visible window ı need help :) thx

exane^ 03/29/2018 10:37

Quote:

Originally Posted by lenclstr746 (Post 36791461)
No ı already know algoritms ı need code for image search in image or direct image search in non visible window ı need help :) thx

You know your algorithms? Then write your code :p

tr2 03/29/2018 12:18

thx exane^

alexutu2013 03/29/2018 16:53

Quote:

Originally Posted by exane^ (Post 36791559)
You know your algorithms? Then write your code :p

I guess he don't know what he is saying..btw can u explain me the algorithm? I have an ideea but it is very slow..compared to your bot

xXSpecialForcesXx 03/30/2018 01:45

Awesome work! You inspired me to continue working on my own bot, i got almost the same setup as you using cefsharp.offscreen and emgu, ran into some problems with the image searching was taking unusually long and lost motivation for a bit. Since i come from the JavaScript world i am using the same method of logging in ;). I can't believe how much similarities i have with your bot its almost unbelievable x). Your achievement has inspired me to continue working on it knowingly that i can improve it a lot more and for this i thank you a lot keep up the good work!

Shishameister 03/30/2018 12:02

bot crashes after im trying to login

[Only registered and activated users can see links. Click Here To Register...]

lollo900 03/30/2018 14:33

Good bot, guys give it a try :)

exane^ 03/30/2018 15:28

Quote:

Originally Posted by alexutu2013 (Post 36792489)
I guess he don't know what he is saying..btw can u explain me the algorithm? I have an ideea but it is very slow..compared to your bot

Image search just works by sliding the searched image along the big one and comparing the pixels based on some sensitivity. I also use an array of bytes instead of the gdi+ bitmap, which is much faster. Also you can use emgu to detect some more annoying objects that are animated.

osalpeve 03/30/2018 22:55

Quote:

Originally Posted by Shishameister (Post 36794145)
bot crashes after im trying to login

[Only registered and activated users can see links. Click Here To Register...]

Just install .NET Framework 4.5.2

lenclstr746 03/30/2018 22:59

Quote:

Originally Posted by exane^ (Post 36791559)
You know your algorithms? Then write your code :p

but ı dont know how use libary or usage because I'm autoit devolper :/

Freshek 03/30/2018 23:32

Quote:

Originally Posted by lenclstr746 (Post 36795463)
but ı dont know how use libary or usage because I'm autoit devolper :/

It's so simple. Pseudo-code (might have some issues, but shows the concept):

Code:

for (x in big_bitmap.width)
for (y in big_bitmap.height)
for (x1 in small_bitmap.width)
for (y1 in small_bitmap.height)

if pixel(x) equals with tolerance to pixel(x1) and pixel(y) equals with tolerance to pixel(y1) then:
y = y + 1

if whole row matches
x = x + 1


Shishameister 03/31/2018 02:09

Quote:

Originally Posted by osalpeve (Post 36795451)
Just install .NET Framework 4.5.2

im already on 4.6.2

osalpeve 03/31/2018 04:42

Quote:

Originally Posted by Shishameister (Post 36795821)
im already on 4.6.2

Check if you can play the game from your IE and test if flashplayer works. I have same problem in my botting computer with fresh install of windows 7, i download IE 11, then install flashplayer and works.

lenclstr746 04/01/2018 22:36

where is download link bro :) ?

sry bro i find it

FallenGun 04/02/2018 01:07

Quote:

Originally Posted by lenclstr746 (Post 36799980)
where is download link bro :) ?

sry bro i find it

first post on the bottom, click on DOWNLOAD

gabrielka 04/03/2018 19:38

Hi , thank you for the bot , it's very good one , but there is a little problem because after
2 hours of botting I started getting less uridium (first hour 6000 , second 5000 , then 2000...) and now even 500 uridium is difficult to get , is it bigpoint that is doing this ? how to avoid this problem ? thx

marcelian 04/03/2018 21:25

Quote:

Originally Posted by gabrielka (Post 36804272)
Hi , thank you for the bot , it's very good one , but there is a little problem because after
2 hours of botting I started getting less uridium (first hour 6000 , second 5000 , then 2000...) and now even 500 uridium is difficult to get , is it bigpoint that is doing this ? how to avoid this problem ? thx

It's the cooldown, stop bot for 20 mins and kill npc's!

gabrielka 04/03/2018 21:42

Quote:

Originally Posted by marcelian (Post 36804549)
It's the cooldown, stop bot for 20 mins and kill npc's!

Thanks , I'll try this , but as I let the bot at night I can't wake up every 2 hours and kill npc then waiting 20 mins but I'll try to wait one day without bot to see what happens

FallenGun 04/04/2018 02:19

Quote:

Originally Posted by gabrielka (Post 36804588)
Thanks , I'll try this , but as I let the bot at night I can't wake up every 2 hours and kill npc then waiting 20 mins but I'll try to wait one day without bot to see what happens

go with npc only over the night if you have the cooldown, i get around 2k just from npc on x-2

marcelian 04/04/2018 09:54

Easter eggs coming, hope exobot will collect them ��

exane^ 04/04/2018 19:30

Quote:

Originally Posted by gabrielka (Post 36804588)
Thanks , I'll try this , but as I let the bot at night I can't wake up every 2 hours and kill npc then waiting 20 mins but I'll try to wait one day without bot to see what happens

My new wip bot has a task system that can automate exactly this :)

Quote:

Originally Posted by marcelian (Post 36805398)
Easter eggs coming, hope exobot will collect them ��

An exceptional update maybe?

NautilusX 04/04/2018 21:27

it does not exactly enter the gate between the maps and can not go to the next map.

exane^ 04/05/2018 00:19

Quote:

Originally Posted by NautilusX (Post 36806914)
it does not exactly enter the gate between the maps and can not go to the next map.

Which map and portal does this happen on? Are you using the latest version (2.2.4.0) ?

ben_efsaneyim 04/05/2018 09:53

Virus File! There is a virus in it. Trojan Virüs

NautilusX 04/05/2018 10:39

I have the latest version and can not go from map 1-1 to 1-2 and then also.
when shooting at strangers, he thinks for a long time.

swulfface 04/05/2018 12:00

Every time you die, it's a problem.
"The Exobot program does not work"
Does anyone else have this?
How to solve?
Maybe it's in Windows 10?

Quote:

Originally Posted by dlxnet (Post 36628655)
problem

same

anonymus007 04/05/2018 15:52

I botted 4-5 hours and the bot stopped and write an message: The session expired

FallenGun 04/05/2018 18:11

Quote:

Originally Posted by anonymus007 (Post 36808294)
I botted 4-5 hours and the bot stopped and write an message: The session expired

maybe you or someone else logged into your acc?

anonymus007 04/05/2018 19:46

No. Nobody logged in my account. Any idea? someone?

ssamko 04/05/2018 19:51

Quote:

Originally Posted by anonymus007 (Post 36808815)
No. Nobody logged in my account. Any idea? someone?

maybe server-reset ?

puregewalt9622 04/06/2018 00:54

Link?

gabrielka 04/06/2018 13:35

For the people having problems to run the program , check if windows defender is activated , you have to disable windows defender or it will think that the program is a virus , when windows defender was activated I couldn't even install the new update so I have disabled it

this bot is just perfect for x-8 maps for getting streuNeRs , unfortunatly there is the demaner event so it's impossible to bot on x-8 maps but when the event will be gone , if you are full basic , just take a citadel 10 shields 10 generators and activate the bot on x-8 , it will give you lot of uridium , but I think that the bot doesnt attack the bosses(on x-8) , maybe it will be fixed in the new update ?

I'd like to thank exane^ for this amazing bot , I wish I could also be able to make programs like that but Im just a noob , where did you learn to do all this ? it looks very complicated to build such programs alone , did you learn this in university/school or by yourself ? for me it's the best bot available even if it's not yet finish

NautilusX 04/06/2018 14:48

the bot does not pass through any gates.
you have to manually click

anonymus007 04/06/2018 15:44

Please help. Already stopped and exit and write this: The session expired

exane^ 04/06/2018 17:46

Quote:

Originally Posted by puregewalt9622 (Post 36809472)
Link?

[IMG=expandable: 1]http://www.smashbros.com/wiiu-3ds/images/character/link/main.png[/IMG]

Quote:

Originally Posted by anonymus007 (Post 36810630)
Please help. Already stopped and exit and write this: The session expired

"Session expired" error happens when a loginerror=99 occurs, so it's a DO website related issue, maybe there's a period of time when you can't login to DO once in a while or I just have a bug where it doesn't relog.

Quote:

Originally Posted by gabrielka (Post 36810327)
For the people having problems to run the program , check if windows defender is activated , you have to disable windows defender or it will think that the program is a virus , when windows defender was activated I couldn't even install the new update so I have disabled it

this bot is just perfect for x-8 maps for getting streuNeRs , unfortunatly there is the demaner event so it's impossible to bot on x-8 maps but when the event will be gone , if you are full basic , just take a citadel 10 shields 10 generators and activate the bot on x-8 , it will give you lot of uridium , but I think that the bot doesnt attack the bosses(on x-8) , maybe it will be fixed in the new update ?

I'd like to thank exane^ for this amazing bot , I wish I could also be able to make programs like that but Im just a noob , where did you learn to do all this ? it looks very complicated to build such programs alone , did you learn this in university/school or by yourself ? for me it's the best bot available even if it's not yet finish

Thanks! I've learned coding by myself as a hobby. I could release the version I've been working on back then, which can filter out npcs like demaners and should lock boss streuneR too. Though shooting them probably isn't the best idea cause of this reverse effect rocket crap.

HansPeterGartner321 04/07/2018 00:04

dont work always error

ben_efsaneyim 04/07/2018 08:56

Exo Bot Not working

nemesis_br 04/07/2018 14:12

hello my bot is stopping working, so when I start it, I have all the requirements to run it and even then the error, I used it already previously, but in the 32bit version of windows 7, the only thing I changed now was that I passed to 64 bits, and since then the bot does not start saying that it stopped working, could it be to give a help?

sorry my bad english, I'm from Brazil and I admire your work a lot, Thanks in advance for the tool.


All times are GMT +2. The time now is 16:51.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.