L3yr Posted February 23, 2017 Share Posted February 23, 2017 السلام عليكم شباب انا عامل لوحه وفيها كلمه دى عوز لما اعلم على كلمه المربع الى جنب الكلمه دى Withdrawal okواضغط يسحب فلوس ok عوز لما اعلم على المربع الى جنب الكلمه دى واضغط على مربع Deposit يحط فلوس اللوحه دى لل atm الى هيا مكنه الصرافه الى بيبقا فى الشارع اللوحه اهى ياريت التصحيح GUIEditor = { memo = {}, button = {}, window = {}, checkbox = {}, label = {}, } GUIEditor.window[1] = guiCreateWindow(506, 329, 325, 469, "CUA", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.89) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.memo[1] = guiCreateMemo(85, 50, 169, 32, "", false, GUIEditor.window[1]) GUIEditor.memo[2] = guiCreateMemo(85, 126, 169, 32, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(135, 92, 66, 30, "OK", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFFFFFF") GUIEditor.button[2] = guiCreateButton(273, 24, 43, 26, "Close", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF0000") GUIEditor.checkbox[1] = guiCreateCheckBox(285, 171, 15, 15, "", false, false, GUIEditor.window[1]) GUIEditor.checkbox[2] = guiCreateCheckBox(285, 206, 15, 15, "", false, false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(213, 176, 62, 15, "Deposit", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(213, 206, 62, 15, "Withdrawal", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") GUIEditor.button[3] = guiCreateButton(235, 324, 60, 57, "Hack", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFEB1101") GUIEditor.button[4] = guiCreateButton(20, 243, 40, 34, "1", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFFFFFF") GUIEditor.button[5] = guiCreateButton(20, 301, 40, 34, "4", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFFFFFFF") GUIEditor.button[6] = guiCreateButton(20, 357, 40, 34, "7", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFFFFFFF") GUIEditor.button[7] = guiCreateButton(85, 243, 40, 34, "2", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFFFFFFF") GUIEditor.button[8] = guiCreateButton(150, 243, 40, 34, "3", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFFFFFFF") GUIEditor.button[9] = guiCreateButton(85, 301, 40, 34, "", false, GUIEditor.window[1]) GUIEditor.button[10] = guiCreateButton(85, 301, 40, 34, "5", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FFFFFFFF") GUIEditor.button[11] = guiCreateButton(85, 357, 40, 34, "8", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FFFFFFFF") GUIEditor.button[12] = guiCreateButton(150, 301, 40, 34, "6", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[12], "NormalTextColour", "FFFFFFFF") GUIEditor.button[13] = guiCreateButton(150, 357, 40, 34, "9", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[13], "NormalTextColour", "FFFFFFFF") GUIEditor.button[14] = guiCreateButton(80, 414, 51, 38, "0", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[14], "NormalTextColour", "FFFFFFFF") guiSetVisible (GUIEditor.window[1], false) addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد function()--وظيفة guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة showCursor(true) --نظهر الماوس end --نهاية الوظيفة )--نهاية قوس الحدث function guiAntiFlood(element, timer) if getElementType ( element ) == "gui-button" then local atimer = tonumber(timer) if atimer == nil or atimer == '' or not tonumber(atimer) then error("Bad Argument the Argument 2 must number") else end guiSetEnabled(element,false) setTimer(function() guiSetEnabled(element,true) end,tonumber(atimer),1) else error("Bad Argument 1 the element must button") end end local Button = GUIEditor.button[3] -- بدل اسم الزر local Time = 40000 -- حط هنا الوقت addEventHandler ( "onClientGUIClick",root, function () local playerTeam = getPlayerTeam ( source,"Criminal" ) if ( source == GUIEditor.button[3] ) then triggerServerEvent ( "givePlayerMoney", localPlayer ) guiAntiFlood(GUIEditor.button[3],1000*60*4) else if (source == GUIEditor.button[2]) then guiSetVisible(GUIEditor.window[1],false)--اغلاق اللوحة showCursor(false)--اخفاء الماوس end--نهاية التحقق end--نهاية الوظيفة end )--نهاية قوس الحدث Link to comment
_Kinan Posted February 23, 2017 Share Posted February 23, 2017 اولاً الكود مسروق الاكواد addEvent -- انشاء ايفينت addEventHandler -- ربط فاكشن مع ايفينت -- client onClientGUIClick -- أيفينت اذا ضغط ع زر guiGetText -- أخذ الكلام الي داخل ال edit triggerServerEvent -- اتصال ع أيفينت مع السيرفر --server triggerClientEvent -- اتصال ع ايفنت مع كلينت getPlayerMoney -- تحقق أذا معه المبلغ givePlayerMoney -- يعطيه اذا ضغط ع withdraw -- مثال أخذ فلوس : local currentMoney = getPlayerMoney(source) -- كم معه فلوس؟ local moneyY = 500 -- المبلغ : تأخذه من الكلينت setPlayerMoney ( source, currentMoney - moneyY ) -- أخذ فلوس, لاحظ علامة - أتمنى انك ما تسرق اكواد من اشخاص ثانيين Link to comment
L3yr Posted February 23, 2017 Author Share Posted February 23, 2017 1 hour ago, _Kinan said: اولاً الكود مسروق الاكواد addEvent -- انشاء ايفينت addEventHandler -- ربط فاكشن مع ايفينت -- client onClientGUIClick -- أيفينت اذا ضغط ع زر guiGetText -- أخذ الكلام الي داخل ال edit triggerServerEvent -- اتصال ع أيفينت مع السيرفر --server triggerClientEvent -- اتصال ع ايفنت مع كلينت getPlayerMoney -- تحقق أذا معه المبلغ givePlayerMoney -- يعطيه اذا ضغط ع withdraw -- مثال أخذ فلوس : local currentMoney = getPlayerMoney(source) -- كم معه فلوس؟ local moneyY = 500 -- المبلغ : تأخذه من الكلينت setPlayerMoney ( source, currentMoney - moneyY ) -- أخذ فلوس, لاحظ علامة - أتمنى انك ما تسرق اكواد من اشخاص ثانيين اخى انا استأذنت منو قبل ما اخد الكود Link to comment
^iiEcoo'x_) Posted February 23, 2017 Share Posted February 23, 2017 addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1] ) then if ( guiGridListGetSelectedItem(GUIEditor.gridlist[1] ) ~= -1 ) then local plr = guiGridListGetItemText(GUIEditor.gridlist[1] ,guiGridListGetSelectedItem(GUIEditor.gridlist[1] ),1) local money = guiGetText(edit) if money == "" then return end triggerServerEvent ( "onPlayerSendMoney", localPlayer , plr , tonumber(money)) end end end ) addEvent ( "onPlayerSendMoney", true) addEventHandler ( "onPlayerSendMoney", root, function ( plr , money ) local plr = getPlayerFromName ( plr ) local getM = getPlayerMoney ( source ) if getM == tonumber(money) then takePlayerMoney ( source , tonumber(money) ) givePlayerMoney ( plr , tonumber(money) ) end end ) Link to comment
L3yr Posted February 23, 2017 Author Share Posted February 23, 2017 32 minutes ago, #_iMr.[E]coo said: addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1] ) then if ( guiGridListGetSelectedItem(GUIEditor.gridlist[1] ) ~= -1 ) then local plr = guiGridListGetItemText(GUIEditor.gridlist[1] ,guiGridListGetSelectedItem(GUIEditor.gridlist[1] ),1) local money = guiGetText(edit) if money == "" then return end triggerServerEvent ( "onPlayerSendMoney", localPlayer , plr , tonumber(money)) end end end ) addEvent ( "onPlayerSendMoney", true) addEventHandler ( "onPlayerSendMoney", root, function ( plr , money ) local plr = getPlayerFromName ( plr ) local getM = getPlayerMoney ( source ) if getM == tonumber(money) then takePlayerMoney ( source , tonumber(money) ) givePlayerMoney ( plr , tonumber(money) ) end end ) اخى #_iMr.[E]coo ديما ردودم بتبقا كامله استمر اخى استمر 1 Link to comment
^iiEcoo'x_) Posted February 23, 2017 Share Posted February 23, 2017 5 minutes ago, L3yr said: اخى #_iMr.[E]coo ديما ردودم بتبقا كامله استمر اخى استمر ذذ العفو =D زبط ولا لا ؟ Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 On ٢٣/٢/٢٠١٧ at 15:41, #_iMr.[E]coo said: ذذ العفو =D زبط ولا لا ؟ هذه الرابط فى اللوحه http://imgur.com/a/GrE0h Deposit عوز لما اعلم صح على مربع okواضغط يحط فلوس فى مكنه الصرافه Withdrawa وعوز لما اعلم صح على مربع okواضغط يسحب فلوسو الى شايلهم فى ياريت الكودات الكلنت والسرفر اخى وشكرا Link to comment
#BrosS Posted February 24, 2017 Share Posted February 24, 2017 تحتاج لقواعد البيانات عشان تحفظ الفلوس وتجيبهم من الصرافة Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 طيب اعملو ازاى هذه اخى Link to comment
^iiEcoo'x_) Posted February 24, 2017 Share Posted February 24, 2017 4 minutes ago, L3yr said: طيب اعملو ازاى هذه اخى اصبر شوي اسويلك اياه Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 5 minutes ago, #_iMr.[E]coo said: اصبر شوي اسويلك اياه حاضر اخى على راحتك Link to comment
#BrosS Posted February 24, 2017 Share Posted February 24, 2017 2 minutes ago, L3yr said: حاضر اخى على راحتك ياليت كل الناس مثلك ، عشان تواضعك رح يسويلك مجانا ، مو مثل شي ناس تحس فيهم يأمروك او شغال عندهم Link to comment
^iiEcoo'x_) Posted February 24, 2017 Share Posted February 24, 2017 (edited) م اتوقع انه صحيح جربه -- client addEventHandler ("onClientGUIClick",root, function () if source == Button and guiCheckBoxGetSelected(checkbox) == true then triggerServerEvent ("setmoney",localPlayer,tonumber(guiGetText(edit))) elseif source == Button and guiCheckBoxGetSelected(checkbox2) == true then triggerServerEvent ("getmoney",localPlayer,tonumber(guiGetText(edit))) end end ) -- server addEvent ("setmoney",true) addEventHandler ("setmoney",root, function (money) local money = getPlayerMoney (source) if money >= tonumber(money) then takePlayerMoney ( source, tonumber(money) ) local acc = getPlayerAccount (source) if not isGuestAccount ( acc ) then setAccountData ( acc , "money", getAccountData ( acc , "money") + tonumber(money) ) end end end ) addEvent ("getmoney",true) addEventHandler ("getmoney",root, function (money) if tonumber(money) then local acc = getPlayerAccount (source) if not isGuestAccount ( acc ) then local mo = getAccountData ( acc , "money" ) if mo >= tonumber(money) then givePlayerMoney ( source, tonumber(money) ) setAccountData ( acc , "money", getAccountData ( acc , "money" ) - tonumber(money) ) end end end end ) Edited February 24, 2017 by #_iMr.[E]coo تعديل #1 Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 شكرا جدا لذوق حضرتك اخى #BrosS 2 minutes ago, #_iMr.[E]coo said: م اتوقع انه صحيح جربه -- client addEventHandler ("onClientGUIClick",root, function () if source == Button and guiCheckBoxGetSelected(checkbox) == true then triggerServerEvent ("setmoney",localPlayer,tonumber(guiGetText(edit))) elseif source == Button and guiCheckBoxGetSelected(checkbox2) == true then triggerServerEvent ("getmoney",localPlayer,tonumber(guiGetText(edit))) end end ) -- server addEvent ("setmoney",true) addEventHandler ("setmoney",root, function (money) local money = getPlayerMoney (source) if money >= tonumber(money) then takePlayerMoney ( source, tonumber(money) ) local acc = getPlayerAccount (source) if not isGuestAccount ( acc ) then setAccountData ( acc , "money", getAccountData ( acc , "money") + tonumber(money) ) end end end ) addEvent ("getmoney",true) addEventHandler ("getmoney",root, function (money) if tonumber(money) then local acc = getPlayerAccount (source) if not isGuestAccount ( acc ) then local mo = getAccountData ( acc , "money" ) if tonumber(money) <= mo then givePlayerMoney ( source, tonumber(money) ) setAccountData ( acc , "money", getAccountData ( acc , "money" ) - tonumber(money) ) end end end end ) حاضر راح اجربو ولو فيه مشكله مش مهم عادى كفايه انك سويته عشانى اخى :] 1 Link to comment
iMr.WiFi..! Posted February 24, 2017 Share Posted February 24, 2017 (edited) #deleted Edited February 24, 2017 by iMr.WiFi..! Link to comment
^iiEcoo'x_) Posted February 24, 2017 Share Posted February 24, 2017 4 minutes ago, L3yr said: شكرا جدا لذوق حضرتك اخى #BrosS حاضر راح اجربو ولو فيه مشكله مش مهم عادى كفايه انك سويته عشانى اخى :] عدلته راجعه من جديد Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 7 minutes ago, #_iMr.[E]coo said: عدلته راجعه من جديد حاضر Link to comment
N3xT Posted February 24, 2017 Share Posted February 24, 2017 كنت بسوي لك كودك ، بس ماحصلت ازرار عشان احطها لك؟ Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 4 minutes ago, N3xT said: كنت بسوي لك كودك ، بس ماحصلت ازرار عشان احطها لك؟ شكرا اخى على الرد هذه هوا الازرار GUIEditor = { button = {}, edit = {}, window = {}, checkbox = {}, label = {}, } GUIEditor.window[1] = guiCreateWindow(476, 290, 320, 506, "CUA", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.98) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.button[2] = guiCreateButton(70, 411, 178, 66, "Hack", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "sa-header") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF1919") GUIEditor.button[3] = guiCreateButton(272, 22, 38, 27, "Close", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFFFC25") GUIEditor.edit[1] = guiCreateEdit(80, 59, 167, 35, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(80, 132, 167, 35, "", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(145, 100, 38, 27, "OK", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF13D100") GUIEditor.checkbox[1] = guiCreateCheckBox(295, 179, 15, 15, "", true, false, GUIEditor.window[1]) GUIEditor.checkbox[2] = guiCreateCheckBox(295, 217, 15, 15, "", false, false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(226, 178, 64, 18, "Deposit", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(216, 217, 64, 18, "Withdrawal", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") GUIEditor.label[3] = guiCreateLabel(29, 172, 135, 50, "A-T-M", false, GUIEditor.window[1]) guiSetAlpha(GUIEditor.label[3], 0.41) guiSetFont(GUIEditor.label[3], "sa-header") GUIEditor.button[5] = guiCreateButton(47, 227, 44, 29, "1", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFFFFFFF") GUIEditor.button[6] = guiCreateButton(46, 266, 44, 29, "4", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFFFFFFF") GUIEditor.button[7] = guiCreateButton(47, 305, 44, 29, "7", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[7], "default-bold-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFFFFFFF") GUIEditor.button[9] = guiCreateButton(100, 266, 44, 29, "5", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[9], "default-bold-small") guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFFFFFFF") GUIEditor.button[10] = guiCreateButton(100, 227, 44, 29, "2", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[10], "default-bold-small") guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FFFFFFFF") GUIEditor.button[11] = guiCreateButton(101, 305, 40, 29, "8", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[11], "default-bold-small") guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FFFFFFFF") GUIEditor.button[12] = guiCreateButton(154, 227, 44, 29, "3", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[12], "default-bold-small") guiSetProperty(GUIEditor.button[12], "NormalTextColour", "FFFFFFFF") GUIEditor.button[13] = guiCreateButton(152, 266, 44, 29, "6", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[13], "default-bold-small") guiSetProperty(GUIEditor.button[13], "NormalTextColour", "FFFFFFFF") GUIEditor.button[14] = guiCreateButton(154, 305, 44, 29, "9", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[14], "default-bold-small") guiSetProperty(GUIEditor.button[14], "NormalTextColour", "FFFFFFFF") GUIEditor.button[15] = guiCreateButton(101, 344, 44, 29, "0", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[15], "default-bold-small") guiSetProperty(GUIEditor.button[15], "NormalTextColour", "FFFFFFFF") guiSetVisible (GUIEditor.window[1], false) Link to comment
N3xT Posted February 24, 2017 Share Posted February 24, 2017 أيضاً مافيه ازرار للسحب والايداع شايف ليبلات فقط Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 6 minutes ago, N3xT said: أيضاً مافيه ازرار للسحب والايداع شايف ليبلات فقط اسف اخى واحد اخر اهو GUIEditor = { label = {}, button = {}, edit = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(473, 298, 318, 477, "CUA", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.95) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.button[1] = guiCreateButton(69, 390, 185, 67, "Hack", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") GUIEditor.edit[1] = guiCreateEdit(73, 58, 172, 32, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(73, 123, 172, 32, "", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(261, 25, 47, 25, "Close", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDEFF00") GUIEditor.button[4] = guiCreateButton(167, 170, 117, 42, "Withdrawa", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF00FF00") GUIEditor.button[5] = guiCreateButton(30, 170, 117, 42, "Deposit", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF00FF00") GUIEditor.label[1] = guiCreateLabel(95, 255, 137, 93, "A-T-M", false, GUIEditor.window[1]) guiSetAlpha(GUIEditor.label[1], 0.66) guiSetFont(GUIEditor.label[1], "sa-header") guiLabelSetColor(GUIEditor.label[1], 210, 255, 0) Link to comment
N3xT Posted February 24, 2017 Share Posted February 24, 2017 للأمانة لوحتك حويس ، ماعاد ادري وش الاديت حق التحويل ووش شكل لوحتك ولا أدري عن شيء فيها وضح كل شيء فيها عشان أعرف ابرمجها؟ Link to comment
L3yr Posted February 24, 2017 Author Share Posted February 24, 2017 20 minutes ago, N3xT said: للأمانة لوحتك حويس ، ماعاد ادري وش الاديت حق التحويل ووش شكل لوحتك ولا أدري عن شيء فيها وضح كل شيء فيها عشان أعرف ابرمجها؟ دى اللوحه http://imgur.com/a/Jlmf5 انا عامل زر الهاك بس الايداع والسحب مش عارف اعملو 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