|
1 | | -#SingleInstance, Force |
2 | | -FileAppend, |
| 1 | +#SingleInstance,Force |
| 2 | +SetBatchLines -1 |
| 3 | + |
| 4 | +IfExist,AltGENTargeting.dll |
| 5 | +{ |
| 6 | + MsgBox,48,Installation Process,Checking Installation,1 |
| 7 | + IfNotExist, Installed.sys |
| 8 | + { |
| 9 | + Gui, Add, Text,, Targeting Account Generator By Altify Has Not Been Installed Yet. Do You Want To Begin The Process? |
| 10 | + Gui, Add, Button, ym, Install |
| 11 | + Gui, Add, Button, ym, Cancel |
| 12 | + Gui, Show,, Installer |
| 13 | + return |
| 14 | + GuiClose2: |
| 15 | + ButtonCancel: |
| 16 | + ExitApp |
| 17 | + ButtonInstall: |
| 18 | + Gui, Submit |
| 19 | + FileCreateDir,Generated |
| 20 | + FileCreateDir,Capture |
| 21 | + Gui, Add, Text,, Please Enter The Advertisment You Wish To Place In Your Capture: |
| 22 | + Gui, Add, Text,, Please Enter The Amount of Accounts You Would Like To Generate %A_UserName%: |
| 23 | + Gui, Add, Text,, Pleast Enter Your Discord Server Invite For Capture |
| 24 | + Gui, Add, Text,, Pleast Enter Your YT Link For Capture |
| 25 | + Gui, Add, Text,, Pleast Enter Your Twitch.tv For Capture |
| 26 | + Gui, Add, CheckBox, va1, Do You Wish To Be Inlcuded in Growing List of beta Testers? |
| 27 | + Gui, Add, Edit, v1 ym, Enter Text Here |
| 28 | + Gui, Add, Edit, v2, Enter Text Here |
| 29 | + Gui, Add, Edit, vDiscLink, Enter Text Here |
| 30 | + Gui, Add, Edit, vYT, Enter Text Here |
| 31 | + Gui, Add, Edit, vTwitchLink, Enter Text Here |
| 32 | + Gui, Add, Button, default, OK |
| 33 | + Gui, Show,, Targeting Account Generator By Altify |
| 34 | + return |
| 35 | + ButtonOK: |
| 36 | + Gui, Submit |
| 37 | + Blank := "" |
| 38 | + IfEqual, 1, %Blank% |
| 39 | + { |
| 40 | + 1 := "[NO AD PROVIDED]" |
| 41 | + } |
| 42 | + IfEqual, DiscordLink, %Blank% |
| 43 | + { |
| 44 | + DiscordLink := "[NO AD PROVIDED]" |
| 45 | + } |
| 46 | + IfEqual, YT, %Blank% |
| 47 | + { |
| 48 | + YT := "[NO AD PROVIDED]" |
| 49 | + } |
| 50 | + IfEqual, TwitchLink, %Blank% |
| 51 | + { |
| 52 | + TwitchLink := "[NO AD PROVIDED]" |
| 53 | + } |
| 54 | + GenerateRandomString(length = 1) |
| 55 | + { |
| 56 | + characters :="abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901234567890abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901234567890abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901234567890-=_+!@#$." |
| 57 | + StringSplit, chars, characters |
| 58 | + |
| 59 | + Random,len2,3,6 |
| 60 | + Loop, %length% |
| 61 | + { |
| 62 | + Loop, %len2% |
| 63 | + { |
| 64 | + Random, rand, 1, 316 |
| 65 | + password .= chars%rand% |
| 66 | + } |
| 67 | + } |
| 68 | + return password |
| 69 | + } |
| 70 | + Loop, %2% |
| 71 | + { |
| 72 | + Random, StateRandom, 1, 50 |
| 73 | + Random, StateProbability, 1, 20 |
| 74 | + IfEqual, StateProbability, 1 |
| 75 | + { |
| 76 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 77 | + Country := "USA" |
| 78 | + } |
| 79 | + IfEqual, StateProbability, 2 |
| 80 | + { |
| 81 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 82 | + Country := "USA" |
| 83 | + } |
| 84 | + IfEqual, StateProbability, 3 |
| 85 | + { |
| 86 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 87 | + Country := "USA" |
| 88 | + } |
| 89 | + IfEqual, StateProbability, 4 |
| 90 | + { |
| 91 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 92 | + Country := "USA" |
| 93 | + } |
| 94 | + IfEqual, StateProbability, 5 |
| 95 | + { |
| 96 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 97 | + Country := "USA" |
| 98 | + } |
| 99 | + IfEqual, StateProbability, 6 |
| 100 | + { |
| 101 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 102 | + Country := "USA" |
| 103 | + } |
| 104 | + IfEqual, StateProbability, 7 |
| 105 | + { |
| 106 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 107 | + Country := "USA" |
| 108 | + } |
| 109 | + IfEqual, StateProbability, 8 |
| 110 | + { |
| 111 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 112 | + Country := "USA" |
| 113 | + } |
| 114 | + IfEqual, StateProbability, 9 |
| 115 | + { |
| 116 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 117 | + Country := "USA" |
| 118 | + } |
| 119 | + IfEqual, StateProbability, 10 |
| 120 | + { |
| 121 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 122 | + Country := "USA" |
| 123 | + } |
| 124 | + IfEqual, StateProbability, 11 |
| 125 | + { |
| 126 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 127 | + Country := "USA" |
| 128 | + } |
| 129 | + IfEqual, StateProbability, 12 |
| 130 | + { |
| 131 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 132 | + Country := "USA" |
| 133 | + } |
| 134 | + IfEqual, StateProbability, 13 |
| 135 | + { |
| 136 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 137 | + Country := "USA" |
| 138 | + } |
| 139 | + IfEqual, StateProbability, 14 |
| 140 | + { |
| 141 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 142 | + Country := "USA" |
| 143 | + } |
| 144 | + IfEqual, StateProbability, 15 |
| 145 | + { |
| 146 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 147 | + Country := "USA" |
| 148 | + } |
| 149 | + IfEqual, StateProbability, 16 |
| 150 | + { |
| 151 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 152 | + Country := "USA" |
| 153 | + } |
| 154 | + IfEqual, StateProbability, 17 |
| 155 | + { |
| 156 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 157 | + Country := "USA" |
| 158 | + } |
| 159 | + IfEqual, StateProbability, 18 |
| 160 | + { |
| 161 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 162 | + Country := "USA" |
| 163 | + } |
| 164 | + IfEqual, StateProbability, 19 |
| 165 | + { |
| 166 | + FileReadLine, State, STATES/USA.pdb, %StateRandom% |
| 167 | + Country := "USA" |
| 168 | + } |
| 169 | + IfEqual, StateProbability, 20 |
| 170 | + { |
| 171 | + FileReadLine, State, STATES/MEXICO.pdb, %StateRandom% |
| 172 | + Country := "Mexico" |
| 173 | + } |
| 174 | + Random, IP1, 10, 99 |
| 175 | + Random, IP2, 10, 99 |
| 176 | + Random, IP3, 100, 999 |
| 177 | + Random, IP4, 100, 999 |
| 178 | + Random, FileReadNumber1, 1, 2000 |
| 179 | + Random, FileReadNumber2, 1, 400 |
| 180 | + Random, FileReadNumber3, 1, 9000 |
| 181 | + Sleep, 20 |
| 182 | + FileReadLine,FirstName, NAMES/namesFIRST.pdb, %FileReadNumber1% |
| 183 | + FileReadLine,LastName, NAMES/namesLAST.pdb, %FileReadNumber2% |
| 184 | + FileReadLine,Mail, MAIL-ENDINGS/ENDINGS.db, %FileReadNumber3% |
| 185 | + FileAppend,% GenerateRandomString(),Generated\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 186 | + FileAppend,%FirstName%%Mail%:%LastName%,Generated\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 187 | + FileAppend,% GenerateRandomString(),Generated\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 188 | + FileAppend,`n,Generated\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 189 | + FileAppend,% GenerateRandomString(),Capture\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 190 | + FileAppend,%FirstName%%Mail%:%LastName%,Capture\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 191 | + FileAppend,% GenerateRandomString(),Capture\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 192 | + FileAppend,`nName=%FirstName% %LastName%,Capture\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 193 | + FileAppend,`n%Country%/%State%,Capture\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 194 | + FileAppend,`nIP=%IP1%.%IP2%.%IP3%.%IP4%,Capture\Account Targeted Account Generator By Altify#4476 - Thanks For Boosting.txt, |
| 195 | + Random, Subscription, 1, 5 |
| 196 | + IfEqual, Subscription, 1 |
| 197 | + { |
| 198 | + FileAppend,`nSubscribed=False,Capture\Account Targeted Account Generator By Altify™#5121 - Thanks For Boosting.txt, |
| 199 | + } |
| 200 | + IfEqual, Subscription, 2 |
| 201 | + { |
| 202 | + Random, RemainingYears, 0, 5 |
| 203 | + Random, RemainingMonths, 0, 12 |
| 204 | + Random, RemainingDays, 0, 27 |
| 205 | + Random, RemainingHours, 0, 23 |
| 206 | + Random, RemainingMinutes, 0, 59 |
| 207 | + Random, RemainingSeconds, 0, 59 |
| 208 | + Random, RemainingMiliseconds, 0, 999 |
| 209 | + FileAppend,`nSubscribed=True`nTime Remaining:`n%RemainingYears% Years`n%RemainingMonths% Months`n%RemainingDays% Days`n%RemainingHours% Hours`n%RemainingMinutes% Minutes`n%RemainingMonths% Seconds`n%RemainingMiliseconds% Miliseconds,Capture\Account Targeted Account Generator By Altify™#5121 - Thanks For Boosting.txt, |
| 210 | + } |
| 211 | + IfEqual, Subscription, 3 |
| 212 | + { |
| 213 | + Random, RemainingYears, 0, 4 |
| 214 | + Random, RemainingMonths, 0, 12 |
| 215 | + Random, RemainingDays, 0, 27 |
| 216 | + Random, RemainingHours, 0, 23 |
| 217 | + Random, RemainingMinutes, 0, 59 |
| 218 | + Random, RemainingSeconds, 0, 59 |
| 219 | + Random, RemainingMiliseconds, 0, 999 |
| 220 | + FileAppend,`nSubscribed=True`nTime Remaining:`n%RemainingYears% Years`n%RemainingMonths% Months`n%RemainingDays% Days`n%RemainingHours% Hours`n%RemainingMinutes% Minutes`n%RemainingMonths% Seconds`n%RemainingMiliseconds% Miliseconds,Capture\Account Targeted Account Generator By Altify™#5121 - Thanks For Boosting.txt, |
| 221 | + } |
| 222 | + IfEqual, Subscription, 4 |
| 223 | + { |
| 224 | + Random, RemainingYears, 0, 3 |
| 225 | + Random, RemainingMonths, 0, 12 |
| 226 | + Random, RemainingDays, 0, 27 |
| 227 | + Random, RemainingHours, 0, 23 |
| 228 | + Random, RemainingMinutes, 0, 59 |
| 229 | + Random, RemainingSeconds, 0, 59 |
| 230 | + Random, RemainingMiliseconds, 0, 999 |
| 231 | + FileAppend,`nSubscribed=True`nTime Remaining:`n%RemainingYears% Years`n%RemainingMonths% Months`n%RemainingDays% Days`n%RemainingHours% Hours`n%RemainingMinutes% Minutes`n%RemainingMonths% Seconds`n%RemainingMiliseconds% Miliseconds,Capture\Account Targeted Account Generator By Altify™#5121 - Thanks For Boosting.txt, |
| 232 | + } |
| 233 | + IfEqual, Subscription, 5 |
| 234 | + { |
| 235 | + Random, RemainingYears, 0, 2 |
| 236 | + Random, RemainingMonths, 0, 12 |
| 237 | + Random, RemainingDays, 0, 27 |
| 238 | + Random, RemainingHours, 0, 23 |
| 239 | + Random, RemainingMinutes, 0, 59 |
| 240 | + Random, RemainingSeconds, 0, 59 |
| 241 | + Random, RemainingMiliseconds, 0, 999 |
| 242 | + FileAppend,`nSubscribed=True`nTime Remaining:`n%RemainingYears% Years`n%RemainingMonths% Months`n%RemainingDays% Days`n%RemainingHours% Hours`n%RemainingMinutes% Minutes`n%RemainingMonths% Seconds`n%RemainingMiliseconds% Miliseconds,Capture\Account Targeted Account Generator By Altify™#5121 - Thanks For Boosting.txt, |
| 243 | + } |
| 244 | + FileAppend,`n%1%`nCredits: Account Creator By: Altify™#5121`nLanguage: AutoHotKey`nDiscLink: %DiscLink%`nYTLink: %YT%`nTwitchLink: %TwitchLink%`n,Capture\Account Targeted Account Generator By Altify™#5121 - Thanks For Boosting.txt, |
| 245 | + } |
| 246 | + return |
| 247 | +} |
| 248 | +} |
| 249 | +ExitApp |
0 commit comments