Shaiya Skill Message

12/13/2015 06:08 [Admin]Slice#1
hey, does anyone know how to remove the skill message so you just press the button and it bypasses the popup message to save time? i have seen this done before so i know this is possible i just cant figure out where.
after you press the button to upgrade a skill you get this message: [Only registered and activated users can see links. Click Here To Register...] i want to try and remove it so you just press the upgrade button and it upgrades so it makes it faster and easier to do your skills, if anyone can be of help with this it would be appreciated thanks :D
12/13/2015 13:02 wallerus#2
Options > User Option > untick "Warning Msg."
12/13/2015 16:24 Eric-Dutra16#3
If you want to ignore user option, go to the address 00516009 for Game.exe 6.3
Code:
cmp dword ptr [007B6A88],00
jne 00516167
change to
Code:
cmp dword ptr [007B6A88],00
nop
nop
nop
nop
nop
nop
12/13/2015 19:03 [Admin]Slice#4
Quote:
Originally Posted by Eric-Dutra16 View Post
If you want to ignore user option, go to the address 00516009 for Game.exe 6.3
Code:
cmp dword ptr [007B6A88],00
jne 00516167
change to
Code:
cmp dword ptr [007B6A88],00
nop
nop
nop
nop
nop
nop
Sorry my english
thank you, exactly what i was looking for !