Page 15 of 15 FirstFirst ... 5131415
Results 211 to 224 of 224
  1. #211
    kyzercheater's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    autostrafe

    does anyone have a script where u move ur mouse to left it strafes on left and when u move to right ur mouse strafes right like i need it please

  2. #212
    IAmPandaLord's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    WH Request

    I really need a good WH that actually works. or someone to explain to me on how to get skullware to work. it works only after i die and i dont know how to fix anything.

  3. #213
    shikkii's Avatar
    Join Date
    Nov 2014
    Gender
    female
    Location
    127.0.0.1
    Posts
    18
    Reputation
    10
    Thanks
    552
    My Mood
    Tired
    Quote Originally Posted by kyzercheater View Post
    does anyone have a script where u move ur mouse to left it strafes on left and when u move to right ur mouse strafes right like i need it please
    A little bit of forum searching

    Code:
    #NoEnv
    ; #Warn
    SendMode Input ; Idi
    SetWorkingDir %A_ScriptDir%
    #NoEnv
    SendMode, Input
    SetBatchLines -1
    CoordMode, Mouse, Screen
    
    mouseXY(x, y){
    DllCall("mouse_event",uint,1,int,x,int,y*,uint,0,i nt,0)
    }
    
    strafe(left){
    moveCount := 25
    sleepInterval := 1
    relativeMove := 15
    if(left){
    key := "a"
    move := -relativeMove
    } else {
    key := "d"
    move := relativeMove
    }
    Send, {Blind}{%key% down}
    DllCall("Sleep", "UInt", 5)
    Loop, %moveCount% {
    mouseXY(move, 0)
    DllCall("Sleep", "UInt", sleepInterval)
    }
    Send, {Blind}{%key% up}
    }
    
    *XButton2::
    while getkeystate("XButton2","P") {
    strafe(false)
    strafe(true)
    }
    return

  4. #214
    callummoss201's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    csgo hacks

    how do i get scrips or hacks

  5. #215
    mrmosquito's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    i am looking for CZ75 Auto CSGO Script for A4tech Bloody

  6. #216
    Pangetzki's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    4
    all i want is a chams can you make a script for that?
    i want the enemies to glow when they are visible, no wallhack only glow or chams...

  7. #217
    Neoninfinity's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    98
    Quote Originally Posted by Pangetzki View Post
    all i want is a chams can you make a script for that?
    i want the enemies to glow when they are visible, no wallhack only glow or chams...
    this will be cool

  8. #218
    royguvs's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    me too....

    - - - Updated - - -

    thanks man

  9. #219
    notorioustrape's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    all i look for is bhop scripts <3 i would appriciate if u can help me

  10. #220
    PvP_Rudi_Yoshy's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    i need a good norecoil script (doesn't read/write memory)

  11. #221
    WannaKnife's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Hi there, I would like to know if it's possible to have a rank changer ? Especially one that really works : If I put myself silver Elite, I play in a silver Elite game, and so on
    Thanks in advance for any reply, and have a nice day
    P.S. : Obviously, if it is possible, I would like to have a link to it or something

  12. #222
    d00ber's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    im looking for autostrafe ahk script

    for a kz jumps over 275+

  13. #223
    masterleon12's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    Post Request for Logitech Triggerbot Lua

    I came across multiple lua scripts using Logitech mouse macros to attain no-recoil.

    I was wondering if the same could be done for a triggerbot? Or even a possible wallhack maybe?

    This for example https://www.mpgh.net/forum/showthread.php?t=1372781

    using the same method to activate it with the mouse keys

    but also I stumbled upon this https://www.uc.me/forum/cs-go-releas...k-version.html

    and was wondering if that was still possible?

    I heard from my friend a while ago that he had an ESEA proof cheat where he would look somewhere and it would beep or something to indicate to him there was a player there using this sort of tech.

    Thank you for your time & patience reading this as I am not sure exactly if this is even possible. - - Leon
    Last edited by masterleon12; 06-07-2020 at 11:42 PM.

  14. #224
    chitoge1's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0

    AUG and SG smooth recoil?

    Can someone make a recoil script that has the AUG and SG that looks smooth/human-like?

Page 15 of 15 FirstFirst ... 5131415

Similar Threads

  1. ahk script request list
    By dg123 in forum Realm of the Mad God Help & Requests
    Replies: 14
    Last Post: 07-12-2013, 01:52 AM
  2. [Help Request] Gauss Rifle(ER7 RFW) Script request.
    By bambi784 in forum DayZ Help & Requests
    Replies: 1
    Last Post: 03-11-2013, 10:29 PM
  3. local make daylight script (Request)
    By ashy1 in forum DayZ Discussion
    Replies: 3
    Last Post: 01-23-2013, 10:19 AM
  4. DayZ Building Spawn Script [Request]
    By ajord in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 4
    Last Post: 11-27-2012, 03:20 PM
  5. Inactive Window Endless Charge Script Request
    By xBoredom in forum Dragon Nest Help
    Replies: 2
    Last Post: 01-05-2012, 10:34 PM