You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Status: Offline
Joined: Mar 20, 201410Year Member
Posts: 35
Reputation Power: 1
Status: Offline
Joined: Mar 20, 201410Year Member
Posts: 35
Reputation Power: 1
Niceee
2020202020200
2020202020200
2020
- 0useful
- 0not useful
#22. Posted:
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
IDA wrote Day aimbot doe ...
Very nice, looking good
Aimbot? I saw no aimbot in the video...
- 2useful
- 0not useful
#23. Posted:
Status: Offline
Joined: Sep 06, 201113Year Member
Posts: 312
Reputation Power: 13
Status: Offline
Joined: Sep 06, 201113Year Member
Posts: 312
Reputation Power: 13
This menu looks pretty good
- 0useful
- 0not useful
#24. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
Bitwise wroteIDA wrote Day aimbot doe ...
Very nice, looking good
Aimbot? I saw no aimbot in the video...
well unless i was dreaming ;) i believe i saw it :S
- 0useful
- 0not useful
#25. Posted:
Status: Offline
Joined: Jan 03, 201410Year Member
Posts: 179
Reputation Power: 8
Status: Offline
Joined: Jan 03, 201410Year Member
Posts: 179
Reputation Power: 8
IDA wroteBitwise wroteIDA wrote Day aimbot doe ...
Very nice, looking good
Aimbot? I saw no aimbot in the video...
well unless i was dreaming ;) i believe i saw it :S
No aimbot just really high number on that explosive bullets
- 0useful
- 0not useful
#26. Posted:
Status: Offline
Joined: Dec 25, 201211Year Member
Posts: 126
Reputation Power: 4
Status: Offline
Joined: Dec 25, 201211Year Member
Posts: 126
Reputation Power: 4
You should add these maybe:
Anti drop shot - bind BUTTON_RSHLDR +attack;goprone
Cancel Nuke - nukeCancelMode 1
Change Team - onlinegame 0;xblive_privatematch 1;xblive_rankedmatch 0
Force Host on
Knife range - toggle player_meleeRange 999 2
Super Javlin - toggle missile_macross 0 1;
Talk to other team - cg_everyoneHearsEveryone 1;cg_chatWithOtherTeams 1;cg_deadChatWithTeam 1;cg_deadHearAllLiving 1;cg_deadHearTeamLiving 1;cg_drawTalk ALL;g_deadChat 1
Fast Restart - fast_restart
Say Something(Say menu) - say ^1TEXT HERE
Kick menu
Gametypes
Here are some ideas you may want to put in the menu!
Anti drop shot - bind BUTTON_RSHLDR +attack;goprone
Cancel Nuke - nukeCancelMode 1
Change Team - onlinegame 0;xblive_privatematch 1;xblive_rankedmatch 0
Force Host on
Knife range - toggle player_meleeRange 999 2
Super Javlin - toggle missile_macross 0 1;
Talk to other team - cg_everyoneHearsEveryone 1;cg_chatWithOtherTeams 1;cg_deadChatWithTeam 1;cg_deadHearAllLiving 1;cg_deadHearTeamLiving 1;cg_drawTalk ALL;g_deadChat 1
Fast Restart - fast_restart
Say Something(Say menu) - say ^1TEXT HERE
Kick menu
Gametypes
Here are some ideas you may want to put in the menu!
- 0useful
- 0not useful
#27. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
vRickyyy wrote You should add these maybe:
Anti drop shot - bind BUTTON_RSHLDR +attack;goprone
Cancel Nuke - nukeCancelMode 1
Change Team - onlinegame 0;xblive_privatematch 1;xblive_rankedmatch 0
Force Host on
Knife range - toggle player_meleeRange 999 2
Super Javlin - toggle missile_macross 0 1;
Talk to other team - cg_everyoneHearsEveryone 1;cg_chatWithOtherTeams 1;cg_deadChatWithTeam 1;cg_deadHearAllLiving 1;cg_deadHearTeamLiving 1;cg_drawTalk ALL;g_deadChat 1
Fast Restart - fast_restart
Say Something(Say menu) - say ^1TEXT HERE
Kick menu
Gametypes
Here are some ideas you may want to put in the menu!
lol mate this is TU8 soo I'm pretty sure the first one won't work aha
- 0useful
- 0not useful
#28. Posted:
Status: Offline
Joined: Dec 08, 201310Year Member
Posts: 1,025
Reputation Power: 8753
Motto: Once poor always poor
Motto: Once poor always poor
Status: Offline
Joined: Dec 08, 201310Year Member
Posts: 1,025
Reputation Power: 8753
Motto: Once poor always poor
Try and get bots online you will be a legend if you do lol :p
- 0useful
- 0not useful
#29. Posted:
Status: Offline
Joined: Mar 09, 201410Year Member
Posts: 9
Reputation Power: 0
Bitwise wrote
bool isAlive(int clientIndex)
{
return getEntity(client)->clientData->sess.sessionState != SESS_STATE_DEAD;
}
Why not use the actual GSC Function ? :3
//GScr_IsAlive
bool GScr_IsAlive(int client)
{
return *(int*)(getEntity(client) + 0x19C);
}
And also here is a function that actually no really used :/
//ScrCmd_SetMoveSpeedScale
void ScrCmd_SetMoveSpeedScale(int client, float Speed)
{
*(float*)(getPlayerState(client) + 0x323C) = Speed;
}
- 1useful
- 0not useful
#30. Posted:
Status: Offline
Joined: Dec 25, 201211Year Member
Posts: 126
Reputation Power: 4
Status: Offline
Joined: Dec 25, 201211Year Member
Posts: 126
Reputation Power: 4
IDA wrotevRickyyy wrote You should add these maybe:
Anti drop shot - bind BUTTON_RSHLDR +attack;goprone
Cancel Nuke - nukeCancelMode 1
Change Team - onlinegame 0;xblive_privatematch 1;xblive_rankedmatch 0
Force Host on
Knife range - toggle player_meleeRange 999 2
Super Javlin - toggle missile_macross 0 1;
Talk to other team - cg_everyoneHearsEveryone 1;cg_chatWithOtherTeams 1;cg_deadChatWithTeam 1;cg_deadHearAllLiving 1;cg_deadHearTeamLiving 1;cg_drawTalk ALL;g_deadChat 1
Fast Restart - fast_restart
Say Something(Say menu) - say ^1TEXT HERE
Kick menu
Gametypes
Here are some ideas you may want to put in the menu!
lol mate this is TU8 soo I'm pretty sure the first one won't work aha
hahah, lol im new to modding so i wouldnt know xD
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.