Search found 4475 matches

by Administrator
Tue Dec 16, 2008 12:37 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 935459

Re: RoM bot

Thanks again Zephyr. There are a couple of bugs I'm working on fixing right now (and a new feature or two). Hopefully it'll be done by tomorrow. The new start/stop keys will be DELETE and END. Why? Because F5 would cause you to target a friendly when in a party, which was causing a rather severe bug...
by Administrator
Mon Dec 15, 2008 4:50 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 935459

RoM bot

Requirements: MicroMacro 1.05, which you can get here RoM scripts (see Setup below) See also: German instructions , Russian instructions For instructions on how to use the bot and it's various functions after you have installed it, check out the RoM Bot wiki This is the official RoM bot. If you fin...
by Administrator
Mon Dec 15, 2008 9:21 am
Forum: MicroMacro plugins
Topic: DLL injection plugin
Replies: 19
Views: 20321

Re: DLL injection plugin

Have you looked at CEMAPI? I don't know which functions would be of interest to you (as I've never used it myself), but it sounds like it has the ability to send e-mail.
by Administrator
Sun Dec 14, 2008 10:10 pm
Forum: MicroMacro plugins
Topic: DLL injection plugin
Replies: 19
Views: 20321

Re: DLL injection plugin

I've completely rewrote the plugin to make it smaller and simpler. It went from 82kb compressed to 4.5kb. It should even work better, too. Version 1 has been left available in case the new version doesn't work for you. Please let me know if you have problems.
by Administrator
Sun Dec 14, 2008 12:56 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 134623

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

I think pressing F5 in Shaiya causes you to target yourself, doesn't it? That could be the problem. You would then be stuck trying to kill yourself. I'd suggest moving the script hotkeys simply by changing the startKey and stopKey variables.

Code: Select all

startKey = key.VK_INSERT;
stopKey = key.VK_DELETE;
by Administrator
Sun Dec 14, 2008 12:53 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 153748

Re: Shaiya bot

by Administrator
Sun Dec 14, 2008 12:52 pm
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 12047

Re: Holic bot

Line 63 of movement_wander.lua. Add the 'true' parameter to disable targeting.

Code: Select all

waypointSuccess = stepTowardsWaypoint(current_wpx, current_wpy, true);
I have no idea why you would want this, though.
by Administrator
Sun Dec 14, 2008 12:40 am
Forum: Game cheating & modding
Topic: [Request]Remove FiestaPH Gameguard
Replies: 6
Views: 2691

Re: [Request]Remove FiestaPH Gameguard

It's encrypted. I can't help you here.
by Administrator
Sat Dec 13, 2008 4:49 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 153748

Re: Shaiya bot

Send it to the e-mail address listed in my profile (use the e-mail link on the left of this message) as an attachment. Compress it to a zip archive first, though.
by Administrator
Tue Dec 09, 2008 1:30 pm
Forum: MicroMacro scripts
Topic: Holic bot
Replies: 35
Views: 12047

Re: Holic bot

You can't. I never found the pointer to the monster's coordinates, so it's pretty difficult to find the distance between you and it.
by Administrator
Mon Dec 08, 2008 5:27 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 134623

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

What is the *exact* line that you changed for the path? The \ character is, for most programming/scripting languages, an 'escape character'. That means that putting a \ right before a " means that instead of ending the quote, it actually inserts the quote into the string. This can lead to all s...
by Administrator
Mon Dec 08, 2008 1:25 pm
Forum: MicroMacro scripts
Topic: Shaiya fighter version 2
Replies: 34
Views: 12939

Re: Shaiya fighter version 2

Try this. It takes a bit of work to get it set up, but this should do the trick.
by Administrator
Sat Dec 06, 2008 2:35 pm
Forum: Packet Editors
Topic: Where to get WPE
Replies: 25
Views: 26431

Re: Where to get WPE

I don't know what to tell you then. There are other alternatives out there. You can try Packet Edit Studio and see if that helps.
by Administrator
Sat Dec 06, 2008 2:01 pm
Forum: MicroMacro scripts
Topic: Shaiya Client with no GG - Updated October 22nd 2008
Replies: 9
Views: 4127

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

Strange. I could have swore that the Chinese version was encrypted. Oh well, I've disabled GameGuard for it. Extract all of the files in the attachement into the Shaiya folder, then just double click on shaiya_patch.bat. If all goes according to plan, it will say there were 3 changes made. Now just ...
by Administrator
Sat Dec 06, 2008 2:26 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175980

Re: [Tutorial] Finding pointers & offsets (Cheat Engine)

I would, but it's not information I'd like to make public, due to the creators of GameGuard/XTrap/whatever finding it and patching it up. Sure, there are several methods that work, but I'd like to keep as many of them working as long as possible.
by Administrator
Fri Dec 05, 2008 12:03 pm
Forum: Packet Editors
Topic: Where to get WPE
Replies: 25
Views: 26431

Re: Where to get WPE

You'll need to use the GameGuard patch located here. Once that's patched you should be able to find it.
by Administrator
Fri Dec 05, 2008 12:02 pm
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175980

Re: [Tutorial] Finding pointers & offsets (Cheat Engine)

0xBC isn't the full offset. eax*4+000000bc is. But you don't know what eax is, so that's kind of problematic. Often when you are looking up what accesses that pointer, it will list ~10 entries. Try looking at one of the other entries, and see if it has a simpler offset. Otherwise, you could try doin...
by Administrator
Thu Dec 04, 2008 12:20 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 134623

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

Doesn't look like there was any update. Just try reinstalling the GameGuard patch and completely close and re-open MicroMacro. Should be fine. If not, restart your computer.
by Administrator
Wed Dec 03, 2008 1:35 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 134623

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

Did you set it to 'FALSE' or 'false'? There is a difference. 'false' should work, whereas 'FALSE' will not.

As for the cooldown problem, doesn't Shaiya have a 1 second global cooldown? Maybe when the skills are loaded, it should assume a 1 second cooldown if no cooldown is given (or if it is 0).
by Administrator
Wed Dec 03, 2008 3:57 am
Forum: Off topic
Topic: Anything like a Parser
Replies: 6
Views: 3664

Re: Anything like a Parser

Nope, but it shouldn't be too hard to make one. Just keep track of how much experience you've gained and for how long, and do the math: local expGained = 0; local startTime = os.time(); local lastAnnounceTime = os.time(); local lastTotalExp = 0; while(true) do local newTotalExp = memoryReadInt(proc,...