Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Jaos's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    City 17
    Posts
    216
    Reputation
    10
    Thanks
    30
    My Mood
    Fine

    Thumbs up Lenny Speed (GMoD Speed Hack)

    Hey guys im releasing a SpeedHack that LennyPenny made and you will need cvar3 as well.

    Step 1: Put the script in C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod\l ua
    Step 2: Use A bypasser and check Allow Lua
    Step 3: Type lua_openscript_cl lennyspeed.lua in console
    Step 4: Type bind b +lenny_speed in console so when you press b it will toggle it while you hold it.
    Step 5 (Optional): if you wanna increase the speed hack speed or lower the speed hack speed type lenny_speedv 5 or any number you want it.

    All credits goes to Lennypenny

    Code:
    require("cvar3")
    CreateClientConVar("lenny_speedv", 2)
    
    
    concommand.Add("lenny_speed+", function()
    	RunConsoleCommand("lenny_speedv", ""..GetConVarNumber("lenny_speedv") + 0.5)
    	timer.Simple(0.25, function()
    	 	chat.AddText("Speed is: "..GetConVarNumber("lenny_speedv").."x normal")
    	 end) 
    end)
    concommand.Add("lenny_speed-", function()
    	RunConsoleCommand("lenny_speedv", ""..GetConVarNumber("lenny_speedv") - 0.5)
    	timer.Simple(0.25, function()
    	 	chat.AddText("Speed is: "..GetConVarNumber("lenny_speedv").."x normal")
    	 end) 
    end)
    
    
    concommand.Add("+lenny_speed", function()
    	GetConVar("sv_cheats"):SetValue(1)
    	GetConVar("host_timescale"):SetValue(GetConVarNumber("lenny_speedv"))
    end)
    
    concommand.Add("-lenny_speed", function()
    	GetConVar("host_timescale"):SetValue(1)
    end)
    Last edited by Jaos; 06-25-2013 at 10:30 PM.

  2. #2
    JDawg147's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    237
    Reputation
    10
    Thanks
    183
    I see what you did their using cvar3, made a new var named lenny_speedv that has the same attributes as host_timescale.

    (Why does nobody do that with sv_cheats anymore?)

  3. #3
    Jaos's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    City 17
    Posts
    216
    Reputation
    10
    Thanks
    30
    My Mood
    Fine
    I didnt make it lenny did all credits to him.

  4. #4
    JDawg147's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    237
    Reputation
    10
    Thanks
    183
    Quote Originally Posted by Jaos View Post
    I didnt make it lenny did all credits to him.
    It's all sorts of fun what you can do with cvar3.

  5. #5
    Jaos's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    City 17
    Posts
    216
    Reputation
    10
    Thanks
    30
    My Mood
    Fine
    Like what?

  6. #6
    jjkoeppen's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Sv_cheats

    Quote Originally Posted by JDawg147 View Post
    I see what you did their using cvar3, made a new var named lenny_speedv that has the same attributes as host_timescale.

    (Why does nobody do that with sv_cheats anymore?)

    Actually I still do but usually I use cheat engine to freeze r_drawothermodels on 2 for wallhack and yes I still occasionally speed hack with sv cheats set to 1 but I don't know why but with the 2nd to most recent gmod update my wireframe.vmt file has been broken so all I see is checkerboard textures I think Garry purposely did this to prevent console wallhackng because when I contacted face punch they just said oh update your drivers it's a goddamn conspiracy I swear man you gotta help me but recently I've been using Hera that was uploaded in April with sv_cheats frozen on 1 and I'm fine
    I know this was completely besides the point but yea 8=========D-------

  7. #7
    zzsiko4's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    No such thing as cvar3, im downloading Microsoft C++ redistributable 2012 like antipathy said in one of his posts, dont know if it will work

  8. #8
    LennyPenny's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    314
    Reputation
    10
    Thanks
    381
    My Mood
    Sad
    Dude I'm active here, you don't need to "release" stuff which is in my signature and has been posted thousands of times here.
    Maybe I should declare giving credit more in the license file, which you also didn't read.

    Looks like I'm going to make a proper release thread for all of my scripts.

    BTW: You forgot to explain lenny_speed+ and lenny_speed- - the most useful things about this script if bound to for example your mouse thumb keys.
    Last edited by LennyPenny; 06-26-2013 at 11:57 AM.

  9. The Following User Says Thank You to LennyPenny For This Useful Post:

    LordOfGears2 (06-26-2013)

  10. #9
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    lenny you beat me to it, dont be a straightup dick and upload other peoples work
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  11. #10
    Jaos's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    City 17
    Posts
    216
    Reputation
    10
    Thanks
    30
    My Mood
    Fine
    okay then

  12. #11
    MrRazer8's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    57
    Works well!

  13. #12
    oSkill's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    8
    My Mood
    Cheerful
    No work. Bypasser on.
    Couldn't include file 'includes\modules\cvar3.lua' (File not found) (@lua/lennyspeed.lua (line 1))

    [ERROR] lua/lennyspeed.lua:1: Module not found!
    1. require - [C]:-1
    2. unknown - lua/lennyspeed.lua:1

  14. #13
    GokusDog's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by oSkill View Post
    No work. Bypasser on.
    Couldn't include file 'includes\modules\cvar3.lua' (File not found) (@lua/lennyspeed.lua (line 1))

    [ERROR] lua/lennyspeed.lua:1: Module not found!
    1. require - [C]:-1
    2. unknown - lua/lennyspeed.lua:1
    You need cvar 3 for it to work

  15. #14
    shadowjason's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    1
    Sounds cool. I'll check it out later, i'll just use it to annoy people in TTT servers though lmao

  16. #15
    johntheawe's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    9
    My Mood
    Hungover
    Quote Originally Posted by JDawg147 View Post
    I see what you did their using cvar3, made a new var named lenny_speedv that has the same attributes as host_timescale.

    (Why does nobody do that with sv_cheats anymore?)
    I does :3




    ...hai...

    ---------- Post added at 12:37 AM ---------- Previous post was at 12:34 AM ----------

    Quote Originally Posted by oSkill View Post
    No work. Bypasser on.
    Couldn't include file 'includes\modules\cvar3.lua' (File not found) (@lua/lennyspeed.lua (line 1))

    [ERROR] lua/lennyspeed.lua:1: Module not found!
    1. require - [C]:-1
    2. unknown - lua/lennyspeed.lua:1
    My friend.... download the module xD
    I forgot where I got mine I think it was in @Antipathy Abyss Bypasser thread

    Edit: Nevermind I was wrong, it is somewhere else xD Sorry lel
    Last edited by johntheawe; 06-28-2013 at 11:38 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. Gmod speed hack :D
    By HoffHorn in forum Garry's Mod Discussions & Help
    Replies: 24
    Last Post: 04-17-2013, 08:40 PM
  2. speed + aimbot + boxes hack!
    By jkj33 in forum CrossFire Hacks & Cheats
    Replies: 20
    Last Post: 07-09-2009, 12:25 PM
  3. Speed and wall hack
    By Justin12321 in forum WolfTeam General
    Replies: 2
    Last Post: 06-30-2009, 09:15 PM
  4. Speed or Bot hacks
    By Justin12321 in forum CrossFire Hacks & Cheats
    Replies: 17
    Last Post: 06-23-2009, 07:08 PM
  5. Speed and Chams Hack
    By j2square in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 04-02-2009, 03:15 PM

Tags for this Thread