Results 1 to 5 of 5
  1. #1
    sam159753's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed

    Lightbulb DarkRP Printer esp?

    I have no Idea how to code so I don't know if it's possible but if someone could make a release with a DARKRP Printer "Finder/esp" I would absolutely love it! the idea sounds good in my head and yea so thanks and bye!

  2. #2
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    You know what sounds good in my head.
    If you clicked the search button up top there, and you'd found what you've been looking for already.

    This has been asked several times, and it's also been posted several times.

  3. #3
    CoLDarkness's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    On the face of 100$ bill ( ͡° ͜ʖ ͡°)
    Posts
    187
    Reputation
    10
    Thanks
    24
    My Mood
    Devilish
    Go download falco's small scripts from Steam Workshop. run it (autorun/client/falcosutilities.lua) go falco_ESPconfig >> Add printer to the entities. This should work. You can add any entity you want so it will be even more usefull than what you'd want.

  4. #4
    Azrius's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Posts
    238
    Reputation
    10
    Thanks
    251
    My Mood
    Bashful
    Hey, I know for sure that you can find this with the search function, but here's this since you when through the trouble of posting:
    Code:
    local State = -1
    chat.AddText(Color(255,0,0),"Printer finder loaded.")
    LocalPlayer():EmitSound("buttons/combine_button7.wav",500,100)
    concommand.Add("toggle_finder", function()
    	State = State * -1
    	if State == 1 then
    		hook.Add("HUDPaint","printerfinder", function()
    			for k,Ent in pairs(ents.GetAll()) do 
    				if string.find(Ent:GetClass(),"printer") then
    					local PrinterPos = (Ent:GetPos()+Vector(0,0,20)):ToScreen()
    					draw.SimpleTextOutlined("Printer","Trebuchet18",PrinterPos.x,PrinterPos.y,Color(255,0,0),0,0,1,Color(255,255,255))
    				end
    			end
    		end)
    		chat.AddText(Color(255,0,0),"Printer finder turned on.")
    		LocalPlayer():EmitSound("UI/buttonclickrelease.wav",500,100)
    	else
    		hook.Remove("HUDPaint","printerfinder")
    		chat.AddText(Color(255,0,0),"Printer finder turned off.")
    		LocalPlayer():EmitSound("UI/buttonclickrelease.wav",500,100)
    	end
    end)
    Type toggle_finder to start searching for printers.

  5. #5
    Pouya657's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    C: Location\Earth\
    Posts
    166
    Reputation
    10
    Thanks
    127

Similar Threads

  1. Garry's Mod 13 DarkRP Money Printer ESP
    By BlueTagz in forum Garry's Mod Discussions & Help
    Replies: 1
    Last Post: 11-24-2014, 01:58 AM
  2. DarkRP - Need help with printer chams
    By Mitch13 in forum Garry's Mod Discussions & Help
    Replies: 0
    Last Post: 05-20-2013, 07:51 PM
  3. Gmod 13 darkrp money or printer hack
    By furyman2 in forum Garry's Mod Discussions & Help
    Replies: 1
    Last Post: 03-08-2013, 01:14 PM
  4. HL2 Hack With Aimbot|ESP| And much, Much more.
    By quin123 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 10
    Last Post: 04-03-2009, 12:57 PM
  5. ESP/Chams For BHD 1.5.0.5 Arugs 1.2m: Undetected
    By sf0d in forum General Game Hacking
    Replies: 1
    Last Post: 11-05-2008, 02:31 PM

Tags for this Thread