AL-SAYED Posted November 19, 2012 Share Posted November 19, 2012 ممكن الطريقه ان احمي اي ملف او مود او كود في سيرفر ؟؟؟؟؟؟؟؟؟ Link to comment
nony Posted November 19, 2012 Share Posted November 19, 2012 تقصد من ذا المسار؟ C:\Program Files\MTA San Andreas 1.3\mods\deathmatch\resources Link to comment
Bhrany-danger Posted November 19, 2012 Share Posted November 19, 2012 حطط ذأإ الكود في أإول سسطر من المود https://wiki.multitheftauto.com/wiki/DxDrawColorText وششفر أإلمودّ ذأإ الكود يمنع فك التششفير وأإذأإ كاإن اإلملف client حط ذا fileDelete("اسم الملف.lua") في اخر سسطر من المموود --- وتقدر تلغم المود .. Link to comment
Mr.T9 Posted November 19, 2012 Share Posted November 19, 2012 fileDelete("اسم الملف.lua") مو لـ كلنت بس لـ اي ملف Link to comment
Bhrany-danger Posted November 19, 2012 Share Posted November 19, 2012 fileDelete("اسم الملف.lua") مو لـ كلنت بس لـ اي ملف اماإ، السيرفر ما راح يطلع عند الاعب يعني مو لازم يسوي له ديليت Link to comment
MrCor Posted November 19, 2012 Share Posted November 19, 2012 حط هذا الكود في أول سطر من المود DxDrawColorText function dxDrawColorText(str, ax, ay, bx, by, color, scale, font, alignX, alignY) bx, by, color, scale, font = bx or ax, by or ay, color or tocolor(255,255,255,255), scale or 1, font or "default" if alignX then if alignX == "center" then ax = ax + (bx - ax - dxGetTextWidth(str:gsub("#%x%x%x%x%x%x",""), scale, font))/2 elseif alignX == "right" then ax = bx - dxGetTextWidth(str:gsub("#%x%x%x%x%x%x",""), scale, font) end end if alignY then if alignY == "center" then ay = ay + (by - ay - dxGetFontHeight(scale, font))/2 elseif alignY == "bottom" then ay = by - dxGetFontHeight(scale, font) end end local alpha = string.format("%08X", color):sub(1,2) local pat = "(.-)#(%x%x%x%x%x%x)" local s, e, cap, col = str:find(pat, 1) local last = 1 while s do if cap == "" and col then color = tocolor(getColorFromString("#"..col..alpha)) end if s ~= 1 or cap ~= "" then local w = dxGetTextWidth(cap, scale, font) dxDrawText(cap, ax, ay, ax + w, by, color, scale, font) ax = ax + w color = tocolor(getColorFromString("#"..col..alpha)) end last = e + 1 s, e, cap, col = str:find(pat, last) end if last <= #str then cap = str:sub(last) dxDrawText(cap, ax, ay, ax + dxGetTextWidth(cap, scale, font), by, color, scale, font) end end وشفره هذا يمنعه من التعديل أو فك التشفير وعشان تخلي ملفات المود أو الكود ما تنحفظ عند الاعب أستعمل هذا الكود fileDelete("أسم الملف الي ماتبيه ينحفظ عند اللاعب.lua") Link to comment
Bhrany-danger Posted November 19, 2012 Share Posted November 19, 2012 حط هذا الكود في أول سطر من المود DxDrawColorText function dxDrawColorText(str, ax, ay, bx, by, color, scale, font, alignX, alignY) bx, by, color, scale, font = bx or ax, by or ay, color or tocolor(255,255,255,255), scale or 1, font or "default" if alignX then if alignX == "center" then ax = ax + (bx - ax - dxGetTextWidth(str:gsub("#%x%x%x%x%x%x",""), scale, font))/2 elseif alignX == "right" then ax = bx - dxGetTextWidth(str:gsub("#%x%x%x%x%x%x",""), scale, font) end end if alignY then if alignY == "center" then ay = ay + (by - ay - dxGetFontHeight(scale, font))/2 elseif alignY == "bottom" then ay = by - dxGetFontHeight(scale, font) end end local alpha = string.format("%08X", color):sub(1,2) local pat = "(.-)#(%x%x%x%x%x%x)" local s, e, cap, col = str:find(pat, 1) local last = 1 while s do if cap == "" and col then color = tocolor(getColorFromString("#"..col..alpha)) end if s ~= 1 or cap ~= "" then local w = dxGetTextWidth(cap, scale, font) dxDrawText(cap, ax, ay, ax + w, by, color, scale, font) ax = ax + w color = tocolor(getColorFromString("#"..col..alpha)) end last = e + 1 s, e, cap, col = str:find(pat, last) end if last <= #str then cap = str:sub(last) dxDrawText(cap, ax, ay, ax + dxGetTextWidth(cap, scale, font), by, color, scale, font) end end وشفره هذا يمنعه من التعديل أو فك التشفير وعشان تخلي ملفات المود أو الكود ما تنحفظ عند الاعب أستعمل هذا الكود fileDelete("أسم الملف الي ماتبيه ينحفظ عند اللاعب.lua") جبت شي جديد خوك Link to comment
abu5lf Posted November 19, 2012 Share Posted November 19, 2012 ينفك لو كذا ولاكذا فلا تحاول Link to comment
MrCor Posted November 19, 2012 Share Posted November 19, 2012 ينفك لو كذا ولاكذا فلا تحاول لايمكن الحصول على الكود كامل لكن Link to comment
abu5lf Posted November 20, 2012 Share Posted November 20, 2012 يمكن الحصول على كود كامل ولو الف سطر Link to comment
|Mr|-Talal07-| Posted November 20, 2012 Share Posted November 20, 2012 هذا موضوع تيتي يساعدك كيف تحمي و تخلي المود خاص بسيرفرك viewtopic.php?f=119&t=48788&hilit=%D8%AD%D9%85%D8%A7%D9%8A%D8%A9 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now