LOAM Posted February 21, 2017 Share Posted February 21, 2017 السلام عليكم شباب انا عملت اللوحه دى فى هذه الرابط http://imgur.com/a/7rabP عوز اول ما ايه حد فى تيم الحرامى يدوس على كلمه hack ياحد فلوس مثلا 10 الاف ومينفعش ياخد تانى غير بعد 5 دقائق مثلا وشكر Link to comment
iMr.WiFi..! Posted February 21, 2017 Share Posted February 21, 2017 'onClientGUIClick' triggerServerEvent setElementData getPlayerTeam setTimer getElementData givePlayerMoney Link to comment
LOAM Posted February 21, 2017 Author Share Posted February 21, 2017 37 minutes ago, iMr.WiFi..! said: 'onClientGUIClick' triggerServerEvent setElementData getPlayerTeam setTimer getElementData givePlayerMoney هل هذه صحيح واحد صحبى قالى شوفو واسأل فى المنتدى لو غلط 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 --نهاية الوظيفة )--نهاية قوس الحدث addEventHandler("onClientGUIClick",root, --عند الضغط على زر function()--وظيفة if (source == GUIEditor.button[3]) then triggerServerEvent("Hack",localPlayer) givePlayerMoney ( sourec, 10000 ) else if (source == GUIEditor.button[2]) then--ان كان الزر = زر الاغلاق guiSetVisible(GUIEditor.button[2],false)--اغلاق اللوحة showCursor(false)--اخفاء الماوس end--نهاية التحقق end--نهاية الوظيفة )--نهاية قوس الحدث Link to comment
AHMED MOSTAFA Posted February 21, 2017 Share Posted February 21, 2017 (edited) 47 minutes ago, LOAM said: هل هذه صحيح واحد صحبى قالى شوفو واسأل فى المنتدى لو غلط 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 --نهاية الوظيفة )--نهاية قوس الحدث addEventHandler("onClientGUIClick",root, --عند الضغط على زر function()--وظيفة if (source == GUIEditor.button[3]) then triggerServerEvent("Hack",localPlayer) givePlayerMoney ( sourec, 10000 ) else if (source == GUIEditor.button[2]) then--ان كان الزر = زر الاغلاق guiSetVisible(GUIEditor.button[2],false)--اغلاق اللوحة showCursor(false)--اخفاء الماوس end--نهاية التحقق end--نهاية الوظيفة )--نهاية قوس الحدث اطرح ملف سيرفر لأنك يعتبر مغيرتش حاجة هنا + افضل لك تخلي الفلوس في ملف سيرفر واستعمل guiSetEnabled عشان تقفل الزر بتاع الفلوس او الهكر Edited February 21, 2017 by Killer Project Link to comment
^iiEcoo'x_) Posted February 21, 2017 Share Posted February 21, 2017 (edited) 8 hours ago, iMr.WiFi..! said: 'onClientGUIClick' triggerServerEvent setElementData getPlayerTeam setTimer getElementData givePlayerMoney وظيفة ميزو اسهل guiAntiFlood تقفل الزر بدون داتاولا شي Edited February 21, 2017 by #_iMr.[E]coo Link to comment
_Kinan Posted February 21, 2017 Share Posted February 21, 2017 givePlayerMoney ( sourec, 10000 ) اولاً : source مو sourec ثانياً : في الكلينت مافيه source فيه getLocalPlayer() ثانياً : الفنكشن للسيرفر مو للكلينت. 1 Link to comment
#Soking Posted February 22, 2017 Share Posted February 22, 2017 17 hours ago, _Kinan said: givePlayerMoney ( sourec, 10000 ) اولاً : source مو sourec ثانياً : في الكلينت مافيه source فيه getLocalPlayer() ثانياً : الفنكشن للسيرفر مو للكلينت. يقدر يستخدمه كلينت بدون ارقمنت الاعب Link to comment
^iiEcoo'x_) Posted February 22, 2017 Share Posted February 22, 2017 17 hours ago, _Kinan said: givePlayerMoney ( sourec, 10000 ) اولاً : source مو sourec ثانياً : في الكلينت مافيه source فيه getLocalPlayer() ثانياً : الفنكشن للسيرفر مو للكلينت. للسيرفر و كلينت الفنكشن ي الصديق shared function تصحيح كودك ي الطيب @LOAM -- Client Side 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 = buttonName -- بدل اسم الزر local Time = 60000 -- حط هنا الوقت addEventHandler ( "onClientGUIClick",root, function () if ( source == Button ) then triggerServerEvent ( "givePlayerMoney", localPlayer ) guiAntiFlood(Button,Time) end end ) -- Server Side local Team = "Police" local Money = 20000 addEvent("givePlayerMoney",true) addEventHandler ("givePlayerMoney",root, function () local TeamPlr = getTeamFromName ( Team ) if TeamPlr then givePlayerMoney ( source , Money ) end end ) Link to comment
LOAM Posted February 22, 2017 Author Share Posted February 22, 2017 6 hours ago, #_iMr.[E]coo said: للسيرفر و كلينت الفنكشن ي الصديق shared function تصحيح كودك ي الطيب @LOAM -- Client Side 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 = buttonName -- بدل اسم الزر local Time = 60000 -- حط هنا الوقت addEventHandler ( "onClientGUIClick",root, function () if ( source == Button ) then triggerServerEvent ( "givePlayerMoney", localPlayer ) guiAntiFlood(Button,Time) end end ) -- Server Side local Team = "Police" local Money = 20000 addEvent("givePlayerMoney",true) addEventHandler ("givePlayerMoney",root, function () local TeamPlr = getTeamFromName ( Team ) if TeamPlr then givePlayerMoney ( source , Money ) end end ) شكرا يا باشا ديما ردودك كامله وجميله Link to comment
^iiEcoo'x_) Posted February 22, 2017 Share Posted February 22, 2017 11 minutes ago, LOAM said: شكرا يا باشا ديما ردودك كامله وجميله العفو Link to comment
LOAM Posted February 22, 2017 Author Share Posted February 22, 2017 1 minute ago, #_iMr.[E]coo said: العفو هل كده صحيح اخى معلش هتعبك معايا 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 = Hack -- بدل اسم الزر local Time = 50000 -- حط هنا الوقت addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد function()--وظيفة guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة showCursor(true) --نظهر الماوس end --نهاية الوظيفة )--نهاية قوس الحدث addEventHandler("onClientGUIClick",root, --عند الضغط على زر function()--وظيفة if ( source == GUIEditor.button[3] ) then triggerServerEvent ( "givePlayerMoney", localPlayer ) guiAntiFlood(GUIEditor.window[1]),Time) else if (source == GUIEditor.button[2]) then--ان كان الزر = زر الاغلاق guiSetVisible(GUIEditor.button[1],false)--اغلاق اللوحة showCursor(false)--اخفاء الماوس end--نهاية التحقق end--نهاية الوظيفة )--نهاية قوس الحدث Link to comment
_Kinan Posted February 23, 2017 Share Posted February 23, 2017 (edited) 18 hours ago, #_iMr.[E]coo said: للسيرفر و كلينت الفنكشن ي الصديق shared function Note: Using this function client side (not recommended) will not change a players money server side. https://wiki.multitheftauto.com/wiki/GivePlayerMoney يعني لو فيه تحقق من السيرفر ما بيطلعله انه اخذ الفلوس Edited February 23, 2017 by _Kinan توضيح 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