Search found 334 matches

by 3cmSailorfuku
Mon May 19, 2008 3:18 pm
Forum: MicroMacro scripts
Topic: Simple Phoenix Dynasty Bot
Replies: 4
Views: 2520

Re: Simple Phoenix Dynasty Bot

I couldn't really test it for you, seeing as Pheonix Destiny ran very poorly for me (1 FPS). Perhaps you should try setting the affinity for fwclient.exe only to one CPU, that helps me on most mmorpgs if they run poorly. If I might, I'd like to offer a few suggestions. Change "FW Client - Beta...
by 3cmSailorfuku
Fri May 16, 2008 6:26 am
Forum: MicroMacro scripts
Topic: Simple Phoenix Dynasty Bot
Replies: 4
Views: 2520

Simple Phoenix Dynasty Bot

It's a very basic bot for a point & click rpg (Like Conquer), made on a 1680*1050 Resolution, Windowed with a game resolution of 1024*768. I'm suprised it works fast and well with the random seed. The script should be pretty self explaining. Only Problems are after my 2 hours testing (In the lv1...
by 3cmSailorfuku
Fri May 16, 2008 4:26 am
Forum: MicroMacro general & support
Topic: Timers?
Replies: 9
Views: 4042

Re: Timers?

Hmm I think I was able to solve it on a different way. Gonna try it later.
And thank you, I understand timers more now. Though I still wasn't able to include it into my script so it works. Tsk, atleast it didn't gave me an error ;)
by 3cmSailorfuku
Thu May 15, 2008 4:48 pm
Forum: MicroMacro general & support
Topic: Timers?
Replies: 9
Views: 4042

Timers?

Ooohhh I got another Problem again and I dont know how to solve it. My Script can't tell the difference between Allies and Foes and now I need to make a timeout without loosing its fast effiency. I thought a timer would be good, but the documentation lacks a bit and im not sure how I should use it p...
by 3cmSailorfuku
Fri May 02, 2008 2:50 pm
Forum: MicroMacro general & support
Topic: Point n Click games bottable?
Replies: 1
Views: 1481

Re: Point n Click games bottable?

OFFTOPIC: One other thing, I have played ragnarok online quite a few years ago jz for fun because my friends were playing it. They have their own kinda bot that u do not have to open the main game program to launch it. Can anyone tell me how that works? OpenKore works by sending and and processing ...
by 3cmSailorfuku
Sat Apr 26, 2008 11:47 am
Forum: Off topic
Topic: Tool that converts the mouse axis?
Replies: 5
Views: 3364

Re: Tool that converts the mouse axis?

I'm almost certain that JoyToKey supports this. I used it briefly for RE4. It turns out that using the mouse in RE4 made it almost impossible to control, so I just stuck with the keyboard. Yes, in RE4 I disliked MouseAim aswell and just played with my gamepad. But in online games they aren't slow a...
by 3cmSailorfuku
Sat Apr 26, 2008 4:35 am
Forum: Off topic
Topic: Tool that converts the mouse axis?
Replies: 5
Views: 3364

Re: Tool that converts the mouse axis?

JoyToKey is a good one, the only problem I seem to have it only works Gamepad -> Mouse/Keyboard. I would need Mouse -> Keyboard.

The script is exactly what I need, however it should snap back when the mouse isnt being moved. Because either I have to return to the middle on my own.
by 3cmSailorfuku
Fri Apr 25, 2008 8:39 am
Forum: Off topic
Topic: Tool that converts the mouse axis?
Replies: 5
Views: 3364

Tool that converts the mouse axis?

Hmm, I don't know what kind of keyword I should use for this to find anything related on google. What I need is basically a tool that converts the mouse axis/movement (Y,X) into keyboard keys like +Y = W -Y = S -X = A +X = D Maybe its even possible in Micromacro, but that would be too slow maybe? I ...
by 3cmSailorfuku
Fri Apr 18, 2008 9:10 am
Forum: Memory editing software
Topic: Uhm Offsets Hex -> Dec ?
Replies: 10
Views: 8522

Re: Uhm Offsets Hex -> Dec ?

I just noticed that I were using a Float of course, silly me. So it works now? I've never heard of Age of Armor, but it sounds interesting. How long has it been out? Is it actually worth playing? Nah it doesn't, just that it is a 1 byte adress etc was false. Not sure, depending on the levels I see....
by 3cmSailorfuku
Thu Apr 17, 2008 3:33 pm
Forum: Memory editing software
Topic: Uhm Offsets Hex -> Dec ?
Replies: 10
Views: 8522

