Page 3 of 10 FirstFirst 12345 ... LastLast
Results 31 to 45 of 145
  1. #31
    Alby620's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Red face how

    How can i add this to the existing bot sorry for the noob question im really new to all of this.

  2. #32
    Masbka's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Mother Russia
    Posts
    44
    Reputation
    10
    Thanks
    15
    My Mood
    Drunk

    Exclamation FAT AA

    Admin closed the topic. It is necessary to create a new topic where we will discuss further solutions. I think the bans is not because of the creator, but because of the cunning sellers, we all know what risk we go using a bot.

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

    JackAim (10-19-2018)

  4. #33
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    I'll make a source code thread. It's ok, I asked them to close it.

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

    JackAim (10-19-2018),Masbka (10-19-2018)

  6. #34
    JackAim's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    7
    My Mood
    Amazed
    Dont think if my exp needed but, i should say i not get banned, im ussing all scripts 3andrew one, and all fatdob versions. Im always just rename exe file and im still not banned even after i use it today. Any ways Fatdoob is it possible to make a randomaser that changes script but not broke it, that we can rename the exe file and use it almost with out fear. Or at least can u explain what we can change on script im no idia wheare i can place and what on script and not broke it(just for safety i think dumb bungie just make check for exe name and ban people that have it, im also thinkig is here exist any way to disable batle net and d2 to check our processes?).

  7. #35
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Quote Originally Posted by JackAim View Post
    is it possible to make a randomaser that changes script but not broke it, that we can rename the exe file and use it almost with out fear.
    Kivrin0's version includes something which I think is what you're asking for.

    - Put the loader script below in the same folder as the 2.3 exe file. (requires AHK to run obviously)
    - Rename the 2.3 exe to "z.exe"
    - Run this loader.

    You only need to run it once, it generates a random named exe with a unique checksum. His version deletes itself every time but I think that is unnecessary.

    Anyway just delete z.exe once you're done, delete the loader, and use that random exe. Can't guarantee your safety but for sure would be the safest option if you don't feel comfortable editing the source.

    Loader.ahk

    Code:
    #NoEnv
    #SingleInstance, Force
    SetBatchLines,-1
    SetWorkingDir, %A_ScriptDir%
    Menu, Tray, NoStandard
    
    if !FileExist("z.exe") {												; make sure z.exe exists
    	Msgbox, z.exe not found! Please replace it.
    	ExitApp
    }
    
    Random, r, 3, 15
    Loop %r% {
    	Random, Var,97,122
    	ranString.=Chr(Var)
    }
    FileCopy z.exe,%ranString%.exe
    Random, r2, 25, 100
    Loop %ranNumber% {
    	Random, Var,97,122
    	ranString2.=Chr(Var)
    }
    FileAppend, %ranString2%, %ranString%.exe
    Sleep, 200
    Run %ranString%.exe
    ExitApp

  8. #36
    OnlyMine's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    Well doobie and every one else involved, was fun till it lasted, feel kinda sorry that you guys
    put in all this work and got shot down so quickly, sux. Hope we will see something new from
    the workshop .. Keep up the good work ya all.

    So what can we use that is still a go

  9. #37
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Quote Originally Posted by OnlyMine View Post
    Well doobie and every one else involved, was fun till it lasted, feel kinda sorry that you guys
    put in all this work and got shot down so quickly, sux. Hope we will see something new from
    the workshop .. Keep up the good work ya all.

    So what can we use that is still a go
    As far as we can tell, people who didnt rename the exe file may be banned. As long as you rename it you should be fine, or you can run that loader script I posted.

    But yes, many of us are not banned and the script still works.

  10. #38
    ricardmark1's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by fatdoobie View Post
    As far as we can tell, people who didnt rename the exe file may be banned. As long as you rename it you should be fine, or you can run that loader script I posted.

    But yes, many of us are not banned and the script still works.
    Exactly. Use script and all fine.

  11. #39
    OnlyMine's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by fatdoobie View Post
    As far as we can tell, people who didnt rename the exe file may be banned. As long as you rename it you should be fine, or you can run that loader script I posted.

    But yes, many of us are not banned and the script still works.
    Well not to brag but i have been a closet cheater for 30 years now so i know how to play
    with cheats so i dont piss ppl off and to rename stuff b4 useing it, no wories there...
    Same here, NOT banned just yet.Have used all sorts of color bots and im still going strong.
    If you dont wanna get banned dont cheat. Every time u cheat theres a chanse that you
    will get under the ban hammer.

    I used your last vertion of the bot b4 coming in here cos nothing was working, was fine last night
    when i was playing the infinit forest dongen, and today, nothing, bot was dead
    Last edited by OnlyMine; 10-19-2018 at 09:07 AM.

  12. #40
    Masbka's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Mother Russia
    Posts
    44
    Reputation
    10
    Thanks
    15
    My Mood
    Drunk

    Cool

    Not Banned

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

    ricardmark1 (10-19-2018)

  14. #41
    ricardmark1's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by OnlyMine View Post
    Well not to brag but i have been a closet cheater for 30 years now so i know how to play
    with cheats so i dont piss ppl off and to rename stuff b4 useing it, no wories there...
    Same here, NOT banned just yet.Have used all sorts of color bots and im still going strong.
    If you dont wanna get banned dont cheat. Every time u cheat theres a chanse that you
    will get under the ban hammer.

    I used your last vertion of the bot b4 coming in here cos nothing was working, was fine last night
    when i was playing the infinit forest dongen, and today, nothing, bot was dead
    Screenlocked.

    - - - Updated - - -

    Quote Originally Posted by fatdoobie View Post
    As far as we can tell, people who didnt rename the exe file may be banned. As long as you rename it you should be fine, or you can run that loader script I posted.

    But yes, many of us are not banned and the script still works.
    Any news on the screenlocked part?
    It works on fullscreen but on windowed/borderless is pitch black

  15. #42
    Masbka's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Mother Russia
    Posts
    44
    Reputation
    10
    Thanks
    15
    My Mood
    Drunk
    I'll run while with 2.2fix, until the doobie creates a new topic
    Or maby not :3
    Last edited by Masbka; 10-19-2018 at 10:04 AM.

  16. #43
    fatdoobie's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    511
    Not sure what you mean about screenlocked, you cant select “windowed fullscreen” or its pitch black on that mode?

    Either way works fine for me on windowed fullscreen or fullscreen.

  17. #44
    moosenoodles's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    13
    My Mood
    Innocent
    Well things really exploded up fast in last day it seems, I have not had time to check if the game is fine for myself just yet, still says play on the launcher today I noticed. Or does it smack your ass when loading in

    All fun and games eh.

  18. #45
    viking805fan's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    4
    Is it worth making a new account at this point? I had 848 hours on Destiny 2. Also had everything in the game besides a few new Forsaken exotic armor pieces. First time I've ever had an account banned. I actually feel bad about. :-/

Page 3 of 10 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Outdated] Destiny 2 External Bot Final + Source
    By Kivrin0 in forum Destiny 2 Hacks
    Replies: 634
    Last Post: 10-15-2018, 02:15 PM
  2. [Outdated] [v3.5] Destiny 2 External Bot (GUI, PvE Mode, Triggerbot +more)
    By Kivrin0 in forum Destiny 2 Hacks
    Replies: 2
    Last Post: 07-20-2018, 12:13 AM
  3. External Bot ESP patched?
    By ryanmichael04 in forum Counter-Strike 2 Discussions
    Replies: 14
    Last Post: 05-15-2014, 01:26 PM
  4. [Help] bots are always in spectator mode
    By joimann1 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 1
    Last Post: 04-23-2014, 11:52 AM
  5. External Bot 5.2 BANNED
    By da20valve in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 8
    Last Post: 11-01-2010, 12:01 AM