You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Jul 24, 201113Year Member
Posts: 230
Reputation Power: 10
Status: Offline
Joined: Jul 24, 201113Year Member
Posts: 230
Reputation Power: 10
Wrong One Sorry!! Ill Post A New Link!
Last edited by Lewis-R11 ; edited 1 time in total
Last edited by Lewis-R11 ; edited 1 time in total
- 0useful
- 2not useful
#12. Posted:
Status: Offline
Joined: Sep 03, 201113Year Member
Posts: 1,727
Reputation Power: 79
Status: Offline
Joined: Sep 03, 201113Year Member
Posts: 1,727
Reputation Power: 79
I have an autoclicker Am willing to give people
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Jan 07, 201312Year Member
Posts: 6
Reputation Power: 0
#14. Posted:
Status: Offline
Joined: Oct 28, 201212Year Member
Posts: 448
Reputation Power: 19
Lewis-R11 wrote var
x, y, a : Integer;
begin
a := 0;
// Time Loops Here
while (a < 1000000000) do
begin
a := a + 1;
// Search Market For Players
if FindColor(x, y, 1679715, 849, 588, 955, 617) then
begin
wait(40)
ClickMouse(904, 604, mbLeft);
end else
begin
// Press Ok After Search
if FindColor(x, y, 1679971, 927, 475, 1003, 503) then
begin
wait(40)
ClickMouse(932, 489, mbLeft);
end else
begin
// Clicks On Player Rare
if FindColor(x, y, 159897, 482, 594, 624, 658) then
begin
wait(40)
ClickMouse(504, 570, mbLeft);
end else
begin
// Buys Player Both Rare And Non Rare
if FindColor(x, y, 1679971, 980, 385, 1124, 416) then
begin
wait(40)
ClickMouse(1046, 402, mbLeft);
end else
begin
// Clicks On Player Non Rare
if FindColor(x, y, 5157075, 480, 517, 550, 576) then
begin
wait(40)
ClickMouse(499, 604, mbLeft);
end else
begin
// Sends Player To Trade Pile
if FindColor(x, y, 1161443, 801, 379, 868, 404) then
begin
wait(1)
ClickMouse(715, 357, mbLeft);
end else
begin
// Goes Back To Search. Try To Make This Work Not On Red Line
if FindColor(x, y, 855549, 866, 255, 898, 267) then
begin
wait(1)
ClickMouse(745, 453, mbLeft);
end else
begin
// Fix To The Expired Items Problem. Clicks Back To Search
if FindColor(x, y, 1381883, 866, 255, 898, 267) then
begin
wait(1)
ClickMouse(745, 453, mbLeft);
end else
begin
// Yellow Tab Fix Ok
if FindColor(x, y, 3395067, 924, 474, 1007, 506) then
begin
wait(1)
ClickMouse(935, 491, mbLeft);
end else
begin
// Yellow Tab Fix Search
if FindColor(x, y, 3395067, 849, 588, 955, 617) then
begin
wait(1)
ClickMouse(907, 605, mbLeft);
end else
begin
// Fitness
if FindColor(x, y, 3253965, 480, 517, 550, 576) then
begin
wait(1)
ClickMouse(499, 604, mbLeft);
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end.
There You Go! Everyone No Rep Needed!!
hahahahah
thats cute
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Nov 09, 201014Year Member
Posts: 509
Reputation Power: 21
Status: Offline
Joined: Nov 09, 201014Year Member
Posts: 509
Reputation Power: 21
Lewis-R11 wrote var
x, y, a : Integer;
begin
a := 0;
// Time Loops Here
while (a < 1000000000) do
begin
a := a + 1;
// Search Market For Players
if FindColor(x, y, 1679715, 849, 588, 955, 617) then
begin
wait(40)
ClickMouse(904, 604, mbLeft);
end else
begin
// Press Ok After Search
if FindColor(x, y, 1679971, 927, 475, 1003, 503) then
begin
wait(40)
ClickMouse(932, 489, mbLeft);
end else
begin
// Clicks On Player Rare
if FindColor(x, y, 159897, 482, 594, 624, 658) then
begin
wait(40)
ClickMouse(504, 570, mbLeft);
end else
begin
// Buys Player Both Rare And Non Rare
if FindColor(x, y, 1679971, 980, 385, 1124, 416) then
begin
wait(40)
ClickMouse(1046, 402, mbLeft);
end else
begin
// Clicks On Player Non Rare
if FindColor(x, y, 5157075, 480, 517, 550, 576) then
begin
wait(40)
ClickMouse(499, 604, mbLeft);
end else
begin
// Sends Player To Trade Pile
if FindColor(x, y, 1161443, 801, 379, 868, 404) then
begin
wait(1)
ClickMouse(715, 357, mbLeft);
end else
begin
// Goes Back To Search. Try To Make This Work Not On Red Line
if FindColor(x, y, 855549, 866, 255, 898, 267) then
begin
wait(1)
ClickMouse(745, 453, mbLeft);
end else
begin
// Fix To The Expired Items Problem. Clicks Back To Search
if FindColor(x, y, 1381883, 866, 255, 898, 267) then
begin
wait(1)
ClickMouse(745, 453, mbLeft);
end else
begin
// Yellow Tab Fix Ok
if FindColor(x, y, 3395067, 924, 474, 1007, 506) then
begin
wait(1)
ClickMouse(935, 491, mbLeft);
end else
begin
// Yellow Tab Fix Search
if FindColor(x, y, 3395067, 849, 588, 955, 617) then
begin
wait(1)
ClickMouse(907, 605, mbLeft);
end else
begin
// Fitness
if FindColor(x, y, 3253965, 480, 517, 550, 576) then
begin
wait(1)
ClickMouse(499, 604, mbLeft);
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end.
There You Go! Everyone No Rep Needed!!
Poop on you
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: May 18, 201014Year Member
Posts: 377
Reputation Power: 14
BaseballstarJN5 wroteLewis-R11 wrote var
x, y, a : Integer;
begin
a := 0;
// Time Loops Here
while (a < 1000000000) do
begin
a := a + 1;
// Search Market For Players
if FindColor(x, y, 1679715, 849, 588, 955, 617) then
begin
wait(40)
ClickMouse(904, 604, mbLeft);
end else
begin
// Press Ok After Search
if FindColor(x, y, 1679971, 927, 475, 1003, 503) then
begin
wait(40)
ClickMouse(932, 489, mbLeft);
end else
begin
// Clicks On Player Rare
if FindColor(x, y, 159897, 482, 594, 624, 658) then
begin
wait(40)
ClickMouse(504, 570, mbLeft);
end else
begin
// Buys Player Both Rare And Non Rare
if FindColor(x, y, 1679971, 980, 385, 1124, 416) then
begin
wait(40)
ClickMouse(1046, 402, mbLeft);
end else
begin
// Clicks On Player Non Rare
if FindColor(x, y, 5157075, 480, 517, 550, 576) then
begin
wait(40)
ClickMouse(499, 604, mbLeft);
end else
begin
// Sends Player To Trade Pile
if FindColor(x, y, 1161443, 801, 379, 868, 404) then
begin
wait(1)
ClickMouse(715, 357, mbLeft);
end else
begin
// Goes Back To Search. Try To Make This Work Not On Red Line
if FindColor(x, y, 855549, 866, 255, 898, 267) then
begin
wait(1)
ClickMouse(745, 453, mbLeft);
end else
begin
// Fix To The Expired Items Problem. Clicks Back To Search
if FindColor(x, y, 1381883, 866, 255, 898, 267) then
begin
wait(1)
ClickMouse(745, 453, mbLeft);
end else
begin
// Yellow Tab Fix Ok
if FindColor(x, y, 3395067, 924, 474, 1007, 506) then
begin
wait(1)
ClickMouse(935, 491, mbLeft);
end else
begin
// Yellow Tab Fix Search
if FindColor(x, y, 3395067, 849, 588, 955, 617) then
begin
wait(1)
ClickMouse(907, 605, mbLeft);
end else
begin
// Fitness
if FindColor(x, y, 3253965, 480, 517, 550, 576) then
begin
wait(1)
ClickMouse(499, 604, mbLeft);
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end;
end.
There You Go! Everyone No Rep Needed!!
Poop on you
Is this legit?
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Sep 24, 201212Year Member
Posts: 758
Reputation Power: 31
i cant get it to work a little help here ??
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Sep 03, 201113Year Member
Posts: 1,727
Reputation Power: 79
Status: Offline
Joined: Sep 03, 201113Year Member
Posts: 1,727
Reputation Power: 79
That's not the code I use + That doesn't look like it will work, I may only have a basic knowledge of coding but that doesn't look right
- 0useful
- 0not useful
#19. Posted:
Status: Offline
Joined: Jun 18, 201113Year Member
Posts: 139
Reputation Power: 6
http ://paste bin.com /rSjRGxYy
If you don't have a 1920 x 1080 screen, update the coordinates to your screen size. It shows the mouse's coordinates in the bottom left of Scar.
If you don't have a 1920 x 1080 screen, update the coordinates to your screen size. It shows the mouse's coordinates in the bottom left of Scar.
- 1useful
- 0not useful
#20. Posted:
Status: Offline
Joined: Sep 24, 201212Year Member
Posts: 758
Reputation Power: 31
pl0xb0x wrote http ://paste bin.com /rSjRGxYy
If you don't have a 1920 x 1080 screen, update the coordinates to your screen size. It shows the mouse's coordinates in the bottom left of Scar.
please look at your pms mate !
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.