Results 1 to 8 of 8
  1. #1
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,581

    Cool Tutorial NoRSnow - V5 - [Revelation] Undetectable



    Este vídeo eu mostro como você pode fazer seus próprios NoRecoil, a parti de Script AHK, sempre executar seus Macros como Administrador para que o mesmo funcione sem maiores problemas,

    Observações: Se seu S.O for 32Bits então o macro feito em sistema de 32Bits, apenas executara em 32Bits, o mesmo vale para sistemas operacionais de 64Bits....

    Utilize UPX para compactar as importações de DLL de seu sistema windows, sendo assim cada sistema tem uma importação de DLL diferente, oque faz ou os deixam indetectados, esta é uma publicação de minha autoria, se for utilizar minha base Source por favor colocar os devidos créditos: Snow_FLAKE, obrigado!!!


    Source Code NoRSnow-V5:


    ; <COMPILER: v1.1.26.00>
    #NoEnv
    SendMode Input
    Insert::Suspend
    ~End::ExitApp
    ~*$LButton::
    Loop
    {
    GetKeyState, state, Lbutton, P
    if state=u
    break
    mouseXY(3,0)
    sleep 1
    mouseXY(0,10)
    sleep 1
    mouseXY(-3,-10)
    sleep 1
    mouseXY(-3,0)
    sleep 1
    mouseXY(3,10)
    sleep 1
    mouseXY(0,-10)
    sleep 1
    }
    return
    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
    }


    =======Google translator======


    This video I show you how you can make your own NoRecoil, the part of Script AHK, always run your Macros as Administrator so that it works without major problems,

    Remarks: If your S.O is 32Bits then the macro done in 32Bits system, it will only execute in 32Bits, the same goes for 64Bits operating systems ....

    Use UPX to compress DLL imports from your windows system, so each system has a different import DLL, what it does or leave them undetected, this is a publication of my own, if you use my source base please put the due ones credits: Snow_FLAKE, thank you !!!

    =======Google translator======

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

    Mr-EvilSakura (12-28-2017),rayssenjellouli (01-13-2018)

  3. #2
    danthm123's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    In the speaker
    Posts
    221
    Reputation
    10
    Thanks
    76
    My Mood
    Cheerful
    Nice scripts ..So I can open it with .AHK file type right??
    AutoHotkey file
    RIP Bighead

  4. The Following User Says Thank You to danthm123 For This Useful Post:

    DangeBlazer (12-31-2017)

  5. #3
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,581
    Yes friend just install the software .AHK, just copy and paste Save your file and compile and be happy ho ho ho Happy 2018 !!!

  6. #4
    Brother12's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    16
    still works bro or not??

  7. The Following User Says Thank You to Brother12 For This Useful Post:

    DangeBlazer (01-08-2018)

  8. #5
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,581

    Thumbs up If Macro works? Yes

    Quote Originally Posted by Brother12 View Post
    still works bro or not??
    Just have .AHK installed and copy the code and paste and compile, it's easy to make!!!

  9. #6
    Brother12's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    16
    ok bro thanx

  10. #7
    HeatSeekers007's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    hotkey for run hack??

  11. #8
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,581
    Quote Originally Posted by HeatSeekers007 View Post
    hotkey for run hack??
    Insert::Suspend
    ~End::ExitApp
    ~*$LButton::

Similar Threads

  1. [GERMAN - Tutorial] Wallhack + Nosmoke VAC undetectable erstellen
    By pihlipp in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 3
    Last Post: 10-02-2012, 06:06 PM
  2. [Tutorial] How to make an undetected module.
    By wr194t in forum Visual Basic Programming
    Replies: 29
    Last Post: 11-04-2008, 01:06 PM
  3. [Tutorial] how to make undetected module
    By wieter20 in forum Visual Basic Programming
    Replies: 12
    Last Post: 01-21-2008, 08:19 AM
  4. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum Visual Basic Programming
    Replies: 17
    Last Post: 10-15-2007, 09:34 AM
  5. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 09-25-2007, 05:35 AM