Page 3 of 40 FirstFirst 1234513 ... LastLast
Results 31 to 45 of 599
  1. #31
    str2own99's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    v1.05 doesnt work properly since the csgo update.

  2. #32
    imDestinyy's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Don Weaso View Post
    Is it still possible to use the "older" version 1.05 without getting a VAC?
    If you use a hashchanger you might not get VAC'd, still you use it at your own risk tho, so don't trust me fully.
    Also, some of the features of 1.05 doesnt work since the new update

  3. #33
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,668
    My Mood
    Cool
    Quote Originally Posted by Color View Post

    Like I said once the original files don't work anymore you need to make a new thread, I waited a half hour last night for you to re-upload but you never did and I wont be on the for next 7 hours or so, so I'll try to get upper staff to approve before that I guess..

    Edit- Anyone asking for approval will be infracted..
    I changed the offsets in the RAR file, I know what you said but as 1 mention is allowed I thought just ask.

    Take your time people can wait some time for a free hack :P

    Edit: Only required/offsets.txt - required/src/main.cpp (added a newline after Merccy) and required/src/Triggerbot.h have changed if that helps for the other moderators.
    Last edited by Merccy2; 01-15-2015 at 09:24 AM.

  4. #34
    okbye's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    10
    Hello mercy, I wonder sicne you updated your hack. Remeber you rewrote the script for the triggerbot a bit.

    #ifndef TRIGGERBOT_H
    #define TRIGGERBOT_H

    [|SWAP_LINES|]
    #include "CSProc.h"
    #include <iostream>
    [|/SWAP_LINES|]

    class Triggerbot {
    [|SWAP_BLOCKS|]
    [|BLOCK|]
    public:
    [|SWAP_BLOCKS|]
    [|BLOCK|]
    Triggerbot(CSProc *c) {
    csp = c;
    }
    [|/BLOCK|]

    [|BLOCK|]
    void start() {
    [|JUNK_CODE/|]
    [|JUNK_CODE/|]
    while (true) {
    [|JUNK_CODE/|]
    if (csp->hacksEnabled[csp->he_triggerbot]) {
    [|JUNK_CODE/|]
    PlayerEntity* found = inCrosshair();
    [|JUNK_CODE/|]
    [|JUNK_CODE/|]

    if (found != nullptr && csp->me.ammo > 0) {
    [|JUNK_CODE/|]
    if (!GetAsyncKeyState(VK_LBUTTON)) {
    [|JUNK_CODE/|]
    PostMessage(GetForegroundWindow(), WM_LBUTTONDOWN, MK_LBUTTON, 0);
    [|JUNK_CODE/|]
    Sleep(50);
    [|JUNK_CODE/|]
    if (!GetAsyncKeyState(VK_LBUTTON))
    PostMessage(GetForegroundWindow(), WM_LBUTTONUP, MK_LBUTTON, 0);
    [|JUNK_CODE/|]
    [|JUNK_CODE/|]
    }
    [|JUNK_CODE/|]
    }
    [|JUNK_CODE/|]
    }
    [|JUNK_CODE/|]
    Sleep(1);
    [|JUNK_CODE/|]
    }
    [|JUNK_CODE/|]
    [|JUNK_CODE/|]
    }
    [|/BLOCK|]
    [|/SWAP_BLOCKS|]
    [|/BLOCK|]

    [|BLOCK|]
    private:
    [|SWAP_BLOCKS|]
    [|BLOCK|]
    CSProc *csp;
    [|/BLOCK|]

    [|BLOCK|]
    PlayerEntity* inCrosshair() {
    [|JUNK_CODE/|]

    int idInCrosshair = csp->p.Read<int>(csp->dwLocalBase + csp->off.getOffset(dwInCrosshairO));

    [|JUNK_CODE/|]

    if (idInCrosshair != 0) {
    [|JUNK_CODE/|]
    for (int i = 0; i < csp->enemiesFound; i++) {
    [|JUNK_CODE/|]
    if (csp->enemyTeam[i].id == idInCrosshair) {
    [|JUNK_CODE/|]
    return &csp->enemyTeam[i];
    [|JUNK_CODE/|]
    }
    [|JUNK_CODE/|]
    }
    [|JUNK_CODE/|]
    }

    [|JUNK_CODE/|]

    return nullptr;
    }
    [|/BLOCK|]
    [|/SWAP_BLOCKS|]
    [|/BLOCK|]
    [|/SWAP_BLOCKS|]
    };

    #endif
    my questtion is , will this still work if i use this on the new updated hack?

  5. #35
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,668
    My Mood
    Cool
    Quote Originally Posted by AubHD View Post
    Is v1.05 sill UD?
    Yes but you have to update the offsets, otherwise they do not work (see bottom of this post)

    Quote Originally Posted by imDestinyy View Post
    I'm pretty sure it's not, so we just have to wait for someone to approve this
    It is still undetected

    Quote Originally Posted by Don Weaso View Post
    Is it still possible to use the "older" version 1.05 without getting a VAC?
    Yes but you have to update the offsets for it to work (see bottom)

    Quote Originally Posted by str2own99 View Post
    v1.05 doesnt work properly since the csgo update.
    No you need to update the offsets (see bottom)

    Quote Originally Posted by imDestinyy View Post
    If you use a hashchanger you might not get VAC'd, still you use it at your own risk tho, so don't trust me fully.
    Also, some of the features of 1.05 doesnt work since the new update
    Hashchanger is useless, for 1.05 to work you need to change the offset.

    How to update the offsets of 1.05:
    Remove all the text in required/offsets.txt (only required/offsets.txt is required)
    Add this text in required/offsets.txt and save the file.
    Code:
    A6DA34   Local Base
    4A10344 Entity Base
    12C0        Active Weapon
    1668        Accuracy Penalty
    1C            Active Weapon = Accuracy Penalty + 1C
    23F8        In Crosshair
    - - - Updated - - -

    Quote Originally Posted by okbye View Post
    Hello mercy, I wonder sicne you updated your hack. Remeber you rewrote the script for the triggerbot a bit.



    my questtion is , will this still work if i use this on the new updated hack?
    Yes but it has become the standard triggerbot in V1.1 (so you do not have to do that again)

  6. The Following 6 Users Say Thank You to Merccy2 For This Useful Post:

    Cahz. (01-15-2015),elitee3540 (01-15-2015),franciscop1999 (01-15-2015),Hayatte (01-15-2015),jackdareaper (01-15-2015),LCraft303 (01-15-2015)

  7. #36
    Hayatte's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    C:\Program Files (x86)\MPGH.NET
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    Quote Originally Posted by Don Weaso View Post
    Is it still possible to use the "older" version 1.05 without getting a VAC?
    i wont risk it if i was u , if he put detected , and change the offsets , better wait for it
    If /me Helped Give Me A Thanks
    https://www.mpgh.net/forum/signaturepics/sigpic2994573_2.gif


  8. #37
    Kukikovsky's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Why can not I download?

  9. #38
    Hayatte's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    C:\Program Files (x86)\MPGH.NET
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    and again u are awesome <3
    working just fine know tx
    Last edited by Hayatte; 01-15-2015 at 09:34 AM. Reason: Update
    If /me Helped Give Me A Thanks
    https://www.mpgh.net/forum/signaturepics/sigpic2994573_2.gif


  10. #39
    jackdareaper's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by Merccy2 View Post
    Yes but you have to update the offsets, otherwise they do not work (see bottom of this post)



    It is still undetected



    Yes but you have to update the offsets for it to work (see bottom)



    No you need to update the offsets (see bottom)



    Hashchanger is useless, for 1.05 to work you need to change the offset.

    How to update the offsets of 1.05:
    Remove all the text in required/offsets.txt (only required/offsets.txt is required)
    Add this text in required/offsets.txt and save the file.
    Code:
    A6DA34   Local Base
    4A10344 Entity Base
    12C0        Active Weapon
    1668        Accuracy Penalty
    1C            Active Weapon = Accuracy Penalty + 1C
    23F8        In Crosshair
    - - - Updated - - -



    Yes but it has become the standard triggerbot in V1.1 (so you do not have to do that again)
    Thanks I am gonna change the offsets and try it now.

  11. #40
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,668
    My Mood
    Cool
    Quote Originally Posted by Hayatte View Post
    i wont risk it if i was u , if he put detected , and change the offsets , better wait for it
    If you wouldn't risk it don't use this version as it is exactly the same as last one but with changed offsets & better trigger.

    After a patch Color will just mark every current hack as Detected because the files won't work anymore (unless it would auto update offsets), 1.05 is outdated not detected but Color suggested I make a new topic instead.

  12. #41
    OmnYfi's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    Estonia
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    Hope I can test this shit out, I haven't cheated in CS:GO and am really cautious to try this out as I don't have the cash for a new copy of it.

  13. #42
    misnak's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    good job bro)))))))

  14. #43
    artzyhswag's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    531
    Reputation
    87
    Thanks
    353
    My Mood
    Psychedelic
    Not using it but.. Fast update! :P

  15. #44
    Pr0xyzz's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Sneaky
    Thanks for the quick update!

  16. #45
    imDestinyy's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by misnak View Post
    Why can not I download?
    The download has not been approved yet, just wait

Page 3 of 40 FirstFirst 1234513 ... LastLast

Similar Threads

  1. [Detected] Radar & Trigger - Self modifying - External 1.05
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 288
    Last Post: 01-14-2015, 11:06 PM
  2. [Detected] Radar & Trigger - Self modifying - External
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 209
    Last Post: 01-09-2015, 08:52 PM
  3. [Detected] Undetected External ESP+Radar+Bot V4.1 - Build 1.0.184
    By Archangel in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 167
    Last Post: 04-24-2010, 09:02 AM
  4. [Detected] External BoxESP+Radar+Bot v4.2 - build 184
    By Archangel in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 121
    Last Post: 04-14-2010, 08:31 PM
  5. [Release] External BoxESP+Radar+Bot v4.3
    By SANiK in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 4
    Last Post: 04-10-2010, 03:35 AM