Funny console command

Posts 115 of 40 · Page 1 of 3
Funny console command
Hey guys

I found another tested and usable console command:

Code:
PVModelPos x,y,z (replace x,y,z with coordinates)
This is what it does:



It changes the position of your model (your hand an your gun)


I have also found another one wich seems to do the same as white walls:

Code:
PointPos (1/0)
but switching it off again makes you d/c so becarefull when you use it...

I was sniffing through cshell.dll and found them last night
Credits go to me

-SCHiM
Usefull PTC is Usefull...
nice found i guess .....
Quote Originally Posted by Drake View Post
nice found i guess .....
Yea, technically I was looking into other commands:

Code:
TripleShotMode
TripleShotFireMode2RoundsImg
TripleShotFireMode
Those 'seemed' to work in training camp
But in-game they did nothing...
Try to do gun for left. :-d
Quote Originally Posted by muumimamma View Post
Try to do gun for left. :-d
Woah left handed one would be rly awesome infact /yea Sad that i don't even know how to use those x(
Quote Originally Posted by leevi1995 View Post
Woah left handed one would be rly awesome infact /yea Sad that i don't even know how to use those x(
left handed gun would be:
PVModelPos -1, 0, 0
Quote Originally Posted by schim View Post
left handed gun would be:
PVModelPos -1, 0, 0
0.0 now you gotta teach me how to use it omg i always use left hand on FPS once its possible ! 0.0

Teach me *beg beg beg beg*
Quote Originally Posted by leevi1995 View Post
0.0 now you gotta teach me how to use it omg i always use left hand on FPS once its possible ! 0.0

Teach me *beg beg beg beg*
Go and learn C++

Here's how it should look in psheudo code, if you know C++ you can turn this into real code:

Code:
#include <windows.h>

void PTC(const char* command){
DWORD client = *(DWORD**)current ltclient addy here;  // wrong maybe...
callcons = (DWORD *) (*client + 0x208);  // can be wrong here....
_asm{
   PUSH command
   call callcons
   add 4,esp
}

void hackfunction(){
while(1){
get key press(insert){
shove command to func -> ("PVModelPos -1, 0, 0");
}
Sleep(100);
}
}

(LPTHREAD_START_ROUTINE)hackfunction() // create remote thread....
Now go and learn and use the code...

-SCHiM
dear lawd noh left handed weapons/left sided thirdperson mode? it sucks give me middle and right :3

btw schim nice find:

PlayerViewModelPosition: thats a new one only know by mods until now.
Quote Originally Posted by Kuro Tenshi View Post
dear lawd noh left handed weapons/left sided thirdperson mode? it sucks give me middle and right :3

btw schim nice find:

PlayerViewModelPosition: thats a new one only know by mods until now.
PlayerViewModelPosition / PVModelPos

Seems the same...

nice found mate
ow yeah im trying to get the fly hack to work... rather strange that the binds of the keys dont want to work gona check my old C# source on how i fixed that, it can be a C++ bug.
lmao, a oversized m16a3 / . If you can move it to to middle and move it a little down : it will become a ironsight
This Helps Alot?
Posts 115 of 40 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?