Results 1 to 11 of 11
  1. #1
    0n1k4g3's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Nowhere
    Posts
    4
    Reputation
    10
    Thanks
    18
    My Mood
    Tired

    Thumbs up Bypassing disconnect timer with cheat engine

    I'm new in this forum, i am bored and decided to show my asm skills on aqw. I bypassed disconnect timer with cheat engine, if you're interested, then you can install cheat engine and use this script like in the video.



    How to use?
    -Run script.
    -Attach it to Grimoire 3.8 (I didn't test it on other versions of grimoire)
    -When you disconnected, just enable script.
    -When you see login button again, disable script.
    -Then connect to another server (not same which you disconnected)

    VT: Click


    <b>Downloadable Files</b> Downloadable Files
    Last edited by T-800; 04-06-2020 at 02:05 AM. Reason: added virustotal

  2. The Following 12 Users Say Thank You to 0n1k4g3 For This Useful Post:

    2014v2 (04-06-2020),69yeet69 (04-08-2020),chuoiasvn (11-06-2020),Gate_keeper31 (04-15-2020),kdelo123 (04-17-2020),luis001 (04-05-2020),MomotoroGames (04-18-2020),nursaleh34 (04-09-2020),ParthenonBliss (04-06-2020),ROBUT (04-05-2020),Soul _ Beats (04-05-2020),wenwynig (03-23-2024)

  3. #2
    Drow12345's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    25
    Reputation
    0
    Thanks
    3
    My Mood
    Cheeky
    man im out here wondering if people can exploit the shit out of this game before its transferred onto the Mobile platform

  4. #3
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    //Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  5. #4
    kayronsuo's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    This would be useful if somehow anyone could just make it into a plugin, that way you don't have to worry about using cheat engine and manually do it. Just a thought tho.

  6. #5
    0n1k4g3's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Nowhere
    Posts
    4
    Reputation
    10
    Thanks
    18
    My Mood
    Tired
    Quote Originally Posted by kayronsuo View Post
    This would be useful if somehow anyone could just make it into a plugin, that way you don't have to worry about using cheat engine and manually do it. Just a thought tho.
    I don't have any idea about how to convert ce script to grimoire plugin. If anyone can, here is the ce script:
    Code:
    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048)
    label(returnhere)
    label(originalcode)
    label(exit)
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    
    originalcode:
    mov [edi],(int)6
    pop edi
    pop esi
    pop ebp
    
    exit:
    jmp returnhere
    
    "Flash.ocx"+95F438:
    jmp newmem
    returnhere:
    
    
     
     
    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    "Flash.ocx"+95F438:
    mov [edi],esi
    pop edi
    pop esi
    pop ebp
    //Alt: db 89 37 5F 5E 5D

  7. The Following User Says Thank You to 0n1k4g3 For This Useful Post:

    kayronsuo (04-06-2020)

  8. #6
    kayronsuo's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    Me neither bud, hope somebody sees this, it will be really useful :P

  9. #7
    qaqweraq@@@'s Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    45
    This is useless, the only thing this does is skip the client-sided dc cooldown, you still can't connect to the same server for 60s, you could already do this even with just a speedhack.

  10. #8
    0n1k4g3's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Nowhere
    Posts
    4
    Reputation
    10
    Thanks
    18
    My Mood
    Tired
    Quote Originally Posted by qaqweraq@@@ View Post
    This is useless, the only thing this does is skip the client-sided dc cooldown, you still can't connect to the same server for 60s, you could already do this even with just a speedhack.
    Good luck hacking the server database then

  11. #9
    n n o i t r a's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    nice

    Quote Originally Posted by 0n1k4g3 View Post
    Good luck hacking the server database then
    what else can you do on the cheat engine in aqw? I'm interested depending on your services I can pay

  12. #10
    Blacklotus007's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    22
    My Mood
    Busy

    Thumbs up

    Quote Originally Posted by 0n1k4g3 View Post
    I'm new in this forum, i am bored and decided to show my asm skills on aqw. I bypassed disconnect timer with cheat engine, if you're interested, then you can install cheat engine and use this script like in the video.



    How to use?
    -Run script.
    -Attach it to Grimoire 3.8 (I didn't test it on other versions of grimoire)
    -When you disconnected, just enable script.
    -When you see login button again, disable script.
    -Then connect to another server (not same which you disconnected)

    VT: Click


    It doesnt work , just client side mate, the server still know ur issue , but nicetry

  13. #11
    Tryndart2's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Blacklotus007 View Post
    It doesnt work , just client side mate, the server still know ur issue , but nicetry
    It does work, just login to a different server.

Similar Threads

  1. District 187 How Can Bypass with Cheat engine ?
    By leftspace in forum District 187 Hacks & Cheats
    Replies: 7
    Last Post: 07-05-2013, 02:55 AM
  2. Dayz bypass with cheat engine?
    By Coldplay2 in forum DayZ Discussion
    Replies: 6
    Last Post: 12-05-2012, 10:51 AM
  3. Search: Undetected battleye script bypasser for spawning creates with cheat engine.
    By waowii in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 3
    Last Post: 07-26-2012, 07:27 AM
  4. [Detected] Bypass Xtrap with Cheat Engine
    By augusto3210 in forum CrossFire Hacks & Cheats
    Replies: 36
    Last Post: 06-14-2011, 03:19 AM
  5. need help with cheat engine hacks for u to tell me including amazing bypasser
    By george567 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-01-2007, 12:43 PM