Results 1 to 13 of 13
  1. #1
    HolyFate's Avatar
    Join Date
    Feb 2006
    Gender
    male
    Location
    indiana
    Posts
    30
    Reputation
    10
    Thanks
    0

    Demon of some commands

    heres a demo of the dll im going to release soon the commands are:

    /gravity x-sets the gravity
    /teleport x, y, z-teleports
    /spawn-respawns

    knowing that lets watch teh replay and look at the pics



  2. #2
    -AtUn-'s Avatar
    Join Date
    Jan 2006
    Posts
    17
    Reputation
    10
    Thanks
    0
    Cooool looks very intresting!

  3. #3
    NukeAssault's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Posts
    199
    Reputation
    10
    Thanks
    1
    Hmm i get an error after a few seconds of play...but im sure it will be good.
    [IMG]https://img.photobucke*****m/albums/v683/Haldir111/Chaos-FaithStay.jpg[/IMG]
    Another name i use.
    Quote Originally Posted by i eat trees
    Fuck This, I Cant Work With Orange!

  4. #4
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,679
    Reputation
    4747
    Thanks
    12,551
    My Mood
    Yeehaw
    How would you go about hacking it like this?



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


  5. #5
    scuartas's Avatar
    Join Date
    Dec 2005
    Posts
    238
    Reputation
    10
    Thanks
    3
    dat lookst koo

  6. #6
    Craig's Avatar
    Join Date
    Feb 2006
    Posts
    39
    Reputation
    10
    Thanks
    0
    yes very cool i watched the video clip cant wait till u release it very cool!!!!

  7. #7
    HolyFate's Avatar
    Join Date
    Feb 2006
    Gender
    male
    Location
    indiana
    Posts
    30
    Reputation
    10
    Thanks
    0
    How would you go about hacking it like this?

    its dll that i made =\ its calling functions

  8. #8
    Craig's Avatar
    Join Date
    Feb 2006
    Posts
    39
    Reputation
    10
    Thanks
    0
    when will u be releasing it?

  9. #9
    1337Sasuke's Avatar
    Join Date
    Feb 2006
    Posts
    5
    Reputation
    10
    Thanks
    0
    Lol, you were being a tad bit cheap that time we were playing. -_-'' One word... overusage.

  10. #10
    HolyFate's Avatar
    Join Date
    Feb 2006
    Gender
    male
    Location
    indiana
    Posts
    30
    Reputation
    10
    Thanks
    0
    one word "pwnt" lol

  11. #11
    traxin's Avatar
    Join Date
    Feb 2006
    Posts
    10
    Reputation
    10
    Thanks
    0
    what language did you write the .dll in? C, or C++?? or something else :P
    anyways im learning C++ so hopefully i can learn how make some of these hacks ^_^
    you think you can post a source or something?? if you don't i understand. wouldn't want everybody mass producing teleporting dlls everywhere >.<

  12. #12
    HolyFate's Avatar
    Join Date
    Feb 2006
    Gender
    male
    Location
    indiana
    Posts
    30
    Reputation
    10
    Thanks
    0
    I wrote this in C++ for an example here is the teleport made by zhen but I made it a while before him:


    Code:
    }else if(memcmp((void*)lpcLine, "/tele ", 10) == 0){
       bRet = false;
       float teleportpoint[3] = {0, 0, 0};
       sscanf(lpcLine,"/teleport %f,%f,%f", &teleportpoint[0], &teleportpoint[1], &teleportpoint[2]);
       memcpy(ZObject__GetPosition((void*)dwMe), teleportpoint, sizeof(float) * 3);
       Echo("Teleported to : %f, %f, %f", teleportpoint[0], teleportpoint[1], teleportpoint[2]);
    also if you want to start this im me on aim im xhalo22x

  13. #13
    HolyFate's Avatar
    Join Date
    Feb 2006
    Gender
    male
    Location
    indiana
    Posts
    30
    Reputation
    10
    Thanks
    0
    I wrote this in C++ for an example here is the teleport made by zhen but I made it a while before him:


    Code:
    }else if(memcmp((void*)lpcLine, "/tele ", 10) == 0){
       bRet = false;
       float teleportpoint[3] = {0, 0, 0};
       sscanf(lpcLine,"/teleport %f,%f,%f", &teleportpoint[0], &teleportpoint[1], &teleportpoint[2]);
       memcpy(ZObject__GetPosition((void*)dwMe), teleportpoint, sizeof(float) * 3);
       Echo("Teleported to : %f, %f, %f", teleportpoint[0], teleportpoint[1], teleportpoint[2]);
    also if you want to start this im me on aim im xhalo22x

Similar Threads

  1. question about some command words. i need help
    By taotao in forum Vindictus Help
    Replies: 5
    Last Post: 07-07-2011, 08:47 AM
  2. In KR Client, some commands block or removed.
    By GFunk in forum Vindictus Help
    Replies: 6
    Last Post: 05-27-2011, 03:29 PM
  3. [SOLVED]Some Commands For AlterIW
    By Edvardas96 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 08-07-2010, 05:36 PM
  4. Some useful commands for MW2
    By Freakuser in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 11
    Last Post: 02-19-2010, 02:54 AM
  5. here are some vb commands
    By cjg333 in forum Visual Basic Programming
    Replies: 3
    Last Post: 08-09-2007, 09:00 PM