You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Adamu
  • Winter 2016
Status: Offline
Joined: Feb 02, 201311Year Member
Posts: 5,477
Reputation Power: 335
Status: Offline
Joined: Feb 02, 201311Year Member
Posts: 5,477
Reputation Power: 335
SRT wrote
IGoogleclanmodz wrote Try to add a r2r2r2r menu if it is possible but if it is not add shaders for the status like host you can change the color or if you were in leech mode all you could do is derank yourself or leave the game

No, just no :facepalm: There is no r2r in Mw2 on Xbox 360. Even if there was, it would ruin the game completely.



There is on Cod4 and W@W :p, all i can think of is a nice shader or shaders to switch to other then that idk.
#12. Posted:
IGoogleclanmodz
  • Powerhouse
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
SRT wrote
IGoogleclanmodz wrote Try to add a r2r2r2r menu if it is possible but if it is not add shaders for the status like host you can change the color or if you were in leech mode all you could do is derank yourself or leave the game

No, just no :facepalm: There is no r2r in Mw2 on Xbox 360. Even if there was, it would ruin the game completely.



why would it ruin the game srt i thought every one on ttg wanted tu6 to come back??????
#13. Posted:
xChillest
  • Christmas!
Status: Offline
Joined: Jul 30, 201211Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201211Year Member
Posts: 2,396
Reputation Power: 123
IGoogleclanmodz wrote
SRT wrote
IGoogleclanmodz wrote Try to add a r2r2r2r menu if it is possible but if it is not add shaders for the status like host you can change the color or if you were in leech mode all you could do is derank yourself or leave the game

No, just no :facepalm: There is no r2r in Mw2 on Xbox 360. Even if there was, it would ruin the game completely.



why would it ruin the game srt i thought every one on ttg wanted tu6 to come back??????

Was I the only one happy for TU7? i liked the menus, but the infectable ones got on my nerves. Everyone thought they were the $hit when they got infections and I could get into a legitimate game anymore. After the update I was getting into games perfectly fine and no more people running around with infectable menus made it lot easier to actually play a full game through.
#14. Posted:
IGoogleclanmodz
  • Powerhouse
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
SRT wrote
IGoogleclanmodz wrote
SRT wrote
IGoogleclanmodz wrote Try to add a r2r2r2r menu if it is possible but if it is not add shaders for the status like host you can change the color or if you were in leech mode all you could do is derank yourself or leave the game

No, just no :facepalm: There is no r2r in Mw2 on Xbox 360. Even if there was, it would ruin the game completely.



why would it ruin the game srt i thought every one on ttg wanted tu6 to come back??????

Was I the only one happy for TU7? i liked the menus, but the infectable ones got on my nerves. Everyone thought they were the $hit when they got infections and I could get into a legitimate game anymore. After the update I was getting into games perfectly fine and no more people running around with infectable menus made it lot easier to actually play a full game through.



true i did hate those game but i did like tu6 menu's alot better tho
#15. Posted:
-Andrew-
  • Prospect
Status: Offline
Joined: May 02, 201113Year Member
Posts: 635
Reputation Power: 26
Status: Offline
Joined: May 02, 201113Year Member
Posts: 635
Reputation Power: 26
Try to add injectable mod menus if possible I have no ideal
#16. Posted:
IGoogleclanmodz
  • Powerhouse
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
it is not possible at this moment i guess so just wait till it is or yeah
#17. Posted:
ZZ9_x_iHaXoRZz
  • Winter 2022
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Bitwise wrote

typedef enum : int
{
    NONE, NOCLIP, UFO, NOCIP2, FREEZE, GRAVITY, FROZEN_CONTROLS = 8
}mFlag_Values;

void toggleMovement(int clientIndex, mFlag_Values flag)
{
    if(data().ReadInt32(playerState(clientIndex) + 0x3420) != 0) data().WriteInt32(playerState(clientIndex) + 0x3420, 0x00);
    data().WriteInt32_XOR(playerState(clientIndex) + 0x3420, flag);
}


Just because I saw you made the client have to exit the menu to exit noclip/ufo, and found that stupid...

Also, I'm sure hacksorce released PlayFX for mw2, so mess around with it and create something cool with it, do not rely on others.


Yea thanks KYZA, this should help. to the guys who keep asking about r2r2r2r2r stuff. when i said TU6 stuff i meant stuff that are possible lol.


Last edited by ZZ9_x_iHaXoRZz ; edited 1 time in total
#18. Posted:
IGoogleclanmodz
  • Powerhouse
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
ZZ9_x_iHaXoRZz wrote
Bitwise wrote

typedef enum : int
{
    NONE, NOCLIP, UFO, NOCIP2, FREEZE, GRAVITY, FROZEN_CONTROLS = 8
}mFlag_Values;

void toggleMovement(int clientIndex, mFlag_Values flag)
{
    if(data().ReadInt32(playerState(clientIndex) + 0x3420) != 0) data().WriteInt32(playerState(clientIndex) + 0x3420, 0x00);
    data().WriteInt32_XOR(playerState(clientIndex) + 0x3420, flag);
}


Just because I saw you made the client have to exit the menu to exit noclip/ufo, and found that stupid...

Also, I'm sure hacksorce released PlayFX for mw2, so mess around with it and create something cool with it, do not rely on others.


Yea thanks KYZA, tis should help. to the guys who keep asking about r2r2r2r2r stuff. when i said TU6 stuff i meant stuff that are possible lol.



well maybe it is but just no one has got around to it
#19. Posted:
ZZ9_x_iHaXoRZz
  • Rigged Luck
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
IGoogleclanmodz wrote
ZZ9_x_iHaXoRZz wrote
Bitwise wrote

typedef enum : int
{
    NONE, NOCLIP, UFO, NOCIP2, FREEZE, GRAVITY, FROZEN_CONTROLS = 8
}mFlag_Values;

void toggleMovement(int clientIndex, mFlag_Values flag)
{
    if(data().ReadInt32(playerState(clientIndex) + 0x3420) != 0) data().WriteInt32(playerState(clientIndex) + 0x3420, 0x00);
    data().WriteInt32_XOR(playerState(clientIndex) + 0x3420, flag);
}


Just because I saw you made the client have to exit the menu to exit noclip/ufo, and found that stupid...

Also, I'm sure hacksorce released PlayFX for mw2, so mess around with it and create something cool with it, do not rely on others.


Yea thanks KYZA, tis should help. to the guys who keep asking about r2r2r2r2r stuff. when i said TU6 stuff i meant stuff that are possible lol.



well maybe it is but just no one has got around to it


They removed binds bro, so it never be possible.
#20. Posted:
SPL
  • Ladder Climber
Status: Offline
Joined: Aug 24, 201211Year Member
Posts: 369
Reputation Power: 26
Status: Offline
Joined: Aug 24, 201211Year Member
Posts: 369
Reputation Power: 26
Personally, I think you should keep it on the left side of the screen.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.