How to get the script (diff file)

But I included diff because , some people don't apply changes to agit_main, and tells that Script is not working.....

 
@Dastgir

I already have the script now, but I'm having some troubles. I'm using the old emulator, which means my emulator don't have the 'group_id' function.

Here it's some screens:

http://s7.postimg.org/jxyabmn17/erro1.jpg

http://s7.postimg.org/t4gkyws9n/erro2.jpg
Script doesn't require group_id.

its because old emulator don't support direct variable assist, you need to put (set) function.

like in line 68, ".@UGR_breaks=1;" should be "set .@UGR_breaks,1;"

while on line 103 ".i=0;" should be "set .i,0;" and ".i++" should be ".i = .i+1"

 
http://pastebin.com/XpXep3mn

This may help you.

Let me know if any other error(Since i don't know which date of hercules you have, i can't say which command work or which doesn't , but it should work, since this script uses only callfunc, and some minimal commands)

 
Back
Top