Page 1 of 4 123 ... LastLast
Results 1 to 15 of 46
  1. #1
    dustyroo's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    123
    Reputation
    10
    Thanks
    130
    My Mood
    Cheerful

    How to use and make macros 100% undetected with python. No more AHK.

    This is just to get you thinking on ways you can still make anti-recoil, crouch jump, without ahk.
    You can turn this into an ads macro, rapid-fire, crouch jump but not an anti-recoil. You will need to look up how to send Direct Input for that one.


    How this works:
    What we are going to be doing is not using AHK anymore and instead, we are going to make our own macros using python.
    With python, we can run code from many places and that is how it can never be detected. We are going to run our code in CMD or Windows PowerShell.
    I don't think BlueHole will block cmd, ext. If they do you can run your code through python file, compile to exe and way more ways. They cant stop this.

    if you want me to make any macros tell me ill do it. But today:
    We are going to be running my BP afk farming bot. But it is the same process with any python script/file


    1)You will need knowledge of python or if you found a script.
    2)First off you are going to need to download Python 3.6.2 or later version and installed.
    3)Now for our purposes, you will need to open cmd and run the following commands:

    pip install pyautogui

    pip install psutil

    pip install Pillow

    4) Close and reopen cmd or Windows PowerShell(I'm using WPS but it is the same way for cmd.)
    5) type: Python
    it should look like this


    6) now copy all the code from https://pastebin.com/6WLZ4zrh
    7) Paste it and it should look like this


    8) I hit enter a few times so it now looks


    9) To run the bot we type: bot_first_start()
    10) now hit enter
    it should look like this



    11) Now follow the steps it tells you and make sure Pubg is open and let it farm BP for you!



    You can now make your own macros/scripts/programs and never have them be detected. You can add a gui to this and cmd will open it to make it more user-friendly.

  2. The Following 6 Users Say Thank You to dustyroo For This Useful Post:

    Allen Smithee (11-27-2017),bboyshad (11-15-2017),hoangtunnn1995 (11-15-2017),makzyz (11-15-2017),marcx093 (11-23-2017),natsu.anime (11-15-2017)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,840
    @dustyroo , i'll let this thread up

    "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


  4. #3
    brunogballer's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I can paste my code lag switch of AHK to python for ready ? The code is:

    *e::
    run C:\NetBalancer\nbcmd.exe settings priorities edit TslGame.exe Normal Blocked true,,hide
    return
    *q::
    run C:\NetBalancer\nbcmd.exe settings reset true,,hide

  5. #4
    natsu.anime's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    3
    is it possible to copy past the no recoil v5 to python? if not is it possible that you can make one ? please
    Last edited by natsu.anime; 11-15-2017 at 03:06 PM.

  6. #5
    ninjaman4bit's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    205
    My Mood
    Fine
    Quote Originally Posted by brunogballer View Post
    I can paste my code lag switch of AHK to python for ready ? The code is:

    *e::
    run C:\NetBalancer\nbcmd.exe settings priorities edit TslGame.exe Normal Blocked true,,hide
    return
    *q::
    run C:\NetBalancer\nbcmd.exe settings reset true,,hide
    no, you will need to change the code.

  7. #6
    brunogballer's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ninjaman4bit View Post
    no, you will need to change the code.
    Can you help me ?

  8. #7
    DamnSamiel's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I wrote "pip install pyautogui" and the cmd says " 'pip' is not recognized as an internal or external command, operable program or batch file"

  9. #8
    dustyroo's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    123
    Reputation
    10
    Thanks
    130
    My Mood
    Cheerful
    Quote Originally Posted by DamnSamiel View Post
    I wrote "pip install pyautogui" and the cmd says " 'pip' is not recognized as an internal or external command, operable program or batch file"
    type python in and hit enter
    does this happen when you do that?

  10. #9
    rHFJTjjrtjetrjer5jtjrtjrtj's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    can you make one no recoil for m4, scar, akm, ump, uzi, etc please ?

  11. #10
    dustyroo's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    123
    Reputation
    10
    Thanks
    130
    My Mood
    Cheerful
    Quote Originally Posted by Kaefe View Post
    can you make one no recoil for m4, scar, akm, ump, uzi, etc please ?
    Ill try to, I have 5 days off school next week.

  12. #11
    modder99's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    14
    You do know that AHK isn't what got everyone banned.... It was repetitive, inhuman mouse input is what will get you banned. You can write a script using ranged random variables to mirror human behavior and it will be undetectable.

  13. #12
    seph137's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    36
    Reputation
    24
    Thanks
    2
    can you make crouch jump, fast ADS and auto fire please? just that one I dont mind even if theres no "no recoil" in there. But much better if there is. Thank you!

  14. #13
    leopard2's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by modder99 View Post
    You do know that AHK isn't what got everyone banned.... It was repetitive, inhuman mouse input is what will get you banned. You can write a script using ranged random variables to mirror human behavior and it will be undetectable.
    For me its was AHK that me banned!

    - - - Updated - - -
    @dustyroo why is python 100% undetected,Can you tell me

  15. #14
    Scenic.'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Wales, UK
    Posts
    589
    Reputation
    149
    Thanks
    209
    I've made progress writing a Crouch Jump script for usage with python but I can't seem to finish it... I found the packages required for such an operation and have written the basis of a script but it's not working 100% yet... My work so far -

    Requires boppreh/keyboard, to install open CMD as admin and type -

    py -m pip install keyboard

    Code:
    import keyboard
    
    keyboard.add_hotkey('shift+space', lambda: keyboard.press_and_release('shift+c'))
    
    keyboard.wait('end')
    The above code prompts to listen for the keys SHIFT+SPACE pressed together and returns the combination SHIFT+C in response, but it spams the response way too much and doesn't work correctly to crouch jump... keyboard.wait is set to listen for the END key to stop the script.

  16. #15
    HaZe_7's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by modder99 View Post
    You do know that AHK isn't what got everyone banned.... It was repetitive, inhuman mouse input is what will get you banned. You can write a script using ranged random variables to mirror human behavior and it will be undetectable.
    Wrong. It was AHK that got everyone banned because of signature-based detection, not inhuman mouse movement.

    To be more specific:
    Code:
    sig_23
    {
    	header:    [ ED 04 07 ]Size: 23
    	sig_bytes: [ 0E 41 75 74 6F 48 6F 74 6B 65 79 2E 65 78 65 41 75 74 6F 46 69 72 65 ]
    	sig_ascii: [A u t o H o t k e y . e x e A u t o F i r e ]
    }
    sig_24
    {
    	header:    [ ED 04 07 ]Size: 23
    	sig_bytes: [ 0E 41 75 74 6F 48 6F 74 6B 65 79 2E 65 78 65 4E 6F 52 65 63 6F 69 6C ]
    	sig_ascii: [A u t o H o t k e y . e x e N o R e c o i l ]
    }
    credits to cra0 from uc

Page 1 of 4 123 ... LastLast

Similar Threads

  1. how i make a dll undetected with hex edit? send me prints and videos plz
    By irenegado in forum Alliance of Valiant Arms (AVA) Help
    Replies: 8
    Last Post: 02-20-2013, 02:05 PM
  2. [Outdated] How to use and best settings for 'MW3 .NET External ESP v2.4 [1.7.413]' by master131
    By Plyable in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 21
    Last Post: 07-18-2012, 08:27 PM
  3. Can anyone tell me how to use the Xai macro?
    By Riptooth in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 11-17-2011, 04:26 PM
  4. [Tutorial] How to bind and make sure you didn't bind the wrong thing on evie.
    By TheGoodLife in forum Vindictus Tutorials
    Replies: 30
    Last Post: 08-12-2011, 06:02 PM
  5. [Tutorial] How to use and setup Jbit
    By MeBotVic in forum Vindictus Tutorials
    Replies: 5
    Last Post: 05-23-2011, 03:29 PM