Search found 2 matches

by Stevon
Wed May 27, 2009 9:32 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147016

Re: Shaiya bot

for i = 0, 5 do means that it will go through the following code, in this case it will press the key_pickup untill i = 5 so it would do it 5 times for i = 0, 5 do keyboardPress(key_pickup); yrest(500); end so to make it pick up more simply change the 5 to what you wish Good work, Steve. I have foun...
by Stevon
Tue May 26, 2009 1:36 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147016

Re: Shaiya bot

Hey all :D , thought id help out the community, the sitting problem you all are having is pretty easy to fix, open up shaiya.lua look for the line of code THERE ARE 2 LINES WITH THIS CODE IN THE FILE: sitting = memoryReadByte(proc, sitcheck_addr) ~= 0; and just change it too sitting = memoryReadByte...