Register for your free account! | Forgot your password?

You last visited: Today at 09:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Bypass (suspender) src

Discussion on Bypass (suspender) src within the Dekaron Exploits, Hacks, Bots, Tools & Macros forum part of the Dekaron category.

Reply
 
Old 12/31/2012, 01:01   #31
 
PureEnergy3's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 346
Received Thanks: 121
Quote:
Originally Posted by xaras123 View Post
well doesnt work for me ..or i just cant handle it in my brain.exe...
-start the game..log in into the char..respawn.
-minimalizing , turning on ur suspender..
-turning the CE on.
-CE gets minimalized and unable to maxmimalize it
-then Xgin 3third program alert shows up
idk.
Are you able to play when running the game normal and CE closed? i couldn't even do that.. Had to uninstall CE before it let me.

I think you have to DLL inject on the breakpoint this suspender gives.

Either that or figure a way of making CE invisible.
PureEnergy3 is offline  
Old 12/31/2012, 12:30   #32

 
Spazman6117's Avatar
 
elite*gold: 120
Join Date: Nov 2007
Posts: 1,094
Received Thanks: 162
Cool

Quote:
Originally Posted by Dr.Invisible View Post
Suspending **** is still working O.o
Fortunately yes,

See, xigncode has to actually be running for xigncode to detect if it has been suspended or not and luckily can be suspended during the loading time of xigncode thus letting you activate hacks and modify memory code before xigncode can detect ANYTHING
Spazman6117 is offline  
Old 01/16/2013, 13:04   #33
 
elite*gold: 0
Join Date: Oct 2007
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by gawron25 View Post
Code:
#include <NomadMemory.au3>
#include <Array.au3>
#include <Memory.au3>
#include <File.au3>


Call("monster2")

Func monster2()
   
    $list1 = ProcessList()
    $msg1 = _arrayfindall($list1, "Dekaron.exe", 1, $list1[0][0])
    If @error = 6 Then
        Call("monster")
    EndIf
    For $z = 1 To 1
        $listdone1 = _arraycombinations($msg1, $z, "")
    Next
    While 1
        $list = ProcessList()
        $msg = _arrayfindall($list, "Dekaron.exe", 1, $list[0][0])
        For $i = 1 To 1
            $listdone = _arraycombinations($msg, $i, "")
        Next
        If $listdone[0] > $listdone1[0] Then
            $x = $list[$listdone[$listdone[0]]][1]
            While 1
                $handle = _memoryopen($x)
                $test = _memoryread(0x009807AE, $handle, "byte")
                If $test = 204 Then
                    _processsuspend($x)
                    _processsuspend("xxd.xem")
                    _processsuspend("x3.xem")
                    _processsuspend("xmag.xem")
                    _processsuspend("vtany.sys")
                    _memoryclose($handle)
                    Sleep(10)
                    _filewritetoline("PID.txt", 4, $x, 0)
                    MSGBOX ( 44096 , "DEKARON" , "ACTIVE HACKS THEN PRESS OK" ) 
                    _processresume($x)
                    _processresume("xxd.xem")
                    _processresume("x3.xem")
                    _processresume("xnag.xem")
                    Exit 
                EndIf
            WEnd
        EndIf
    WEnd
EndFunc

Func monster()
    While 1
       sleep(100)
        If ProcessExists("Dekaron.exe") Then
            $proces_id = ProcessExists("Dekaron.exe")
            $handle = _memoryopen($proces_id)
            $test = _memoryread(0x009807AE, $handle, "byte")
            If $test = 204 Then
                _processsuspend($proces_id)
                _processsuspend("xxd.xem")
                _processsuspend("x3.xem")
                _processsuspend("xmag.xem")
                _processsuspend("vtany.sys")
                _memoryclose($handle)
                Sleep(10)
                _filewritetoline("PID.txt", 4, $proces_id, 0)
                MSGBOX ( 44096 , "DEKARON" , "ACTIVE HACKS THEN PRESS OK" ) 
                _processresume($proces_id)
                _processresume("xxd.xem")
                _processresume("x3.xem")
                _processresume("xnag.xem")
                Exit 
            EndIf
        EndIf
    WEnd
EndFunc

Func _memorywritemod($adress, $handle, $data)
    $count = StringSplit($data, " ")
    For $i = 0 To Binary($count[0] - 1) Step 1
        $hexcount = "0x" & $count[$i + 1]
        _memorywrite($adress + $i, $handle, Binary($hexcount), "byte")
    Next
EndFunc

Func _processsuspend($processid)
    If $processid Then
        $ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
        $i_sucess = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $ai_handle[0])
        DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
        If IsArray($i_sucess) Then
            Return 1
        Else
            SetError(1)
            Return 0
        EndIf
    Else
        SetError(2)
        Return 0
    EndIf
