Results 1 to 9 of 9
  1. #1
    ZzBomberzZ's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Anyone Has an auto-strafe hack?

    It say it all on top

  2. #2
    Redditor's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Kittydecat released Krolek which has auto-strafe.

  3. #3
    ZzBomberzZ's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    Doesn't work for me sorry

  4. #4
    Redditor's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ZzBomberzZ View Post
    Doesn't work for me sorry
    Guess someone else will have to help you.

  5. #5
    Boxedin123's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Location
    Under Garry's Bed
    Posts
    24
    Reputation
    10
    Thanks
    32
    My Mood
    Mellow

    Smile BoxAutoStrafe V 1

    Ignore Any Of The Hacking Stuff Thats In Case Someone Back Doors Your Strafe Command And Trys To Control You Through the RunConsoleCommand() Function Backdoor.

    Code:
    //Auto Strafe Right By: Boxedin123
    
    	local function StrafeLOL()
    --[[ 
     @NaMe Player blocker
     @persist [E, Target]:entity Vec:vector
    if(first()){
        #Sets the chip invisible.
        entity():setColor(0,0,0,0)
        runOnTick(1)
        runOnChat(1)
        #Set the chip to scan for the blockers :D
        timer("scan",1)
        Vec=vec()
        Target=noentity() 
    }
    #Move to the targets view pos
    if(Target!=noentity()){
        Dest = Target:shootPos()
            Vec=(Dest-E:pos())*E:mass()*20
            E:applyForce(Vec+$Vec*5)
    }
    #If the owner says something, is chat.
    if(chatClk(owner())){
        Exploded = lastSaid():explode(" ")
        Said = Exploded[2,string]
        #Check to see if the first part is "!target "
        if(Exploded[1,string]=="!target"){
            hideChat(1)
            #Then find the players name the has been typed. It can be only part of the name.
            Target = findPlayerByName(Said)
            if(Target!=noentity()){hint("Targeting: ",3)}
            else{hint("Not a valid target!",3)}
        }
    }
    #Scans for the prop: models/props_c17/FurnitureCouch002a.mdl
    if(clk("scan")){
        findByModel("models/props_c17/FurnitureCouch002a.mdl")
        E=findClosest(entity():pos())
        if(E!=noentity()){
            hint("By TicoTheTroll! www.myg0*****m!",3)
            E:setTrails(130,0,0.2,"trails/lol",vec(255,255,255),255)
            E:setMaterial("phoenix/storm/chrome")
        }
        else{timer("scan",1000)}
    }
    
    
    ]]--
    	RunConsoleCommand("say","/ooc I'M HACKING LOLOOLOLOLO ******S LOLOL. BAN ME I FUCKING DARE YOU.")
    	end
    	
    	
        hook.Add( "CreateMove","StrafeLOLCREATEMOVE",function( ucmd )
         
    	StrafeLOL()
    
               
        end )

  6. #6
    Kellyseveride's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Valve Inc
    Posts
    192
    Reputation
    10
    Thanks
    94
    My Mood
    Angry
    Quote Originally Posted by Boxedin123 View Post
    Ignore Any Of The Hacking Stuff Thats In Case Someone Back Doors Your Strafe Command And Trys To Control You Through the RunConsoleCommand() Function Backdoor.

    Code:
    //Auto Strafe Right By: Boxedin123
    
    	local function StrafeLOL()
    --[[ 
     @NaMe Player blocker
     @persist [E, Target]:entity Vec:vector
    if(first()){
        #Sets the chip invisible.
        entity():setColor(0,0,0,0)
        runOnTick(1)
        runOnChat(1)
        #Set the chip to scan for the blockers :D
        timer("scan",1)
        Vec=vec()
        Target=noentity() 
    }
    #Move to the targets view pos
    if(Target!=noentity()){
        Dest = Target:shootPos()
            Vec=(Dest-E:pos())*E:mass()*20
            E:applyForce(Vec+$Vec*5)
    }
    #If the owner says something, is chat.
    if(chatClk(owner())){
        Exploded = lastSaid():explode(" ")
        Said = Exploded[2,string]
        #Check to see if the first part is "!target "
        if(Exploded[1,string]=="!target"){
            hideChat(1)
            #Then find the players name the has been typed. It can be only part of the name.
            Target = findPlayerByName(Said)
            if(Target!=noentity()){hint("Targeting: ",3)}
            else{hint("Not a valid target!",3)}
        }
    }
    #Scans for the prop: models/props_c17/FurnitureCouch002a.mdl
    if(clk("scan")){
        findByModel("models/props_c17/FurnitureCouch002a.mdl")
        E=findClosest(entity():pos())
        if(E!=noentity()){
            hint("By TicoTheTroll! www.myg0*****m!",3)
            E:setTrails(130,0,0.2,"trails/lol",vec(255,255,255),255)
            E:setMaterial("phoenix/storm/chrome")
        }
        else{timer("scan",1000)}
    }
    
    
    ]]--
    	RunConsoleCommand("say","/ooc I'M HACKING LOLOOLOLOLO ******S LOLOL. BAN ME I FUCKING DARE YOU.")
    	end
    	
    	
        hook.Add( "CreateMove","StrafeLOLCREATEMOVE",function( ucmd )
         
    	StrafeLOL()
    
               
        end )
    Ok. wtf is that shit

  7. #7
    LordOfGears2's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    /home/lord/
    Posts
    278
    Reputation
    32
    Thanks
    55
    My Mood
    Inspired
    You can always use my old bhop script.

  8. #8

  9. #9
    ethanop7's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    sethhack has this

Similar Threads

  1. [Help Request] Anyone has window 7 64bit hack
    By chen97xiong in forum Mission Against Terror Help
    Replies: 0
    Last Post: 02-15-2013, 04:34 AM
  2. ANyone has Chams and no recoil hack?after 4/9/10
    By KorAxity in forum Combat Arms Hacks & Cheats
    Replies: 25
    Last Post: 04-09-2010, 04:08 PM
  3. [Help] Anyone has a hack??
    By Paradox in forum CrossFire Hacks & Cheats
    Replies: 12
    Last Post: 01-19-2010, 08:18 AM
  4. Anyone has sof2 mp hacks?
    By Marion in forum General Game Hacking
    Replies: 0
    Last Post: 08-17-2009, 05:14 PM
  5. Replies: 2
    Last Post: 07-20-2009, 10:44 PM