Search found 4475 matches

by Administrator
Thu Oct 23, 2008 6:04 pm
Forum: MicroMacro scripts
Topic: Shaiya Client with no GG - Updated October 22nd 2008
Replies: 9
Views: 4057

Re: Shaiya Client with no GG - Updated October 22nd 2008

Thanks for taking the time out to crack it. Does your version contain any other features?

EDIT: It looks like none of the addresses changed. No need to update them.
by Administrator
Thu Oct 23, 2008 6:03 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145871

Re: Shaiya bot

GameGuard patch has been updated.
by Administrator
Tue Oct 21, 2008 7:40 pm
Forum: MicroMacro scripts
Topic: Perfect World bot & multi-client
Replies: 53
Views: 22830

Re: Perfect World bot & multi-client

Check your Cheat Engine settings. You might want to turn off anything that effects kernel-mode (ie. drivers), then restart your computer.

If that doesn't work, try using MHS.
by Administrator
Tue Oct 21, 2008 4:49 pm
Forum: Game cheating & modding
Topic: C# - Reading Memory from a process
Replies: 6
Views: 5372

Re: C# - Reading Memory from a process

Yeah, it was just a placeholder. I thought as a subset of UAC, Vista would disallow reading from certain memory ranges, with 0x0 being within that range. I haven't heard any specific information about it, so it was just a guess. You're right though, looks like he got it to work when disabling UAC. H...
by Administrator
Tue Oct 21, 2008 12:38 pm
Forum: Game cheating & modding
Topic: C# - Reading Memory from a process
Replies: 6
Views: 5372

Re: C# - Reading Memory from a process

I'm not sure if you even can read from 0x0 (at least with certain "security" settings in Vista). Your best bet is to create a small sample application that declares an integer, and has a while loop with a rest in it, and nothing else. Search for the address to that integer with a memory ed...
by Administrator
Mon Oct 20, 2008 8:12 am
Forum: MicroMacro scripts
Topic: [Request] Latale Online
Replies: 4
Views: 2488

Re: [Request] Latale Online

It works just fine under Vista. You just need to run it with administrator privileges. Right click on the executable, and select "Run as administrator." Or you can go to properties and set it up through there so you never have to mess with again.
by Administrator
Mon Oct 20, 2008 3:21 am
Forum: Game cheating & modding
Topic: C# - Reading Memory from a process
Replies: 6
Views: 5372

Re: C# - Reading Memory from a process

Yeah, looks like UAC to me. You'd have to compile a manifest into your program. First step is getting a manifest file and naming it exactly like your main exe, except with a .manifest extension. Just copy micromacro.exe.manifest, and rename it to yourprogram.exe.manifest. If you place the file into ...
by Administrator
Mon Oct 20, 2008 2:39 am
Forum: MicroMacro scripts
Topic: [Request] Latale Online
Replies: 4
Views: 2488

Re: [Request] Latale Online

Anyway, I would like to request a bot script that will auto-pot when my HP reaches a certain level. Also, is there any other program/way that i can use to find addresses of my HP and etc. which works on Windows Vista? Any memory editing software should do. I'd recommend either MHS or CheatEngine. O...
by Administrator
Sun Oct 19, 2008 4:37 am
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 11835

Re: Holic bot

Maybe, but I've got more important things to do than work on pet summoning. It really shouldn't be too hard, though, once a pointer is found to check if you have a pet out or not.
by Administrator
Sat Oct 18, 2008 7:58 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145871

Re: Shaiya bot

So when you manually press 1, it targets a monster? Did you change your keyboard in config.lua? If you have, you shouldn't have, since en_us is the only one available at this time. Though, it shouldn't be too hard to make one for the UK. I've attached a small tool I quickly slapped together to help ...
by Administrator
Sat Oct 18, 2008 7:26 pm
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 11835

Re: Holic bot

You should avoid hills and obstacles as much as possible. Without directly accessing map data and using a true path finding algorithm, this is the best we can do.

It should unstuck itself after a few seconds, as long as the obstacle isn't too big or complex.
by Administrator
Sat Oct 18, 2008 12:26 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145871

Re: Shaiya bot

I'm guessing that VK_ACCENT would work for switching targets. But you would still need to have your normal attack hotkeyed to 1. I forgot how to bring up the skill tab that contains attack, but it's there somewhere. Just click and drag it into your hotkey bar. I know it's strange, but the attack hot...
by Administrator
Sat Oct 18, 2008 5:10 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145871

Re: Shaiya bot

Do you have your 1 hotkey set up for the attack button? If you manually press 1, does it target a new monster? How about the tilde (~)?
by Administrator
Fri Oct 17, 2008 5:37 pm
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 11835

Re: Holic bot

Yes, I just double checked it and it works fine for me using the current version on the website. If, after you've upgraded, you still get some error, post your log and I'll take a look at it.
by Administrator
Fri Oct 17, 2008 5:27 pm
Forum: MicroMacro general & support
Topic: ControlClick
Replies: 10
Views: 2713

Re: ControlClick

Same mouse functions as before. The only difference is that attach() now attaches mouse input, as well. win = findWindow("Example"); attach(win); local x, y; while(true) do x,y = mouseGetPos(); mouseSet(x, y); mouseLClick(); yrest(100); end One thing that people might think is strange is t...
by Administrator
Fri Oct 17, 2008 4:32 am
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 11835

Re: Holic bot

You probably have an old version of MicroMacro or a mismatch in files. Redownload the full thing and try again. btw i know it's not possible but is there anyway i can minimize it? Not possible. Not without hooking or writing a clientless bot, which are both more work than it is worth. anyways will t...
by Administrator
Fri Oct 17, 2008 2:14 am
Forum: MicroMacro general & support
Topic: ControlClick
Replies: 10
Views: 2713

Re: ControlClick

I have just recently added this, but it needs some testing. In my tests, it was able to send mouse input to Metin 2 without stealing focus. Should work, but it's best to make sure. It will not try to use SendInput when the application has focus, so make sure the program will allow for attached input...
by Administrator
Fri Oct 17, 2008 12:31 am
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 11835

Re: Holic bot

Holic bot FAQ How do I setup my skills? Open options.lua in notepad. You will need to add the skill to a usable skill list using the addSkill() function. The first parameter is the skill itself, and the second is the hotkey of the skill. There should already be a few skills listed as an example (fo...
by Administrator
Fri Oct 17, 2008 12:06 am
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 11835

Holic bot

Holic Online - http://holic.netgame.com/ Requirements: MicroMacro 0.98, Oct. 16, 2008 Not sure if your version of MicroMacro will work? Check the changelog to see if your version has the binary operator substitutes AND() and OR(). Features: Can use potions Can use skills/buffs Can unstuck itself on ...
by Administrator
Mon Oct 13, 2008 11:15 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145871

Re: Shaiya bot

You're sitting because you have less than 150% HP. The variables you are supposed to set are by percent, not absolute values.