Jump to content

ٱبي مسٱعدة في دهہ ٱڵمود


DanTDM

Recommended Posts

ٱبي مسٱعدة في دهہ ٱڵڪود

addEvent("Jump",true)
addEventHandler("Jump",root,
     function ()
	 
setWorldSpecialPropertyEnabled("extrajump", true)
outputChatBox ( "You Have Got Health | تم تشغيل القفزه العاليه", source, 0, 255, 0 ) 
     end
)

addEvent("s",true)
addEventHandler("s",root,
    function ()

setElementVelocity(10)
outputChatBox ( "You Have Got Speed | لقد تم زيادة السرعة", source, 0, 255, 0 ) 
    end
)
Quote

 

 

ٱڵقفزة مو شغٱڵة وڵٱ ٱڵسرعة ٱبي مسٱعدة فيهہم

 

Link to comment
On 11/27/2016 at 0:32 PM, Me[Z]oO said:

متي بدك تخلي القفزة او السرعة يشتغلو

يضغط علي زر مثلا ولا ايه ...

يب بٱڵضبط بس ٱنٱ مسوي شوب حق ٱسڵحة و قفزة و ڪدٱ وذوڵ مو شغٱڵين

 

Just now, DanTDM said:

يب بٱڵضبط بس ٱنٱ مسوي شوب حق ٱسڵحة و قفزة و ڪدٱ وذوڵ مو شغٱڵين

 

ٱبيهہٱ زر ڵو سمحت

 

Link to comment

addEventHandler("onClientGUIClick",root ,
function (    )
if ( source == Button ) then
setWorldSpecialPropertyEnabled("extrajump", true)
outputChatBox ( "You Have Got Health | تم تشغيل القفزه العاليه", source, 0, 255, 0 )
end
)


addEventHandler("onClientGUIClick",root ,
function (    )
if ( source == Button ) then
setElementVelocity(10)
outputChatBox ( "You Have Got Speed | لقد تم زيادة السرعة", source, 0, 255, 0 )
end
)

Link to comment

وش تسوي انتا اي شي و خلاص 

@MR.NaiF-MTA

حاطت setElementVelocity بدون ما تحدد الالمانت ولا اي شي

local Velocity = false
addEventHandler("onClientGUIClick", root,
  function()
    if source == YourButton1 then
      setWorldSpecialPropertyEnabled("extrajump", true)
      outputChatBox("Big Jump Cheat Has Enabled !", 255, 0, 255)
    elseif source == YourButton2 then
      if Velocity == false then
      	local Velocity = true 
        outputChatBox("Speed Cheat Has Enabled !", 255, 0, 255)
      else
      	local Velocity = false 
        outputChatBox("Spped Cheat Has Disabled !", 255, 0, 255)
      end
   end
end)

bindKey("w", "down",
  function()
    if Velocity == true then
      local vx, vy, vz = getElementVelocity(localPlayer)
      setElementVelocity(localPlayer, vx+1, vy+1, vz) -- ده مثال , معرف كيف تبي يكون انتا لان الفانكشن دي لازم لها حسابات
      else
    end
end)
Link to comment
3 hours ago, #Skrillex said:

وش تسوي انتا اي شي و خلاص 

@MR.NaiF-MTA

حاطت setElementVelocity بدون ما تحدد الالمانت ولا اي شي


local Velocity = false
addEventHandler("onClientGUIClick", root,
  function()
    if source == YourButton1 then
      setWorldSpecialPropertyEnabled("extrajump", true)
      outputChatBox("Big Jump Cheat Has Enabled !", 255, 0, 255)
    elseif source == YourButton2 then
      if Velocity == false then
      	local Velocity = true 
        outputChatBox("Speed Cheat Has Enabled !", 255, 0, 255)
      else
      	local Velocity = false 
        outputChatBox("Spped Cheat Has Disabled !", 255, 0, 255)
      end
   end
end)

bindKey("w", "down",
  function()
    if Velocity == true then
      local vx, vy, vz = getElementVelocity(localPlayer)
      setElementVelocity(localPlayer, vx+1, vy+1, vz) -- ده مثال , معرف كيف تبي يكون انتا لان الفانكشن دي لازم لها حسابات
      else
    end
end)

لو سمحت اخوي تكلم باسلوب افضل من كذا هو اذا كان غلطان فهمه غلطه وقوله ما يصلح تحطها بدون المنت والا كذا بيكون شيء سيء بالنسبه

لشخصيتك

  • Like 1
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...