Warrock - Code Snippets

02/16/2013 09:32 babyiloveyou12#721
Anyone Can Release UnlimitedAmmo W0rking On A.I
:P

Thanks!
02/16/2013 14:42 boknoy24#722
finally make it work ;) thanks to those who help... btw i have another question.. it is possible to make VehicleOPK using struct? anyone have instruction?? thank you.. sorry for too many questions. :D
02/16/2013 19:28 n4n033#723
Quote:
Originally Posted by boknoy24 View Post
finally make it work ;) thanks to those who help... btw i have another question.. it is possible to make VehicleOPK using struct? anyone have instruction?? thank you.. sorry for too many questions. :D
Ye it is possible but not even with Player struct like for player OPK, but with Vehicle structs, pos & more.
02/16/2013 22:24 eminem1915#724
Kann mir vlt einer dabei behilflich sein, das coden zu lernen?
Hab ziemlich lange im internet nach hilfe gesucht, aber nur gefunden, wie man dll erstellt indem man andere codes nimmt :(
Ich will ja schließlich selber alle codes finden, sodass ich auch sagen kann dass es mein selbst erstelltes hack ist.
Würde mich über eine Private _Nachricht sehr freuen :)
MfG:eminem1915
02/16/2013 23:15 SonyRazzer#725
@ eminem1915: Skype: Cribfex3
02/17/2013 09:03 anarchi8888#726
Quote:
Originally Posted by n4n033 View Post
Ye it is possible but not even with Player struct like for player OPK, but with Vehicle structs, pos & more.

I have a question Sir,,, How do we know exactly what the addy in IDA that we are going to use?

i mean in searching for it manually...

Thank you
02/17/2013 10:28 3dVision#727
Quote:
Originally Posted by n4n033 View Post
Ye it is possible but not even with Player struct like for player OPK, but with Vehicle structs, pos & more.
May I know what addies are needed for Vehicle structures?
02/18/2013 18:42 n4n033#728
@anarchi8888 check over updates with differents dump or try manually each address xD

@3dVision Vehicles Positions, Vehicles Checks & some more ^^
02/18/2013 19:43 boknoy24#729
help anyone :/. i tried to use save position in opk. but my problem is when i save position then on the opk.. the position are in my 1st team mate not where i am save it :(

Code:
posiX = pBase->m_pGlobalPlayers[i]->posx;
posiY = pBase->m_pGlobalPlayers[i]->posy;
posiZ = pBase->m_pGlobalPlayers[i]->posz;
Code:
posiX = pBase->m_pGlobalPlayers[i]->posx;
posiY = pBase->m_pGlobalPlayers[i]->posy;
posiZ = pBase->m_pGlobalPlayers[i]->posz;
02/18/2013 22:58 R3d_L!n3#730
Quote:
Originally Posted by boknoy24 View Post
help anyone :/. i tried to use save position in opk. but my problem is when i save position then on the opk.. the position are in my 1st team mate not where i am save it :(

Code:
posiX = pBase->m_pGlobalPlayers[i]->posx;
posiY = pBase->m_pGlobalPlayers[i]->posy;
posiZ = pBase->m_pGlobalPlayers[i]->posz;
Code:
posiX = pBase->m_pGlobalPlayers[i]->posx;
posiY = pBase->m_pGlobalPlayers[i]->posy;
posiZ = pBase->m_pGlobalPlayers[i]->posz;
U do know ur saving a radom player postion ?
02/18/2013 23:04 +Yazzn#731
Quote:
Originally Posted by R3d_L!n3 View Post
U do know ur saving a radom player postion ?
Why?
02/18/2013 23:39 R3d_L!n3#732
Quote:
Originally Posted by Yazzn (: View Post
Why?
On code he is not selecting his self am i right , cuz its like loop players then pick random player index and save it postion
02/19/2013 00:39 Raz9r#733
Quote:
Originally Posted by R3d_L!n3 View Post
On code he is not selecting his self am i right , cuz its like loop players then pick random player index and save it postion
Yazzn is totally right as the given snippet does not say whether the variable i really is used for what you think it is.
02/19/2013 03:42 anarchi8888#734
Quote:
Originally Posted by n4n033 View Post
@anarchi8888 check over updates with differents dump or try manually each address xD

@3dVision Vehicles Positions, Vehicles Checks & some more ^^
Thanks Mate, i cant check over updates because they keep this kinds of addies private here in wrph. whew...

another question Master, lets say im doing it manually. how can i make my own snippet/source for it? how will i know if it is a float, or an int... can you give me an example? thank you so much
02/19/2013 08:26 3dVision#735
Quote:
Originally Posted by n4n033 View Post
@3dVision Vehicles Positions, Vehicles Checks & some more ^^
Thanks :D now I know