Re: Uhm Offsets Hex -> Dec ?

Well, that's odd. Endianness couldn't be the issue, then. Can you show more code? And what game is this for? I just noticed that I were using a Float of course, silly me. HasTarget_addr = 0x04A40A3B; PrimaryRange_addr = 0x120789C8; PrimaryRange_offset = 0x630; function LookForTarget() HasTarget = m...
by 3cmSailorfuku
Thu Apr 17, 2008 10:04 am
Forum: Memory editing software
Topic: Uhm Offsets Hex -> Dec ?
Replies: 10
Views: 8522

Re: Uhm Offsets Hex -> Dec ?

What do you mean it's pointing to a "different" value? Do you mean you are reading the wrong thing (ie. getting the wrong value returned)? First, what is it you are trying to read? Are you sure it fits the size of a byte (what is the possible range of the expected value? 0 to 255, 0 to 65...
by 3cmSailorfuku
Wed Apr 16, 2008 5:14 pm
Forum: Memory editing software
Topic: Uhm Offsets Hex -> Dec ?
Replies: 10
Views: 8522

Re: Uhm Offsets Hex -> Dec ?

elverion wrote:Correct you are. memoryReadByte is for reading the value directly. memoryReadBytePtr is what you're looking for: it reads the value from the address pointed to.
Well, that solved it. Now it's just pointing to a different value. Even as 0x0 format or in dec.
by 3cmSailorfuku
Wed Apr 16, 2008 3:11 pm
Forum: Memory editing software
Topic: Uhm Offsets Hex -> Dec ?
Replies: 10
Views: 8522

Re: Uhm Offsets Hex -> Dec ?

Precede that data with a 0x. 0x will typically tell the programming language to use hex notation. 0x64D should work flawlessly. You could also use the Windows Calculator to convert it to decimal, but...who actually does that? But it won't work ;) Hmm, maybe my script is wrong? Wouldn't be the first...
by 3cmSailorfuku
Wed Apr 16, 2008 8:09 am
Forum: Memory editing software
Topic: Uhm Offsets Hex -> Dec ?
Replies: 10
Views: 8522

Uhm Offsets Hex -> Dec ?

Looking for pointers in ArtMoney is taking a bit longer than in Cheat Engine, however the pointer I get in Cheat Engine is in Hex,
something like "64D". Now, everything I try to use in micromacro (64D, 1613, 1316 etc) will result in bad parameters. So how do I convert this :(
by 3cmSailorfuku
Thu Mar 27, 2008 5:46 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26675

Re: Fiesta bot

Hmm, if you can hook it, you can write a plugin for it. I can give you the source code for the injector plugin, and you can just add in a few functions, then we'll be able to overhook XTrap. Or if you want, you can send me any code you have and I can write the plugin. Those hooks XTrap has are low ...
by 3cmSailorfuku
Thu Mar 27, 2008 6:40 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26675

Re: Fiesta bot

It's version 2332. Your route might just work. Killing it after it's loaded isn't going to; so scratch my plan. I decided to see what would happen if I opened the physical memory while XTrap was running, and write NOOPs from XTrap.xt's begin to XTrap.xt's end. I expected Fiesta to crash instantly.....
by 3cmSailorfuku
Tue Mar 25, 2008 2:56 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26675

Re: Fiesta bot

You could try to isolate the Xtrap lowdriver, I doub't its still working but it did a few months ago. Can you explain further? Well, the way Fiesta is coded is pretty bad. They are not checking the return values on their function calls, so if you outright block XTrapVa.dll from loading, it crashes ...
by 3cmSailorfuku
Tue Mar 25, 2008 2:00 pm
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 26675

Re: Fiesta bot

elverion wrote:What case? The XTrap bypass? Still working on it.
What are you trying to accomplish?
You could try to isolate the Xtrap lowdriver, I doub't its still working but it did a few months ago.
by 3cmSailorfuku
Tue Mar 25, 2008 11:23 am
Forum: Off topic
Topic: Post your desktop!
Replies: 6
Views: 2739

Re: Post your desktop!

So how about you post yours :?
by 3cmSailorfuku
Tue Mar 25, 2008 10:39 am
Forum: Off topic
Topic: Post your desktop!
Replies: 6
Views: 2739

Re: Post your desktop!

I hate vista D: