Jump to content

طلب اكواد منع فك تشفير المود


Recommended Posts

السلام عليكم ورحمة الله وبرككاته .. #

كيف حالكم شباب .. #

عساكم بالف خير وصصحة وسسلامة .. #

اليوم جاي اطلب منكم كود منع فك التشفير .. #

جربت ذا الكود ولا ضبط .. #

  
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 
  

هل من اكواد غيرهه تمنع فك التشفير .. #

وشكرا

Link to comment
https://forum.multitheftauto.com/viewtopic.php?f=160&t=45807&start=495#p582541

اذا بتسوي مودات و تشفرها وماتبي ينفك تشفيرها وتخرب رومات خلق الله .. صعب هالشيء

اسسف على اللي سويته كننت في غفلهه .. #

مثلا لو مسسوي مود حصري ولا ابي احد يفككه كيف .. ؟

Wiki :

<script /> Source code for this resource, possible parameters are:  
src: The file name of the source code  
type: The type of source code: "client", "server" or "shared".  
cache: When the script file type is "client", this setting controls whether the file is saved on the players hard drive. Default is "true". Using "false" will mean the file is not saved.  
validate: If set to "false", compatibility checks are skipped. 

https://wiki.multitheftauto.com/wiki/Meta.xml

Link to comment
السلام عليكم

..

شوف عندي قكره لو تبي تنشرهـ

اضغط الملف وحط عليه باس

+ اذا ما تبي احد يغير اسمه سوي كود يمنع تغير اسم المود

:)

ههههههههههههههههههههههههههههههههههههههههههههههههه

تتكلم من جدك انت ؟ خخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخ

فيه حل

من حق اي شخص يسوي شوب او قيم مود يلغم المود

+

يكون التلغيمه قويه تكون

aclrequest

وتكون فنكشنات

function.redirectPlayer ... الخ

يعني لو ماعطاها الصلاحيات كاملة مايشتغل المود او القيم مود

-_-

+

راح اكلم فريق اللعبة يضيف وظائف الميتا

meta functions + meta events

مثالين للوظائف

metaChangeLine

metaDeleteLine

مثالين للاحداث

onMetaLineDelete

onMetaLineChange

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...