Shaiya Fighter Bot

For any other game that doesn't have its own section.
Message
Author
onyxboez
Posts: 1
Joined: Sat Oct 04, 2008 7:54 am

Re: Shaiya Fighter Bot

#141 Post by onyxboez »

why is my bot target meself and no attack the mobs?
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#142 Post by vvayinsane »

you did not follow directions. Look at the first post and read it all the way threw..you will find your answer
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#143 Post by vvayinsane »

ok everyone i have the sit address now. Now the bot wont keep siting and standing anymore..:)..now i can stop buying so much hp pots..lol

sitcheck_addr = 0x1098ec5c;

File below has the changes. I also added in anouther buff. So now it has a buff3.
Attachments
fighter.lua
It all should be working fine.
(23.02 KiB) Downloaded 422 times
Last edited by vvayinsane on Wed Oct 08, 2008 3:17 pm, edited 1 time in total.
balzizras
Posts: 2
Joined: Tue Oct 07, 2008 9:55 am

Re: Shaiya Fighter Bot

#144 Post by balzizras »

duh nm
Last edited by balzizras on Wed Oct 08, 2008 5:47 pm, edited 1 time in total.
PImember
Posts: 1
Joined: Tue Oct 07, 2008 7:01 pm

Re: Shaiya Fighter Bot

#145 Post by PImember »

so are we still gonna be able to use the speed hacks? i was told by elverion that it'll probably never gonna work and i just wanted to clarify if it's true or would like to find a way to do it. thanks in advance.
centik
Posts: 51
Joined: Sat Apr 19, 2008 2:03 am

Re: Shaiya Fighter Bot

#146 Post by centik »

vvayinsane wrote:ok everyone i have the sit address now. Now the bot wont keep siting and standing anymore..:)..now i can stop buying so much hp pots..lol

sitcheck_addr = 0x1098ec5c;

File below has the changes. I also added in anouther buff. So now it has a buff3.
i tried using this script but the bot still sitting and standing up
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#147 Post by vvayinsane »

Can someone help me out. I cant seem to get the right Sit address. When i use artmoney i search for 7 and then filter 0 then filter 7 and so on. I always get 2 address for sit. i put one of them into the bot it works it sits and stands and so on. I turned off them switch characters then logged off and logged back on and now that adress i found that worked befor does not work anymore. Can anyone help me on this? Am i missing something? Am i not doing something right? Thanks
User avatar
Administrator
Site Admin
Posts: 5341
Joined: Sat Jan 05, 2008 4:21 pm

Re: Shaiya Fighter Bot

#148 Post by Administrator »

Did you search for 1-byte (char)? Did you make sure the sit/stand animation had fully completed *before* ALT-tabbing and searching? I used Cheat Engine and had very little difficulty finding the address. Another nice thing about CE is that it marks static pointers in green text so you know right away if it's going to work or not.

sitcheck_addr = 0x006DCC80;
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#149 Post by vvayinsane »

Ill start useing ce since people seem to have better luck on that. Thanks for your help...:)
balzizras
Posts: 2
Joined: Tue Oct 07, 2008 9:55 am

Re: Shaiya Fighter Bot

#150 Post by balzizras »

Had it going for a couple minutes, however now im getting the following error:
Wed Oct 08 18:55:32 2008 : target_status=0
Wed Oct 08 18:55:32 2008 : target_status=0
Attachments
fighter.lua
(22.63 KiB) Downloaded 400 times
User avatar
Administrator
Site Admin
Posts: 5341
Joined: Sat Jan 05, 2008 4:21 pm

Re: Shaiya Fighter Bot

#151 Post by Administrator »

I don't think that's an error. Just a debugging message saying that you do not currently have a target. Is there any error messages listed in your log other than just "target_status=0"?
zer0
Posts: 213
Joined: Sat Feb 16, 2008 11:55 pm

Re: Shaiya Fighter Bot

#152 Post by zer0 »

If it's the same sit memory offset I use, the standing value is variable. The best way is to just checking the sitting value which is just 0.
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#153 Post by vvayinsane »

I actually like this bot its simple for me to use what ever character and just use it. The only problem im haveing is the everything is working....it will keep on pressing ` but it wont actually switch targets. Then when i click a target and hit return it shows me that its pressing all the keys its suppost to but nothing is happening in game.

When i run shaiya.lua the bot works. What could be my problem?
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#154 Post by vvayinsane »

The bot buffs but once it looks for a target and finds one i get this error message



stack traceback:
...inistrator\Desktop\micromacro\micromacro\lib\lib.lua:476: in function 'startMacro'
...or\Desktop\micromacro\micromacro\scripts\fighter.lua:737: in main chunk

----------TRACEBACK END----------

Sat Dec 20 17:18:57 2008 : ...or\Desktop\micromacro\micromacro\scripts\fighter.lua:329: bad argument #1 to 'getPixel' ((null))
Sat Dec 20 17:18:57 2008 : Execution of fighter.lua complete.
Sat Dec 20 17:18:57 2008 : Execution error: Runtime error
Sat Dec 20 17:18:57 2008 : Collecting garbage...
Sat Dec 20 17:18:57 2008 : GC closed process handle 0x98.
Sat Dec 20 17:18:57 2008 : 62KB freed.

I checked the color pictures and they still work. Can anyone give me an idea of what i need todo to fix it?
User avatar
Administrator
Site Admin
Posts: 5341
Joined: Sat Jan 05, 2008 4:21 pm

Re: Shaiya Fighter Bot

#155 Post by Administrator »

It looks like the HDC is nil (the first parameter), and therefor it cannot read pixels from that HDC. Find where the HDC is opened ( getDC() ) and do some logging. First, ensure that the window you're getting the HDC from is not 0. Second, check the value that's returned by getDC().
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#156 Post by vvayinsane »

Bot works....Download the file below.
Attachments
fighter.lua
(22.96 KiB) Downloaded 356 times
centik
Posts: 51
Joined: Sat Apr 19, 2008 2:03 am

Re: Shaiya Fighter Bot

#157 Post by centik »

vvayinsane wrote:Bot works....Download the file below.
i used ur script..but im having this error
Attachments
error.jpg
1point0
Posts: 6
Joined: Sun Dec 07, 2008 6:18 pm

Re: Shaiya Fighter Bot

#158 Post by 1point0 »

yes me too same error. i really like this one, if it worked. the shaiya.lua works thanks to insane, but well get banned for ks'ing instead of botting hahaha.
vvayinsane
Posts: 148
Joined: Fri Mar 21, 2008 9:10 pm

Re: Shaiya Fighter Bot

#159 Post by vvayinsane »

The bot was working for me last night but now when i run the script i get the same errors you guys do..:(
zcarlz
Posts: 16
Joined: Fri Dec 19, 2008 5:34 am

Re: Shaiya Fighter Bot

#160 Post by zcarlz »

The bot use buff and search for target then ERROR >.<
Post Reply