HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

1.24 how to convert code to integer

02-10-2011, 02:31 AM#1
lyrong5000
In 1.20, we can convert code to integer, calculate the first function and the last function, this Value is fixed; in 1.24, how to achieve this encryption to prevent war3map.j add any inside code?
02-10-2011, 07:15 PM#2
Anitarf
As far as I know, this is no longer possible. Besides, if someone adds new code after the last function, this kind of protection will not work anyway.
02-10-2011, 11:12 PM#3
Vexorian
Even if you found a new way to do it, Blizzard would rush a patch to fix it.
02-11-2011, 01:41 PM#4
DioD
not possible any more also completely useless, such checks very easy to find and disable.
02-23-2011, 08:10 AM#5
Bribe
Allowing for code arrays would be a better way to go.
02-24-2011, 02:41 PM#6
DioD
code arrays and call variables will be very very good, but blizzard wont make it.
02-25-2011, 07:02 AM#7
Bribe
Or being able to pass an array as a parameter ;)
02-25-2011, 02:00 PM#8
tooltiperror
Just use a two dimensional array and pass an integer as an argument. Then it's almost like C++ but the pointer is a bit smaller.