-
Posts
698 -
Joined
-
Last visited
Everything posted by Sora
-
يسلمو ع الردود منورين الموضوع ~P
-
i've wrote it's may block noobs from decompiling it ..it's compiles like any other compiler we use , then convert it's bytes to hexadecimal as you said above .. if this wasn't a compiler then all compilers even lua's compiler are not a real compilers .
-
بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته برنامج تشفير lua دبل كلك يستخدم طريقه بسيطة يمكن ان تمنع من فك تشفير السكربت الناتج سيكون loadstring مع ارقام و سلاشات مثال : loadstring('\27\76\117\97\81\0\1\4\4\4\8\0\25\0\0\0\112\114\105\110\116\40\34\105\116\122\32\119\111\114\107\105\110\103\32\33\34\41\13\10\0\0\0\0\0\0\0\0\0\0\0\2\2\4\0\0\0\5\0\0\0\65\64\0\0\28\64\0\1\30\0\128\0\2\0\0\0\4\6\0\0\0\112\114\105\110\116\0\4\14\0\0\0\105\116\122\32\119\111\114\107\105\110\103\32\33\0\0\0\0\0\4\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0')() الاستخدام: انسخ والصق السكربت الذي تريد تشفيره في مجلد البرنامج وغير اسمه إلى script.lua اضغط دبل كلك على sora.exe سينتج ملف مشفر باسم script.luac التحميل: http://adf.ly/KUK6Q نتائج الفحص : https://www.virustotal.com/en/file/3b22 ... 362765074/
-
hi everybody ^^ this is my new double-click compiler its uses simple compiling method which may block the noobs from decompiling it results would be loadstring with slashes and numbers like this loadstring('\27\76\117\97\81\0\1\4\4\4\8\0\25\0\0\0\112\114\105\110\116\40\34\105\116\122\32\119\111\114\107\105\110\103\32\33\34\41\13\10\0\0\0\0\0\0\0\0\0\0\0\2\2\4\0\0\0\5\0\0\0\65\64\0\0\28\64\0\1\30\0\128\0\2\0\0\0\4\6\0\0\0\112\114\105\110\116\0\4\14\0\0\0\105\116\122\32\119\111\114\107\105\110\103\32\33\0\0\0\0\0\4\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0')() Usage : just copy + paste the script you want to compile in the same folder(the compiler folder) then name it script.lua click on sora.exe and you'll get it compiled as script.luac Download : http://adf.ly/KUK6Q Scan results : https://www.virustotal.com/en/file/3b22 ... 362765074/
-
Thanks castro ^^
-
طيب اقدر اسويها لكل المودات ؟ يب
-
thanks guys for replies ^^
-
منور ي سعد ^^
-
لا ي حلو افتح ملف mtaserver.conf وعدل هذا protected من 0 إلى 1 src="admin" startup="1" protected="0" /> يصير كذا src="admin" startup="1" protected="1" /> كذا ماراح يطفي مود الادمن ^^
-
الله يعافيك منور الموضوع ^^
-
منور ^^
-
Good job prestage. ^^
-
هههههههه يب اكره اذا جيت اعدله من لوحة الادمن يجيب المرض منورين الموضوع ^^
-
thanks for replying ^^ i've created it becuase it will be easier and faster to edit permissions .. also this is reply for those who wanted rights feature in gpp resource.
-
منور الموضوع ^^
-
بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته سكربت للتحكم باذونات الـACL سكربت يسهل عليك التحكم باذونات الـACL لقطة : الميزات: القدرة على اضافة اذونات جديده او حذف اذونات موجودة والقدرة على التعديل على الاذونات الموجوده مثل السماح او المنع او الحذف القدرة على إعادة تحميل ملف الاذونات acl.xml عن طريق الزر Reload ACL المتطلبات: * يجب اضافة السكربت لـ قروب ادمن * يجب عليك اضافة نفسك إلى قروب كونسل ( القروب المسموح له افتراضياً ) تستطيع التعديل عليه من الاعدادات الاستخدام : * أكتب /apm لفتح النافذه التحميل : https://community.multitheftauto.com/ind ... ls&id=6622 ارجو منكم التقييم و التعليق ^^
-
ACL Permissions Manager is a gui based resource which makes permissions management easier for you Screenshot : Features : * Ability to add new rights or removing them or editing the selected right access state to either true or false * A handy button for reloading acl Requirements : * You've to add the resource into admin group * You've to add yourself into Console group which is the allowed group by default, modifiable from the settings Usage : * Type /apm to open the management gui Download : https://community.multitheftauto.com/ind ... ls&id=6622 Please rate & Comment ^^
-
oh my bad i didn't notice it either, thank you ^^ .. what a stopped error which stops my whole work
-
No ,i think that it have passed the event function because the outputChatBox function worked perfectly with the vaules it maybe not passed to the event function if it haven't output anything but it did and this is the weird thing
-
Hi , while i'm working on my new resource i had this weird error it's bothering me .. addEvent("set_a",true) addEventHandler("set_a",root, function (acl,right,access) if access ~= aclGetRight(aclGet(acl),right) then aclSetRight (aclGet(acl),right,access) aclSave() outputChatBox("* APM : right "..right.." have been set to "..access.." in "..acl.." .",source,0,255,0,true) else outputChatBox("* APM : right "..right.." is already "..access.." .",source,0,255,0,true) end end ) now the weird thing is that it's output APM : right ... etc but it does not set right and gives error bad argument @ aclSetRight note that acl,right,access are strings
-
تمت اضافة ميزه للبرنامج , اعتذر على التحديث المتأخر : الان الملفات المحوله يتم ضغطها في ملف zip
-
No don't change this . change the settings of the scoreboard , from admin panel or from scoreboard's meta.xml change this name="*forceHideTeams" value="false" to name="*forceHideTeams" value="true"
-
Use my tool viewtopic.php?f=108&t=54302 you can get the model id for the vehicle(car) from https://wiki.multitheftauto.com/wiki/Vehicle_IDs