Search found 4474 matches

by Administrator
Wed Oct 08, 2008 5:22 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145209

Re: Shaiya bot

Ok, I think I've fixed it. Try changing your sitcheck_addr.
Updated address:
sitcheck_addr = 0x006DCC80;
by Administrator
Wed Oct 08, 2008 5:19 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73268

Re: Shaiya Fighter Bot

Did you search for 1-byte (char)? Did you make sure the sit/stand animation had fully completed *before* ALT-tabbing and searching? I used Cheat Engine and had very little difficulty finding the address. Another nice thing about CE is that it marks static pointers in green text so you know right awa...
by Administrator
Wed Oct 08, 2008 5:07 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49312

Re: World of Kungfu Bot (Updated)

Yes, DarkP, that is an option. However, due to it's lack of accuracy and reliability, it's usually a last resort. Also, you can only read pixels from the window if it is showing (not minimized) and the area you are trying to read from is not covered by a window. This makes it less than desirable for...
by Administrator
Wed Oct 08, 2008 4:37 pm
Forum: MicroMacro general & support
Topic: ControlClick
Replies: 10
Views: 2711

Re: ControlClick

Thanks for the info. I was actually thinking about this the other day and got sidetracked so I forgot about it. I'll have to look into how I can possibly get this to work with attach().
by Administrator
Tue Oct 07, 2008 2:54 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145209

Re: Shaiya bot

Would probably help if you posted a log.
by Administrator
Mon Oct 06, 2008 5:27 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145209

Re: Shaiya bot

The Shaiya script has been updated to contain all new addresses. The final address was just found:

Code: Select all

targetid_addr = 0x006c7bc4;
[/quote]

Either patch your addresses, or download the new script.
by Administrator
Mon Oct 06, 2008 3:43 pm
Forum: Off topic
Topic: Blackshot - FPS
Replies: 3
Views: 2121

Re: Blackshot - FPS

Probably cheaters. There is a whole lot of cheating going around. I was in this 2 vs 1 match (I guess they figured since I was the lowest rank, they should probably double team me for easy points) and actually ended up tearing these guys up. One of the guys seemed to know where I was every time, and...
by Administrator
Sun Oct 05, 2008 4:45 pm
Forum: Off topic
Topic: Blackshot - FPS
Replies: 3
Views: 2121

Blackshot - FPS

Blackshot is a new online FPS game that is currently in Closed Beta. But don't worry, I'm going to smuggle you guys in. Here's a preview video: http://www.youtube.com/watch?v=pd5iW6t6-Ds Official website: http://blackshot.outspark.com/ Ok, so, now for the smuggling of those of you who want to play. ...
by Administrator
Sat Oct 04, 2008 1:05 pm
Forum: MicroMacro general & support
Topic: IDK what Happened
Replies: 5
Views: 3141

Re: IDK what Happened

vvayinsane, if you could search for the new sitcheck address, it should work fully like normal again. sitcheck_addr = 0x00643648; -- byte, 0 = standing, 7 = sitting So, search for 1 byte with an exact value of 0 when you are standing. Then sit down and search for 7. Keep switching back and forth and...
by Administrator
Fri Oct 03, 2008 5:02 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145209

Re: Shaiya bot

The new address has been found thanks to a member on this forum (vvayinsane). You can find the details and thank him here: http://solarimpact.servegame.com/phpBB3 ... 1317#p1317
by Administrator
Fri Oct 03, 2008 5:01 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73268

Re: Shaiya Fighter Bot

Nice job. I'll be making a link to this in the other main Shaiya thread to prevent confusion. Thanks for taking the time to look up the new static base!
by Administrator
Wed Oct 01, 2008 8:26 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73268

Re: Shaiya Fighter Bot

Nope. Not without rewriting the whole input engine for Shaiya. You'd be better off writing a full clientless bot if you need more than 1 character. You can, I believe, use Windows XP's fast user switching to run multiple, independant environments. I'm not sure if this would allow you to continue bot...
by Administrator
Wed Oct 01, 2008 12:15 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 73268

Re: Shaiya Fighter Bot

The patch has been updated. You can find it here: http://solarimpact.servegame.com/phpBB3 ... &sk=t&sd=a
by Administrator
Wed Oct 01, 2008 12:14 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 145209

Re: Shaiya bot

Shaiya no GG patch has been updated. See the first topic in this thread for the updated attachment.
by Administrator
Mon Sep 29, 2008 12:10 pm
Forum: MicroMacro general & support
Topic: Scripts - closed source
Replies: 12
Views: 3764

Re: Scripts - closed source

I compiled your test script and ran it here just fine. Are you maybe on a 64bit machine? Did you use the 64bit Lua compiler?
by Administrator
Sun Sep 28, 2008 2:11 pm
Forum: MicroMacro general & support
Topic: Scripts - closed source
Replies: 12
Views: 3764

Re: Scripts - closed source

I know lua can be compiled, but what about our MicroMacro scripts? MicroMacro does the linking required, so how would I go about compiling a Micromacro based script? As Lua is a run-time scripting language, it is not linked at compile time. It assumes that stray symbols will be resolved later. And ...
by Administrator
Sat Sep 27, 2008 12:40 pm
Forum: MicroMacro general & support
Topic: Scripts - closed source
Replies: 12
Views: 3764

Re: Scripts - closed source

We could run some tests on the Lua bytecode. I've wrote a small test script which should give us some info. Here's the source: printf("This is a script compiled on a 32bit big endian machine with a 80586 processor.\n"); printf("Counting to ten...\n"); for i = 1, 10 do print(i); e...
by Administrator
Fri Sep 26, 2008 10:07 am
Forum: MicroMacro general & support
Topic: Scripts - closed source
Replies: 12
Views: 3764

Re: Scripts - closed source

You can. You just first need to download the Lua compiler. Normally, this is included with the library, but since you're probably not interested in coding in C++, you probably won't have that. You can get the binaries here: http://luabinaries.luaforge.net/download.html Now, you should probably renam...
by Administrator
Mon Sep 22, 2008 12:20 am
Forum: MicroMacro scripts
Topic: Shaiya PvP Bot [Curious]
Replies: 5
Views: 4041

Re: Shaiya PvP Bot [Curious]

It is possible, but probably wouldn't be very efficient. Shaiya tends to be more about outnumbering your opponent than anything, and it would be very difficult to create a bot that can tell when you have more members nearby and helping than there are enemies. Plus, PVP takes strategy, which no bot c...
by Administrator
Sun Sep 21, 2008 11:32 pm
Forum: MicroMacro general & support
Topic: Memory Error Handling
Replies: 2
Views: 1245

Re: Memory Error Handling

Somewhere at the initialisation of your script, call showWarnings(false); to hide the warnings. Then just check the return values on your memory read operations, and return an error if something out of the ordinary happens. local val, success = memoryReadInt(...); if( not success ) then error("...