Results 1 to 9 of 9
  1. #1
    daddy1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Pagadian City
    Posts
    149
    Reputation
    10
    Thanks
    572
    My Mood
    Hot

    How To Code Invisible

    . . code any one ?.. help me

  2. #2
    .Joker's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Gotham
    Posts
    1,205
    Reputation
    10
    Thanks
    732
    My Mood
    Psychedelic
    Code:
    static bool InviciblePatch;
    
    void invisible()
    {
    DWORD dwServerPtr = *(DWORD*)ADR_ServerPointer;
    if(dwServerPtr != 0)
    {
    if (!InviciblePatch)
    {
    if (GetAsyncKeyState(VK_NUMPAD1) &1)
    {
    MessageBeep(MB_ICONINFORMATION);
    *(long*)(dwServerPtr+ADR_Invisible) -= 2;
    InviciblePatch = true;
    }
    }
    else
    {
    if (InviciblePatch)
    {
    if (GetAsyncKeyState(VK_NUMPAD2) &1)
    {
    MessageBeep(MB_ICONINFORMATION);
    *(long*)(dwServerPtr+ADR_Invisible) += 2;
    InviciblePatch = false;
    }
    }
    }
    }
    }
    Credits @MJCreado

  3. The Following User Says Thank You to .Joker For This Useful Post:

    daddy1 (12-21-2012)

  4. #3
    daddy1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Pagadian City
    Posts
    149
    Reputation
    10
    Thanks
    572
    My Mood
    Hot
    Quote Originally Posted by 3dVision View Post
    Code:
    static bool InviciblePatch;
    
    void invisible()
    {
    DWORD dwServerPtr = *(DWORD*)ADR_ServerPointer;
    if(dwServerPtr != 0)
    {
    if (!InviciblePatch)
    {
    if (GetAsyncKeyState(VK_NUMPAD1) &1)
    {
    MessageBeep(MB_ICONINFORMATION);
    *(long*)(dwServerPtr+ADR_Invisible) -= 2;
    InviciblePatch = true;
    }
    }
    else
    {
    if (InviciblePatch)
    {
    if (GetAsyncKeyState(VK_NUMPAD2) &1)
    {
    MessageBeep(MB_ICONINFORMATION);
    *(long*)(dwServerPtr+ADR_Invisible) += 2;
    InviciblePatch = false;
    }
    }
    }
    }
    }
    Credits @MJCreado
    @3dVision tnx for ths Master Work's fine ..

  5. #4
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    gamit ka 3 addies ng invi pra hindi buggy 3 offsets yon

    MUKANG PERA!

  6. #5
    ``IM`NATSU's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    ‎#include <neptalimanaog™>
    Posts
    338
    Reputation
    10
    Thanks
    418
    My Mood
    Breezy
    Quote Originally Posted by HAxCodER™ View Post
    gamit ka 3 addies ng invi pra hindi buggy 3 offsets yon
    TNX FOR INFO MASTER ^^

  7. #6
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    pano magagamit yung 3 offset ng address ? nu yung source code nun ?

  8. #7
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    OO nga?
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  9. #8
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    same lng isasalpak mo rin sila prang NORECOIL function din mag kadikitdikit din un mga addie non sa IDA PRO 3 offsets

    MUKANG PERA!

  10. #9
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    Sa tingin ko ito Source ng OFS_INVISIVLE 0X00

    [HTML]
    void invisible()
    {
    DWORD dwServerPtr = *(DWORD*)ADR_SERVERPOINTER;
    {
    if (Invisible==1)
    {
    if (!InviciblePatch)
    {
    *(long*)(dwServerPtr+OFS_INVISIBLE) -= 2;
    InviciblePatch = true;
    }
    }
    else
    {
    if (InviciblePatch)
    {
    *(long*)(dwServerPtr+OFS_INVISIBLE) += 2;
    InviciblePatch = false;
    }
    }
    }
    [/HTML]






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


Similar Threads

  1. [Help] How to code 1 Hit Kill Vehicles or Invisible Vehicle for WarRock PH
    By WRPHNoob in forum WarRock Hack Source Code
    Replies: 7
    Last Post: 09-23-2012, 09:11 PM
  2. How to find Invisible Address
    By 8oo73l2 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 01-28-2008, 12:17 AM
  3. How to code a timer in visual C++ 6.0
    By nukeist_ in forum C++/C Programming
    Replies: 5
    Last Post: 12-12-2007, 02:18 PM
  4. HOW TO BECOME INVISIBLE IN ANY GAME OF WARROCK WIHOUT ANY HAXS.
    By soultaker in forum WarRock - International Hacks
    Replies: 10
    Last Post: 10-02-2007, 12:06 PM
  5. [Tut]How to become invisible
    By EndRiT in forum WarRock - International Hacks
    Replies: 24
    Last Post: 04-21-2007, 05:02 PM