Results 1 to 2 of 2
  1. #1
    silent1990's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    377
    Reputation
    11
    Thanks
    118
    My Mood
    Aggressive

    deactivate firing without gamehook

    Code:
    void deactfire(int i)
    { 
    DWORD adress=0x539;  //adress where the key for firing is stored
    DWORD value=(i==1?79:10000); // 79=any other key   //10000 leftmouse  (dan differ on each game)
    WriteMemory( adress, &value,4);	//write it temp in memory
    }
    deactfire(0) reactivates firing
    deactfire(1) deactivates firing

    works in blackshot like a charm

  2. #2
    A⁴'s Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    I want my minion back /fosho.
    Posts
    4,001
    Reputation
    67
    Thanks
    437
    My Mood
    Flirty
    I'll try this...

Similar Threads

  1. [New] Going into 3rd Person without a mod
    By vomer in forum WarRock - International Hacks
    Replies: 16
    Last Post: 08-06-2006, 12:36 AM
  2. Replies: 4
    Last Post: 06-06-2006, 10:16 PM
  3. A Gps without.....
    By Coonta in forum WarRock - International Hacks
    Replies: 0
    Last Post: 06-02-2006, 06:22 PM
  4. Warrock Ammo Or Health hack without WPE
    By tomvernons in forum Hack Requests
    Replies: 6
    Last Post: 02-21-2006, 08:15 AM
  5. [Tutorial]Change class without respawn
    By vir2000 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-04-2006, 01:47 PM

Tags for this Thread