Shaiya Fighter Bot
Re: Shaiya Fighter Bot
why is my bot target meself and no attack the mobs?
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
you did not follow directions. Look at the first post and read it all the way threw..you will find your answer
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
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.

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 324 times
Last edited by vvayinsane on Wed Oct 08, 2008 3:17 pm, edited 1 time in total.
Re: Shaiya Fighter Bot
duh nm
Last edited by balzizras on Wed Oct 08, 2008 5:47 pm, edited 1 time in total.
Re: Shaiya Fighter Bot
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.
Re: Shaiya Fighter Bot
i tried using this script but the bot still sitting and standing upvvayinsane 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.
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
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
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Shaiya Fighter Bot
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;
sitcheck_addr = 0x006DCC80;
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
Ill start useing ce since people seem to have better luck on that. Thanks for your help...

Re: Shaiya Fighter Bot
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
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 304 times
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Shaiya Fighter Bot
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"?
Re: Shaiya Fighter Bot
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.
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
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?
When i run shaiya.lua the bot works. What could be my problem?
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
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?
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?
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Shaiya Fighter Bot
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().
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
Bot works....Download the file below.
- Attachments
-
- fighter.lua
- (22.96 KiB) Downloaded 266 times
Re: Shaiya Fighter Bot
i used ur script..but im having this errorvvayinsane wrote:Bot works....Download the file below.
Re: Shaiya Fighter Bot
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.
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya Fighter Bot
The bot was working for me last night but now when i run the script i get the same errors you guys do..

Re: Shaiya Fighter Bot
The bot use buff and search for target then ERROR >.<
Who is online
Users browsing this forum: No registered users and 1 guest