Results 1 to 13 of 13
  1. #1
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3

    help with ollydbg bypass GG

    Hi,
    recently Ive been focusing on using Ollydbg to try and bypass blackshot GG so that i can search for memory address etc.
    But i need some help on how to actually do so.
    firstly, Do i need to dump/ unpack blackshot to get the addresses. If i need to, can someone teach me how to dump blackshot using olly? I already have the plugins downloaded!
    secondly, everytime i open Blackshot using Olly, i always get a failure sort of message. how do i solve it? As shown in attatchment below

    Thirdly, I really hope someone can guide me along on how to bypass Blackshot.

    Thanks!!
    Attached Thumbnails Attached Thumbnails
    ollydbg.png  


  2. #2
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    They are using an old version of themida, get some olly plugins and simply run the game in olly.
    Wait for GG splash to popup and pause the process, take a look at callstack and nop the init clal of gameguard.
    Manipulate the JE to JMP so no error pops up and then fix the 5 switch-cases which check gameguard state when you enter the loading screen.
    It will run for 3 minutes, then the server will kick you for wrong heartbeat

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  3. #3
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    @Ch40zz-C0d3r , Ive tried downloading different types of debuggers but everytime i load blackshot through the debugger and hit F9, it tells me that the programme has terminated and the GG splash dont appear. Any idea how to solve this problem?

  4. #4
    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 ongjx View Post
    @Ch40zz-C0d3r , Ive tried downloading different types of debuggers but everytime i load blackshot through the debugger and hit F9, it tells me that the programme has terminated and the GG splash dont appear. Any idea how to solve this problem?
    Try to use undetected olly dbg....
    ᚛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. #5
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by COD3RIN View Post


    Try to use undetected olly dbg....
    not able to work.. ive downloaded many different modifications of olly searched and download undetected olly but i always get the termination.

  6. #6
    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 ongjx View Post
    not able to work.. ive downloaded many different modifications of olly searched and download undetected olly but i always get the termination.
    Use IDA pro instead of olly dbg
    ᚛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 !



  7. #7
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by ongjx View Post
    @Ch40zz-C0d3r , Ive tried downloading different types of debuggers but everytime i load blackshot through the debugger and hit F9, it tells me that the programme has terminated and the GG splash dont appear. Any idea how to solve this problem?
    Hm works fine for me, you need following plugins:
    - Advanced Olly
    - OllyDump (only for dumping it later)
    - OllyWow64
    - Stealth64

    If it still wont work pause the game with a process manager and dump it with PE Tools and look at it on IDA

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  8. #8
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Ch40zz-C0d3r View Post
    Hm works fine for me, you need following plugins:
    - Advanced Olly
    - OllyDump (only for dumping it later)
    - OllyWow64
    - Stealth64

    If it still wont work pause the game with a process manager and dump it with PE Tools and look at it on IDA
    May i know which version of olly you are using? Cos everytime i load up BlackShot, i only am able to load up the module but GG doesnt appear.. Or do i have to manually start BS, then suspend it with process hacker and then attatch it to Olly?

    - - - Updated - - -

    P/S, ive created a video showing the problems that im facing in OLLY. Please have a look and advice me on what i should do! Thanks

    https:/tu.be/Q-D3IT6447s

  9. #9
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    lol dude I suggest you to ignore ALL exceptions in ollydbg.
    A packer creates LOADS of exceptions. If you have problems setting up ollydbg take a look at lena151 reversing tutorials.
    They are pretty old but expained very well

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  10. #10
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    @Ch40zz-C0d3r, Ive been through some of Lena's tutorial on rev engineering but i dont really understand how to apply it on Blackshot. Is it possible for you to guide me with some screenshots? ill be really grateful for that!

    - - - Updated - - -
    @COD3RIN , is the video that u posted to dump/bypass blackshot still working? Cos i have tried that method but even with plugins installed, it keeps crashing on the 2nd time i press Shift+F9. Any advice?
    Last edited by ongjx; 04-13-2015 at 08:52 AM.

  11. #11
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by ongjx View Post
    @Ch40zz-C0d3r, Ive been through some of Lena's tutorial on rev engineering but i dont really understand how to apply it on Blackshot. Is it possible for you to guide me with some screenshots? ill be really grateful for that!

    - - - Updated - - -
    @COD3RIN , is the video that u posted to dump/bypass blackshot still working? Cos i have tried that method but even with plugins installed, it keeps crashing on the 2nd time i press Shift+F9. Any advice?
    No sorry I dont have time for that.
    Keep learning, you will get it working

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  12. #12
    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 ongjx View Post
    @Ch40zz-C0d3r, Ive been through some of Lena's tutorial on rev engineering but i dont really understand how to apply it on Blackshot. Is it possible for you to guide me with some screenshots? ill be really grateful for that!

    - - - Updated - - -
    @COD3RIN , is the video that u posted to dump/bypass blackshot still working? Cos i have tried that method but even with plugins installed, it keeps crashing on the 2nd time i press Shift+F9. Any advice?
    I dont know if still working I never try that again
    ᚛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 !



  13. #13
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    No response after two days, assuming solved.
    /Closed


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

Similar Threads

  1. I need help with the bypasses.
    By lahoe91 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-13-2008, 12:57 PM
  2. help with harold bypass 2.5
    By chris199236 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 08-12-2008, 05:56 PM
  3. Help with hackshield bypass 3.0
    By gokuwa00000 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 08-12-2008, 05:45 PM
  4. Help with nog bypass...
    By scapecoolioboy in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-10-2008, 08:25 PM
  5. Need help with my bypass!
    By nukeist_ in forum WarRock - International Hacks
    Replies: 5
    Last Post: 08-22-2007, 03:37 PM