Never had any experience with this so dont blame me if its not possible etc. My question is if you can convert luas from cheats like fatality, skeet and other cheats into neverlose. I would like to learn how. Just like simple stuff like watermarks and more. If you could help reply or add me on Discord:
vidde#5085
ofc you can,but you cant just ctrlc ctrlv since the API isn’t the same
Ye ofcourse but do you got any tips on how to convert it?
learn lua
learn how to code .lua
open both api docs and just convert one to another
well obviously first you would need the lua you want to convert,check what each part of the code does,then find those functions in nl API and recreate it,ie on skeet you get min dmg like this
local md = ui.reference(“RAGE”, “Aimbot”, “Minimum damage”)
local dmg = ui.get(md)
obviously this can be done in one line but looks ugly imo
while on nl you would do it smth like this // not sure if its 100% correct I don’t use the cheat
local md = Menu.FindVar(“Aimbot”, “Ragebot”, “Accuracy”, “Hit Chance”)
local dmg = md:get()
You can.
You can, but you need knowledge in the lua api