Search found 4498 matches
- Sun Oct 26, 2008 6:30 pm
- Forum: MicroMacro general & support
- Topic: ControlClick
- Replies: 10
- Views: 3249
Re: ControlClick
It should not be game dependent. When attached, the mouse will click at the location it was last positioned. So if you use setMouse(32, 32), then actually move your mouse to some other location, it will still click at (32,32). I think I just wasn't clear on this before. I'm not sure about the clicks...
- Sun Oct 26, 2008 11:40 am
- Forum: MicroMacro general & support
- Topic: Shaiya - WayPoint System
- Replies: 28
- Views: 10473
Re: Shaiya - WayPoint System
Oh, very nice. Maybe I could look into adding native XML support to MicroMacro. I'm sure that would be far more convenient than having to convert the file every time.
- Thu Oct 23, 2008 7:17 pm
- Forum: MicroMacro general & support
- Topic: Shaiya - WayPoint System
- Replies: 28
- Views: 10473
Re: Shaiya - WayPoint System
You've made a GUI tool? Nice. How does it work? Do you have any screenshots?
- Thu Oct 23, 2008 6:04 pm
- Forum: MicroMacro scripts
- Topic: Shaiya Client with no GG - Updated October 22nd 2008
- Replies: 9
- Views: 5162
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.
EDIT: It looks like none of the addresses changed. No need to update them.
- Thu Oct 23, 2008 6:03 pm
- Forum: Everything else
- Topic: Shaiya bot
- Replies: 432
- Views: 224426
Re: Shaiya bot
GameGuard patch has been updated.
- Tue Oct 21, 2008 7:40 pm
- Forum: MicroMacro scripts
- Topic: Perfect World bot & multi-client
- Replies: 53
- Views: 28799
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.
If that doesn't work, try using MHS.
- Tue Oct 21, 2008 4:49 pm
- Forum: Game cheating & modding
- Topic: C# - Reading Memory from a process
- Replies: 6
- Views: 6468
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...
- Tue Oct 21, 2008 12:38 pm
- Forum: Game cheating & modding
- Topic: C# - Reading Memory from a process
- Replies: 6
- Views: 6468
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...
- Mon Oct 20, 2008 8:12 am
- Forum: MicroMacro scripts
- Topic: [Request] Latale Online
- Replies: 4
- Views: 3131
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.
- Mon Oct 20, 2008 3:21 am
- Forum: Game cheating & modding
- Topic: C# - Reading Memory from a process
- Replies: 6
- Views: 6468
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 ...
- Mon Oct 20, 2008 2:39 am
- Forum: MicroMacro scripts
- Topic: [Request] Latale Online
- Replies: 4
- Views: 3131
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...
- Sun Oct 19, 2008 4:37 am
- Forum: MicroMacro scripts
- Topic: Holic bot
- Replies: 35
- Views: 14808
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.
- Sat Oct 18, 2008 7:58 pm
- Forum: Everything else
- Topic: Shaiya bot
- Replies: 432
- Views: 224426
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 ...
- Sat Oct 18, 2008 7:26 pm
- Forum: MicroMacro scripts
- Topic: Holic bot
- Replies: 35
- Views: 14808
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.
It should unstuck itself after a few seconds, as long as the obstacle isn't too big or complex.
- Sat Oct 18, 2008 12:26 pm
- Forum: Everything else
- Topic: Shaiya bot
- Replies: 432
- Views: 224426
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...
- Sat Oct 18, 2008 5:10 am
- Forum: Everything else
- Topic: Shaiya bot
- Replies: 432
- Views: 224426
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 (~)?
- Fri Oct 17, 2008 5:37 pm
- Forum: MicroMacro scripts
- Topic: Holic bot
- Replies: 35
- Views: 14808
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.
- Fri Oct 17, 2008 5:27 pm
- Forum: MicroMacro general & support
- Topic: ControlClick
- Replies: 10
- Views: 3249
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...
- Fri Oct 17, 2008 4:32 am
- Forum: MicroMacro scripts
- Topic: Holic bot
- Replies: 35
- Views: 14808
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...
- Fri Oct 17, 2008 2:14 am
- Forum: MicroMacro general & support
- Topic: ControlClick
- Replies: 10
- Views: 3249
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...