Register for your free account! | Forgot your password?

You last visited: Today at 21:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE] Lua Editor

Discussion on [RELEASE] Lua Editor within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old   #1
 
cracksuxer200's Avatar
 
elite*gold: 18
Join Date: Aug 2014
Posts: 81
Received Thanks: 59
[RELEASE] Lua Editor

Hello again, use this if u want.

This lets u replace/use games internal lua scripts.

You can basically add damage to weapons, change arcade missions, instantly clear missions, change anims, hitboxes, states, whatever is inside of luas.

Use lua files, recently dumped.



Tuto:
- download folder with scripts
- create a txt file and paste the lua files NAMES u want to replace. Each in a separate line.
- open game and inject on startup
- follow instructions*
- done

How its done:
- s4 tries to load script.lua
- I say no, load this instead
- s4 says "okay"

Example (edited spy dagger and cannonade luas to lower my speed on attack 1, increased radious and damage):




Since GG is peeking at my **** I wont post here directly, if you want a copy just ask, cheers.

Complete stage 8 automatically after 1 minute (Arcade_Host.lua):
Code:
function StartCurrentStage() then
        ... code

   	if u32StageID == 8 then
                ...

		--LuaMoviePlay( Arcade, Host, 18 ); -- comment this line to skip the cutscene
	end
end

function Stage08()
	if (u32AccumulateTime > 60000) then
		u32PhaseCheck = 3;
		LuaRequestStageClear( Arcade, Host );
		PhaseAdd();
	end

	... rest of code

end
*the second time it should automatically take scripts and replace.txt paths (file should be in ur s4 folder called luaeditor.ini)
Attached Images
File Type: png aosdpjasd.png (27.8 KB, 698 views)
Attached Files
File Type: rar Scripts.rar (342.1 KB, 139 views)
cracksuxer200 is offline  
Thanks
9 Users
Old 05/13/2025, 09:19   #2
 
elite*gold: 0
Join Date: Nov 2021
Posts: 21
Received Thanks: 6
Thanks ,
I have been wondering what are those .l8 files , it should have a .lua version of those files but I have not touched this game is ages so I don't recall any of those.

(Also , it seems like you shared the edited .lua)

EDIT : Just decompiled them myself.
carbuc is offline  
Old 05/13/2025, 10:36   #3
 
