Search found 4474 matches

by Administrator
Sat Mar 01, 2008 8:49 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145228

Re: Shaiya bot

Yes, it is. Open up the script and see if you can figure out which parts to enable and disable. One thing that's strange about Shaiya is that attack is the same as target next. Having it just use potions is pretty easy. Just fix up the main loop like so to get it to just use potions for you: functio...
by Administrator
Sat Mar 01, 2008 4:17 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26537

Re: Fiesta bot

What do you mean? Is it not targeting? Again, post your log.txt. Also, what type of keyboard do you have? If it is something non-standard, or non-US 102/103 key keyboard, you may need to remap the target key. Fiesta uses the TAB key to target next. Some other user stated that his keyboard used the ~...
by Administrator
Sat Mar 01, 2008 1:06 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26537

Re: Fiesta bot

Post your log.txt. I guess I was wrong in thinking people would know that would be useful information.

http://solarimpact.servegame.com/phpBB3 ... p?f=2&t=38
by Administrator
Thu Feb 28, 2008 1:10 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26537

Re: Fiesta bot

As true as that may be, it still represents a security risk. No software is free of such a risk; but a software that easily grants an attacker easy root access under a "trusted" source is not OK by me. And yes, the rebooting upon malicious software being detected needs to go. Not only shou...
by Administrator
Thu Feb 28, 2008 10:51 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145228

Re: Shaiya bot

No, because the way it is setup, it will trigger the timer in 10 minutes after starting. If you want it to buff at start as well, you need to change need_buff = false; to need_buff = true;.
by Administrator
Thu Feb 28, 2008 10:48 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26537

Re: Fiesta bot

No, XTrap is nothing more than a rootkit that limits what you can and cannot do on your computer. The makers (and distributors) will continuously tell you that it's safe, but we both know they are liars. There is absolutely nothing safe about installing destructive software on your computer that ope...
by Administrator
Wed Feb 27, 2008 7:34 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145228

Re: Shaiya bot

You mangled that script up pretty good. 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); registerTimer(&q...
by Administrator
Tue Feb 26, 2008 10:27 pm
Forum: MicroMacro general & support
Topic: [Help] Fiesta Bot Resolution
Replies: 8
Views: 3117

Re: [Help] Fiesta Bot Resolution

It should switch between heal and stone. I'm not sure if this glitch still exists in Fiesta, but you heals, potions, and stones used to interfere with each others' cooldown, so you could just alternate between potion and stone, and heal as fast as you want without having to worry about cooldowns.
by Administrator
Tue Feb 26, 2008 7:14 pm
Forum: MicroMacro general & support
Topic: [Help] Fiesta Bot Resolution
Replies: 8
Views: 3117

Re: [Help] Fiesta Bot Resolution

That would be pretty difficult to do. At least, to do it right. You can have the bot press ALT+F4 to close the game, position the mouse on the login button and click it, then wait till it fully loads, select the server, select the character, wait again... I think you see where this is going.
by Administrator
Tue Feb 26, 2008 11:27 am
Forum: Off topic
Topic: C#.NET HTTP Headers
Replies: 2
Views: 2072

Re: C#.NET HTTP Headers

There is now ;) If you run this locally, and have it dump to a file rather than to your standard output stream, what is produced(if anything)?

I'll have somebody that knows C# look at this later (assuming I remember). He's sleeping at the moment.
by Administrator
Tue Feb 26, 2008 9:24 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26537

Re: Fiesta bot

Within function knight_fight(), you'll see this: if( math.random(100) > 92 ) then if( math.random(100) >= 50 ) then keyboardHold(key_skill1); yrest(50); keyboardRelease(key_skill1); else keyboardHold(key_skill2); yrest(50); keyboardRelease(key_skill2); end end By manipulating the math.random(number1...
by Administrator
Tue Feb 26, 2008 7:57 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26537

Re: Fiesta bot

Sorry I didn't respond to this sooner, charming. Did you remember to set key_scroll6 = key.VK_6 (or whatever, just an example)?

agente001: What about "class = CLASS_CLERIC"? You're not a cleric.
by Administrator
Tue Feb 26, 2008 7:37 am
Forum: MicroMacro general & support
Topic: seperating scripts into different files.
Replies: 9
Views: 3224

Re: seperating scripts into different files.

Ooh, yes, I see what you mean by GUI now. Just something for changing the config variables, right? Yeah, should be pretty simple to make something like that which would dump out a lua config script. Just have it do something like this: // untested, probably won't run out of the box. void save_config...
by Administrator
Tue Feb 26, 2008 7:09 am
Forum: MicroMacro general & support
Topic: [Help] Fiesta Bot Resolution
Replies: 8
Views: 3117

Re: [Help] Fiesta Bot Resolution

Must be because of Vista being goofy and useless again.
You can disable the check by removing this code:

Code: Select all

  if( ww ~= 1024 or wh ~= 768 ) then
    printf("Error! You must run Fiesta in 1024*768 resolution.\n");
    return;
  end;
Lets just hope that's the only error.
by Administrator
Mon Feb 25, 2008 12:12 pm
Forum: MicroMacro general & support
Topic: seperating scripts into different files.
Replies: 9
Views: 3224

Re: seperating scripts into different files.

What do you mean? There is no GUI for MicroMacro, no. Not yet, anyways. You can use LuaEdit as a nice development environment for your lua scripts, though.
by Administrator
Mon Feb 25, 2008 11:02 am
Forum: Game cheating & modding
Topic: Rapplez epic 4
Replies: 7
Views: 4051

Re: Rapplez epic 4

SaruenGang uses rootkit like techniques, and is polymorphic, so will probably be classified as a trojan by most anti-virus software. Just be very careful with wherever you get it from, and make sure you have the latest version, otherwise it will not work.
by Administrator
Mon Feb 25, 2008 1:46 am
Forum: MicroMacro general & support
Topic: [Help] Fiesta Bot Resolution
Replies: 8
Views: 3117

Re: [Help] Fiesta Bot Resolution

Is the game running in 1024*768 resolution? Fullscreen or windowed?
by Administrator
Mon Feb 25, 2008 12:20 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (ArtMoney)
Replies: 10
Views: 13741

Re: [Tutorial] Finding pointers & offsets

EDIT: After reading your other post, I actually understood what you were even looking for. But I do not have an answer for you. It really depends on how the game is made. It could prove problematic to actually find a pointer to a targeted monster.
by Administrator
Sun Feb 24, 2008 11:04 pm
Forum: Game cheating & modding
Topic: Rapplez epic 4
Replies: 7
Views: 4051

Re: Rapplez epic 4

Lua is the easiest language I have used to date. Sometimes, the loose typing makes it kind of annoying for more experienced programmers like myself; but sometimes it can also be a blessing. I haven't played Rappelz in forever. I had a high level kahuna and went on several killing sprees back in the ...
by Administrator
Sun Feb 24, 2008 10:50 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145228

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...