-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFixClicker-BETA.ahk
More file actions
567 lines (566 loc) · 13.4 KB
/
FixClicker-BETA.ahk
File metadata and controls
567 lines (566 loc) · 13.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
; deobf by naxce
toggle = 0
#MaxThreadsPerHotkey 10000000
SetWorkingDir %A_WorkingDir%
SetBatchLines -1
SendMessage, 0x1D,,,, ahk_id 0xFFFF
mylabel:
gui, color, c000000
gui, add, picture,x120 y0 w330 h230, assets\lucky_start.png
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, text,
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonMakro:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
Gui, Add, Button, x440 y10, Save
gui, add, text, x120 y0 c7800FF, Bind LMB:
gui, add, hotkey, x120 y15 c7800FF vlpm
gui, add, text, x120 y45 c7800FF, Bind RMB:
gui, add, hotkey, x120 y60 c7800FF vppm
gui, add, text, x120 y85 c7800FF, AutoGuard
gui, add, checkbox, x170 y85 checked vgarda
gui, add, text, x120 y105 c7800FF, MS LMB:
gui, add, slider, x120 y120 c7800FF tooltip Range10-120 vlpmms, 10
gui, add, text, x120 y150 c7800FF, MS RMB:
gui, add, slider, x120 y165 c7800FF tooltip Range10-120 vppmms, 10
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonKlepa:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
Gui, Add, Button, x440 y10, Save
gui, add, text, x120 y0 c7800FF, Armor change Bind:
gui, add, hotkey, x120 y15 c7800FF vzmianaseta
gui, add, text, x120 y130 cwhite, For the armor change to work, an AUTOMATIC MC gui size is required
gui, add, text, x120 y45 c7800FF, Fishing Rod Slot Bind:
gui, add, hotkey, x120 y60 c7800FF vwedkaslot
gui, add, text, x120 y90 c7800FF, Auto Fishing Rod Bind:
gui, add, hotkey, x120 y105 c7800FF vwedka
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonKopanie:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
Gui, Add, Button, x440 y10, Save
gui, add, text, x120 y0 c7800FF, 5/3/3 ON Bind:
gui, add, hotkey, x120 y15 c7800FF vpiecon
gui, add, text, x120 y45 c7800FF, 5/3/3 OFF Bind:
gui, add, hotkey, x120 y60 c7800FF vpiecoff
gui, add, text, x120 y90 c7800FF, First commend (5/3/3):
gui, add, edit, x120 y105 c7800FF vpieckomendajeden
gui, add, text, x120 y135 c7800FF, Second commend (5/3/3):
gui, add, edit, x120 y150 c7800FF vpieckomendadwa
gui, add, text, x120 y180 c7800FF, Third commend (5/3/3):
gui, add, edit, x120 y195 c7800FF vpieckomendatrzy
gui, add, text, x255 y0 c7800FF, 6/3/3 ON Bind:
gui, add, hotkey, x255 y15 c7800FF, vszescon
gui, add, text, x255 y45 c7800FF, 6/3/3 OFF Bind:
gui, add, hotkey, x255 y60 c7800FF vszescoff
gui, add, text, x255 y90 c7800FF, First commend (6/3/3):
gui, add, edit, x255 y105 c7800FF vszesckomendajeden
gui, add, text, x255 y135 c7800FF, Second commend (6/3/3):
gui, add, edit, x255 y150 c7800FF vszesckomendadwa
gui, add, text, x255 y180 c7800FF, Third commend (6/3/3):
gui, add, edit, x255 y195 c7800FF vszescomendatrzy
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonDodatki:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
Gui, Add, Button, x440 y10, Save
gui, add, text, x120 y0 c7800FF, In-game Dab bind:
gui, add, hotkey, x120 y15 c7800FF vdab
gui, add, text, x120 y45 c7800FF, Auto Dab Bind:
gui, add, hotkey, x120 y60 c7800FF vdabowanie
gui, add, text, x120 y90 c7800FF, Auto "Alting" Bind:
gui, add, hotkey, x120 y105 c7800FF valtowanie
gui, add, text, x120 y140 c7800FF, Eating on the go Bind:
gui, add, hotkey, x120 y155 c7800FF vjedzenie
gui, add, text, x120 y185 c7800FF, Off Clicker: (without gui, only script)
gui, add, hotkey, x120 y205 c7800FF vclickeroff
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonMS:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
gui, add, groupbox,x120 y1 w270 h110 c7800FF, MS
gui, add, text, x130 y15 c7800FF, 1ms - 22cps`n10ms - 23cps`n25ms - 17cps`n40ms - 13/14cps`n60ms - 11cps`n100ms - 7cps`n150ms - 5/6cps
gui, add, text, x220 y15 c7800FF, 300ms - 3cps`n500ms - 1/2cps`n1000ms - 1cps`n1500ms - 1/0cps
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonUpdateNotes:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
gui, font, cwhite
Gui, Add, Text, x120 y136 cc7c7c7, (PL)
Gui, Add, Text, x144 y121 cFFFFFF, Stworzono clickera
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
ButtonContact:
gui, destroy
gui, add, picture, x0 y0 w500 h230, assets\lucky_tlo.png
gui, color, c000000
gui, add, groupbox, x120 y1 w100 h40 c7800FF, Contact Discord
Gui, Add, Link, x128 y18, <a href="https://discord.gg/tuPBVs78gq"> *CLICK* </a>
gui, add, groupbox, x120 y45 w150 h40 c7800FF, Contact E-MAIL
gui, add, text,x128 y62 c7800FF, luckyclickerbiuro@gmail.com
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
return
Buttondeobfbynaxce:
gui, destroy
gui, color, c000000
run, https://discord.gg/AwsRR49hby
gui, add, groupbox,x5 y1 w100 h225 c17fc54, FixClicker
gui, add, button, x10 y20 w90 c17fc54, Makro
gui, add, button, w90 c17fc54, Klepa
gui, add, button, w90 c17fc54, Kopanie
gui, add, button, w90 c17fc54, Dodatki
gui, add, button, w90 c17fc54, MS
gui, add, button, x10 y197 w90 c17fc54, deobf by naxce
gui, show, w500 h230, FixClicker (beta)
gui, destroy
return
ButtonSave:
Gui, Submit, nohide
Hotkey, *%altowanie%, altowanie
Hotkey, *%ppm%, ppm
Hotkey, *%lpm%, lpm
Hotkey, *%jedzenie%, jedzenie
Hotkey, *%jzmianaseta%, zmianaseta
Hotkey, *%wedka%, wedka
Hotkey, *%piecon%, piecon
Hotkey, *%szescon%, szescon
Hotkey, *%piecoff%, piecoff
Hotkey, *%szescoff%, szescoff
Hotkey, *%dabowanie%, dabowanie
Hotkey, *%clickeroff%, clickeroff
Return
clickeroff:
goto mylabel
Return
altowanie:
Toggle = !Toggle
Send e
sleep 40
If Toggle
Click, Down 1068, 13
else
Click, Up
return
lpm:
Toggle := !Toggle
While Toggle{
Click
sleep lpmms
Click
sleep lpmms
Click
sleep lpmms
Click
sleep lpmms
Click
sleep lpmms
Click
sleep lpmms
{
if (garda = 1)
click, right
}
}
return
ppm:
Toggle := !Toggle
While Toggle{
Click, right
sleep ppmms
}
return
Wedka:
send %wedkaslot%
send {RButton}
sleep 200
send 1
return
dabowanie:
KeyDown := !KeyDown
If KeyDown
SendInput {%dab% down}
Else
SendInput {%dab% up}
Return
piecon:
loop
{
sleep 400
SendInput {LButton down}
sleep 20000
send t
sleep 400
send %komendajeden%
sleep 400
send {ENTER}
sleep 400
send t
sleep 400
send %komendadwa%
sleep 400
send {ENTER}
sleep 400
send t
sleep 400
send %komendatrzy%
sleep 400
send {ENTER}
}
piecoff:
{
msgbox,, Kopanie, Kopanie ZAKONCZONE. By włączyć makro / inne skrypty uruchom Clickera ponownie.
ExitApp
}
zmianaseta:
Send E
Sleep 100
Click 657,557
Click 670,258
Click 657,557
Click 744,557
Click 674,327
Click 744,557
Click 816,560
Click 663,407
Click 816,560
Click 890,561
Click 674,477
Click 890,561
Click 958,565
send e
return
szescon:
loop{
send t
sleep 200
send %szesckomendajeden%
send {enter}
sleep 200
send t
sleep 200
send %szesckomendadwa%
send {enter}
sleep 200
send t
sleep 200
send %szesckomendatrzy%
send {enter}
sleep 200
send t
sleep 200
send <3 Lucky Clicker <3
send {enter}
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
send t
sleep 200
send %szesckomendatrzy%
send {enter}
sleep 200
send t
sleep 200
send %szesckomendajeden%
send {enter}
sleep 200
send t
sleep 200
send %szesckomendadwa%
send {enter}
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
send t
sleep 200
send %szesckomendadwa%
send {enter}
sleep 200
send t
sleep 200
send %szesckomendatrzy%
send {enter}
sleep 200
send t
sleep 200
send %szesckomendajeden%
send {enter}
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
send t
sleep 200
send %komendaszesctrzy%
send {enter}
sleep 200
send t
sleep 200
send %komendaszescjeden%
send {enter}
sleep 200
send t
sleep 200
send %komendaszescdwa%
send {enter}
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
sleep 10
SendInput {LButton down}
SendInput {d down}
sleep 2800
SendInput {d up}
SendInput {s down}
sleep 1000
SendInput {s up}
SendInput {a down}
sleep 2800
SendInput {a up}
SendInput {w down}
sleep 1000
SendInput {w up}
SendInput {LButton up}
send t
sleep 200
send <3 Lucky Clicker <3
send {enter}
}
return
szescoff:
{
msgbox,, Kopanie, Kopanie ZAKONCZONE. By włączyć makro / inne skrypty uruchom Clickera ponownie.
ExitApp
}
jedzenie:
{
SendInput {q down}
sleep 10
SendInput {q up}
sleep 100
SendInput {q down}
sleep 10
SendInput {q up}
SendInput {RButton down}
sleep 100
SendInput {RButton up}
}
return
GuiClose:
ExitApp