Search found 38 matches

by Sgraffite
Sat Jul 31, 2010 10:09 pm
Forum: MicroMacro general & support
Topic: keyboardType() has trouble with certain characters
Replies: 2
Views: 1479

Re: keyboardType() has trouble with certain characters

Alrighty, thanks!

I was doing it with keyboardPress() before, but I wanted to use dynamic strings and just pass them into keyboardType() instead.
by Sgraffite
Sat Jul 31, 2010 2:37 am
Forum: MicroMacro general & support
Topic: keyboardType() has trouble with certain characters
Replies: 2
Views: 1479

keyboardType() has trouble with certain characters

It seems keyboardType() can't type these characters, and possibly others:
/
.
"
Is there a way I can escape them or something so that keyboardType() is able to type all characters?
by Sgraffite
Mon Apr 26, 2010 10:45 pm
Forum: MicroMacro general & support
Topic: Execute() not available in micromacro?
Replies: 4
Views: 1705

Re: Execute() not available in micromacro?

Awesome, that works great :)
by Sgraffite
Sun Apr 25, 2010 11:09 am
Forum: MicroMacro general & support
Topic: Execute() not available in micromacro?
Replies: 4
Views: 1705

Re: Execute() not available in micromacro?

Thanks, I was able to get both of those to run the application. However, both os.execute() and system() appear to wait for the application to finish before continuing on. I'd like to be able to send keystrokes and mouse events to the application after it starts up. Is there a way to make it so that ...
by Sgraffite
Sat Apr 24, 2010 1:13 pm
Forum: MicroMacro general & support
Topic: Download page returns a 404
Replies: 2
Views: 1368

Re: Download page returns a 404

3cmSailorfuku wrote:It's because you tried to click the link in the news, the link to the download page is broken there, has been for months.

If you click the Download link in the menu it will transfer you to the correct one.

http://www.solarstrike.net/downloads.php
Ok thanks
by Sgraffite
Sat Apr 24, 2010 12:32 pm
Forum: MicroMacro general & support
Topic: Execute() not available in micromacro?
Replies: 4
Views: 1705

Execute() not available in micromacro?

I'd like to make a script that can run an executable, attach to the process, close the process, and repeat. I didn't see anything in the micromacro documentation about running an executable, so I checked the lua docs. I came across the execute() method, but it appears it is not implemented in microm...
by Sgraffite
Sat Apr 24, 2010 12:27 pm
Forum: MicroMacro general & support
Topic: Download page returns a 404
Replies: 2
Views: 1368

Download page returns a 404

I went to download version 1.0, and http://www.solarstrike.net/download.php returns a 404
by Sgraffite
Wed Oct 21, 2009 11:56 am
Forum: Game cheating & modding
Topic: Aion anyone?
Replies: 31
Views: 14949

Re: Aion anyone?

I've been working on a script for this game and I want to set up a waypoint system. After reading some posts about memory offsets, it looks like I would have to use the new getModuleAddress() for some of them. I tried the MM7 Experimental link, but it says I don't have authorization. Is there any wa...
by Sgraffite
Thu May 14, 2009 8:35 pm
Forum: MicroMacro general & support
Topic: Possible to make mouse coordinates relative to window?
Replies: 2
Views: 2039

Possible to make mouse coordinates relative to window?

Is there a way to make mouse coordinates relative to the game window, so 0,0 would be the top left corner of the game window? AutoIt had a mode that was relative to the window in focus like that, and that what I found most useful. I know I could calculate roughly where I want the mouse to be, but wh...
by Sgraffite
Thu Jan 22, 2009 10:53 am
Forum: MicroMacro general & support
Topic: Request to add backspace virtual key to future release
Replies: 5
Views: 2194

Re: Request to add backspace virtual key to future release

Can you also add:

VK_PERIOD = 190;

In a future release?
by Sgraffite
Thu Jan 22, 2009 12:24 am
Forum: Game cheating & modding
Topic: Shaiya Patched
Replies: 3
Views: 2866

Re: Shaiya Patched

Here is the basic no game guard patched exe with multiclient. I split the compressed file into two since I couldn't upload a file over 1MB.

New offsets:
Character Pointer: 0x00836D34
Target Id: 0x006E1BE0

Thank you zero and lucky_phil for the tutorial
by Sgraffite
Thu Jan 08, 2009 7:03 pm
Forum: MicroMacro general & support
Topic: Request to add backspace virtual key to future release
Replies: 5
Views: 2194

Request to add backspace virtual key to future release

I looked in lib/mods/keyboard/en_us.lua for the backspace virtual key but could not find it, so if it's not there could you please add it to a future micromacro release?
by Sgraffite
Mon Dec 29, 2008 3:32 pm
Forum: MicroMacro general & support
Topic: An Idea
Replies: 1
Views: 1240

Re: An Idea

I'm not very good at coding but I just come up with ideas usually cause I play the game a fair bit amount. Maybe I can hopefully give some inspiration/ideas on what to hack. -I think I already know the answer to this but skill cooldown time are server sided right? But is there still a way to manipu...
by Sgraffite
Sun Nov 23, 2008 10:21 pm
Forum: MicroMacro general & support
Topic: Email support?
Replies: 4
Views: 2056

Email support?

I was wondering how hard it would be to make it so Micro Macro can email me when I die? I'm UM and if my character dies then I run my priest to him and res him, to save on res runes. If Micro Macro could send an email to the email address associated to my phone number, I could get a text email on my...
by Sgraffite
Wed Nov 12, 2008 12:37 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 128813

Re: Shaiya - ZS Shaiya Bot - v0.03b

I use the move_to, and functions that function depends on, but in a different script. I noticed moving from your old version to the new version where you correct the angle every so often, sometimes it will seem to get stuck in an infinite loop that will freeze up the game until I stop the script. I'...
by Sgraffite
Sun Nov 09, 2008 3:52 pm
Forum: MicroMacro general & support
Topic: Arguments passed into function display, but error out as nil
Replies: 5
Views: 2161

Re: Arguments passed into function display, but error out as nil

It's been a HUGE help! I'm using it to prevent people taking my spot, prevent ks'ing to a degree, as well as safety, and reliability of killing mobs in a specific rotational order. Basically I set up a circular path of waypoints, and kill the mobs in the exact same order every time. It is timed so t...
by Sgraffite
Sat Nov 08, 2008 3:50 am
Forum: MicroMacro general & support
Topic: Arguments passed into function display, but error out as nil
Replies: 5
Views: 2161

Re: Arguments passed into function display, but error out as nil

Thanks! I don't want to have others debug code for me, I swear!
by Sgraffite
Sat Nov 08, 2008 12:22 am
Forum: MicroMacro general & support
Topic: Arguments passed into function display, but error out as nil
Replies: 5
Views: 2161

Arguments passed into function display, but error out as nil

I could really use some help here as I don't understand what is wrong. I'm trying to implement zerosignal's waypoint navigation system into a custom script (thanks zerosignal!). Basically I'm passing a table from class function A to function B outside of any classes. At the very beginning of functio...