EndFunc

Func _processresume($processid)
    If $processid Then
        $ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
        $i_sucess = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $ai_handle[0])
        DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
        If IsArray($i_sucess) Then
            Return 1
        Else
            SetError(1)
            Return 0
        EndIf
    Else
        SetError(2)
        Return 0
    EndIf
EndFunc
this still working?
twisted132 is offline  
Old 01/16/2013, 17:14   #34
 
elite*gold: 0
Join Date: Apr 2011
Posts: 635
Received Thanks: 54
Quote:
Originally Posted by twisted132 View Post
this still working?
yes
janko100 is offline  
Old 01/20/2013, 00:41   #35
 
Skate2Moons's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 92
Received Thanks: 5
This work to suspend and resume dekaron, but when you press ok, dekaron detect that....
Skate2Moons is offline  
Old 01/23/2013, 19:40   #36
 
elite*gold: 0
Join Date: Oct 2010
Posts: 5
Received Thanks: 0
non va sul mio pc
Vincenzik is offline  
Old 01/24/2013, 00:19   #37
 
elite*gold: 0
Join Date: Aug 2009
Posts: 5
Received Thanks: 1
does it work? anyone??
freddhy is offline  
Old 01/24/2013, 05:23   #38
 
elite*gold: 0
Join Date: Apr 2011
Posts: 635
Received Thanks: 54
Quote:
Originally Posted by freddhy View Post
does it work? anyone??
yes it works
janko100 is offline  
Old 01/24/2013, 05:34   #39
 
Skate2Moons's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 92
Received Thanks: 5
who can send me a private of how is the method for use the scrips hacks?? Cheat engine is off now !!
Skate2Moons is offline  
Old 01/24/2013, 17:51   #40
 
elite*gold: 0
Join Date: Apr 2011
Posts: 635
Received Thanks: 54
Quote:
Originally Posted by Skate2Moons View Post
who can send me a private of how is the method for use the scrips hacks?? Cheat engine is off now !!
CE still works... idk what u troling around
janko100 is offline  
Old 01/25/2013, 15:08   #41
 
Skate2Moons's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 92
Received Thanks: 5
Quote:
Originally Posted by janko100 View Post
CE still works... idk what u troling around
The problem is that the CE is detected by xingcode as third party programs even using this script. I dont know how to run the CE in a invisible mode for evade this problem. You get to understand me now??
Skate2Moons is offline  
Old 01/25/2013, 17:52   #42
 
elite*gold: 0
Join Date: Apr 2011
Posts: 635
Received Thanks: 54
Quote:
Originally Posted by Skate2Moons View Post
The problem is that the CE is detected by xingcode as third party programs even using this script. I dont know how to run the CE in a invisible mode for evade this problem. You get to understand me now??
CE still works. Make trainer and run as administrator...
janko100 is offline  
Old 01/25/2013, 21:55   #43
 
elite*gold: 0
Join Date: Nov 2009
Posts: 53
Received Thanks: 9
please pm me hot to use this script
pajurpl is offline  
Old 01/26/2013, 08:48   #44
 
bozkurts's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 27
Received Thanks: 0
I have not run the. thirty party tools alert.. how to run this baypass. Im use auto it 64 bit
and convert exe scprit and run after active hack and press ok and detected hack.
bozkurts is offline  
Old 01/26/2013, 12:58   #45
 
elite*gold: 0
Join Date: Apr 2011
Posts: 635
Received Thanks: 54
Quote:
Originally Posted by bozkurts View Post
I have not run the. thirty party tools alert.. how to run this baypass. Im use auto it 64 bit
and convert exe scprit and run after active hack and press ok and detected hack.
U first run this script in this thread. Then u press play and then u enable hacks and exit CE...
janko100 is offline  
Reply

Tags
suspender


Similar Threads Similar Threads
a suspender is a bypass?
12/20/2011 - S4 League - 3 Replies
sorry for the question but someone told me that a suspender is a bypass and he told me u can change item values with it when u suspend xtrapp and s4 league it works but idk if its right please help me if its right tell me how exactly (i mean when should i suspend and when ....)thanks.....
[TuT] "Suspender" HTD Bypass
06/25/2011 - S4 League Hacks, Bots, Cheats & Exploits - 28 Replies
Hi Eliters. I have got an other TuT for you. ____________________________________________ Don't Worry this is very simple and well explained. After a lot of time using the "Cytriik Trainer" I realised that the way it is not detected is simple.It suspends "Aegis.exe" and "Aegis64.exe" Process. So to test it I deleted the "Cytriik Trainer" Dll's from my S4 League folder and got a random hack.I suspend the two processes and Log In to my S4 Account,Nothing it was not detected. Things...



All times are GMT +2. The time now is 09:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.