Results 1 to 6 of 6
  1. #1
    thugxcry01's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    119
    My Mood
    Breezy

    PLEASE HELP IDA PRO IS SOOOO CONFUSING

    WHAT DO YOU THINK IS WRONG ?? MY FRIEND COST ME 500 AND HE SAID THAT HE'LL TEACH ME HOW TO CODE AND I END UP WITH THIS PAGKATAPOS KO PO NA I INJECT GUMAGANA PO KASO GUMAGANA LANG SYA AFTER CLICKING THE LEFT MOUSE BUTTON TAPOS MAG O OFF NA ULIT SYA :'( ANU PO SA TNGIN NYO ? AND TAKE NOTE PO 3 DAYS PA LANG PO AKO NAG AARAL AND HALOS MAPRANING NA PO AKO PLEASE HELP ME THANKS IN ADVANCE MGA MASTERS

    #include <windows.h>

    #define ADR_Glasswalls 0x95B01C
    DWORD *ingame= (DWORD*)0xAD7368;
    void Hacks()
    {
    if(GetAsyncKeyState('G' || 'g')&1)
    {
    *(int*)(ADR_Glasswalls) = 1;
    }else{
    *(int*)(ADR_Glasswalls) = 0;
    }
    }

    void Loop()
    {
    for(;{
    {
    if(*ingame)
    {
    Hacks();
    }
    Sleep(200);
    }}}

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason==DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
    }
    return TRUE;
    }

  2. #2
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Don't pay for any hacks unless its a popular one and you trust him.
    If your adresses are correct it should work

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

    giboht (08-22-2012)

  4. #3
    thugxcry01's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    119
    My Mood
    Breezy
    thanks bro i fixed it brent owner helped me

    ---------- Post added at 04:47 PM ---------- Previous post was at 04:44 PM ----------

    pano ko po pala ggawing middle mouse ang hotkey complete noob here

  5. The Following User Says Thank You to thugxcry01 For This Useful Post:

    giboht (08-22-2012)

  6. #4
    donatelo07's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    C:\Windows\system32
    Posts
    224
    Reputation
    10
    Thanks
    121
    My Mood
    Happy
    Quote Originally Posted by thugxcry01 View Post
    thanks bro i fixed it brent owner helped me

    ---------- Post added at 04:47 PM ---------- Previous post was at 04:44 PM ----------

    pano ko po pala ggawing middle mouse ang hotkey complete noob here

    void Hacks()
    {
    if(GetKeyState(VK_MBUTTON))
    *(long*)ADR_GlassWalls = 4;

    else {
    *(long*)ADR_GlassWalls = 0;
    }
    }

    Respect List


    MJCreado
    xflict13
    akincbhevz
    HAxCodER™
    icebox346

  7. #5
    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
    Idol @donatelo07

    Hahaha. develish
    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.

  8. #6
    thugxcry01's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    119
    My Mood
    Breezy
    Quote Originally Posted by donatelo07 View Post
    void Hacks()
    {
    if(GetKeyState(VK_MBUTTON))
    *(long*)ADR_GlassWalls = 4;

    else {
    *(long*)ADR_GlassWalls = 0;
    }
    }
    bro thanks for the help it works :P and me tanong pa po ako hehe pano po kung ibbigay ko sau ang credits ano po lalagay ko dyan pa copy po ) thanks

Similar Threads

  1. IDA pro is so confusing <--- begginer here! :)
    By DonManoLo in forum WarRock Philippines Hacks
    Replies: 41
    Last Post: 07-17-2012, 10:45 PM
  2. [HELP] Only pros can help me :P PLEASE! :D
    By D e a t h h a u n t S in forum Visual Basic Programming
    Replies: 34
    Last Post: 11-23-2009, 03:13 PM
  3. IM CONFUSED please help
    By justin9178 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-22-2009, 06:05 PM
  4. please help simple confusion
    By GibsonRocks231 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 01-15-2009, 12:44 AM
  5. Well I Need Help With IDA PRO
    By josephjboogie3 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 01-05-2008, 07:45 AM