PostMACROS| ADS|Crouch Jump |100% undetected with python.

Posts 16–30 of 38 · Page 2 of 3
Quote Originally Posted by bigblackmichael View Post
i already did step 2
if the error has "can't open file 'pip' " then its a error with the environment variable aka step 2
aye dustyroo. any progress with no recoil?
btw ur CJ and ADS work fine. sorry to tell u this late
@dustyroo nice work man , but your ads still need to fix , it keep scooping while walking , but the Crouch Jump is Working

sorry for bad english
can u help me build a simpel script for dragin mouse Cursor down when Lbutton is pressed ?

I can define speed / ms / sleep my self iam struggeling very hard

- - - Updated - - -

Quote Originally Posted by dustyroo View Post
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 and other programs. If they do you can run your code in other places.

DO NOT:
Run through the python idle shell. They can block that like they did ahk.
Don't make it into a .py file or compile to an exe and run it. Might detect the sig.

INFO:
if you want me to make any macros tell me ill do it. I'm now back after a 2 week break.
If you are having an error tell me so I can fix it and update the pastebin code.
I added a chance of successfully doing a crouch jump if you want to look more 'legit'. Its default is at 100% chance so you will always crouch jump.

Code:
list of keys to use in keybinds: -with mac and windows support.
https://pastebin.com/KMjqvkTV

The Code V1.04: - read my comments on the pastebin if you want to change keybinds
https://pastebin.com/GcTS1D7S
Keybinds:
f5 = ads toggle on/off
f6 = crouch jump toggle on/off
f7 = panic stop the script
shift+alt = shift and left alt have to be hit in any order but both pressed at the same time to crouch jump. this can be channged
Tutorial:
Use this process and it is the same process with any python script/file. If you know what you are doing you can skip this.

1)First off you are going to need to download Python 3.6.2 or later version and installed.
2)Make sure the install directory and scripts was added to your environment variables. Should look like this but mine is on my D: drive. If you don't know how to check. search in your control panel on your pc for 'environment variables'. Then under variables find and click 'path' then click 'edit'

3)Now we need, you will need to open cmd As ADMIN and run the following commands. One way might work, others may not so I'm including them all.

pip install NameOfPackage

py pip install NameOfPackage

-m pip install NameOfPackage

python -m pip NameOfPackage

Change NameOfPackage to:

keyboard
example: pip install keyboard

after that is done being installed change keyboard to:

mouse
example: pip install mouse

I already have it installed but it will look something like this if you retry to download it


4) type:python it should look like this if not you have not installed python correctly(does not need to be in admin anymore)

5) now copy all the code and paste it in notepad or other text editor programs if you want to make changes to it for keybinds, chance of successfully doing a crouch jump or anything else recopy when done. Then paste it into CMD and hit enter a few times and it should look like this


6) Now you are done. Hit your keybinds to activate/deactivte ads or crouch jump, ext and go!


EDIT last msg
Quote Originally Posted by dustyroo View Post
- - - Updated - - -



ok, I will fix this thanks man.

- - - Updated - - -

Fix it! Should all work now. Tell me how to goes.
@dustyroo same problem..its keep scoping while walking......
i build a recoil macro now, can u tell me why i cant execude the Code via cmd > python - when i paste the Code, it dosent work, if i use it with python as py or exe or either IDLE its working fine

any ideas ?
Quote Originally Posted by balashov View Post
i build a recoil macro now, can u tell me why i cant execude the Code via cmd > python - when i paste the Code, it dosent work, if i use it with python as py or exe or either IDLE its working fine

any ideas ?
can u give me the recoil macro code.... I try if work fine..

Right now,im searching for no recoil marco for using python...
Quote Originally Posted by raifudindeyn View Post
can u give me the recoil macro code.... I try if work fine..

Right now,im searching for no recoil marco for using python...
lol....... no ? Why should i, i coded it with no knowledge from scratch, go to google > read > try out should work
Quote Originally Posted by raifudindeyn View Post
can u give me the recoil macro code.... I try if work fine..

Right now,im searching for no recoil marco for using python...
If you want you can make it belive me. With searching + trial and error got my anti-recoil working. Now the only issue is solving the fact that it doesn't move the weapon in-game. It moves in the menu etc.. but in game nop. I belive i'll solve it, if not then fck it
Quote Originally Posted by balashov View Post
i build a recoil macro now, can u tell me why i cant execude the Code via cmd > python - when i paste the Code, it dosent work, if i use it with python as py or exe or either IDLE its working fine

any ideas ?
Most if not all addons like pyinput and pyautogui do not send direct inputs with mouse movements so they are ignored by the game that is why it does not work.

I'm trying to put mouse inputs through a fake controller and it should work.

- - - Updated - - -

Quote Originally Posted by raifudindeyn View Post
can u give me the recoil macro code.... I try if work fine..

Right now,im searching for no recoil marco for using python...
Answered ^

- - - Updated - - -

Quote Originally Posted by raifudindeyn View Post
@dustyroo same problem..its keep scoping while walking......
idk why is causing this issue but V1 is out and is probably outdated with the game now having it, unless you want to toggle ads.
u dont need crouch jump anymore wth vaultng
First: I'm sorry for my bad english (Isn't my primary language)
-----------------------------------------------------------
Second:
Can you answer a noob question ?
I wanna know if this is undetected for Rainbow6 too (Uses the same Anti-Cheat than PUBG, BattleEye) and how I can do a "no-recoil" script for R6, It's only shake (Yes, only shake the mouse) the mouse, but I don't know anything about Python.
I have some AHK Scripts here but I don't know how I can "translate" this to python.
I'm searching for this since now (After I read your post).
Posts 16–30 of 38 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?