Search found 8 matches

by hackbar
Thu Jan 17, 2008 1:57 pm
Forum: MicroMacro scripts
Topic: Introducing Holic Online
Replies: 27
Views: 10626

Introducing Holic Online

Netgames new mmorpg Holic Online enters open beta tommorow. Technically its in free technical test or whatever right now but theres no char wipe.

http://holic.netgame.com/

Heres the typical bot needs a lot of cleaning up and whatnot but its working for warriors...
by hackbar
Fri Jan 11, 2008 9:00 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 50929

Re: World of Kungfu Bot (Updated)

Well i got the pointer +offset for aggression. I still can't get the map stuff right. Whenever i lookup the pointer for current character location I find nothing even though i can get the raw address. All we currently have is the click point. The char location is more important i think in terms of g...
by hackbar
Fri Jan 11, 2008 9:26 am
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 50929

Re: World of Kungfu Bot (Updated)

patch day pointers / offsets didnt change far as i can tell at least for hp/mp i hope the map ones didnt change either as i haven't tested em. heres the changes for the script. function main() win = findWindow("Kungfu Client Ver:1.0.30b"); hdc = openDC(win); proc = openProcess( findProcess...
by hackbar
Thu Jan 10, 2008 6:44 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 50929

Re: World of Kungfu Bot (Updated)

Oops I forgot to log in...

Heres the code:

Code: Select all

--new map functions
-----------------------------

X_coord        = 10000;
Y_coord        = 10000;


X_ptr          = "005EE6B0";
X_offset       = 100;

Y_ptr          = "005EE6B0";
Y_offset       = 104;
by hackbar
Thu Jan 10, 2008 3:16 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 50929

Re: World of Kungfu Bot (Updated)

Didn't know you could find by Exe thats alot easier nice change. Nice improvement to the basic functionality of the warrior_fight() but im not sure whats gonna happen by testing MP cost as warriors dont use MP I haven't actually bothered finding the pointer and offset for the aggression yet. Once I ...
by hackbar
Wed Jan 09, 2008 11:07 am
Forum: MicroMacro general & support
Topic: problems with fiesta!
Replies: 6
Views: 4393

Re: problems with fiesta!

Pretty much. Some specific bots might still work. If somebody has managed to reverse engineer the protocol and encryption algorithm, they could create a bot that would be able to login and play as you did without the game opening at all, and without Xtrap loading. The same could be done for Shaiya....
by hackbar
Wed Jan 09, 2008 11:01 am
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 50929

Re: World of Kungfu Bot (Updated)

Erm didnt know you could log in as guest. Lol.
by hackbar
Tue Jan 08, 2008 6:04 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 50929

World of Kungfu Bot (Updated)

Here be the new version with added buffs and caster class support. More updates to come in the future.