Results 1 to 5 of 5
  1. #1
    muddiswag321's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Can anyone help me with code something

    Hey guys Do anyone know how To make a PropSurf Scprit So when i Press A key i make a Prop and turn around and fly please

  2. #2
    Leteezy's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    antxion hack or some shit like that look it up

  3. #3
    BoobMax2442's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Ontario Canada
    Posts
    49
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    Well here's a propkill script. aha just type "r_drawothermodels 2" into console so that you can see where the primary prop is under the object
    Code:
    function MagnetoThrow()
    -- Nice and easy, turn it slow 180 
    	timer.Simple(.02,Turn)
    	timer.Simple(.04,Turn)
    	timer.Simple(.06,Turn)
    	timer.Simple(.08,Turn)
    	timer.Simple(.10,Turn)
    	timer.Simple(.12,Turn)
    	timer.Simple(.14,Turn)
    	timer.Simple(.16,Turn)
    	timer.Simple(.18,Turn)
    	timer.Simple(.20,Turn)
    	timer.Simple(.22,Turn)
    	timer.Simple(.24,Turn)
    	timer.Simple(.26,Turn)
    	timer.Simple(.28,Turn)
    	timer.Simple(.30,Turn)
    	timer.Simple(.32,Turn)
    	timer.Simple(.34,Turn)
    	timer.Simple(.36,Turn)
    -- OH MY GOD WHIP AROUND 180
    	timer.Simple(.46,TurnBack)
    -- And deliver the final blow by pressing right click
    	timer.Simple(.7,function() RunConsoleCommand("+attack") end)
    	timer.Simple(.72,function() RunConsoleCommand("-attack") end)
    end
    
    function Turn()
    -- Turn function
    	LocalPlayer():SetEyeAngles(LocalPlayer():EyeAngles()-Angle(0,10,0))
    end
    
    function TurnBack()
    -- Turn 180 function
    	LocalPlayer():SetEyeAngles(LocalPlayer():EyeAngles()-Angle(0,180,0))
    end
    -- Making it a console command
    concommand.Add("ThrowMagneto",MagnetoThrow)
    This isn't mine, bind a key to +throwmagneto
    ex: bind LALT +throwmagneto

    Don't move and use the bind you'll kill yourself
    Last edited by BoobMax2442; 07-11-2015 at 03:12 AM.

  4. #4
    muddiswag321's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i cant find anything when i Google antxion

  5. #5
    p100 body shot's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    syria
    Posts
    53
    Reputation
    10
    Thanks
    30
    My Mood
    Stressed
    yes simple, grab your mouse ok? now turn it left/right until you 180 with prop ok? now u see you fly into air like propsurf god

Similar Threads

  1. Can anyone Help me? with Rotmg Hack Coding?
    By theone40 in forum Realm of the Mad God Help & Requests
    Replies: 4
    Last Post: 04-04-2014, 01:06 AM
  2. [Help Request] Can anyone help me with server Anti-Hacks
    By Skilifa in forum DayZ Help & Requests
    Replies: 6
    Last Post: 03-31-2013, 09:23 PM
  3. [Help Request] can anyone help me with the basic of creating hacks
    By xhevanlyx in forum Crossfire Coding Help & Discussion
    Replies: 9
    Last Post: 01-17-2013, 12:50 PM
  4. [Request] Can anyone help me with an extra bf3 account or extra code or a keygen ? please ?
    By Abed_Haddad in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 4
    Last Post: 01-04-2013, 12:27 PM
  5. Can anyone help me with something?
    By Milecar12 in forum CrossFire Help
    Replies: 10
    Last Post: 01-22-2011, 08:01 AM