Page 12 of 12 FirstFirst ... 2101112
Results 166 to 171 of 171
  1. #166
    gunther29700's Avatar
    Join Date
    May 2010
    Gender
    female
    Location
    drake's pants ^^
    Posts
    760
    Reputation
    10
    Thanks
    104
    My Mood
    Cold
    Build Log


    Build started: Project: lollol, Configuration: Debug|Win32

    Command Lines


    Creating temporary file "c:\Users\gunther\Documents\Visual Studio 2008\Projects\lollol\lollol\Debug\RSP0000014644533 2.rsp" with contents
    [
    /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOLLOL_EXPORTS" /D "_UNICODE" /D "UNICODE" /D "_WINDLL" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\base.cpp"
    ]
    Creating command line "cl.exe @"c:\Users\gunther\Documents\Visual Studio 2008\Projects\lollol\lollol\Debug\RSP0000014644533 2.rsp" /nologo /errorReportrompt"

    Output Window


    Compiling...
    base.cpp
    c:\users\gunther\documents\visual studio 2008\projects\lollol\lollol\base.cpp(37) : error C2065: 'dwHackThread' : undeclared identifier

    Results


    Build log was saved at "file://c:\Users\gunther\Documents\Visual Studio 2008\Projects\lollol\lollol\Debug\BuildLog.htm"
    lollol - 1 error(s), 0 warning(s)



    error
    know problem!?/

  2. #167
    MrSkafighter's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    410
    Reputation
    23
    Thanks
    2,238
    My Mood
    Cool
    Quote Originally Posted by Stelthkid View Post
    all u need is
    Code:
        if(GetAsyncKeyState(VK_NUMPAD0)<0){
            if(hackson){
                    nxchams = true;  
                    Boxes = true;
                    GravityJump = true;
                    SuperJump = true;
                     } else {
                    nxchams = false;  
                    Boxes = false;
                    GravityJump = false;
                    SuperJump = false;        
                }
            Sleep(200); //to make sure
          }
    im not sure its not tested haha but dont flame me
    add bool hacks on crap and all
    it dosen't work in game i press the hotkey the hacks won't off

  3. #168
    Pagn's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    WarRock and C++ section
    Posts
    1,505
    Reputation
    32
    Thanks
    302
    My Mood
    Relaxed
    Quote Originally Posted by Stelthkid View Post
    all u need is
    Code:
    	if(GetAsyncKeyState(VK_NUMPAD0)<0){
    		if(hackson){
    				nxchams = true;  
    				Boxes = true;
    				GravityJump = true;
    				SuperJump = true;
    				 } else {
    				nxchams = false;  
    				Boxes = false;
    				GravityJump = false;
    				SuperJump = false;		
    			}
    		Sleep(200); //to make sure
          }
    im not sure its not tested haha but dont flame me
    add bool hacks on crap and all
    It doesn't have PushToConsole commands...

  4. #169
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by gunther29700 View Post
    Build Log


    Build started: Project: lollol, Configuration: Debug|Win32

    Command Lines


    Creating temporary file "c:\Users\gunther\Documents\Visual Studio 2008\Projects\lollol\lollol\Debug\RSP0000014644533 2.rsp" with contents
    [
    /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOLLOL_EXPORTS" /D "_UNICODE" /D "UNICODE" /D "_WINDLL" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\base.cpp"
    ]
    Creating command line "cl.exe @"c:\Users\gunther\Documents\Visual Studio 2008\Projects\lollol\lollol\Debug\RSP0000014644533 2.rsp" /nologo /errorReportrompt"

    Output Window

    Compiling...
    base.cpp
    c:\users\gunther\documents\visual studio
    2008\projects\lollol\lollol\base.cpp(37) : error C2065: 'dwHackThread' : undeclared identifier


    Results


    Build log was saved at "file://c:\Users\gunther\Documents\Visual Studio 2008\Projects\lollol\lollol\Debug\BuildLog.htm"
    lollol - 1 error(s), 0 warning(s)



    error
    know problem!?/
    Change to release mode and u prob are missing a }

    I can't see it all I'm on my iPhone

  5. #170
    fishnchips4T's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    new zealand
    Posts
    268
    Reputation
    16
    Thanks
    15
    My Mood
    Flirty
    Here ya go (Pushtobuttononfrontofpc); hope this helps
    I never hack, if i did, i still would not kill anyone that is how bad i am at the game...

    [IMG]https://www.danasof*****m/sig/Borgofporn.jpg[/IMG]



    What do women and noodles have in common?? They both wiggle when you eat em!

  6. #171
    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
    Some people have reported that this is detected.
    /Closed to prevent more help and beg threads from this.
    -Rest in peace leechers-

    Your PM box is 100% full.

  7. The Following User Says Thank You to Zoom For This Useful Post:

    mistertex (09-19-2010)

Page 12 of 12 FirstFirst ... 2101112

Similar Threads

  1. [How To] Make your first Warrock hack in C++[>NoMenü<]
    By pwner318 in forum WarRock Hack Source Code
    Replies: 19
    Last Post: 12-08-2010, 06:25 PM
  2. Replies: 13
    Last Post: 12-28-2009, 01:13 AM
  3. *DLL* [Tutorial] Make Your first DLL Interacted to a Form Project...
    By Silk[H4x] in forum Visual Basic Programming
    Replies: 14
    Last Post: 06-26-2009, 08:52 PM
  4. Replies: 28
    Last Post: 03-02-2009, 07:44 AM
  5. [Video tutorial] Make your own css cheats
    By seren1ty in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 6
    Last Post: 09-15-2007, 04:11 PM