Results 1 to 10 of 10
  1. #1
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed

    Arrow Small problem with virtual jump.

    I keep having this strange problem where I can't get the virtual jump to go up. I can get it to go down but it doesn't work up. I don't see anything wrong with my code either. It is both my v jumps are the same except one is -1000 and one is 1000. Here is my code of it.

    Code:
    if(GetAsyncKeyState(VK_PRIOR)<0){
                if(vup){
                    PushToConsole("CamMaxPosYOffset 0.000000");
                   
                    vup = false;
                } else {
                    
    				
    PushToConsole("CamMaxPosYOffset 1000.000000"); 
                    vup = true; 
    				
                }
    			Sleep(200);
            }
    /////////////////////////////////////////////////////////////////////////////////
    if(GetAsyncKeyState(VK_NEXT)<0){
                if(vdown){
                    PushToConsole("CamMaxPosYOffset 0.000000"); 
    
                   
                    vdown = false;
                } else {
                    
    				
    PushToConsole("CamMaxPosYOffset -1000.000000"); 
    
                    vdown = true; 
    				
               }
    			Sleep(200);
            }


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  2. #2
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    hmm, try playing around with the values. experiment. make it a game lol

    and btw your code is fine.

  3. #3
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Try using "DuckDownCamOffset" or whatever it is, and then when you hit page up key, you can hit CTRL and it goes up in the sky.

  4. #4
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    I have tried changing hotkeys, values, and everything I can think of. The only resonable reason I think it may not work is because it is patched.


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  5. #5
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    its not patched it works for me.

  6. #6
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    Quote Originally Posted by MugNuf View Post
    Try using "DuckDownCamOffset" or whatever it is, and then when you hit page up key, you can hit CTRL and it goes up in the sky.
    It still doesn't work after trying that.


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  7. #7
    rocker340's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    in my house
    Posts
    304
    Reputation
    12
    Thanks
    76
    here use this its crappy but it works

    Code:
    if(GetAsyncKeyState(VK_UP)<0){ // vjump
                PushToConsole("CamMaxPosYOffset 200.000000"); 
                PushToConsole("DuckDownCamOffSet 1000.000000"); 
            } 
            if(GetAsyncKeyState(VK_DOWN)<0){ 
                PushToConsole("CamMaxPosYOffset -1000.000000"); 
                PushToConsole("DuckDownCamOffSet -13.000000"); 
    		}

    If you need a Lo/Ck/Er/Z invite, PM me! Lo/Ck/Er/Z is a promotion site to watch videos for PTZ, and redeem cool electronics for free by trading in PTZ




  8. The Following User Says Thank You to rocker340 For This Useful Post:

    cookie hack (07-19-2010)

  9. #8
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    Quote Originally Posted by rocker340 View Post
    here use this its crappy but it works

    Code:
    if(GetAsyncKeyState(VK_UP)<0){ // vjump
                PushToConsole("CamMaxPosYOffset 200.000000"); 
                PushToConsole("DuckDownCamOffSet 1000.000000"); 
            } 
            if(GetAsyncKeyState(VK_DOWN)<0){ 
                PushToConsole("CamMaxPosYOffset -1000.000000"); 
                PushToConsole("DuckDownCamOffSet -13.000000"); 
    		}
    It worked. But it is a little glitching and you have to press ctrl. Thanks though. I finally got it to work.


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  10. #9
    Polo™'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Im awsome and i fuck dolphins. Shwag Shwag Shwagg
    Posts
    10,118
    Reputation
    612
    Thanks
    861
    My Mood
    Pensive
    Quote Originally Posted by cookie hack View Post
    It worked. But it is a little glitching and you have to press ctrl. Thanks though. I finally got it to work.
    Lol its not "a little glitching" thats just how it works, and ctrl is a preset.

  11. #10
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Why not use case?
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. Virtual Jump - Real Problems
    By D e a t h h a u n t S in forum Combat Arms EU Hack Coding/Source Code
    Replies: 5
    Last Post: 08-29-2010, 06:37 AM
  2. Small Problem with Fire God 1.2 and Matt's hack
    By Offspring316 in forum Combat Arms Help
    Replies: 5
    Last Post: 06-03-2010, 07:47 AM
  3. problem with win7 64bit and crossfire(small window)
    By Lacko123 in forum CrossFire Help
    Replies: 1
    Last Post: 04-24-2010, 06:20 AM
  4. [Release] Combat Arms ZeaS D3D HooK with Virtual Jump and More
    By Wiirtuallca in forum Combat Arms Europe Hacks
    Replies: 4
    Last Post: 01-01-2010, 08:56 PM
  5. Working hacks with virtual jump!
    By WorkingHax in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 03-23-2009, 04:52 PM