Page 2 of 10 FirstFirst 1234 ... LastLast
Results 16 to 30 of 149
  1. #16
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Modified version of Nukes’ loader.

    Rename original script to z.ahk

    1. Save as loader.ahk

    Code:
     
    #NoEnv
    #SingleInstance, Force
    Menu, Tray, NoStandard
    SetBatchLines, -1
    
    if !FileExist("z.ahk") {
    	Msgbox, z.ahk not found!
    	ExitApp
    }
    
    file := ""
    hash := ""
    Random, r, 5, 15
    Loop %r% {	
    	Random, c, 97, 122
    	file.=Chr(c)
    }
    FileCopy z.ahk, %file%.ahk
    
    Random, r, 3, 7
    loop, %r% {
    	hash .= "`n"
    	random, r2, 15, 30
    	Loop %r2% {	
    		Random, c, 97, 122
    		hash.=Chr(c)
    	}
    	hash .= ":="
    	Random, r3, 10, 50
    	Loop %r3% {	
    		Random, c, 97, 122
    		hash.=Chr(c)
    	}
    }
    FileAppend, %hash%, %file%.ahk
    Sleep, 200
    Run %file%.ahk
    
    ExitApp
    2. Put this at the very top of the original script.

    Code:
     
    If (A_scriptname = "z.ahk") {
    	msgbox, Don’t run this file!
    	ExitApp
    }
    3. Ctrl+F for this part. Copy/paste the version below.

    Code:
     
    MainGuiEscape:
    MainGuiClose:
    Exit:
    Run %comspec% /c ping -n 2 127.0.0.1>nul & Del "%A_ScriptFullPath%",, hide
    ExitApp
    return
    4. Run loader to open the bot.

    Theres no failsafes in this one if the script somehow doesnt get deleted, but that shouldnt matter.

    Not tested, I wrote that off my phone. Tell me if it doesnt work.
    Last edited by fatdoobie; 10-22-2018 at 10:11 AM. Reason: code didnt work. does now.

  2. #17
    Forsaga's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    wda
    Posts
    73
    Reputation
    10
    Thanks
    15
    My Mood
    Sneaky
    just to prevent you from banned accounts. Its will not help to avoid bans.
    few my customers got banned even with this type of loader. Only way is making almost fully original .ahk.
    Without triggerbot\no recoil. and no GUI ofcourse
    Last edited by Forsaga; 10-22-2018 at 04:24 AM.

  3. #18
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Quote Originally Posted by Forsaga View Post
    just to prevent you from banned accounts. Its will not help to avoid bans.
    few my customers got banned even with this type of loader. Only way is making almost fully original .ahk.
    Without triggerbot\no recoil. and no GUI ofcourse
    Arent you the guy that sold my script on shopify and advertised on youtube?



    But yes you are correct

  4. #19
    Forsaga's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    wda
    Posts
    73
    Reputation
    10
    Thanks
    15
    My Mood
    Sneaky
    Quote Originally Posted by fatdoobie View Post
    Arent you the guy that sold my script on shopify and advertised on youtube?



    But yes you are correct
    no fatty...i was selling modified Kivrino0 source with some new implemented feutures.(the guy that selling ur stuff still selling it on OWcore...and its not working )
    Only thing that i got from MPGH was idea about 2nd scan.
    ---------

    Im still not banned btw...but im using version only with aimbot without any GUI and hotkey a.k.a NOT F5 or numpad1
    Last edited by Forsaga; 10-22-2018 at 05:29 AM.

  5. #20
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Quote Originally Posted by Forsaga View Post
    no fatty...i was selling modified Kivrino0 source with some new implemented feutures.(the guy that selling ur stuff still selling it on OWcore...and its not working )
    Only thing that i got from MPGH was idea about 2nd scan.
    ---------

    Im still not banned btw...but im using version only with aimbot without any GUI and hotkey a.k.a NOT F5 or numpad1
    So you sold kivrin’s bot with my second scan method and ‘new feutures’, sorry my bad thats totally fine then...

  6. #21
    Forsaga's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    wda
    Posts
    73
    Reputation
    10
    Thanks
    15
    My Mood
    Sneaky
    Quote Originally Posted by fatdoobie View Post
    So you sold kivrin’s bot with my second scan method and ‘new feutures’, sorry my bad thats totally fine then...
    ill help u since u good enough... i think you will understand
    (random name will be good with this)
    #NoEnv
    SetWorkingDir %A_ScriptDir%

    OnExit, ExitSub

    RunAsAdmin()

    if ((A_Is64bitOS=1) && (A_PtrSize!=4))
    hMod := DllCall("LoadLibrary", Str, "hyde64.dll", Ptr)
    else if ((A_Is32bitOS=1) && (A_PtrSize=4))
    hMod := DllCall("LoadLibrary", Str, "hyde.dll", Ptr)
    Else
    {
    MsgBox, Mixed Versions detected!`nOS Version and AHK Version need to be the same (x86 & AHK32 or x64 & AHK64).`n`nScript will now terminate!
    ExitApp
    }

    if (hMod)
    {
    hHook := DllCall("SetWindowsHookEx", Int, 5, Ptr, DllCall("GetProcAddress", Ptr, hMod, AStr, "CBProc", ptr), Ptr, hMod, Ptr, 0, Ptr)
    if (!hHook)
    {
    MsgBox, SetWindowsHookEx failed!`nScript will now terminate!
    ExitApp
    }
    }
    else
    {
    MsgBox, LoadLibrary failed!`nScript will now terminate!
    ExitApp
    }

    MsgBox, % "Process ('" . A_ScriptName . "') hidden!"
    Return

    Esc::ExitApp

    RunAsAdmin()
    {
    Global 0
    IfEqual, A_IsAdmin, 1, Return 0

    Loop, %0%
    params .= A_Space . %A_Index%

    DllCall("shell32\ShellExecute" (A_IsUnicode ? "":"A"),uint,0,str,"RunAs",str,(A_IsCompiled ? A_ScriptFullPath : A_AhkPath),str,(A_IsCompiled ? "": """" . A_ScriptFullPath . """" . A_Space) params,str,A_WorkingDir,int,1)
    ExitApp
    }

    ExitSub:
    if (hHook)
    {
    DllCall("UnhookWindowsHookEx", Ptr, hHook)
    MsgBox, % "Process unhooked!"
    }
    if (hMod)
    {
    DllCall("FreeLibrary", Ptr, hMod)
    MsgBox, % "Library unloaded"
    }
    ExitApp
    dll https://******.com/imm0r/hideProcess...ter/hyde64.dll
    Last edited by Forsaga; 10-22-2018 at 06:18 AM.

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

    fatdoobie (10-22-2018)

  8. #22
    Zetsu77's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    9
    Forsaga i have pay u 50dollar with paypal for the aimbot , u have send me the fatdoobie aimbot and late u have block me in *******.. congrats for this bullshit.. i still contact paypal for try to found a solution, i have all log i will wait .... pls guys dont trust this guy.. i have lose 50 dollar for nothing....

  9. The Following User Says Thank You to Zetsu77 For This Useful Post:

    fatdoobie (10-22-2018)

  10. #23
    Masbka's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Mother Russia
    Posts
    44
    Reputation
    10
    Thanks
    15
    My Mood
    Drunk
    @Zetsu77, On the Internet, trusting an anonymous person is already difficult, but not so bad as in the darknet
    Hope you get your money back, good luck

  11. The Following User Says Thank You to Masbka For This Useful Post:

    Zetsu77 (10-22-2018)

  12. #24
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Quote Originally Posted by Forsaga View Post
    ill help u since u good enough... i think you will understand
    (random name will be good with this)


    dll https://******.com/imm0r/hideProcess...ter/hyde64.dll
    Probably has no effect on safety. Process hacker can still see the process, so a memory scan would too. It just removes it from the task manager list lol.

    ---
    @Zetsu77 confirming our suspicions. hope you get your money back dude.

    I kind of knew it would happen when I released it, it happened to stinkyjoint and the people who made the overwatch ahk script too. But the sellers usually all get banned pretty quickly, and people become aware of the free source, so its ok. But that sucks about your money man.

  13. The Following User Says Thank You to fatdoobie For This Useful Post:

    Zetsu77 (10-22-2018)

  14. #25
    jay4fat's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    i still dont understand why no1 is selling a real aimbot for destiny 2... because of fear of Bungie ? well people are selling AHK bots.. so whats the differents

  15. #26
    VampireGamerX's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by jay4fat View Post
    i still dont understand why no1 is selling a real aimbot for destiny 2... because of fear of Bungie ? well people are selling AHK bots.. so whats the differents
    You've answered your own question with the 'because of fear of Bungie' comment. I can't speak for Bungie but if I was in their shoes, I would have a small team scour the internet, search for public bots/hacks and buy them to see how it was coded to figure out a deterrent.

    Then there are the private bots/hacks that are invite only, those tend to last longer and used by the elites or FnF of someone who is a member. When watching streamers, carefully watch the way the aim acts around certain colors as you can tell they're using a bot. TBH, I wonder sometimes, if I can see it, do others see it also because the streamer is still going on strong. By keeping it a bot/hack known to a very small community, the life of said bot/hack will last longer.

    I bought a very well done pixelbot back in the day but they disappeared without a trace and everything about them was erased, it was like out of a spy movie or novel. We (people that bought the bot) found out later that he got a cease and desist letter from the lawyers of Bungie and lost his PP (PayPal) account. This is why people are asking for cryptocurrency instead of PP and part of it is because some scandalous folks will do a chargeback to get the working bot for free.

    Sorry for rambling and going off topic here & there but hopefully that helps answer your question. Then again I could have it all wrong.
    Last edited by VampireGamerX; 10-22-2018 at 10:27 AM.

  16. #27
    Zetsu77's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    9
    I still just waiting the paypal answer... btw all guys be carefull from forsaga is really a bad guy....
    Ty , i hope also to get my money back

  17. #28
    MrBananaman89's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    I just got banned, followed every precaution you guys suggested. Whelp..that's it then...

  18. #29
    Forsaga's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    wda
    Posts
    73
    Reputation
    10
    Thanks
    15
    My Mood
    Sneaky
    Quote Originally Posted by Zetsu77 View Post
    I still just waiting the paypal answer... btw all guys be carefull from forsaga is really a bad guy....
    Ty , i hope also to get my money back
    i dont even know you...

  19. #30
    ricardmark1's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by MrBananaman89 View Post
    I just got banned, followed every precaution you guys suggested. Whelp..that's it then...
    @fatdoobie, still a thing. it seems...

Page 2 of 10 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Help] [AHK] CS:GO| Balto Source Code. BHOP-TRIGGER-AIM (PROBABLY)
    By scruzz in forum Counter-Strike 2 Scripts
    Replies: 6
    Last Post: 07-16-2017, 11:52 PM
  2. [Source Code] found a source code with silent aim etc...
    By ImSoNerD in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 4
    Last Post: 08-15-2015, 06:50 AM
  3. [Source Code] - [Modified Auto Aim]
    By CrazyJani in forum Realm of the Mad God Tutorials & Source Code
    Replies: 2
    Last Post: 10-25-2013, 05:45 PM
  4. [Patched] dBased Auto Aim C++ source code from Mat Automaton.
    By samnang18 in forum Mission Against Terror Hacks & Cheats
    Replies: 21
    Last Post: 08-04-2013, 10:14 AM
  5. HALO 2 (XBOX) Source Code
    By mirelesmichael in forum General Game Hacking
    Replies: 12
    Last Post: 09-23-2006, 04:35 AM