Search found 59 matches

by deaznracer
Wed Jun 11, 2008 2:31 pm
Forum: MicroMacro scripts
Topic: Shaiya - ZS Shaiya Bot
Replies: 77
Views: 28178

Re: Shaiya - ZS Shaiya Bot

Well. you would copy the code and reconfigure. The file name target.lua C:....zs_shaiya/classes/target.lua is zero's formula for telling if the target is damaged, dead, or full hp and what color is the mob. blue, green, yellow, etc.... there are other things that go along with it that needs to be co...
by deaznracer
Wed Jun 11, 2008 11:14 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 150949

Re: Shaiya bot

is there an input command using micromacro?

like

get user input()

if userInput = Y then
Do this
end

If the user press X then it will do this function. Because I found some interesting offset that I want to be able to switch off and on without restarting micromacro
by deaznracer
Wed Jun 11, 2008 11:06 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

oh no thats not what im looking for. i already found the character's pointer(the green value) through your awesome tutorial which taught me a lot! (LOVN IT) I also found an offset of 602 = movement speed. I'm trying to find the offset for attack speed :P. Do you know how would i start looking for th...
by deaznracer
Wed Jun 11, 2008 9:48 am
Forum: MicroMacro scripts
Topic: Shaiya - ZS Shaiya Bot
Replies: 77
Views: 28178

Re: Shaiya - ZS Shaiya Bot

i leave mine on at night. Did you try to figure out how he created the anti ks by using getpixel? Just copy that function and reconfigure it to work with the original shaiya bot. The reason why it doesn't work because the avatar ptr changed. Offset are the same. and some other addresses were changed.
by deaznracer
Wed Jun 11, 2008 2:08 am
Forum: MicroMacro scripts
Topic: Shaiya - ZS Shaiya Bot
Replies: 77
Views: 28178

Re: Shaiya - ZS Shaiya Bot

It might work for ASSINS, but i can't gaurantee it because i don't play one :P Hey zerosignal, I was looking at your script about the set_movement(). When you write into the address would the server recognize that the value has been changed? and be ban for it? or it is not recognizable? by the way, ...
by deaznracer
Tue Jun 10, 2008 11:31 pm
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

i been trying to figure this thing out for weeks now, and i'm not getting no where. lol. I been using different methods to scan. Is there any place i can read about this subject, besides the cheat engine tutorial. I still can't find the static pointer, all the address i found has been changing every...
by deaznracer
Mon Jun 09, 2008 4:59 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

Yea I'm in the process of still finding the static pointer. Static pointer is in green correct? and the value won't change in game or restarting the game correct? Well I just figured something out. My objective is to find out more about the targeted NPC/PC in the game. Hp,damaged hp,color level, etc...
by deaznracer
Sun Jun 08, 2008 3:56 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

Thank you so much for these helpful informations.

So i would use that code to find the actual address using LUA scripts and not cheat engine?
by deaznracer
Sat Jun 07, 2008 10:31 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

the name of the game is Shaiya. I tried multiple times repeating the steps above using the new address I found. It always Lead to these 3 addresses( that changes when restarting the game) which changes values when I buff. I traced these 3 address before and it always leads to the previous address th...
by deaznracer
Sat Jun 07, 2008 3:48 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

I am trying to get information about the target mob like it's current HP. But I keep getting nothing but pointers. 1) I targeted my friend and scan for his HP 734. It founded 13 address. 2)he took off his armor and I saw 1 address changed to the new value of the HP which is 647. 3)So i picked that a...
by deaznracer
Fri Jun 06, 2008 11:38 pm
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 175115

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

I downloaded the software my virus scanner said it had a Virus. Is this programming error or is it an actual virus.
by deaznracer
Fri Jun 06, 2008 9:54 pm
Forum: MicroMacro scripts
Topic: Shaiya - ZS Shaiya Bot
Replies: 77
Views: 28178

Re: Shaiya - ZS Shaiya Bot

I can help you by giving my copy of a bot that i personally made specifically for Fighters of Light, but I copied some code functions from zs and elverion' program. So, untill they approve I can't.

I leave my char over night and it is still a live as long as i have enough HP pots.
by deaznracer
Thu May 29, 2008 3:34 am
Forum: MicroMacro scripts
Topic: New patch of Shaiya, can anyone upgrade no gameguard patch?
Replies: 20
Views: 9823

Re: New patch of Shaiya, can anyone upgrade no gameguard patch?

yea it doesn't look like it is detecting any Hp,mp,sp from the user. I'm using the zerosignal's bot program. When i start it, it automatically crashes giving errors saying cannot read 0xsomething at 0x02110AC8; i was gonna install cheat engine and learn how to work it. I learned assembly before, but...
by deaznracer
Thu May 29, 2008 3:07 am
Forum: MicroMacro scripts
Topic: New patch of Shaiya, can anyone upgrade no gameguard patch?
Replies: 20
Views: 9823

Re: New patch of Shaiya, can anyone upgrade no gameguard patch?

the gg still comes up and the memory reading 0x02110AC8; is showing error. Maybe they change the address?
by deaznracer
Thu May 29, 2008 2:32 am
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 150949

Re: Shaiya bot

what i did was made a function that at a certain amount of time if the hp has not dropped it will return true. and if true i scan for another target.

assuming that the target's hp is full and no one is hitting it so that would prevent ksing.
by deaznracer
Thu May 29, 2008 2:00 am
Forum: MicroMacro scripts
Topic: Shaiya - ZS Shaiya Bot
Replies: 77
Views: 28178

Re: Shaiya - ZS Shaiya Bot

the new update crashed the zs bot. says "target.lua:123: bad argument #1 to 'memoryReadFloat' ((null))

anyone have any clue?
by deaznracer
Tue May 20, 2008 5:50 am
Forum: MicroMacro scripts
Topic: Shaiya - ZS Shaiya Bot
Replies: 77
Views: 28178

Re: Shaiya - ZS Shaiya Bot

Thanks zerosignal. This is Good stuff. My first time programing with micromacro. It took me a whole day to program your bot, what you created work, for my characters. I also Modify some stuff to attack faster and lessen the scan target. I'm still trying to figure out how you get the offset and memor...