Eden Eternal Simple Bot

08/01/2011 05:43 wargame619#241
sorry...but I download it and a few minute i leave botting and using that when im back dc and all my gold at item gone.... im playing at home so nobody can know my user and pass
08/01/2011 05:54 blinko#242
Quote:
Originally Posted by wargame619 View Post
sorry...but I download it and a few minute i leave botting and using that when im back dc and all my gold at item gone.... im playing at home so nobody can know my user and pass
It's cool man i'll figure everything out. The bot works fine though. Just compile the source yourself
08/01/2011 07:36 bilin825#243
so what changes were made to 1.3 that 1.2 didn't have?
08/01/2011 07:53 blinko#244
Quote:
Originally Posted by bilin825 View Post
so what changes were made to 1.3 that 1.2 didn't have?
The OverEE or whatever it was is not being managed anymore and was just an outdated bot, I've worked a bit and posted new sources for working functions and memory reading
08/01/2011 12:44 BMWeaklingZ#245
blinko new bot works great for hope you will update it soon (like ALT TAB BOtting!
08/01/2011 14:20 Satanais#246
blinko, please, start a new thread! you deserve it =p
08/01/2011 20:59 blisszero#247
Blinko need timed keys for buffs i try more not work
PHP Code:
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>


opt("GuiOnEventMode",1)
global 
$running

HotKeySet
("{F5}","RunMiniBot")

$Form1_1 GUICreate("EE Auto-Pilot"277225286201)
GuiSetOnEvent($GUI_EVENT_CLOSE,"CLOSE")
$str "1|2|3|4|5|6|7|8|9|0"

$lbl_name GUICtrlCreateLabel("Name"8815017)
$Label1 GUICtrlCreateLabel("Label1"82415017)
$Label2 GUICtrlCreateLabel("Label2"84015017)
$Label3 GUICtrlCreateLabel("Label2"85615017)

$Label4 GUICtrlCreateLabel("Key HP <="8807017)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Input1 GUICtrlCreateInput("250"84808228)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Combo4 GUICtrlCreateCombo(""167804925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))

