Hi,
if this topic violates any rule or policy, please remove or transfer it away
I make this topic to ask if anywhere I can find premade cheatpack for lua script map or can I convert current packs into lua coding?
thanks
Lua script
Moderator: Cheaters
-
- Cheater
- Posts: 133
- Joined: November 21st, 2016, 6:50 pm
Re: Lua script
Moved topic to Map Editing.
I don't think lua exclusive maps even exist but perhaps I'm wrong. I've only seen new maps that take advantage of Reforged natives with Lua, but then again you can do that with vJass as well and vJass is better documented, it's now built into new WE and it's actively maintained and worked on by community modders.
Have you checked if map in question has jass script? Maybe .j file has a fake name and it's obfuscated in such way to appear as something else or they hid the code elsewhere.
Send me the map and I can take a quick glance just to verify.
And I don't think there are any Lua packs since most are redundant at this point of time, most recent releases are NZCP and JJCPNewGen so Nuzamacuxe author of these packs could perhaps share his insight.
As for converting code from Jass to Lua, you can take a look at this: https://www.hiveworkshop.com/threads/blizzards-hidden-jass2lua-transpiler.337281/#post-3516367
I don't think lua exclusive maps even exist but perhaps I'm wrong. I've only seen new maps that take advantage of Reforged natives with Lua, but then again you can do that with vJass as well and vJass is better documented, it's now built into new WE and it's actively maintained and worked on by community modders.
Have you checked if map in question has jass script? Maybe .j file has a fake name and it's obfuscated in such way to appear as something else or they hid the code elsewhere.
Send me the map and I can take a quick glance just to verify.
And I don't think there are any Lua packs since most are redundant at this point of time, most recent releases are NZCP and JJCPNewGen so Nuzamacuxe author of these packs could perhaps share his insight.
As for converting code from Jass to Lua, you can take a look at this: https://www.hiveworkshop.com/threads/blizzards-hidden-jass2lua-transpiler.337281/#post-3516367
-
- Newcomer
- Posts: 13
- Joined: January 30th, 2022, 2:06 am
Re: Lua script
Thanks for attending my topic
here below is the link for the sample map, I found recently, many maps only have lua script instead of .j file or they would disguise into some soft,
https://www.mediafire.com/file/1off7md7 ... E.w3x/file
if you found out something, please let me know
cheers,
here below is the link for the sample map, I found recently, many maps only have lua script instead of .j file or they would disguise into some soft,
https://www.mediafire.com/file/1off7md7 ... E.w3x/file
if you found out something, please let me know
cheers,
-
- Cheater
- Posts: 133
- Joined: November 21st, 2016, 6:50 pm
Re: Lua script
Looks like they transcompiled entire code to Lua starting from version 8.0.
There's nothing much you can do really, it's too much work and requires extensive knowledge in both Jass and Lua so it's simply not worth the hassle.
You'd have to either convert cheat pack to Lua or cheat an older version and then convert entire code like they did, so unfortunately this is something nobody here is going to bother with.
There's nothing much you can do really, it's too much work and requires extensive knowledge in both Jass and Lua so it's simply not worth the hassle.
You'd have to either convert cheat pack to Lua or cheat an older version and then convert entire code like they did, so unfortunately this is something nobody here is going to bother with.
-
- Shopping Maul USA Creator
- Posts: 1765
- Joined: January 18th, 2007, 11:07 am
- Title: No Comment
- Location: Calgary Canada
- Has thanked: 50 times
- Been thanked: 8 times
Re: Lua script
Could you use both Lua and .j in same map? In other words, could you make a .j file with ONLY the cheatpack and insert it into a map?
-
- Newcomer
- Posts: 13
- Joined: January 30th, 2022, 2:06 am
Re: Lua script
nope, I have tried, I guess only way is to deprotect the map and edit the map by editorVegas wrote:Could you use both Lua and .j in same map? In other words, could you make a .j file with ONLY the cheatpack and insert it into a map?
-
- Newcomer
- Posts: 13
- Joined: January 30th, 2022, 2:06 am
Re: Lua script
yeah, that's what I suspect, can we do a lua premade cheatpack or a converter b/w jass vs lua3nemy_ wrote:Looks like they transcompiled entire code to Lua starting from version 8.0.
There's nothing much you can do really, it's too much work and requires extensive knowledge in both Jass and Lua so it's simply not worth the hassle.
You'd have to either convert cheat pack to Lua or cheat an older version and then convert entire code like they did, so unfortunately this is something nobody here is going to bother with.
-
- Newcomer
- Posts: 1
- Joined: July 7th, 2022, 9:41 am
Re: Lua script
Would a potential LUA Cheatpack even work on a protected map?
I just peeked at the .lua file, and it seems quite daunting. Not sure if it's even possible/plausible to deprotect that.
I just peeked at the .lua file, and it seems quite daunting. Not sure if it's even possible/plausible to deprotect that.
-
- Cheater
- Posts: 133
- Joined: November 21st, 2016, 6:50 pm
Re: Lua script
Map protection has got nothing to do with cheatpacks. Like I mentioned, the entire Jass script was compiled into Lua, you'd have to reverse this and then insert CP and then convert all that back to Lua, good luck with that..CokeLight wrote:Would a potential LUA Cheatpack even work on a protected map?
I just peeked at the .lua file, and it seems quite daunting. Not sure if it's even possible/plausible to deprotect that.
-
- Cheater
- Posts: 133
- Joined: November 21st, 2016, 6:50 pm
Re: Lua script
I sent you a link to hive thread Jass2Lua transpiler in previous post, you expect someone to do this for you or write new CP from scratch for free? You're asking for too much mate, sorry.Takeshiro wrote:yeah, that's what I suspect, can we do a lua premade cheatpack or a converter b/w jass vs lua