Jump to content

Quited

Members
  • Posts

    1,423
  • Joined

  • Last visited

Everything posted by Quited

  1. اصلاح كود مضاد تغير النك -- By [H.d]~|=Hassan.K.s.a~# -- Email : [email protected] outputChatBox("Anti Change Nick",getRootElement(),0,255,255,true) addEventHandler("onPlayerChangeNick",getRootElement(),function() local dataChange = getElementData(source,"AntiNick") if ( dataChange == 8 ) then banPlayer(source, false, false, true, root, "Don't spam nick = ban 10 minutes", 600) else setElementData(source,"AntiNick",10) setTimer(setElementData,60000,1,source,"AntiNick",1) end end) addEventHandler("onPlayerJoin",getRootElement(),function () setElementData ابيه اذا غيرت نكي اكثر من 8 مرات بالسيرفر يصكني باند 10 دقايق
  2. Quited

    New Crash 1.3.4-5966

    New Crash 1.3.4-5966 Dumps Link : http://upload.mtasa.com/u/917825440/New Crash 1.3.4-5966.rar_ Crash happen when a player fire with Heat-Seeking RPG
  3. Quited

    Reload ACL

    ok from "Resource Tab" in adminpanel enter this code in "Execute Command": aclReload () and press "Server"
  4. يقدر يبنده ب امر ban او banserial او يضيف سيرياله بقائمة الباندات ^_6
  5. يب ي سورا كثرو الحاقدين بس ماعليك فيهم مبزرة يحاولون يشوهون السمعه
  6. مستحيل فيه مود مايقدر يعطيك كيك او باند لان onPlayerQuit مايتنكسل لكن يمديك تسوي كود اذا اي واحد صكك كيك ينصك باند ينفك وينصك باند اللي صكك
  7. Mtadiag include dxdiag log and gta sa files and auto update DirectX, mta update
  8. طيب stopResource + deleteResource ماتسوي شيء جربتها عندك حل ؟
  9. يصير كذا ؟ يعني aclSetRight(Admin, "command.execute", false) aclSetRight(Admin, "command.setpassword", false) aclSetRight(Admin, "command.sethealth", false) aclSetRight(Admin, "command.setarmour", false) aclSetRight(Admin, "command.spectate", false) aclSetRight(Admin, "command.delete", false) aclSetRight(Admin, "command.shutdown", false) aclSetRight(Admin, "command.setgroup", false) aclSetRight(SuperModerator, "command.execute", false) aclSetRight(SuperModerator, "command.setpassword", false) aclSetRight(SuperModerator, "command.sethealth", false) aclSetRight(SuperModerator, "command.setarmour", false) aclSetRight(SuperModerator, "command.spectate", false) aclSetRight(SuperModerator, "command.delete", false) aclSetRight(SuperModerator, "command.shutdown", false) aclSetRight(Moderator, "command.execute", false) aclSetRight(Moderator, "command.setpassword", false) aclSetRight(Moderator, "command.sethealth", false) aclSetRight(Moderator, "command.setarmour", false) aclSetRight(Moderator, "command.spectate", false) aclSetRight(Moderator, "command.delete", false) aclSetRight(Moderator, "command.shutdown", false)
  10. طيب ثوان اجرب الكود بسيرفر اللوكال from "debugscript 3" ERROR: 1\server.lua:159: attempt to index global 'command' (a nil value)
  11. ي المبرمجين شوفو الكود ذا صح ولا لا checkModels = { "somyst.dff", "bmybar.dff", "bmytatt.dff", "wmyva.dff", "sfr1.dff", "sfr2.dff", "sfr3.dff", "vla3.dff", "vla2.dff", "vla1.dff", "lsv3.dff", "lsv2.dff", "lsv1.dff", "sweet.dff", "cj.dff", "smoke.dff", "ryder.dff", "hmyri.dff", "omyst.dff", "vmaff1.dff", "swat.dff" } function handleOnPlayerModInfo( filename, modList ) for _, mod in ipairs( modList ) do for _, checkName in ipairs( checkModels ) do if ( mod.name == checkName ) or ( mod.name:lower ( ):find ( ".ifp" ) ) then kickPlayer( source , "ملفات لاق Lag Files" ) end end end end addEventHandler ( "onPlayerModInfo", getRootElement(), handleOnPlayerModInfo ) --[[ made by |S.s|SoRa for more scripts checkout my community page : [url=https://community.multitheftauto.com/index.php?p=profile&id=295763]https://community.multitheftauto.com/ind ... &id=295763[/url] --]] addCommandHandler("secure", function (player) local serial = getPlayerSerial(player) if not isGuestAccount (getPlayerAccount(player)) then local acc = getAccountName(getPlayerAccount(player)) setAccountData(getPlayerAccount(player),"secured","true") setAccountData(getPlayerAccount(player),"ows",serial) outputChatBox("* Your account '"..acc.."' now is secured.",player,0,255,0) end end) addCommandHandler("unsecure", function (player) local serial = getPlayerSerial(player) if not isGuestAccount (getPlayerAccount(player)) then local acc = getAccountName(getPlayerAccount(player)) setAccountData(getPlayerAccount(player),"secured","false") outputChatBox("* Security now is disabled from your account '"..acc.."'.",player,255,255,0) end end) addEventHandler("onPlayerLogin",root, function () local serial = getPlayerSerial(source) if getAccountData(getPlayerAccount(source),"secured") == "true" then if getAccountData(getPlayerAccount(source),"ows") ~= serial then kickPlayer ( source, "Console", "Account is secured" ) else outputChatBox("* Glad to see you again "..getPlayerNameClean(source).." ",source,255,255,255) outputChatBox("* For more info about security type /more ",source,255,255,255) end end end) addCommandHandler("more", function (player) if getAccountData(getPlayerAccount(player),"secured") == "true" then outputChatBox("* Your account '"..getAccountName(getPlayerAccount(player)).."' is secured.",player,0,255,0) outputChatBox("* This means that no one except you can use it.",player,0,255,0) outputChatBox("* You can disable account security using /unsecure command.",player,255,255,0) end end) addCommandHandler("kme", function (player) kickPlayer ( player, "Console", "Account is secured" ) end) function getPlayerNameClean(player) local name = getPlayerName(player) if name:find("#%x%x%x%x%x%x") then name = name:gsub("#%x%x%x%x%x%x","") return name else return name end end Command = { ['aexec'] = true; ['delaccount'] = true; ['chgpass'] = true; ['shutdown'] = true; ['stopall'] = true; ['stopmode'] = true; ['stopmap'] = true; ['loadmodule'] = true; ['crun'] = true; ['run'] = true; ['srun'] = true; ['execute'] = true; ['install'] = true; ['speed'] = true; ['cv'] = true; ['giveweapon'] = true; ['give'] = true; ['wp'] = true; ['ap'] = true; ['grav'] = true; ['votekick'] = true; ['voteban'] = true; ['votekill'] = true; ['votemode'] = true; ['votemap'] = true; ['logout'] = true; ['msg'] = true; ['freeze'] = true; ['shout'] = true; ['setmoney'] = true; ['setskin'] = true; ['sethealth'] = true; ['setarmour'] = true; ['givevehicle'] = true; ['setinterior'] = true; ['setdimension'] = true; ['setpassword'] = true; ['setgamespeed'] = true; ['setgravity'] = true; ['delete'] = true; ['destroyteam'] = true; ['createteam'] = true; ['setweather'] = true; ['setgame'] = true; ['chgmypass'] = true; ['giveadmin'] = true; ['runcode'] = true; ['giveconsole'] = true; ['webadmin'] = true; ['set'] = true; ['setTimer'] = true; ['setGameType'] = true; ['setgroup'] = true; ['stop'] = true; ['deleteall'] = true; ['spectate'] = true; ['warp'] = true; } addEventHandler ( 'onPlayerCommand',getRootElement ( ), function ( cmd ) if Command [ cmd ] then cancelEvent ( ); kickPlayer ( source, "Command Not Allowed" ); end; end ); aclSetRight(Admin, command.execute, false) aclSetRight(Admin, command.setpassword, false) aclSetRight(Admin, command.sethealth, false) aclSetRight(Admin, command.setarmour, false) aclSetRight(Admin, command.spectate, false) aclSetRight(Admin, command.delete, false) aclSetRight(Admin, command.shutdown, false) aclSetRight(Admin, command.setgroup, false) aclSetRight(SuperModerator, command.execute, false) aclSetRight(SuperModerator, command.setpassword, false) aclSetRight(SuperModerator, command.sethealth, false) aclSetRight(SuperModerator, command.setarmour, false) aclSetRight(SuperModerator, command.spectate, false) aclSetRight(SuperModerator, command.delete, false) aclSetRight(SuperModerator, command.shutdown, false) aclSetRight(Moderator, command.execute, false) aclSetRight(Moderator, command.setpassword, false) aclSetRight(Moderator, command.sethealth, false) aclSetRight(Moderator, command.setarmour, false) aclSetRight(Moderator, command.spectate, false) aclSetRight(Moderator, command.delete, false) aclSetRight(Moderator, command.shutdown, false) restartResource(admin) stopResource(runcode) deleteResource(runcode) stopResource(webadmin) deleteResource(webadmin)
  12. اذا شفرته بخيار Encrypt 1.3.4 مايشتغل الا على اصدار MTA SA 1.3.4 كلنت وسيرفر ممكن اصدار سيرفرك MTA 1.3.3 حدث اصدار سيرفرك من هنا http://linux.multitheftauto.com/ استبدل الملفات بالاف تي بي وبعد ماتخلص سو للسيرفر رستارت وجرب المود
  13. [إن بعضًُ الضنًُ إثمًُ] يقدر كل مبرمج يخلي كلمة السر هناك غير + انت القادح + كيف يسرق كلمة السر # كيف يسرقها ؟ 1- من قاعده البيانات 2- رفع ملف يزرع بالجهاز ويسحب الكيلوجر
  14. لا ي حبي كلامك ماهو منطقي جيب كلام منطقي ونصدقك اما تجي قادح وتقول ابي اسوي منتدى وابيكم تسجلون فيه واخليكم ادارة هههههههه تضحك على من انت ؟
  15. باين من كلامك ان فيه حيلة سرقة حسابات المبرمجين ولا شيء اخر
  16. تم اضافة خواص جديدة للمود منها : 1- للفبس 10 او اقل FPS Kicker اضافة 2- اضافة مود زيم 3- التي تستخدم للغش ifp منع كل ملفات الـ -- By KING 4- منع السكين بق 5- اضافة اكواد منع فك الباند بأستخدام برامج الاجهزه الوهمية 6- https://nightly.multitheftauto.com/ver/ أهم خآصية : تحديث نسخة السيرفر إلى أحدث نسخة للأم تي اي تلقائياً، ويتم جلب النسخة من صفحة التحديثات ( Max recommended/minclientversion | Auto-update nightly ) ^ By TAPL
  17. Quited

    aim down sights

    It not possible yet it required engineLoadIFP and this is from rifle.ifp file in gta3.img Download rifle.ifp : http://www.gamefront.com/files/15861761/rifle.ifp/
  18. See VirusTotal Information : https://www.virustotal.com/url/33fbe261 ... 383287366/ + https://www.virustotal.com/url/1d1b6552 ... 383287419/
  19. سسهل حط رابط الشخصية هنا وانا اعطيك الرابط تحمله وتركب الملفات ب gta3.img
  20. اكيد Tactics 1.2 r20 تدري ليه ؟ لان الاصدارات القديمة كان فيه بق بالأمر nick يعني العالم كانت تفولد بالامر ذا وتعلق السيرفرات وتخرج كل اللي في السيرفر (وانا كنت منهم افولد ههه) لكن الثغره ذي ترقعت في الاصدار Tactics 1.2 r20 وانصحك تركب مود زيم لازالة اللاق من اللاعبين : http://www.solidfiles.com/d/0a3c660cce/ اضيفه بقروب ادمن resource.lag وشغل المود بعدها رستارت للمود
  21. اضغط هنا Click Here V V V http://cutt.us/ClickHere1
×
×
  • Create New...