Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 54
  1. #31
    phoondos1's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    if you use the bypass you can inject lua in servers with cl_allowcslua 0

  2. #32
    bombom21's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Exclamation Does not work anymore :)

    Quote Originally Posted by FloUxHacKZ View Post
    Hello and Welcome
    Today, i shall teach you how to successfully bypass a Server's Anti-Cheat, and how to successfully exploit a servers backdoor.
    ! This is a guide for skids/newbies that wish to cheat on GMOD !
    Remember to Thank my post <3

    ---------


    Alright, so - First thing's first, for this tutorial we're gonna use the "External" Injection method, this method is one of the safest methods to use whilst bypassing a server's anti-cheat system, it's mostly internal and it exploit's GMOD Document Lua Injection.To successfully perform this method, you're gonna have to do the following steps:

    1. Navigate to your "Documents" folder [This PC/Documents]
    2. Create a file called "external"
    3. Place all of your exploits/script files inside of this directory (Place all your Lua files in here).
    4. Place the .Lua "Bypass" file that i have provided inside of this folder.
    5. Now - You're going to need "Extreme Injector V4" or any other functional injector.
    6. Open Garry's Mod
    7. Inject "Bypass.dll" Into GMOD using the Injector.
    8. Join any server that you wish to cheat on (Notice! Some servers have failsafes, i'm not responsible if you decide to use blatant cheats on several servers, such as 100% accurate BHOP and so on).
    9. After you have successfully injected GMOD with the Bypass.DLL, you must open the console and type "external bypass.lua", now a small window will open up.
    10. Copy paste the following code in the said window :
    Code:
     local net_xyet = net.Start
    function net.Start(o,p)
    if o == "SwiftAC_aysent" then return end
    net_xyet(o,p)
    end
    11. Press "RUN" On the top-right corner
    12. Do the same for any script/cheat that you wish to run, basically copy paste the code inside of the small box and click run. (This is if the server has an Anti-Cheat).
    12 (B). If the server doesn't have an Anti-Cheat, you can simply use "External" To run your scripts/cheats, for example "external cheat1.lua"..And so on.

    So! That's that for running cheats/script on servers, this method works 99% Of the time, i have been using it for a long time

    ---------

    Alright So- Exploitation wise, you need to have inside access to actually set a backdoor inside of the server, if not - Maybe you can get lucky and notice that the server is already backdoored... Let us begin!

    1. First thing's first, get yourself a backdoor menu that you wish to use (I usually enjoy using odium / blacksmurf)
    2. Log-In to the server panel and navigate to the gamemode that the server uses ( garrysmod/gamemodes/x/ )
    3. Find a hookable .lua file that has been written for the gamemode, this can mean a plugin or simply a job made for a DarkRP Server
    4. Get your line of code ready ( This is the Odium exploit line of code : / Every Exploit Menu has different triggers )
    5. Place the said line of code anywhere inside of the .Lua file and restart the server.
    6. Use your exploit menu and exploit the said line of code for server access.
    7. Have fun with whatever-your exploit menu allows you to do.
    ! Notice ! Several exploits are patched now-a-days, if you find an already back-doored server and you attempt to use an exploit you will most likely get banned automatically by SSA.

    ---------

    This guide was mostly made for newbies- So they can get the hang of things, anyways, i will soon make another thread with my personal script pack, depending on how this one goes.
    Feel free to leave your questions in the comment section.

    VirusScan :
    https://www.virustotal.com/gui/file-...Ng==/detection

    TYPE executer IN THE CONSOLE TO OPEN THE LUA WINDOW!
    This is about impossible CAC is able too detect about all hacks or scripts tried on about 6 different servers nothing happends

  3. #33
    AyeSup's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    thanks my man

  4. #34
    Alferno11's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Thank you for this, mate!

  5. #35
    xMorgiie's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    When I do external bypass.lua in console, the window doesn't show up. Is the bypass patched?

  6. #36
    longlivejahsey's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    does this still work?

  7. #37
    mogi2532's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Doh
    Quote Originally Posted by FloUxHacKZ View Post
    Hello and Welcome
    Today, i shall teach you how to successfully bypass a Server's Anti-Cheat, and how to successfully exploit a servers backdoor.
    ! This is a guide for skids/newbies that wish to cheat on GMOD !
    Remember to Thank my post <3

    ---------


    Alright, so - First thing's first, for this tutorial we're gonna use the "External" Injection method, this method is one of the safest methods to use whilst bypassing a server's anti-cheat system, it's mostly internal and it exploit's GMOD Document Lua Injection.To successfully perform this method, you're gonna have to do the following steps:

    1. Navigate to your "Documents" folder [This PC/Documents]
    2. Create a file called "external"
    3. Place all of your exploits/script files inside of this directory (Place all your Lua files in here).
    4. Place the .Lua "Bypass" file that i have provided inside of this folder.
    5. Now - You're going to need "Extreme Injector V4" or any other functional injector.
    6. Open Garry's Mod
    7. Inject "Bypass.dll" Into GMOD using the Injector.
    8. Join any server that you wish to cheat on (Notice! Some servers have failsafes, i'm not responsible if you decide to use blatant cheats on several servers, such as 100% accurate BHOP and so on).
    9. After you have successfully injected GMOD with the Bypass.DLL, you must open the console and type "external bypass.lua", now a small window will open up.
    10. Copy paste the following code in the said window :
    Code:
     local net_xyet = net.Start
    function net.Start(o,p)
    if o == "SwiftAC_aysent" then return end
    net_xyet(o,p)
    end
    11. Press "RUN" On the top-right corner
    12. Do the same for any script/cheat that you wish to run, basically copy paste the code inside of the small box and click run. (This is if the server has an Anti-Cheat).
    12 (B). If the server doesn't have an Anti-Cheat, you can simply use "External" To run your scripts/cheats, for example "external cheat1.lua"..And so on.

    So! That's that for running cheats/script on servers, this method works 99% Of the time, i have been using it for a long time

    ---------

    Alright So- Exploitation wise, you need to have inside access to actually set a backdoor inside of the server, if not - Maybe you can get lucky and notice that the server is already backdoored... Let us begin!

    1. First thing's first, get yourself a backdoor menu that you wish to use (I usually enjoy using odium / blacksmurf)
    2. Log-In to the server panel and navigate to the gamemode that the server uses ( garrysmod/gamemodes/x/ )
    3. Find a hookable .lua file that has been written for the gamemode, this can mean a plugin or simply a job made for a DarkRP Server
    4. Get your line of code ready ( This is the Odium exploit line of code : / Every Exploit Menu has different triggers )
    5. Place the said line of code anywhere inside of the .Lua file and restart the server.
    6. Use your exploit menu and exploit the said line of code for server access.
    7. Have fun with whatever-your exploit menu allows you to do.
    ! Notice ! Several exploits are patched now-a-days, if you find an already back-doored server and you attempt to use an exploit you will most likely get banned automatically by SSA.

    ---------

    This guide was mostly made for newbies- So they can get the hang of things, anyways, i will soon make another thread with my personal script pack, depending on how this one goes.
    Feel free to leave your questions in the comment section.

    VirusScan :
    https://www.virustotal.com/gui/file-...Ng==/detection

    TYPE executer IN THE CONSOLE TO OPEN THE LUA WINDOW!
    Ithink it got Patched when itry to exclude command in console it dosent do anything.......................

  8. #38
    OldDiablo's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by FloUxHacKZ View Post
    Hello and Welcome
    Today, i shall teach you how to successfully bypass a Server's Anti-Cheat, and how to successfully exploit a servers backdoor.
    ! This is a guide for skids/newbies that wish to cheat on GMOD !
    Remember to Thank my post <3

    ---------


    Alright, so - First thing's first, for this tutorial we're gonna use the "External" Injection method, this method is one of the safest methods to use whilst bypassing a server's anti-cheat system, it's mostly internal and it exploit's GMOD Document Lua Injection.To successfully perform this method, you're gonna have to do the following steps:

    1. Navigate to your "Documents" folder [This PC/Documents]
    2. Create a file called "external"
    3. Place all of your exploits/script files inside of this directory (Place all your Lua files in here).
    4. Place the .Lua "Bypass" file that i have provided inside of this folder.
    5. Now - You're going to need "Extreme Injector V4" or any other functional injector.
    6. Open Garry's Mod
    7. Inject "Bypass.dll" Into GMOD using the Injector.
    8. Join any server that you wish to cheat on (Notice! Some servers have failsafes, i'm not responsible if you decide to use blatant cheats on several servers, such as 100% accurate BHOP and so on).
    9. After you have successfully injected GMOD with the Bypass.DLL, you must open the console and type "external bypass.lua", now a small window will open up.
    10. Copy paste the following code in the said window :
    Code:
     local net_xyet = net.Start
    function net.Start(o,p)
    if o == "SwiftAC_aysent" then return end
    net_xyet(o,p)
    end
    11. Press "RUN" On the top-right corner
    12. Do the same for any script/cheat that you wish to run, basically copy paste the code inside of the small box and click run. (This is if the server has an Anti-Cheat).
    12 (B). If the server doesn't have an Anti-Cheat, you can simply use "External" To run your scripts/cheats, for example "external cheat1.lua"..And so on.

    So! That's that for running cheats/script on servers, this method works 99% Of the time, i have been using it for a long time

    ---------

    Alright So- Exploitation wise, you need to have inside access to actually set a backdoor inside of the server, if not - Maybe you can get lucky and notice that the server is already backdoored... Let us begin!

    1. First thing's first, get yourself a backdoor menu that you wish to use (I usually enjoy using odium / blacksmurf)
    2. Log-In to the server panel and navigate to the gamemode that the server uses ( garrysmod/gamemodes/x/ )
    3. Find a hookable .lua file that has been written for the gamemode, this can mean a plugin or simply a job made for a DarkRP Server
    4. Get your line of code ready ( This is the Odium exploit line of code : / Every Exploit Menu has different triggers )
    5. Place the said line of code anywhere inside of the .Lua file and restart the server.
    6. Use your exploit menu and exploit the said line of code for server access.
    7. Have fun with whatever-your exploit menu allows you to do.
    ! Notice ! Several exploits are patched now-a-days, if you find an already back-doored server and you attempt to use an exploit you will most likely get banned automatically by SSA.

    ---------

    This guide was mostly made for newbies- So they can get the hang of things, anyways, i will soon make another thread with my personal script pack, depending on how this one goes.
    Feel free to leave your questions in the comment section.

    VirusScan :
    https://www.virustotal.com/gui/file-...Ng==/detection

    TYPE executer IN THE CONSOLE TO OPEN THE LUA WINDOW!
    Any chance of you making a video on how you do these steps? (Me and others included are having some problems with following the steps on our own.)

  9. #39
    Vegetable312's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    When I try "external bypass.lua" it doesn't come up with a menu. This happens with every bypasser i've tried. Does anyone know how to fix this?

  10. #40
    LuaHax's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    US, CA
    Posts
    284
    Reputation
    10
    Thanks
    935
    My Mood
    Amused
    I'm still getting banned by servers. They detect that I'm trying to write to the net library is there anyway around this other than backdooring yourself? I'm using blacksmurf

  11. #41
    Sizzyzzz222!'s Avatar
    Join Date
    Nov 2019
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Bypass.dll is with ur collections goodgood. can u external bypass.lua while in menu not in server?
    Last edited by Sizzyzzz222!; 11-13-2019 at 01:49 PM.

  12. #42
    JohnyDD's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    the small window wont pop up

    - - - Updated - - -

    the small window wont pop up

  13. #43
    Natecat's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    You need to use the command executer to get the small window to pop up. Pretty obvious if you just read the lua file you are running...

  14. #44
    that1guy420's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Hungover

    Question i still dont get the backdoor tutorial

    im stuck at these questions
    2. Log-In to the server panel and navigate to the gamemode that the server uses ( garrysmod/gamemodes/x/ )
    3. Find a hookable .lua file that has been written for the gamemode, this can mean a plugin or simply a job made for a DarkRP Server
    4. Get your line of code ready ( This is the Odium exploit line of code : / Every Exploit Menu has different triggers )
    5. Place the said line of code anywhere inside of the .Lua file and restart the server.
    (ps im using the odiumbackdoor)
    Last edited by that1guy420; 03-01-2020 at 10:56 AM.

  15. #45
    Dean's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    133
    Reputation
    26
    Thanks
    60
    works fine, thanks!

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] !CAC Anticheat Bypass | Simple Lua | 100% Working | Cake Anticheat Bypass
    By max1612 in forum Garry's Mod Hacks & Cheats
    Replies: 54
    Last Post: 07-20-2018, 07:40 AM
  2. [Tutorial] How to Post a Hack Correctly (Noob Guide)
    By Ian in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 10-11-2009, 10:47 PM
  3. Request:Flex Anticheat bypass?
    By bloodprof in forum Anti-Cheat
    Replies: 0
    Last Post: 09-10-2009, 11:51 PM
  4. CrossFire Noob Guide: Tips and Hints
    By SenGinJin in forum CrossFire Hacks & Cheats
    Replies: 8
    Last Post: 08-19-2009, 10:04 PM
  5. Visual Basic 6 portable (1link-5mb) & Noob Guide
    By leonard208 in forum Visual Basic Programming
    Replies: 4
    Last Post: 04-14-2009, 07:58 AM