Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    bengaludo's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    145
    Reputation
    19
    Thanks
    6,235
    Quote Originally Posted by icehawk981998 View Post
    nice ... waiting for compiled version ....
    After LUNAR PATCH i think it need more modifications, check here...
    There are more bodies that are detected now
    https://www.mpgh.net/forum/showthrea...6#post13464906

  2. #17
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243
    Amazing work bro, just logged in today... .asi method still working after so long


    Mess with the best, die like the rest.


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

    bengaludo (02-19-2018)

  4. #18
    bengaludo's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    145
    Reputation
    19
    Thanks
    6,235
    Quote Originally Posted by Caezer99 View Post
    Amazing work bro, just logged in today... .asi method still working after so long
    Yes! Thank you friend! This encourages us to continue collaborating with the forum

  5. #19
    Halogen1411's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Location
    null
    Posts
    32
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    @bengaludo Bro cn u help me?? I need to knw how to edit the code using the RAD studio 10.2 tokyo.. as i try to open your install.exe with RAD but doesn't shw the code.. i would like to modify the code a bit and try it. Thx for your help <3

  6. The Following User Says Thank You to Halogen1411 For This Useful Post:

    bengaludo (04-16-2018)

  7. #20
    ReseviC's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    BEClient.dll
    Posts
    354
    Reputation
    10
    Thanks
    3,430
    My Mood
    Busy
    Quote Originally Posted by bengaludo View Post
    Thanks for the feedback



    Try

    uses
    Winapi.Windows, Winapi.Messages, System.Classes, Vcl.Forms,IdHashMessageDigest ;
    @Noobiesaregg


    You can use this source code for this purpose by simply modifying it for all maps ...
    @bengaludo , Here are the simple codes for your source codes rather than putting up long source codes.
    Code:
    function MD5File(const FileName: string): string;
    var
      IdMD5: TIdHashMessageDigest5;
      FS: TFileStream;
    begin
     IdMD5 := TIdHashMessageDigest5.Create;
     FS := TFileStream.Create(FileName, fmOpenRead or fmShareDenyWrite);
     try
       Result := IdMD5.HashStreamAsHex(FS)
     finally
       FS.Free;
       IdMD5.Free;
     end;
    end;
    &
    Code:
    uses
      Windows, SysUtils,
      Classes, Winapi.Messages, Vcl.Forms,IdHashMessageDigest ;
    I realised that this source code of yours built-in by Console Application, This is not for beginners! :P
    Also, UpdatedHASH :
    Code:
    FbossHashSEA     : String = '0bf41a6002151edaf100016ddc884984' ;
    FbossHashEU      : String = '02e93f275d433b4d4bc3df682bb1320e' ;
    Nicely done bro! Amazing Source Code! @bengaludo Since a fresh up after so long didnt login into this forum
    Last edited by ReseviC; 04-01-2018 at 06:35 PM.

  8. The Following User Says Thank You to ReseviC For This Useful Post:

    bengaludo (04-16-2018)

  9. #21
    ReseviC's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    BEClient.dll
    Posts
    354
    Reputation
    10
    Thanks
    3,430
    My Mood
    Busy
    Quote Originally Posted by Noobiesaregg View Post
    u r tagged but u say u newbie -

    - - - Updated - - -


    can i ask is the msssrs.flt is already a bypass in \system? @bengaludo
    Yes, it is.

  10. The Following User Says Thank You to ReseviC For This Useful Post:

    bengaludo (04-16-2018)

  11. #22
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Pascal coder around here lol Can't believe how "nutella" crap hack still working after so many years.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  12. The Following User Says Thank You to .SHAZAM. For This Useful Post:

    bengaludo (04-16-2018)

  13. #23
    TejasSparky's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    where to paste it sry I am newiee

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Info] [SEA/Global] BIGHEAD / Nutella without Abnormal action - Fix
    By bengaludo in forum Blackshot Discussion
    Replies: 18
    Last Post: 02-03-2018, 11:41 AM
  2. [Patched] Blackshot SEA & Global wall Hack
    By praveenrx1 in forum Blackshot Hacks & Cheats
    Replies: 75
    Last Post: 03-31-2016, 09:22 PM
  3. [Release] [NEW UPDATE] BLACKSHOT SEA&GLOBAL BIGHEAD 25.2.2016
    By Lucyfer in forum Blackshot Hacks & Cheats
    Replies: 212
    Last Post: 03-13-2016, 02:53 PM
  4. [New method] How to make Totalitem.bsv Bypass BlackShot SEA and Global - Working...
    By bengaludo in forum Blackshot Coding & Hacking Tutorials
    Replies: 75
    Last Post: 03-06-2016, 12:27 AM
  5. [Release] [New Method 18/2/2016]Blackshot Sea&Global Wallhack
    By Lucyfer in forum Blackshot Hacks & Cheats
    Replies: 59
    Last Post: 02-26-2016, 10:09 PM