(adsbygoogle = window.adsbygoogle || []).push({});
Ok, I'm a girl new to hacking and I have read a ton of posts here and am trying to figure things out for myself (I haven't asked anyone to write me codes etc) but I need some help. Please be patient with me.
I have tried to look at the hacks you guys have here and put one together for myself. I am trying to get unlimited time (score) in cagematch with all guns and fast time (with a few other fun things). Will this work? Do you have any suggestions to make it better? (My goal is headshots and kill streaks so I can get gold guns. I already have a gold cross)
MP File
set clanName "^1NUT"
set cg_laserForceOn 1
set player_sustainAmmo 1
bind BUTTON_LTRIG "god ; give all ; say ^1I am GOD"
bind DPAD_UP "toggle jump_height 39 64 1000 ; bg_fallDamageMaxHeight 99999 ; bg_fallDamageMinHeight 99999 ; set cg_drawHealth 100 ; say ^4Air Jordan"
bind BUTTON_BACK "scr_xpscale 2500 ; fast_restart ; scr_dm_scorelimit 0 ; scr_dm_timelimit 0"
bind DPAD_RIGHT "give radar_mp ; timescale 4.0"
bind DPAD_DOWN "timescale 1.0"
bind DPAD_LEFT "scr_xpscale 500 ; fast_restart ; say ^2Gotta start somewhere"
bind BUTTON_X "set scr_dm_scorelimit 0 ; set scr_dm_timelimit 0 ; scr_sd_numlives 0 ; scr_sd_timelimit 0 ; say ^1Unlimited Cage Match/S&

"
CM File
set gpad_buttonsConfig "butt0ns_d3fault"
set gpad_button_lstick_deflect_max "1"
set gpad_sticksConfig "thumbstick_default"
set gpad_button_rstick_deflect_max "1"
set cg_drawfps 1
Also, I've never seen the square button used in a code, is there some reason or have I just missed it.
Thanks for your help and patience.