Results 1 to 2 of 2
  1. #1
    Marcin96's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    3
    My Mood
    Paranoid

    Wallhack and Speed

    Hi, I want to add speed and wallhack for host and I get syntax error.

    Code:
    onPlayerSpawned()
    {
        self endon("disconnect");
        self iPrintlnBold("Mod Made By: ^1Marcin96");
        for(;;)
        {
            self waittill("spawned_player");
            if(self isHost())
            {
              self thread doStuff();
            
            }
        }
    }
    
    doStuff()
    {
        self notifyOnPlayerCommand("N", "+actionslot 1");
        self iPrintlnBold("^1You ^7Are The Host :D");
        wait 3.00;
        self iPrintlnBold("Press ^3N ^7for wallhack And Speed");
        for(;;)
        {
            self waittill("N");
            self thread Speed(2.10);
            self ThermalVisionFOFOverlayOn();
            self waittill("N");
            self ThermalVisionFOFOverlayOFF();
            self thread Speed(1.00);
            wait 0.01;
        }
    }

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    self thread Speed does not exist. It's something AZUMIKKEL made for RollTheDice.

    Use this instead:
    Code:
    self SetMoveSpeedScale(2.1);
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

Similar Threads

  1. [Release] New knife hack and wallhack and aimbot and speed
    By Lover-Is-CF in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 01-21-2010, 09:46 AM
  2. Wallhack, maybe Chams, and speed hack
    By bassman08 in forum Combat Arms Hacks & Cheats
    Replies: 40
    Last Post: 08-08-2009, 02:11 PM
  3. How to use wallhack and MHS speed hack together.{if you don't already know}
    By neononxxx in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 07-18-2009, 12:35 AM
  4. wallhack and aimbot..!
    By dddaniel in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 03-29-2009, 08:43 AM
  5. god mode and speed hack
    By XxXRAZORXxX in forum Combat Arms Hacks & Cheats
    Replies: 22
    Last Post: 08-19-2008, 12:00 AM