GUICtrlSetData(-1$str)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Label5 GUICtrlCreateLabel("Key MP <="81126217)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Input2 GUICtrlCreateInput("250"841128228)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Combo5 GUICtrlCreateCombo(""1671124925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Label6 GUICtrlCreateLabel("Skill 1:"81443517)
$Label7 GUICtrlCreateLabel("Skill 2:"81683517)
$Label8 GUICtrlCreateLabel("Skill 3:"81933517)
$Combo1 GUICtrlCreateCombo(""481444925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo2 GUICtrlCreateCombo(""481684925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo3 GUICtrlCreateCombo(""481924925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Label9 GUICtrlCreateLabel("BSkill 1:"1041443517)
$Combo6 GUICtrlCreateCombo(""1441444925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo7 GUICtrlCreateCombo(""1441684925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo8 GUICtrlCreateCombo(""1441924925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Label10 GUICtrlCreateLabel("BSkill 3:"1041923517)
$Label11 GUICtrlCreateLabel("BSkill 2:"1041683517)
$Input3 GUICtrlCreateInput("250"2401442621)
$Label12 GUICtrlCreateLabel("Time:"2001443517)
$Input4 GUICtrlCreateInput("250"2401682621)
$Label13 GUICtrlCreateLabel("Time:"2001683517)
$Input5 GUICtrlCreateInput("250"2401922621)
$Label14 GUICtrlCreateLabel("Time:"2001923517)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit

    EndSwitch
WEnd 
08/02/2011 07:03 blinko#248
Quote:
Originally Posted by blisszero View Post
Blinko need timed keys for buffs i try more not work
PHP Code:
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>


opt("GuiOnEventMode",1)
global 
$running

HotKeySet
("{F5}","RunMiniBot")

$Form1_1 GUICreate("EE Auto-Pilot"277225286201)
GuiSetOnEvent($GUI_EVENT_CLOSE,"CLOSE")
$str "1|2|3|4|5|6|7|8|9|0"

$lbl_name GUICtrlCreateLabel("Name"8815017)
$Label1 GUICtrlCreateLabel("Label1"82415017)
$Label2 GUICtrlCreateLabel("Label2"84015017)
$Label3 GUICtrlCreateLabel("Label2"85615017)

$Label4 GUICtrlCreateLabel("Key HP <="8807017)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Input1 GUICtrlCreateInput("250"84808228)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Combo4 GUICtrlCreateCombo(""167804925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))

GUICtrlSetData(-1$str)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Label5 GUICtrlCreateLabel("Key MP <="81126217)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Input2 GUICtrlCreateInput("250"841128228)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Combo5 GUICtrlCreateCombo(""1671124925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
GUICtrlSetFont(-1124000"MS Sans Serif")
$Label6 GUICtrlCreateLabel("Skill 1:"81443517)
$Label7 GUICtrlCreateLabel("Skill 2:"81683517)
$Label8 GUICtrlCreateLabel("Skill 3:"81933517)
$Combo1 GUICtrlCreateCombo(""481444925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo2 GUICtrlCreateCombo(""481684925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo3 GUICtrlCreateCombo(""481924925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Label9 GUICtrlCreateLabel("BSkill 1:"1041443517)
$Combo6 GUICtrlCreateCombo(""1441444925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo7 GUICtrlCreateCombo(""1441684925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Combo8 GUICtrlCreateCombo(""1441924925BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1$str)
$Label10 GUICtrlCreateLabel("BSkill 3:"1041923517)
$Label11 GUICtrlCreateLabel("BSkill 2:"1041683517)
$Input3 GUICtrlCreateInput("250"2401442621)
$Label12 GUICtrlCreateLabel("Time:"2001443517)
$Input4 GUICtrlCreateInput("250"2401682621)
$Label13 GUICtrlCreateLabel("Time:"2001683517)
$Input5 GUICtrlCreateInput("250"2401922621)
$Label14 GUICtrlCreateLabel("Time:"2001923517)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit

    EndSwitch
WEnd 
First of all in your code an error is called because RunMiniBot is an undecalred function, as is CLOSE() function. Also you'll need the #include 'EEMem.au3' in there with the include files. o.o
Other than that just use functions from the EEMem.au3 and your golden :P
08/02/2011 20:35 kachun#249
Sorry but this might have have been mentioned already but is there a way that i could run my other applications while using the bot much appreciated. :D
08/03/2011 05:06 prince_mejia20#250
f
08/04/2011 03:56 edwrdzz#251
hmm.. i wish someone can workout on those captcha thingy.. piff.. it sucks.. uhm.. the EEbot still spams 1,2,3 on the captcha.. piff..

Quote:
Originally Posted by blinko View Post
First of all in your code an error is called because RunMiniBot is an undecalred function, as is CLOSE() function. Also you'll need the #include 'EEMem.au3' in there with the include files. o.o
Other than that just use functions from the EEMem.au3 and your golden :P
uhm.. is there a script here of the captcha that overe used on the first bot??
08/04/2011 07:54 blinko#252
Quote:
Originally Posted by edwrdzz View Post
hmm.. i wish someone can workout on those captcha thingy.. piff.. it sucks.. uhm.. the EEbot still spams 1,2,3 on the captcha.. piff..



uhm.. is there a script here of the captcha that overe used on the first bot??
The first OverEE thing didn't have anything in it for the captcha, those cannot be stopped with simple macro bots and memory reading. It'll require much more.
08/04/2011 09:02 Deathtoyou#253
found a couple of supposed hacks unable to by pass since its not sc but if u want to take a crack at it here ya go.

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

last one just found >< gonna try it
[Only registered and activated users can see links. Click Here To Register...]
08/04/2011 14:02 blinko#254
Quote:
Originally Posted by Deathtoyou View Post
found a couple of supposed hacks unable to by pass since its not sc but if u want to take a crack at it here ya go.

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

last one just found >< gonna try it
[Only registered and activated users can see links. Click Here To Register...]
There is no such thing as a gold hack unless it's bugged with some viruses. Kind of suspicious your links were blocked as well.
08/04/2011 14:59 wind7826#255
I definitely need help on this. I download but the number keeps running without stop. Also, the bot didn't work at all on my computer (win 7x64) need help on this