Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    freehuntx's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    125
    Reputation
    14
    Thanks
    667

    AIW2 PacketHack Posibility

    Hi Com.

    Just Analyzed the Packets of AIW2, and found some veryyy interesting things.

    1. The game is getting the .stat file from Server. This Packet can be Changed, so you can get instantly lv 70 prestige

    2. The game is getting settings from the Server, which contains things such as jumpheight ect. Theres Possibility for Some Hard hacks Here the Packets.

    Code:
    rule party_gameStartTimerLength 5..rule scr_xpscale 4..rule scr_restxp_enable 0..rule requireOpenNat 1..rule party_minlobbytime 30..rule session_advertiseFailedSearchCount 10..rule com_maxfps 0..rule sv_network_fps 100..set scr_airdrop_nuke 0..set scr_airdrop_mega_nuke 0..set scr_nuketimer 10..set bg_fallDamageMaxHeight 300..set bg_fallDamageMinHeight 128..set bg_forceDualWield 0..set bg_forceExplosiveBullets 0..set bg_viewBobMax 8..set bullet_penetration_enabled 1..set com_timescale 1..set friction 5.5..set g_synchronousClients 0..set jump_height 39..set jump_ladderPushVel 128..set jump_slowdownEnable 1..set mantle_check_radius 0.1..set mantle_check_angle 60..set mantle_enable 1..set player_backSpeedScale 1..set player_breath_fire_delay 0..set player_breath_gasp_lerp 6..set player_breath_gasp_scale 4.5..set player_breath_gasp_time 1..set player_breath_hold_lerp 1..set player_breath_hold_time 4.5..set player_dmgtimer_minScale 0..set player_footstepsThreshhold 60..set player_lastStandCrawlSpeedScale 0.2..set player_lastStandDebug 0..set player_sprintForwardMinimum 105..set player_sprint
    Code:
    MinTime 1..set player_sprintRechargePause 0..set player_sprintSpeedScale 1.5..set player_sprintTime 4..set player_sprintUnlimited 0..set player_strafeSpeedScale 1..set player_view_pitch_down 70..set player_view_pitch_up 70..set sv_clientSideBullets 1..set timescale 1..set cg_drawThroughWalls 0..set compassSize 1..set hud_enable 1..set party_connecttimeout 1000..set party_connecttoothers 1..set party_hostmigration 1....set bg_aimSpreadMoveSpeedThreshold 11..set bg_maxGrenadeIndicatorSpeed 100..set mantle_check_range 20..set jump_spreadAdd 64..set player_adsExitDelay 0..set player_runbkThreshhold 60..set player_sprintCameraBob 0.5..set player_sprintStrafeSpeedScale 0.667..set player_sprintThreshhold 185..set stopspeed 100..set cg_chatWithOtherTeams 0..set compassEnemyFootstepEnabled 1..set compassRadarUpdateTime 4.0..set compassFastRadarUpdateTime 2.0..set r_znear 4.0..set r_znear_depthhack 0.1....set cg_scoreboardpingtext 1..set cg_scoreboardpinggraph 0....gametype tdm..name english "Team Deathmatch"..script war..teambased....gametype dom..name english "Domination"..script dom..teambased....gametype ffa..name english "Free-for-all"..script dm..rule scr_dm_timelimit 10....gametype ctf..name english "Capture the Flag"..script ctf..teambased....gametype oneflag..name english "One-Flag CTF"..script oneflag..teambased..rule scr_oneflag_roundswitch 1....gametype dd..name english "Demolition"..script dd..teambased....gametype sd..name english "
    Code:
    Search and Destroy"..script sd..teambased....gametype hq..name english "Headquarters"..script koth..teambased....gametype ss..name english "Sharpshooter"..script ss....gametype credits..name english "Free-for-all"..script dm..teambased..rule scr_dm_timelimit 4....gametype m40a3..name english "M40A3"..script m40a3....// PLAYLIST DATA..playlist 1 // tdm gametype..name english "Oil Rig"..description english "A map on a Russian oil rig.\n\n__________\nPlayers: 4-12"..unlockxp 0..maxparty 6..rule party_minplayers 4..rule party_maxplayers 12..rule party_matchedplayercount 1....oilrig,tdm,4..oilrig,ffa,6..oilrig,dom,4..oilrig,ctf,4..oilrig,oneflag,4..oilrig,dd,4..oilrig,sd,4..oilrig,hq,4..oilrig,ss,4....playlist 2 // tdm gametype..name english "Burger Town"..description english "The start of the Russian invasion.\n\n__________\nPlayers: 6-12"..unlockxp 0..maxparty 6..rule party_minplayers 6..rule party_maxplayers 12..rule party_matchedplayercount 1....invasion,ffa,7..invasion,tdm,7..invasion,dom,7..invasion,ctf,7..invasion,dd,6..invasion,ss,8..invasion,sd,6..iw4_credits,ffa,2....playlist 3..name english "Model 40"..description english "Alteration 3.\nPretty much 'bolt-action only' on Oil Rig.\n\n__________\nPlayers: 4-8"..unlockxp 0..maxparty 1..rule party_minplayers 4..rule party_maxplayers 8..rule party_matchedplayercount 1
    3. (Nothing Interesting) After Login is Successful he checks folow txt
    Code:
    https://alteriw.net/updater/m2/version.txt
    This Packet can be Changed too, if you dont want update.




    If Someone is Skilled with Packet Handling, and know to Detour the send, and recv functions, please tell me. I have some ideas.
    Skype: bozidar1993

  2. #2
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    i.e. you can tell your game that you are level 70 and then get kicked when you join a server because the stats differ.. seems like a bright idea..

    As for your hard hacks, you do realize that most of the 'fun' info you find in those packets still get calculated serverside so even if you change everything it wont matter. It's not like the client can overide the hosts settings
    Last edited by aIW|Convery; 12-27-2011 at 11:24 AM.

  3. #3
    freehuntx's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    125
    Reputation
    14
    Thanks
    667
    Quote Originally Posted by aIW|Convery View Post
    i.e. you can tell your game that you are level 70 and then get kicked when you join a server because the stats differ.. seems like a bright idea..

    As for your hard hacks, you do realize that most of the 'fun' info you find in those packets still get calculated serverside so even if you change everything it wont matter. It's not like the client can overide the hosts settings
    You grab my dreams and throw it on the ground, and piss on it -.-'

  4. #4
    lmaobox's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    310
    Reputation
    38
    Thanks
    1,154
    It is really sad how you people fail to bypass awesome Steam security so you are messing with hacked mw2 version, you have like no balls.
    get good.

  5. #5
    freehuntx's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    125
    Reputation
    14
    Thanks
    667
    Quote Originally Posted by lmaobox View Post
    It is really sad how you people fail to bypass awesome Steam security so you are messing with hacked mw2 version, you have like no balls.
    Its realy sad how noone cares about your thinking.
    I didnt buyed the game on steam, because they dont care about it.
    Sooo u mad br0?

  6. #6
    SnotBlade's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Nowhere
    Posts
    338
    Reputation
    10
    Thanks
    16
    My Mood
    Amused
    good idea.. but i dont think it will work, sorry mate

  7. #7
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Quote Originally Posted by lmaobox View Post
    It is really sad how you people fail to bypass awesome Steam security so you are messing with hacked mw2 version, you have like no balls.
    its just sad to see you trying to get your post count up, well nice try OP.

  8. #8
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by Dead 4 Real View Post
    its just sad to see you trying to get your post count up, well nice try OP.


    But ye, it's quite sad that everyone who got no idea about what they are doing are learning by trying to ruin a free mod..

  9. #9
    freehuntx's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    125
    Reputation
    14
    Thanks
    667
    Cheating is like sex.
    Noone want have sex with a flap penis. = Viagra = Profit.
    Noone want loose at some Games = Hacks = Profit.

  10. #10
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by freehuntx View Post
    Cheating is like sex.
    Noone want have sex with a flap penis. = Viagra = Profit.
    Noone want loose at some Games = Hacks = Profit.
    Ehhh.. please be 10 years old

  11. #11
    laurens007's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Netherlands
    Posts
    91
    Reputation
    10
    Thanks
    662
    My Mood
    Cheerful
    Quote Originally Posted by lmaobox View Post
    It is really sad how you people fail to bypass awesome Steam security so you are messing with hacked mw2 version, you have like no balls.
    Mad skynoob is mad.
    Oh and btw, what are you doing in the private server area of MW2 if you are a Steamer?

  12. #12
    lmaobox's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    310
    Reputation
    38
    Thanks
    1,154
    Quote Originally Posted by laurens007 View Post
    Mad skynoob is mad.
    Oh and btw, what are you doing in the private server area of MW2 if you are a Steamer?
    Haha, pal, you have no idea who I am , have you?
    get good.

  13. #13
    The Crow's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by lmaobox View Post
    Haha, pal, you have no idea who I am , have you?
    Not caring is not the same as having no idea.
    [IMG]https://i1110.photobucke*****m/albums/h443/sanderehamaa/thecrowisapedo.gif[/IMG]
    [IMG]https://i1110.photobucke*****m/albums/h443/sanderehamaa/mpghuserbar.png[/IMG]
    And the life that makes us what we are, is the life that burns in every star. Will it be that our legacy is just the dead machines of a senseless world?


    You jelly?

  14. The Following User Says Thank You to The Crow For This Useful Post:

    freehuntx (12-31-2011)

  15. #14
    Occidi de Pax's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Back To The Drum!
    Posts
    3,065
    Reputation
    102
    Thanks
    180
    My Mood
    Bored
    Dear god this thread as derailed so bad :|
    Music historian here to please and displease,learning to teach all you peeps,so stop by the music part of the forum,and ask the question to your needs.

  16. #15
    aizwootler's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    For the record lmaobox is an aIW dev.

    And he was being sarcastic about VAC.

    VAC is a piece of shit.

    On-topic: not possible, as convery explained.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Detected] Update 1.0.182: MW2 Level + Prestige Hack (Easy as posible)
    By Regaa in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 129
    Last Post: 04-20-2010, 10:15 AM
  2. [Release] Update: MW2 Level + Prestige Hack (Easy as posible)
    By Regaa in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 102
    Last Post: 02-22-2010, 04:02 PM
  3. Is it posible to make an actual private server?
    By lookin4chams in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 13
    Last Post: 02-15-2010, 10:44 PM
  4. Is it posible to make an actual private server?
    By lookin4chams in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 2
    Last Post: 02-15-2010, 09:32 PM
  5. editing old posts ? is it posible?
    By bigbadwolf in forum General
    Replies: 3
    Last Post: 10-01-2009, 01:52 AM