Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 63
  1. #31
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    This is so confusing and frustrating

  2. #32
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by rushil69 View Post
    Is the DLL suppose to be like tht?
    use microsoft epress 2013 not notepad


    - - - Updated - - -

    Quote Originally Posted by hrose1113 View Post
    This is so confusing and frustrating
    if you do not know no need to push your self
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  3. #33
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    Am I supposed to be using Microsoft Visual C++ 2010 Express or Microsoft Visual Basic 2010 Express

    EDIT:
    I was using the wrong application.


    - - - Updated - - -

    #include <windows.h>

    #define PLAYER_BASE 0x7896786


    bool ESP;


    void main()
    {
    DWORD Ptr = *(PDWORD)PLAYER_BASE;
    if (!Ptr)return;


    if (ESP)
    * (PBYTE)(Ptr + 0x0) = 1;
    else
    * (PBYTE)(Ptr + 0x0) = 0;
    }

    void Init ()
    {
    while (1)
    {
    if (GetAsyncKeyState ( VK_INSERT ) & 1)
    ESP =! ESP;
    main ();
    Sleep (100);
    }
    }


    Is that code correct, or did I miss something?
    Last edited by hrose1113; 03-31-2015 at 10:39 AM.

  4. #34
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by hrose1113 View Post
    Am I supposed to be using Microsoft Visual C++ 2010 Express or Microsoft Visual Basic 2010 Express

    EDIT:
    I was using the wrong application.


    - - - Updated - - -

    #include <windows.h>

    #define PLAYER_BASE 0x7896786


    bool ESP;


    void main()
    {
    DWORD Ptr = *(PDWORD)PLAYER_BASE;
    if (!Ptr)return;


    if (ESP)
    * (PBYTE)(Ptr + 0x0) = 1;
    else
    * (PBYTE)(Ptr + 0x0) = 0;
    }

    void Init ()
    {
    while (1)
    {
    if (GetAsyncKeyState ( VK_INSERT ) & 1)
    ESP =! ESP;
    main ();
    Sleep (100);
    }
    }


    Is that code correct, or did I miss something?
    that fined
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  5. #35
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    COD3RIN, how do I make it undetected by GG? Surely, it'll get detected right?

    - - - Updated - - -

    Rushil69, are you finished with it?

    - - - Updated - - -

    Wait, what kind of file is it?
    Win32 project?
    CLR?
    I'm really stuck...

  6. #36
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    Nop i Nop i cant get it to work. What are you using to create the dll. im using microsoft Visual Studio Express C++ 2013.
    im stuck too it is really confusing errrr

    - - - Updated - - -

    im using win32 project if im not wrong. how do i check it?
    Last edited by rushil69; 03-31-2015 at 11:22 AM.
    RUSHIL69 == rE-BoOt

  7. #37
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    I'm using Microsoft Express 2013
    I'm also using Win32 project

    I can inject it alright, but when I join a game, I DC and the game crashes.

  8. #38
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    #include <windows.h>

    #define PLAYER_BASE 0x7896786


    bool ESP;


    void main()
    {
    DWORD Ptr = *(PDWORD)PLAYER_BASE;
    if (!Ptr)return;


    if (ESP)
    * (PBYTE)(Ptr + 0x0) = 1;
    else
    * (PBYTE)(Ptr + 0x0) = 0;
    }

    void Init ()
    {
    while (1)
    {
    if (GetAsyncKeyState ( VK_INSERT ) & 1)
    ESP =! ESP;
    main ();
    Sleep (100);
    }
    }

    - - - Updated - - -

    What is the defination of tht im getting tht error
    RUSHIL69 == rE-BoOt

  9. #39
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    What's the error

  10. #40
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    the error says
    error C2086; 'bool ESP' : redefinition
    RUSHIL69 == rE-BoOt

  11. #41
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    Did you define it in another place?

    - - - Updated - - -

    Coderin we need yuu

  12. #42
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    lol thx i look again and define it in another place

    - - - Updated - - -

    have you manage to succeced in making the dll
    RUSHIL69 == rE-BoOt

  13. #43
    hrose1113's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Behind you.
    Posts
    23
    Reputation
    10
    Thanks
    344
    My Mood
    Relaxed
    I did, but when I join a match (in BlackShot), the game crashes.

  14. #44
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    sameee cod3rin is there a way to fix this?
    RUSHIL69 == rE-BoOt

  15. #45
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by hrose1113 View Post
    Did you define it in another place?

    - - - Updated - - -

    Coderin we need yuu
    i already given the answer


    - - - Updated - - -

    Quote Originally Posted by rushil69 View Post
    sameee cod3rin is there a way to fix this?
    post a video how you do that in c++
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. How To Speed Hack Using Cheat Engine Any
    By iLuvMee in forum Blackshot Discussion
    Replies: 8
    Last Post: 10-14-2014, 03:50 AM
  2. [Release] Money Hack(Using Cheat Engine 6.0)
    By ogkush317 in forum Operation 7 Hacks
    Replies: 6
    Last Post: 05-21-2011, 10:08 PM
  3. How to hack using cheat engine.
    By Ferris Bueller in forum General Hacking
    Replies: 12
    Last Post: 03-24-2011, 07:52 AM
  4. Turorial on how to make hacks with Cheat Engine
    By mech649 in forum Blackshot Hacks & Cheats
    Replies: 68
    Last Post: 10-19-2009, 02:35 AM
  5. How To Get Hacks With Cheat Engine 5.3?
    By naomelembro14 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 02-20-2007, 01:26 AM