elite*gold: 0
Join Date: Nov 2021
Posts: 21
Received Thanks: 6
Remade the OG "imba sentynell" (I didn't remove the damage)

-Switch attack to Sentry bomb (It push instead of stun)
-Increase range
-Faster Attack
-Infinite HP

EDIT : I accidently gave out the decompiled file instead of the one I got someone to compile for me.
Remplaced the attachement with the correct one , load this .l8
Attached Files
File Type: zip Imbasentinel.zip (2.8 KB, 17 views)
carbuc is offline  
Old 05/13/2025, 11:53   #4
 
elite*gold: 0
Join Date: Jul 2015
Posts: 4
Received Thanks: 0
i have a question, how do i inject the dll file?
Klopper1423 is offline  
Old 05/13/2025, 20:37   #5
 
cracksuxer200's Avatar
 
elite*gold: 18
Join Date: Aug 2014
Posts: 81
Received Thanks: 59
Quote:
Originally Posted by carbuc View Post
Thanks ,
I have been wondering what are those .l8 files , it should have a .lua version of those files but I have not touched this game is ages so I don't recall any of those.

(Also , it seems like you shared the edited .lua)

EDIT : Just decompiled them myself.
Oops, I did share edited .luas, dont remember which ones tho (dagger, cannonade, arcade?) Fixed.

Quote:
Originally Posted by carbuc View Post
Thanks ,
I have been wondering what are those .l8 files , it should have a .lua version of those files but I have not touched this game is ages so I don't recall any of those.

(Also , it seems like you shared the edited .lua)

EDIT : Just decompiled them myself.
Quote:
Originally Posted by carbuc View Post
Remade the OG "imba sentynell" (I didn't remove the damage)

-Switch attack to Sentry bomb (It push instead of stun)
-Increase range
-Faster Attack
-Infinite HP
Cool, I think its possible to increase the ammo aswell
cracksuxer200 is offline  
Old 05/13/2025, 22:12   #6
 
elite*gold: 0
Join Date: Nov 2021
Posts: 21
Received Thanks: 6
Quote:
Originally Posted by cracksuxer200 View Post
Oops, I did share edited .luas, dont remember which ones tho (dagger, cannonade, arcade?)





Cool, I think its possible to increase the ammo aswell
Yes , those three lua are edited. I have clean ones laying around but they are old so I don't know if they changed any.
carbuc is offline  
Old 05/13/2025, 23:56   #7

 
Anja Mielbrecht's Avatar
 
elite*gold: 55
Join Date: Nov 2018
Posts: 467
Received Thanks: 177
Quote:
Originally Posted by Klopper1423 View Post
i have a question, how do i inject the dll file?
That's an undetected injector i did years ago for S4 idk if its still as undetected as before (I REPEAT I DONT KNOW IF ITS STILL UNDETECTED AND IF IT WILL WORK I DIDNT TRY IT ) use it and good luck.
Attached Files
File Type: zip Anjector.zip (216.2 KB, 64 views)
Anja Mielbrecht is offline  
Thanks
1 User
Old 05/14/2025, 00:22   #8
 
NocturneCheats's Avatar
 
elite*gold: 0
Join Date: Apr 2025
Posts: 8
Received Thanks: 9
Quote:
Originally Posted by Anja Mielbrecht View Post
That's a detected injector i did years ago for S4 idk if its still as detected as before (I REPEAT I DONT KNOW IF ITS STILL DETECTED AND IF IT WILL NOT WORK I DIDNT TRY IT )
"Anjector" "Anjalog"

and please don't shout in my ear
NocturneCheats is offline  
Old 05/14/2025, 00:36   #9

 
Anja Mielbrecht's Avatar
 
elite*gold: 55
Join Date: Nov 2018
Posts: 467
Received Thanks: 177
Quote:
Originally Posted by NocturneCheats View Post
"Anjector" "Anjalog"

and please don't shout in my ear
kanka go eat döner kebab and catch ur icecream 😒
Anja Mielbrecht is offline  
Old 05/14/2025, 02:38   #10
 
elite*gold: 0
Join Date: Jul 2022
Posts: 3
Received Thanks: 0
doesnt work for me idk what im doin wrong
Dogryx is offline  
Old 05/14/2025, 15:13   #11
 
cracksuxer200's Avatar
 
elite*gold: 18
Join Date: Aug 2014
Posts: 81
Received Thanks: 59
Quote:
Originally Posted by Klopper1423 View Post
i have a question, how do i inject the dll file?
Use any injector and inject on start up, u cannot inject afterwards.
cracksuxer200 is offline  
Old 05/15/2025, 15:26   #12
 
elite*gold: 0
Join Date: Jul 2015
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by Anja Mielbrecht View Post
That's an undetected injector i did years ago for S4 idk if its still as undetected as before (I REPEAT I DONT KNOW IF ITS STILL UNDETECTED AND IF IT WILL WORK I DIDNT TRY IT ) use it and good luck.
thanks i try it out and report back to you

Quote:
Originally Posted by Anja Mielbrecht View Post
That's an undetected injector i did years ago for S4 idk if its still as undetected as before (I REPEAT I DONT KNOW IF ITS STILL UNDETECTED AND IF IT WILL WORK I DIDNT TRY IT ) use it and good luck.
so i got this far and still no idea what i did wrong i got so far that it tries to replace them but get the error massages that is fails to open the scrips
Klopper1423 is offline  
Old 05/15/2025, 19:02   #13
 
elite*gold: 0
Join Date: May 2025
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Klopper1423 View Post
thanks i try it out and report back to you



so i got this far and still no idea what i did wrong i got so far that it tries to replace them but get the error massages that is fails to open the scrips
I think this has been patched
leothefoxs is offline  
Old 05/15/2025, 19:22   #14
 
elite*gold: 0
Join Date: Nov 2021
Posts: 21
Received Thanks: 6
It still works , just tried it 1 hour ago.
carbuc is offline  
Old 05/15/2025, 19:23   #15
 
elite*gold: 0
Join Date: May 2025
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by carbuc View Post
It still works , just tried it 1 hour ago.
can you put the injector ?
leothefoxs is offline  
Reply

« [RELEASE] ITC | - »

Similar Threads Similar Threads
[Release]Simple Lua Editor[Tool]
05/20/2024 - Elsword - 40 Replies
Hi guys! I have writed a simple tool in vb.net for edit .lua files, have 2 decryptions/encryptions working perfect, and open and save the files well :P http://i.epvpimg.com/THNDf.png Download: ElswordLuaEditor
[Selling] ✅ MWII/WZ2.0 AIO✅ CAMO EDITOR✅ 240 FOV✅ PLAYER CHAMS✅ CLAN TAG EDITOR✅ PERK EDITOR✅
12/13/2022 - Call of Duty Trading - 0 Replies
https://sellproduction.s3.eu-west-2.amazonaws.com/ store/3364/listings/bxy3u7qLIACDCaM64ih2KIEas0y2sR MhlUvr820i.gif AIO Features: CHAMS (PLAYER OUTLINES LIKE E$P) FOV Changer Class Name Editor (Colors & Symbols)
[Request] DB Editor / Client Editor / PK2 Editor.
08/30/2013 - SRO Private Server - 3 Replies
Would like to make some Updates on the Server and need some peoples to make em. - Add me on Skype : Saint.sinner8 ( will be rewarded )



All times are GMT +2. The time now is 21:46.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.