Page 1 of 2

WOW Bot: Mage bot

Posted: May 1st, 2005, 5:32 am
by tault_Broden
Here is a list of things you can change from the gui:
--All your key bindings.
--Spell timers on how long the cast time is.
--How long between buff spells you want.
--How many food and drink you summon when you summon them(better of inventory space conservation). Should consistantly keep the right amount of food in your inven if you set it to how many you summon at once!
--What spells you want to cast or are able to cast.

Posted: May 4th, 2005, 7:15 am
by tault_pdm1386
I downloaded this bot... now what directory do i need to put it in?

Posted: May 6th, 2005, 4:40 am
by tault_Broden
You need to get forceshock with it real in this forum how to get FS for free :)

Posted: May 6th, 2005, 9:42 pm
by tault_Broden
Here are some updates to make it work properly with the newest patch

Replace the codes from the new offsets thread and in the phelon.fss file you need to replace the code.

in the hook.inc
Code:
-- ; WoW 1.4.1
_WOW_VERSION = "1, 4, 1, 4364"

-- ; NPC HOOK
_npc_hook_addr = "484473"

-- ; FUNCTIONS
_function_GetPlayerPtr = "46FA40"


in the phelon.fss

Code:
hook = Sense_Hook(hWnd,"484403")


with

Code:
hook = Sense_Hook(hWnd,_npc_hook_addr)


in the toon.inc
Code:
function GetPlayerPtr(hWnd)
register = Asm.FastCall(hWnd,_function_GetPlayerPtr,"0x10","0x818358",Asm.Ptr(_player_playerID),0)
return register.eax
end

Posted: May 7th, 2005, 3:10 am
by tault_zosimus
I can't find anywhere in those files to put those codes. We're juts replacing another thing that's already there, right?

Posted: May 7th, 2005, 9:44 pm
by tault_bcolemont
ok, can you guide us step by step on how to get this running?
really from
1 download this file
2 create a mage char
3 ...
4 ...

Posted: May 8th, 2005, 12:33 pm
by tault_zosimus
1 download file
2 create mage char
3 open bot

not very confusing

Posted: May 12th, 2005, 1:39 am
by tault_pdm1386
there is no hook.inc file so how can i change those things?

Posted: September 1st, 2005, 6:01 am
by ganjaa
where can I download this?

Posted: September 1st, 2005, 7:53 am
by Tault_admin
Added them in there.

Posted: September 8th, 2005, 6:45 pm
by thedarkknight17
Is this bot detectable by bliizard and can still get you banned?

Posted: September 8th, 2005, 7:21 pm
by Tault_admin
not as badly as wowbot.

Posted: October 1st, 2005, 12:27 pm
by catshazam
this is so confusing, treid to download it and use but..are there any instructions for it? does it need any other programs for it to run If the code needs to be modified why not just paste in the code and upload it here. Just cause you know how to work it does not mean others do.

Posted: October 1st, 2005, 12:56 pm
by Tault_admin
Botting isnt 100% easy it takes some work. You will need to invest a few hours learning the basics its like any new equipment.

Posted: October 3rd, 2005, 4:15 pm
by ezboarderz
what would the offsets file look like for version 1.71? please respond