Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48
  1. #31
    CCrow's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Narnia
    Posts
    414
    Reputation
    20
    Thanks
    16
    My Mood
    Psychedelic
    Quote Originally Posted by devase View Post
    Careful Waterfish.. He only has 3 posts...
    bot is working but verry buggy
    [IMG]https://lh6.googleuserconten*****m/-_myXf_zOlhA/TlbQ4o4JjsI/AAAAAAAAAc0/okuZvEYxxq0/s576.png[/IMG]

    Herp-a Derp.

    W.I.F.E

    Willing
    Intelligent
    Female
    Elite-sandvichmaker

  2. #32
    fakechow's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by `Bobs Bees View Post
    There's bots out there if you know where to find the codes for them are and how to actually EDIT THE CODE.
    Bots I have found;
    1) Simple bot that attacks any monster in site and hp/pots when needed
    2) Hot bot which auto cast's your skills all in one and auto pots and attacks
    3) Auto coord runs to the coords of your X and Y input
    4) Advance bot that has the ability to attack certain monsters, Allows upgrading of weapons, does the fail anti bot codes, and more. (This one thought is private)
    Where at? I'm willing to pay.

    PS: does this seem legit; https://edeneternalexploits.********.com
    Last edited by fakechow; 07-05-2011 at 02:27 PM.

  3. #33
    fakechow's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    ********** : ********

    Can't edit my post it's ; b l o g p O s t

    Holy fck i'm so sorry, it's late here. the *** are saying

    b l o g s p O t
    Last edited by fakechow; 07-05-2011 at 03:31 PM.

  4. #34
    Flynnn's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    cant download from share.cash.org

  5. #35
    fakechow's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Getting an antivirus and gonna download it.

    It's fake, not infected or shit but just doesn't do anything. Only to make money with ********* i guess.
    Last edited by fakechow; 07-06-2011 at 04:36 AM.

  6. #36
    devase's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Queensland, Australia
    Posts
    484
    Reputation
    13
    Thanks
    19
    My Mood
    Confused
    bummer
    /tooshort

  7. #37
    Crewy's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Ive been following a thread with a couple of guys working together on creating a bot for Eden Eternal, I think it use screen colors to know what happens, but also some memory reading...

    Code:
    begin
         Macro.Pause("1000")
         if  Color.At coordinate is not within (RGB range)("246", "171", "185", "5", "613", "83")
              // detect mob window hp bar at about 1%, u need to set your coordinate depend on your resolutions.
              begin
                   Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,8", "4", "currentMP")
                   Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,4C", "4", "maxMP")
                   Macro.Pause("250")
                   Variable.Evaluate (Math)("({currentMP} / {maxMP}) * 100", "percentageMP")
                   if  Variable.Is less than (Math)("percentageMP", "20")
                        // Rest below 20% Mp
                        begin
                             Keyboard.Press key("0")
                             // sitdown
                             Macro.Pause("50")
                             Keyboard.Release keys("0")
                             Macro.Pause("3000")
                        end
                   Keyboard.Press key("9")
                   // pick up item
                   Macro.Pause("50")
                   Keyboard.Release keys("9")
                   Macro.Pause("1000")
                   Keyboard.Hold keys("{<tab>}")
                   // next target
                   Macro.Pause("50")
                   Keyboard.Release keys("{<tab>}")
              end
         Keyboard.Hold keys("1")
         // attack skill
         Macro.Pause("50")
         Keyboard.Release keys("1")
         Macro.Pause("1500")
         Keyboard.Hold keys("2")
         // spell skill
         Macro.Pause("50")
         Keyboard.Release keys("2")
         Macro.Pause("1500")
         Keyboard.Hold keys("3")
         // spell skill
         Macro.Pause("50")
         Keyboard.Release keys("3")
         Macro.Pause("1000")
         Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,4", "4", "currentHP")
         Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,48", "4", "maxHP")
         Macro.Pause("250")
         Variable.Evaluate (Math)("({currentHP} / {maxHP}) * 100", "percentage")
         if  Variable.Is between (Math)("percentage", "31", "50")
              // heal spell below 50% hp
              begin
                   Keyboard.Hold keys("{<F1>}")
                   Macro.Pause("50")
                   Keyboard.Release keys("{<F1>}")
                   Macro.Pause("1000")
                   Keyboard.Hold keys("4")
                   Macro.Pause("100")
                   Keyboard.Release keys("4")
                   Macro.Pause("500")
                   Keyboard.Hold keys("{<esc>}")
                   Macro.Pause("100")
                   Keyboard.Release keys("{<esc>}")
              end
         Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,4", "4", "currentHP")
         Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,48", "4", "maxHP")
         Macro.Pause("250")
         Variable.Evaluate (Math)("({currentHP} / {maxHP}) * 100", "percentage")
         if  Variable.Is less than (Math)("percentage", "30")
              // heal spell below 30% hp
              // detect hp bar at your presetted coordinate and do a heal skill
              begin
                   Keyboard.Hold keys("{<F1>}")
                   Macro.Pause("50")
                   Keyboard.Release keys("{<F1>}")
                   Macro.Pause("500")
                   Keyboard.Hold keys("5")
                   Macro.Pause("100")
                   Keyboard.Release keys("5")
                   Macro.Pause("2500")
                   Keyboard.Hold keys("5")
                   Macro.Pause("100")
                   Keyboard.Release keys("5")
                   Macro.Pause("2500")
                   Keyboard.Hold keys("{<esc>}")
                   Macro.Pause("100")
                   Keyboard.Release keys("{<esc>}")
              end
         while  Color.At coordinate is within (RGB range)("157", "152", "140", "3", "935", "375")
              begin
                   Speech.Say("war ning", "yes")
                   Speech.Say("war ning", "yes")
                   Speech.Say("war ning", "yes")
                   Speech.Say("the capcha pop up is on screen", "yes")
              end
    end
    I will tell you if I get it to work, when I find out how to know the right coordinate to change.

  8. #38
    Ragnorax's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    This is for Blue Eye Macro 2.5, and it detects the color of the pixel on your screen to find the mobs HP. The pixel that it is checking is where the mobs HP is about 1%. So what it does is: Searches for a mob based on if it sees its HP pixel (Located at 1% HP) is there or not. If it is, then it continues to attack the mob until it is dead, if its not there (which means it's dead), it presses "tab" to find a new mob.

    It also has an autopot feature that grabs your characters HP and MP values and pots according to what % your HP or MP is at.

    When a captcha pops up it will give you a speech warning. But this also has to be set manually because it uses the same pixel color detection as in the mob HP.

    Each of the pixel detection commands must be adjusted according to your screen resolution.

    This script isnt too great though, you should modify it for it to work better. The bot i made and use is a little different, but i still use the same memory addresses for HP and MP.

    The only thing i have left to do is overcome the captcha figuring out how to integrate OCR into my bot

    Not sure how to edit my previous post so sorry for the double post, but to answer your question that i didnt see...

    This is what you have to change to edit coordinates to your resolution:
    if Color.At coordinate is not within (RGB range)("246", "171", "185", "5", "613", "83")

    Change the numbers like so: ("R","G","B","x","y")
    Last edited by Ragnorax; 07-08-2011 at 05:16 PM.

  9. #39
    Crewy's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thank you for the explanation Ragnorax, I will try to change it, and wait for some of the guys working on it on the forum to make it better I am not too good at coding.

    Update: I got it working!!!, I changed the coordinate to my own resolution... What I did not really understand before was how to find the coordinate, i used the investigator tool inside blue eye macro to do it, I found an explanation in a previous thread of how to do it.

    Thank you for your help, and good luck with your bot!
    Last edited by Crewy; 07-08-2011 at 05:54 PM.

  10. #40
    Omnisaurus's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Looks good! Im trying to learn but not having a good time today. Ill try again tomorrow (:

  11. #41
    fly2me21's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    sir can u give me a bot for eden eternal? ive been searching for many bots but they are not working or sometimes they need money... please tell me...

  12. #42
    yukuebankai's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Bot

    can you also provide me a working bot for this game. I'm using a Bot program but its not working anymore can you give me one pls thanks..

  13. #43
    Cied's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy
    So much begging. o .o
    Just learn how to make a simple script yourselves.
    Auto HP/MP isn't hard.

  14. #44
    CoOkieMonSteRrr's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0

    -.-

    here's a good idea....DONT use bot ._. i mean whats the point? the point in a game is to struggle to get to the top....not being fucking lazy and let the comp do the job for u....besides...one day or another U will be banned....even if u reached lvl 40 or 50 so again....not really a point -.-

  15. #45
    Reezman88's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    need the bot plssss.......

    please send it to my email please reezman88@gmail.com or ruzainiereezman@Yahoo.com I NEED IT SO BADLY'

    can u give me the bot and help me about it' pls pls pls.......

    is there anybody kindly enough to help by giving me the auto bot and help me about it' pls pls pls........
    Last edited by Reezman88; 08-02-2011 at 07:51 PM.

Page 3 of 4 FirstFirst 1234 LastLast