Results 1 to 9 of 9
  1. #1
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy

    How you make a BunnyHop script ! VAC Undetected (CSS) [AUTOHOTKEY]

    Hey MPGH,

    I make a Tutorial for coding a Bunnyhop script for CSS !

    First download AutoHotkey (just search for it with Google)

    Video:


    Code:
    Code:
    *space::
    Loop
    {
    GetKeyState,state,space,P
    if state = U
    break
    
    Send,{space}
    Sleep,20
    }
    return
    VirusTotal:
    https://www.virustotal.com/file/e415...is/1333488944/
    Jotti:
    BHOP SCript.rar - Jottis Malwarescanner

    This script is verry old, but undetected !
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Nico; 04-03-2012 at 05:07 PM.

  2. The Following 52 Users Say Thank You to CFhackerfree For This Useful Post:

    -x22-c0d3r (07-31-2013),alexeus87 (07-24-2015),Alexsaug (08-24-2019),asvanek16 (07-11-2014),Blackmill (04-25-2012),bobbs1 (04-27-2012),CaliW (09-26-2015),Charliejeffy (12-18-2012),Cpt.$epehr (05-27-2012),darlwis (05-02-2012),domsim1 (11-04-2015),F0RTER (07-28-2012),flashdesign91 (07-12-2013),Fura123 (12-17-2013),GasTrogen (03-29-2016),gumiho123 (04-29-2012),gymnosb (02-17-2013),HakunaMatata98 (04-25-2012),haloc85 (04-02-2014),HaZZarD:@ (08-03-2014),hellraiser541 (04-24-2012),Hyper_Original_ (02-15-2016),iLuvSniperZ (04-28-2012),imamhaha (02-05-2017),ion agarbiceanu (05-16-2012),ItzMidgetz (06-02-2016),jewgz (01-05-2014),Judasfa123 (07-31-2016),KapiSeriS (01-19-2015),keysor (12-16-2013),Lkziinhu (05-05-2012),Mangoo (05-04-2012),marcopoloP (09-29-2015),MrBukhave (07-04-2012),n0mac (12-23-2012),Noobzai007 (06-06-2012),offspringftw (05-31-2012),paulito25 (11-16-2014),pumaa (07-16-2014),qerida (06-24-2012),racum (04-25-2012),Robqart (04-27-2012),ryquebgs (05-07-2012),RyuKing (04-25-2012),saatana123 (06-11-2012),silverwindxp (07-17-2012),superduper123 (12-28-2012),Suspecthum (08-19-2014),tq4 (10-30-2015),tylergott (05-13-2012),xDeadEcho (04-30-2012),xXHACK3RXx3 (05-02-2014)

  3. #2
    criunk's Avatar
    Join Date
    Apr 2012
    Gender
    female
    Posts
    38
    Reputation
    10
    Thanks
    0
    Still searching for the "Coding tutorial"

  4. #3
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy
    @criunk
    What do you mean ?

  5. #4
    cheto123's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    12
    My Mood
    Dead

    Red face

    this is a best Script for me..

    Code:
    *Space::
    Loop
    {
    GetKeyState, state, space, P
    if State = U ; The button has been released, so stop the loop.
    break
    ; Otherwise:
    Send, {SPACE}
    Sleep, 1 ; i.e. 26 ms delay between clicks. Adjust this value as needed.
    }
    return

  6. #5
    pplmnb10's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    11
    My Mood
    Twisted
    Does this work for cs 1.6?
    Don't be shy to thank me

  7. #6
    2699's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    In your toilet
    Posts
    71
    Reputation
    8
    Thanks
    3
    this works for any game.
    just hold down spacebar

  8. #7
    hellraiser541's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Eskilstuna, Sweden
    Posts
    129
    Reputation
    10
    Thanks
    31
    My Mood
    Tired
    danke sir!

  9. #8
    dylan1901's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    in my house next to a street in a city thats in a state and finally inside a country
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    this works great and all but i was wondering if it could work with the ctrl button because i use that to crouch and it messes up whenever i tried to use it

  10. #9
    p0k_Jane's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Code:
    *~$Space:: 
    Sleep 100
    Loop 
    { 
        GetKeyState, SpaceState, Space, P 
        If SpaceState = U 
            break  
        Sleep 1 
        Send, {Blind}{Space} 
    } 
    Return
    This is the script that i made long time ago.

Similar Threads

  1. [Help] Can you help me abaut how to make DIP[drawindexedprimitve ]Undetect
    By conello in forum C++/C Programming
    Replies: 2
    Last Post: 05-23-2011, 02:04 AM
  2. How to make ALL Trojan/Virus/Keylogger UNDETECTABLE
    By Tryptamine. in forum Anti-Malware
    Replies: 15
    Last Post: 06-18-2010, 05:34 PM
  3. how you make a video
    By Anaconda in forum CrossFire Help
    Replies: 4
    Last Post: 05-22-2010, 08:51 AM
  4. How you make Combat Arms hacks?
    By redlucky55 in forum C++/C Programming
    Replies: 10
    Last Post: 01-10-2010, 04:25 PM