Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 61 to 75 of 156
  1. #61
    franktempeny7's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    how to install?? thanks a lot i like your job!

  2. #62
    John-Deuff's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Jcovan View Post
    Great hack but why does it click out of screen when using the ESP
    Quote Originally Posted by John-Deuff View Post
    many thanks for the job
    i see some bugs i want to fix...
    Are you ok to publish the source code of it ?
    Quote Originally Posted by ultimate345 View Post
    same here bro don't know
    click out of screen when using the ESP
    PLEASE a fix is nedded

  3. #63
    mehrdad995gta's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    3
    I have recompiled MKO source for my hack and with the latest version of Windows 10 (1803) it has serious issues.
    mouse tend to click on the overlaying hack instead of the game itself,
    ESP colors have changed to a darker shade
    even fonts are rendered with a shadow
    this is spamming in the log and has impact on FPS
    (Overlay.cs:line 292
    OVERLAY ERROR : SharpDX.SharpDXException:
    HRESULT: [0x8899000C], Module: [SharpDX.Direct2D1], ApiCode: [D2DERR_RECREATE_TARGET/RecreateTarget],
    Message: There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.)

    here is the function causing issue
    private void Overlay_Control(object sender)
    {
    while (Is_Game_Run())
    {
    LestFindSomeVoyeur1();
    try
    {
    // Resize
    if (IsResize)
    {
    device.Resize(new Size2(rect.Width, rect.Height));
    IsResize = false;
    }

    // Begin Draw
    device.BeginDraw();
    device.Clear(new Color4(0.0f, 0.0f, 0.0f, 0.0f));

    // Check Window State
    if (!IsMinimized)
    {
    //RPM.ReadAngle(out lastAngle);

    #region Scan Memory & Draw Players
    Main_Scan();
    #endregion

    #region Aimbot Watch
    if (bAimbot)
    Aim_Update_Keys();
    #endregion

    #region Drawing Shortcut Menu
    Draw_Shortcut_Menu(5, 5);
    #endregion

    #region Drawing Menu
    if (bMenuControl)
    Draw_Menu(10, 300);
    #endregion

    #region Drawing DrawShotAccuracy
    Draw_Shot_Accuracy(rect.Width / 2 - 125, rect.Height - 5);
    #endregion

    #region Drawing Proximity Alert
    if (bEspSpotline && proximityCount > 0)
    Draw_Proximity_Alert(rect.Width / 2 + 300, rect.Height - 80, 155, 50);
    #endregion

    #region Drawing Hardcore Mode HUD
    if (bHardcoreMode)
    {
    //if (bCrosshairHUD)
    Draw_Crosshair_HUD(base.Width / 2, base.Height / 2, 30, 30, new Color(0, 0, 255, 255));
    //if (bRadarHUD)
    Draw_Radar_HUD(currMnHC == mnHardCoreMode.RIGHT ? base.Width - 220 : 20, base.Height - 432, 200, 200);
    //if (bAmmoHealthHUD)
    //{
    Draw_Ammo_Health_HUD(currMnHC == mnHardCoreMode.RIGHT ? base.Width - 220 : 20, base.Height - 231, 200, 30);
    Draw_Health_Bar_HUD(currMnHC == mnHardCoreMode.RIGHT ? base.Width - 220 : 20, base.Height - 200, 200, 15);
    //}
    }
    #endregion

    #region Drawing Spectator Count
    Draw_Text_Center(rect.Width / 2 - 100, rect.Height - (int)font.FontSize, 200, (int)font.FontSize, spectatorCount + " SPECTATOR(S) ON SERVER", new Color(255, 214, 0, 255), true);
    #endregion

    #region Drawing Spectator Warning
    if (bSpectatorWarn && spectatorCount > 0)
    {
    RectangleF rect2 = new RectangleF(rect.X, rect.Y, rect.Width, rect.Height);
    Draw_Spectator_Warn((int)(rect2.Center.X /*rect.Center.X*/ - 125), 25, 350, 55);
    }
    #endregion

    #region Drawing Credits
    //DrawTextCenter(rect.Width / 2 - 125, 5, 250, (int)font.FontSize, AppTitle, new Color(255, 214, 0, 255), true);
    #endregion

    }

    device.EndDraw(); ***

    Calculate_FrameRate();
    //Thread.Sleep(Interval);
    }
    catch (Exception ex)
    {
    Write_On_Log_File(DateTime.Now.ToString() + " - OVERLAY ERROR : " + ex);
    }
    LestFindSomeVoyeur1();
    int r = new Random().Next(100);
    G4rbag3Int(r);
    }
    RPM.CloseProcess();
    Environment.Exit(0);
    }
    the line marked with *** is the line 292

    is there any specific part in the source code which we can fix the issue whit?

    thanks in advance

  4. #64
    mehrdad995gta's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    3
    ok, I've managed to fix this,
    gonna write the Tutorial in This thread.

  5. #65
    John-Deuff's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    thank you mehrdad995gta

    question : where can i find the source code
    i will work on it too

  6. #66
    johnrol's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    where is the source
    Last edited by johnrol; 08-12-2018 at 04:11 PM.

  7. #67
    JayTakesFlight's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    13
    Is it detected now?

  8. #68
    kevinterraria's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    hope this works

  9. #69
    dawiddd's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Warsaw
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Breezy
    Fantastick

  10. #70
    djdarkxsin's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    worked and loved it then punk buster got me lmao

  11. #71
    David-Neres's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Curious to know if it's still undetectable.

  12. #72
    KoolAid_Mannn775's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    works for me! thanks a lot

  13. #73
    mdbmdb's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thank you. I'm going to try it out.

  14. #74
    sayahnikd's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    not extracting

  15. #75
    zerofor's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    It was fun to use while it worked fully

Page 5 of 11 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. [Patched] Battlefield 4 Multihack - v2.1
    By Speedrod99 in forum Battlefield 4 Hacks & Cheats
    Replies: 193
    Last Post: 03-05-2015, 08:50 AM
  2. [Outdated] Battlefield 4 Multihack - ( Aimbot - ESP - NoRecoil - AntiSpectator )
    By Speedrod99 in forum Battlefield 4 Hacks & Cheats
    Replies: 162
    Last Post: 02-02-2015, 09:08 AM
  3. [Detected] Battlefield 3 | Multihack | Great Features!
    By Cain in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 6
    Last Post: 01-24-2015, 01:38 AM
  4. [Detected] Play2Hack Battlefield Play4Free Multihack
    By +OWNED+ in forum Battlefield Play4Free Hacks
    Replies: 19
    Last Post: 05-06-2012, 12:56 PM
  5. [Detected] Battlefield Multihack Aimbot+ESP+Misc+Removals
    By Valdar99 in forum Battlefield Heroes Hacks
    Replies: 38
    Last Post: 10-24-2011, 04:58 PM