Results 1 to 7 of 7
  1. #1
    KanekiGoneWild's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    2

    I need help with the interface.

    I have been messing with some source code I found online and I built it into a .dll file but every time inject it crashes. I started debugging and there was an error sign next to this code. I::Globals = **(IGlobalVarsBase***)((*(DWORD**)I::Client)[0] + 0x53);
    Here is some code so you guys can help me better.


    Attached Thumbnails Attached Thumbnails
    KNtCB8EPQtaaVsncPGvFRA.png  

    code.png  


  2. #2
    Don Coderleone's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hungary
    Posts
    465
    Reputation
    17
    Thanks
    134
    My Mood
    Relaxed
    It's

    I::Globals = *(IGlobalVarsBase**)((*(DWORD*)I::Client)[0] + 0x53);

    if i remember correctly

  3. #3
    KanekiGoneWild's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    2
    I put that code in and when I tried to build it I got two errors.
    Severity Code Description Project File Line Suppression State
    Error (active) E0142 expression must have pointer-to-object type
    Error C2109 subscript requires array or pointer type
    Last edited by KanekiGoneWild; 07-24-2017 at 01:43 PM.

  4. #4
    Don Coderleone's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hungary
    Posts
    465
    Reputation
    17
    Thanks
    134
    My Mood
    Relaxed
    Show me I::Globals, please.

  5. #5
    KanekiGoneWild's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    2
    interfaces.h - extern IGlobalVarsBase* Globals;
    interfaces.ccp - IGlobalVarsBase* I::Globals;

  6. #6
    WildAssassinz's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    502
    Reputation
    30
    Thanks
    467
    My Mood
    Angry
    Maybe try to learn some c++ before you start making hacks.

    - - - Updated - - -

    Maybe try to learn some c++ before you start making hacks. And what does the debugger say?
    Current Projects:
    TurtleCheat GlowESP BunnyHop
    HelixGlow (With Permission from nullptr_t)

  7. #7
    KanekiGoneWild's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    2
    Unhandled exception at 0x15E8CB3A (cheats.dll) in csgo.exe: 0xC0000005: Access violation reading location 0xCC983D83. occurred

Similar Threads

  1. [Help] Need some help with the interface modules
    By palmarci in forum Counter-Strike 2 Coding & Resources
    Replies: 1
    Last Post: 02-22-2017, 02:47 PM
  2. [Help Request] Need help with the HeroHacks Bypass
    By Jamee in forum DayZ Help & Requests
    Replies: 7
    Last Post: 02-14-2013, 12:29 PM
  3. [Help Request] I need help With the minecraft Hack Error "Done Loading".
    By aVo's assistant in forum Minecraft Help
    Replies: 0
    Last Post: 06-29-2012, 05:27 PM
  4. [Help Request] i need help with the comands...
    By mrhiddendevil in forum Vindictus Help
    Replies: 2
    Last Post: 12-28-2011, 03:03 AM
  5. [Help Request] i need help with the hack im using
    By kingster626 in forum Combat Arms Help
    Replies: 12
    Last Post: 06-18-2011, 10:15 PM