Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 130
  1. #46
    BoobMax2442's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Ontario Canada
    Posts
    49
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    Is there a GMOD spinbot? I was using pony hack and turn on silent aim and turn my sensitivity up to 100 and my friend said I looked like I was spin botting however I don't have good control on where I'm going. If there isn't a spinbot for GMOD out there will someone make one?

  2. #47
    BoobMax2442's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Ontario Canada
    Posts
    49
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    Also is there an Aimbot that will lock on to a person if I type their name or vise versa?
    EXAMPLE1: I'm a traitor and I don't want to kill my T-buddies yet I want to use Aimbot without it locking onto them.
    EXAMPLE2: I'm an Innocent and I see the traitor using traitor detectors and I want to set my Aimbot to KOS them.
    Are any of these hacks out there?

  3. #48
    MrCade237's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    32
    Requesting some the lua bin dlls I had got a new pc and all mine are gone

  4. #49
    FaZe d00d's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    140
    Reputation
    10
    Thanks
    27
    Speedhack?
    host_framerate Is really shitty.
    Cheat engine?
    No.

  5. #50
    Im Friendly's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    I don't know ;-;
    Posts
    160
    Reputation
    19
    Thanks
    138
    Quote Originally Posted by FaZe d00d View Post
    Speedhack?
    host_framerate Is really shitty.
    Cheat engine?
    No.
    what the fuck is on the release page

  6. #51
    FaZe d00d's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    140
    Reputation
    10
    Thanks
    27
    Standalone Chat Spammer
    Anti Votekick/VoteBan
    Last edited by FaZe d00d; 02-21-2015 at 06:07 PM. Reason: i dun goofed!
    If you'd like you can join my Autism Awareness Group https://www.mpgh.net/forum/group.php?groupid=2181


  7. #52
    Im Friendly's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    I don't know ;-;
    Posts
    160
    Reputation
    19
    Thanks
    138
    Quote Originally Posted by FaZe d00d View Post
    Standalone Chat Spammer
    Anti Votekick/VoteBan
    Code:
    CreateClientConVar("Spam", 0)
    CreateClientConVar("Spam_Message", "Get ******* at bighack.club")
    
    local function Spam()
    	if GetConVarNumber("Spam") == 1 then
    		RunConsoleCommand("say", GetConVarString("Spam_Message"))
    	end
    end
    
    hook.Add("Think", "ChatSpam", Spam)
    Code:
     
    CreateClientConVar("AntiVoteKick", 0)
    	
    local function Anti()
    	if GetConVarNumber("AntiVoteKick") == 1 then
    		for k,v in RandomPairs(player.GetAll()) do
    			if v == LocalPlayer() then continue end
    			if v:GetFriendStatus() == "friend" then continue end
    			if v:IsAdmin() then continue end
    			RunConsoleCommand("ulx", "votekick", v:Name(), "hackerd by im friendly")
    		end
    	end
    end
    
    hook.Add("Think","AntiVoteKick", Anti)

  8. #53
    YH$%UW$uwjrjrjrjrj6's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    34
    Reputation
    10
    Thanks
    44
    Quote Originally Posted by Im Friendly View Post
    Code:
     
    CreateClientConVar("AntiVoteKick", 0)
    	
    local function Anti()
    	if GetConVarNumber("AntiVoteKick") == 1 then
    		for k,v in RandomPairs(player.GetAll()) do
    			if v == LocalPlayer() then continue end
    			if v:GetFriendStatus() == "friend" then continue end
    			if v:IsAdmin() then continue end
    			RunConsoleCommand("ulx", "votekick", v:Name(), "hackerd by im friendly")
    		end
    	end
    end
    
    hook.Add("Think","AntiVoteKick", Anti)
    ty never getting votekicked again!!!

  9. #54
    BoobMax2442's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Ontario Canada
    Posts
    49
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    Quote Originally Posted by Im Friendly View Post
    Code:
    CreateClientConVar("Spam", 0)
    CreateClientConVar("Spam_Message", "Get ******* at bighack.club")
    
    local function Spam()
    	if GetConVarNumber("Spam") == 1 then
    		RunConsoleCommand("say", GetConVarString("Spam_Message"))
    	end
    end
    
    hook.Add("Think", "ChatSpam", Spam)
    Code:
     
    CreateClientConVar("AntiVoteKick", 0)
    	
    local function Anti()
    	if GetConVarNumber("AntiVoteKick") == 1 then
    		for k,v in RandomPairs(player.GetAll()) do
    			if v == LocalPlayer() then continue end
    			if v:GetFriendStatus() == "friend" then continue end
    			if v:IsAdmin() then continue end
    			RunConsoleCommand("ulx", "votekick", v:Name(), "hackerd by im friendly")
    		end
    	end
    end
    
    hook.Add("Think","AntiVoteKick", Anti)
    How does the AntiVoteKick work?

  10. #55
    Im Friendly's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    I don't know ;-;
    Posts
    160
    Reputation
    19
    Thanks
    138
    Quote Originally Posted by BoobMax2442 View Post
    How does the AntiVoteKick work?
    It trys to votekick other people on the server so the other people don't have the chance to try and vote kick you

  11. The Following User Says Thank You to Im Friendly For This Useful Post:

    BoobMax2442 (02-22-2015)

  12. #56
    BoobMax2442's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Ontario Canada
    Posts
    49
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    So if I don't have the ability to votekick it wont work?

  13. #57
    Im Friendly's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    I don't know ;-;
    Posts
    160
    Reputation
    19
    Thanks
    138
    Quote Originally Posted by BoobMax2442 View Post
    So if I don't have the ability to votekick it wont work?
    Yes




    /iforgothowmanychars

  14. #58
    Azrius's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Posts
    238
    Reputation
    10
    Thanks
    251
    My Mood
    Bashful
    Quote Originally Posted by BoobMax2442 View Post
    Is there a GMOD spinbot? I was using pony hack and turn on silent aim and turn my sensitivity up to 100 and my friend said I looked like I was spin botting however I don't have good control on where I'm going. If there isn't a spinbot for GMOD out there will someone make one?
    set ur forward move & if that doesnt work have it only spin on the pitch axis when youre moving so you can control where youre going easily

  15. #59
    Dachief's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    A script to sell cars from the 3D Car dealer Mod after duplicating them with the hack?

  16. #60
    BoobMax2442's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Ontario Canada
    Posts
    49
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    How do I do this? Is this a bind? If so what's the bind and what do you recommend I set it to.

Page 4 of 9 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Ragnarok Online :) Mod/Hack request please
    By Zabuuza15 in forum Hack Requests
    Replies: 2
    Last Post: 08-17-2013, 09:39 PM
  2. Garry's Mod hacks REV 165
    By Dario789 in forum Garry's Mod Discussions & Help
    Replies: 8
    Last Post: 06-06-2013, 09:37 PM
  3. [mApex] A Garry's Mod Hack by Mythik.
    By iMythik in forum Garry's Mod Discussions & Help
    Replies: 41
    Last Post: 03-26-2013, 01:17 AM
  4. Garry's Mod Hack Addresses? (Don't know what to call it)
    By PrototypeRifle5 in forum Garry's Mod Discussions & Help
    Replies: 6
    Last Post: 03-25-2013, 06:52 AM
  5. [Garry's Mod] Hack Pack
    By [RAGE] Mad YET? in forum Garry's Mod Hacks & Cheats
    Replies: 121
    Last Post: 03-02-2013, 03:58 PM