Jump to content

x[طلب]x ;


Guest

Recommended Posts

السلام عليكم,

كيف الحال ، أخباركم

هل في طريقة ان لما اللاعب بدون م يضغط حرف [T]

حق الشات

او اف 8

انو لما يكتب في شاشة يصير الحدث

زي أكواد جي تي إيه .

حق كلمات السر لما تكتب بتجي ...

 

Link to comment
myChar = ""

addEventHandler("onClientCharacter", root,
function (character)
	--if myChar == "" then
		myChar = myChar..character
		--outputChatBox(myChar)
	if myChar == "aezakmi" then
	outputChatBox("cheat activated")
	myChar = "" 
	end
	if character == " " then
		myChar = "" -- تمسح المتغير 
	end
end);

اضغط مسافة حتى تمسحها. البقات عليك انت  المهم اني سويتها هيهي

Link to comment
1 hour ago, Abdul KariM said:

@#BrosS لازم يكون فيه تايمر يفضي المتغير عشان مايصير فيه اخطاء

قلت له البقات عليه ض2 + انا حاطط يفضي المتغير بالمسافة اظنه كافي ?

Link to comment
2 hours ago, Abdul KariM said:

@#BrosS لازم يكون فيه تايمر يفضي المتغير عشان مايصير فيه اخطاء

 

5 hours ago, #BrosS said:

myChar = ""

addEventHandler("onClientCharacter", root,
function (character)
	--if myChar == "" then
		myChar = myChar..character
		--outputChatBox(myChar)
	if myChar == "aezakmi" then
	outputChatBox("cheat activated")
	myChar = "" 
	end
	if character == " " then
		myChar = "" -- تمسح المتغير 
	end
end);

اضغط مسافة حتى تمسحها. البقات عليك انت  المهم اني سويتها هيهي

myChar = ""

addEventHandler("onClientCharacter", root,
function (character)
	--if myChar == "" then
	myChar = myChar..character
	--outputChatBox(myChar)
	if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end
	_aTimer=setTimer(
		function()
			myChar="";
		end
	,4000,0)
	if myChar == "aezakmi" then
		outputChatBox("cheat activated")
		myChar = "" 
      	if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end
	end
	if character == " " then
		myChar = "" -- تمسح المتغير 
      	if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end
	end
end);

 

Edited by NX_CI
Link to comment
12 hours ago, NX_CI said:

 


myChar = ""

addEventHandler("onClientCharacter", root,
function (character)
	--if myChar == "" then
	myChar = myChar..character
	--outputChatBox(myChar)
	if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end
	_aTimer=setTimer(
		function()
			myChar="";
		end
	,4000,0)
	if myChar == "aezakmi" then
		outputChatBox("cheat activated")
		myChar = "" 
      	if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end
	end
	if character == " " then
		myChar = "" -- تمسح المتغير 
      	if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end
	end
end);

 

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...