Search found 4475 matches

by Administrator
Sun Feb 24, 2008 10:50 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

zerosignal: Have you made any other changes to the script? Maybe, something that could cause the handles proc and hdc to not be global? If you use the "official" script (the one posted by me) do you get the same error? I suppose you could write a function that would check if the handle was...
by Administrator
Sat Feb 23, 2008 11:53 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26582

Re: Fiesta bot

I located your problem. I also put in some better error checking into the lib.lua to help debug these issues in the future. Your problem was that you didn't properly close your if and if-else statements in move_forward(), which caused function main() to be inside of move_forward(). I'm guessing you ...
by Administrator
Sat Feb 23, 2008 9:59 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26582

Re: Fiesta bot

charmingiv wrote:You did it again! LOL! you are great!
That's why I'm your fearless leader. Well, mostly fearless. I don't like spiders. Nor any bugs, honestly.
by Administrator
Sat Feb 23, 2008 1:39 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

What do you mean? The game window itself closes, or the "windows" inside of it close (i.e. character stats window)? I didn't notice this, but I also didn't bot with windows open.

And yes, you can use potions. The keys for potions are: 8 (hp), 9 (mp) and 0 (sp).
by Administrator
Sat Feb 23, 2008 11:53 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

Ok, pointer and offset are correct. Send me that screenshot and I think I can help you.
by Administrator
Sat Feb 23, 2008 11:09 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

Not necessarily. If the addresses are wrong for you, it is reading some other random data. Open shaiya.lua in notepad, and find the function update_vars(). Add a printf() call like below: -- update client variables by reading from it's memory function update_vars() HP = memoryReadIntPtr(proc, HP_ptr...
by Administrator
Sat Feb 23, 2008 10:55 am
Forum: Memory editing software
Topic: [Tutorial]Finding addresses with ArtMoney (Exact values)
Replies: 2
Views: 7979

[Tutorial]Finding addresses with ArtMoney (Exact values)

In this tutorial, I'll be using Fiesta as an example. We'll be searching for the address which holds how much HP your character has. Typically in online games, you can change this value on your client, but it will not reflect on the server and so is beyond the scope of this tutorial. Step 1: So, onc...
by Administrator
Sat Feb 23, 2008 10:04 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

I see. It looks like you're using a dual core processor. In this case, it looks like you just need to search for your own addresses. I think I'll go ahead and write a quick basic ArtMoney tutorial on this, since it's asked about a lot (more often in private messages). Start by finding the address fo...
by Administrator
Sat Feb 23, 2008 8:35 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26582

Re: Fiesta bot

I forgot to mention... I just uploaded the new, fixed patch. Download it and extract it to your Fiesta folder, overwriting files if asked.
by Administrator
Sat Feb 23, 2008 8:33 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

Have you downloaded the recently updated script? If not, do that now.

Otherwise, you'll need to post your log.txt.
by Administrator
Sat Feb 23, 2008 7:31 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

No problem. If there is anything else you need help with, feel free to ask.
by Administrator
Sat Feb 23, 2008 5:12 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

This definitely looks like something on Aeria's end, so I can't really help you. If you bug them about it enough, they might actual do something about it (probably just say "we'll look into it" and then completely ignore it for several weeks/months). If those errors are thrown from GetLast...
by Administrator
Sat Feb 23, 2008 5:01 am
Forum: MicroMacro general & support
Topic: Functions - keyboardPress(), keyboardType()
Replies: 6
Views: 2569

Re: Functions - keyboardPress(), keyboardType()

Well, I wouldn't say a "problem" with Shaiya, but just... "different." I'll maybe screw around with it and see if I can locate the problem. It's strange that it happens with attached and non-attached input, though. If anything, I would assume emulating the key press and posting t...
by Administrator
Fri Feb 22, 2008 10:12 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

Can you point me to more information on this error on the shaiya forum?

It sounds like it's an error with Shaiya, not MicroMacro, so I cannot be of much help.
by Administrator
Fri Feb 22, 2008 10:09 pm
Forum: MicroMacro general & support
Topic: Functions - keyboardPress(), keyboardType()
Replies: 6
Views: 2569

Re: Functions - keyboardPress(), keyboardType()

So you've lowered the delay with keyboardSetDelay()?

You can try using

Code: Select all

keyboardHold(key.VK_ENTER);
rest(10);
keyboardRelease(key.VK_ENTER);
rest(10);
Also try increasing your keyboard repeat time in your keyboard options under control panel.
by Administrator
Fri Feb 22, 2008 5:56 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

I'll have to take a look at this later; I have a business meeting to attend to shortly. Could you please post some information about your system? Information such as your operating system, your processor(s), the exact error message, etc. Also, make sure you launch Shaiya's patcher and let it patch S...
by Administrator
Fri Feb 22, 2008 3:01 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

The original game.exe patch, or the official game.exe?

The patch can be found here: http://www.sendspace.com/file/l2eaa2
The official game.exe can be downloaded by running the official patcher.
by Administrator
Thu Feb 21, 2008 8:19 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

Yeah, either that or redownload the script. I fixed that and reuploaded it just awhile ago. I'll be attaching the game.exe to my original post in case that download link still doesn't work. However, after attacking~ sits forever. Why is that happened? Could make it back to normal? I'm not sure. Scre...
by Administrator
Thu Feb 21, 2008 4:30 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

Oops. I have the tendency to misplace -- with //, as I'm too used to C/C++. Anyways, I uploaded the fixed fixed script. You can just open the script you downloaded and search for "//" (without quotes), and replace that with "--".
by Administrator
Thu Feb 21, 2008 2:16 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145559

Re: Shaiya bot

need_buff = false; function buff_timer() need_buff = true; end function cast_buff() need_buff = false; keyboardPress( key.VK_6 ); -- key 6 - only an example end function main() registerTimer("buff_timer", 10 * (1000*60), buff_timer); while( 1 ) do -- your typical main loop goes here... th...