Search found 4475 matches

by Administrator
Fri Aug 01, 2008 6:27 pm
Forum: MicroMacro general & support
Topic: Timers?
Replies: 9
Views: 4041

Re: Timers?

Ah, yes. My mistake. The problem in that example was that coroutine.yield() was not being called (yrest only calls it every 100ms, so at 1ms it would not work), and is required to give automatic timers time to process. I'm going to update yrest() to always call coroutine.yield() at least once when a...
by Administrator
Fri Aug 01, 2008 4:14 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73710

Re: Shaiya Fighter Bot

You've checked that micromacro/lib/mods/keyboard/en_us.lua is there and seems to contain proper information? And what your config file had the proper keyboard layout setting?
by Administrator
Fri Aug 01, 2008 4:06 pm
Forum: MicroMacro general & support
Topic: Timers?
Replies: 9
Views: 4041

Re: Timers?

It's really this simple: you make a function that will be called every x miliseconds, you call registerTimer() to do some internal work allowing the function to be a timed function, and unregisterTimer() to cancel it out. You must use startMacro() to start your actual script execution, otherwise aut...
by Administrator
Thu Jul 31, 2008 3:51 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73710

Re: Shaiya Fighter Bot

C:\Users\Walmart\Desktop\micromacro\micromacro\lib\lib.lua:99: '=' expected near 'sprintf' I'm betting this is the source of the error. Open up lib/lib.lua again, press CTRL+G. Type in 99 and click OK. it should bring you directly to the sprintf section. Make sure it looks exactly like this: -- For...
by Administrator
Thu Jul 31, 2008 2:24 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73710

Re: Shaiya Fighter Bot

And you do not receive the error message? What does your log say? Have you updated within the last few days? Edit: Ok re-downloaded MicroMacro again fixed the sprintf, and I am still getting the same message. This should not happen. Did you remember to clear your cache before downloading? I just dou...
by Administrator
Thu Jul 31, 2008 1:08 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73710

Re: Shaiya Fighter Bot

In older versions, 'key' was simply a table. It has been moved into a module. Ensure that your config.lua (in MicroMacro's main directory) has keyboard = "en_us" and micromacro/lib/mods/keyboard/en_us.lua exists. Ensure that your keyboard and language setup in lib/lib.lua has not been mess...
by Administrator
Thu Jul 31, 2008 12:26 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73710

Re: Shaiya Fighter Bot

What does :330: attempt to call global 'sprintf' <a nil value> mean??? It means the function sprintf was not declared. This was a bug on my part. Just open lib/lib.lua in notepad. Press CTRL + F and type in 'sprintf' (without quotes). It'll bring you to a line with '--' in front of the declaration ...
by Administrator
Wed Jul 30, 2008 6:55 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

If that value is 65535 (0xFFFF), then that means you do not have a target selected. Select a target, and the value should change.
by Administrator
Wed Jul 30, 2008 5:38 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

You did it wrong. Click that button, then type in the address, change the type to 2 bytes, then click OK. Now at the bottom of the main Cheat Engine window, it will display that address and it's associated value in the table. You should not be clicking on anything beyond this.
by Administrator
Wed Jul 30, 2008 12:40 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

Once Shaiya is open, you then open Cheat Engine. Click the computer icon in the top left and then look for an entry of 'game.exe'. Select it and click OK. Shaiya will now have had a handle opened to it from Cheat Engine. Continue with the steps I had mentioned above at this point.
by Administrator
Wed Jul 30, 2008 12:08 pm
Forum: Game cheating & modding
Topic: ChatWizzard - Download it Now!
Replies: 2
Views: 2228

Re: ChatWizzard - Download it Now!

Antivirus Version Last Update Result AhnLab-V3 2008.7.29.1 2008.07.30 - AntiVir 7.8.1.12 2008.07.30 - Authentium 5.1.0.4 2008.07.30 - Avast 4.8.1195.0 2008.07.30 - AVG 8.0.0.130 2008.07.30 - BitDefender 7.2 2008.07.30 - CAT-QuickHeal 9.50 2008.07.30 - ClamAV 0.93.1 2008.07.30 - DrWeb 4.44.0.09170 2...
by Administrator
Wed Jul 30, 2008 12:00 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

by Administrator
Wed Jul 30, 2008 11:11 am
Forum: Game cheating & modding
Topic: Florensia Hackshield bypass?
Replies: 13
Views: 7046

Re: Florensia Hackshield bypass?

Actually, I believe it's "FlorensiaEN.bin eutest ENGLISH". That's probably what you meant, though. The use of an older client binary is no use; It will not let you authenticate. Plus I'm pretty sure that HackShield needs to be running to constantly keep in contact with the server. It's enc...
by Administrator
Wed Jul 30, 2008 10:51 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

You can open MicroMacro and load the script before Shaiya, just do not press the start key until you're in game and ready to go. That solves the enter problem. So, lets try this. Download Cheat Engine if you do not have it already, target Shaiya, and manually add this address: 0062FAD4 You will find...
by Administrator
Wed Jul 30, 2008 3:52 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

That would be a permission problem. I do not use Vista (and never will force myself to use such garbage), so I don't know what to tell you. I know several of the members here are able to run the Shaiya bot perfectly fine under Vista, so I don't know what you are doing wrong.
by Administrator
Wed Jul 30, 2008 12:40 am
Forum: MicroMacro general & support
Topic: memoryReadStringPtr Limit Length and Unicode?
Replies: 10
Views: 2458

Re: memoryReadStringPtr Limit Length and Unicode?

Ah, OK. That would make sense. I've made all the changed (for now), and have uploaded the new version of MicroMacro. You can download it from the download page to take advantage of the new/fixed functions. Check the manual that comes with it for documentation if it's not available in the wiki by the...
by Administrator
Tue Jul 29, 2008 10:32 pm
Forum: Game cheating & modding
Topic: Florensia Hackshield bypass?
Replies: 13
Views: 7046

Re: Florensia Hackshield bypass?

I'll take a look at this shortly. Currently, I'm working on Lost Chaos to figure out a potential bug.

When was Hack Shield added? Do you possibly have a copy of the client before the patch took place?
by Administrator
Tue Jul 29, 2008 7:26 pm
Forum: MicroMacro general & support
Topic: memoryReadStringPtr Limit Length and Unicode?
Replies: 10
Views: 2458

Re: memoryReadStringPtr Limit Length and Unicode?

Ah, alright. This could very well be a bug in MicroMacro. However, it is strange to me that the Unicode version appears to work (although, not giving you what you need), since I just copy/pasted the ASCII version and modified it to create the Unicode version. I'm downloading Last Chaos now to furthe...
by Administrator
Tue Jul 29, 2008 6:56 pm
Forum: MicroMacro general & support
Topic: memoryReadStringPtr Limit Length and Unicode?
Replies: 10
Views: 2458

Re: memoryReadStringPtr Limit Length and Unicode?

If I compare the output of memoryReadUStringPtr to my Adress that I converted to unicode, then the output will be the same for some reason. But if I try to compare it with memoryReadStringPtr to the original state of the adress (Which is Ascii), it will show something else. I can assure you that it...
by Administrator
Tue Jul 29, 2008 6:43 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 147753

Re: Shaiya bot

Yes, you should. If you do not, it'll continue giving that error.