LightbulbAmazing Scripts Compilation By Dayshyda (Undetected + Tutorials)

Posts 115 of 45 · Page 1 of 3
Amazing Scripts Compilation By Dayshyda (Undetected + Tutorials)
Hi MPGH!

I've make a cool AHK scripts compilation, in which u can found:

- External Crosshair Script (Work for all games)
- Recoil Reducer Script
- Quickscope + Quickswitch Script
- BHop script


I will also teach you how to modify those scripts to use it with your personal KeyBinding, or how to change the Recoil Reducer configuration for your mouse config.
You will found the .rar file with all scripts in the attachments.
For edit scripts, right click on a .ahk and click "edit script", then go to the line i say for modify the key!
All script can't be detected by VAC because it don't touch the game's memory. It is only using your keyboard and your mouse! The crosshair is also made in AHK so no problem for using it. I recommend to not compile scripts and just right click on the .ahk and make "run"


Important :You can found the AHK KEYLIST by typing that on GOOGLE: "AHK keylist"





Crosshair Script:
Launch "Run this for Crosshair.ahk" to use the script (do not run others files).
For put the crosshair on the middle of a window, press "0" by default on your Numpad.
You can also move the crosshair with WINDOWS Button + Arrows.
To modify the crosshair, u have to make a .png with your crosshair in, and with a transparent font. Then replace the original Crosshair.png by your PNG and then rename it into Crosshair.png





Recoil Reducer Script:
Press "1" by default on your Numpad to turn it On, or OFF.
When u will use the Left Button for shot in CSGO, it will move your mouse for reduce the recoil.
But the actual configuration is for a 400 DPI mouse and 0.7 sensitivity.

To change the key for ON/OFF, modify the RED keys into the key your want:

Code:
Numpad1:: Hotkey, *~$MButton, Toggle
To edit the script for make it work with your mouse config, you just have to change the following numbers that i put on RED color:
Code:
       	DllCall("mouse_event", uint, 1, int, 0, int, 7, uint, 0, int, 0)
		Sleep, 15
		DllCall("mouse_event", uint, 1, int, 0, int, 9, uint, 0, int, 0)
		Sleep, 5
Change those numbers and try it the script, when you feel it good for your mouse config, just save and keep using it.






Quickscope + Quickswitch:
Just shot with a AWP or SSG, it will quickscope and quickswitch.
Just modify the RED letters into your Key for "Last used weapon"

Code:
send {q}
      sleep 5
      send {q}




BHop Script:
Press "1" by default on your Numpad to turn it On, or OFF.
When in Game, keep pressing the middle mouse Button for Bhopping.

To change the key for ON/OFF, modify the RED keys into the key your want:

Code:
Numpad1:: Hotkey, *~$MButton, Toggle
To change key for BHop, change ALL keys in RED into the key you want:
Code:
Numpad1:: Hotkey, *~$MButton, Toggle
Code:
*~$MButton::
To make the script use your JUMP KEY, change the RED key into your:
Code:
Send, {Blind}{Space}


Don't forget to say if a script is not working, i will repair it!
You can ask me all questions you want about those script, i can help u

Virus Scans:
https://www.virustotal.com/en/file/9...5af5/analysis/
http://virusscan.jotti.org/en/scanre...17cec5014c0f3d
[MPGH]Amazing Scripts Compilation By Dayshyda_mpgh.net.rar22 KB · 1,106 downloads Clean
Need 2 virus scans.
Oh yes sorry forgot the second, i'm going to edit my post
wow thanks for the scrips!
Quote Originally Posted by csgoskins View Post
wow thanks for the scrips!
The codes shows are not the scripts, it's only the lines to modify
The scripts are in the rar file.
Quote Originally Posted by uhjvhv View Post
The codes shows are not the scripts, it's only the lines to modify
The scripts are in the rar file.
why put .ahk file in a .rar ?... it's pretty useless.
Quote Originally Posted by REYTEghergergerg View Post
why put .ahk file in a .rar ?... it's pretty useless.
So instead of people downloading the .ahk file straight through downloading, it will be easier for you to mov the directionary, Plus... If it wasn't in a .rar file, then he'll have to do seperate virus scans and uploads.
wow thanks for the scrips!
Looks amazing thanks for this can't wait till its approved!
Quickswitch can be done without script as well: type this in your autoexec.cfg

alias +quickswitch slot2
alias -quickswitch slot1
bind Q +quickswitch
Looks good.

//Approved
Hey man, nice work !
But is there any way i can add an On/Off Key for the AWP/SSG Quickscope & Quickswitch ?
Hi i am back!

Thanks all for all the comments, feedbacks!

Quote Originally Posted by Random95 View Post
Hey man, nice work !
But is there any way i can add an On/Off Key for the AWP/SSG Quickscope & Quickswitch ?
Of course it can be done, i will do it for you right now
Just right click on the .ahk, then click "edit", then remove the old script for that:


For the AWP:
Code:
Numpad1:: Hotkey, *~$LButton, Toggle

*~$LButton::
{     send {RButton Down}
      send {Shift}
      sleep 275
      MouseClick,left
      send {RButton Up}
      send {RButton down}
      MouseClick, Right
      send {q}
      sleep 5
      send {q}
      sleep 1175
   }

And for the scout:
Code:
Numpad1:: Hotkey, *~$LButton, Toggle

*~$LButton::
{     send {RButton Down}
      send {Shift}
      sleep 100
      MouseClick,left
      send {RButton Up}
      send {RButton down}
      MouseClick, Right
      send {q}
      sleep 5
      send {q}
      sleep 960
   }

Press Numpad 1 for ON/OFF, you can change the on/off hotkey with the same way than others scripts above
Wow mate, thx thx thx :P
Posts 115 of 45 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?