Endless Online Hacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Endless Online Haxs (((( PM Matthew If You Need Any Help ))))
 
HomeLatest imagesSearchRegisterLog in

 

 Kitty Hat seller

Go down 
AuthorMessage
Admin
Admin



Number of posts: : 1
Guild Tag : NONE
Guild Name : NONE
Join date : 2009-12-21

Kitty Hat seller Empty
PostSubject: Kitty Hat seller   Kitty Hat seller Icon_minitimeSun Mar 21, 2010 3:28 pm

You must be in minimized window in small form, and open the menu to sell them where it says price: 10000. No patch or anything needed..

How to use wrote:
F1 - Start buying
F2 - Stop buying, wait for F1 to be pushed to continue buying again

UPDATE: Perfected it and it sells 100 every time, but sells 1 if a little lag comes along for some reason.. Never will it sell more then 100 tho, so you don't get banned!

Updated script:
program KittySeller;
{Open the menu to sell the kittys where it says "price: 10000", and hit F1 Wink}

Code:
Procedure Sell;
begin
ClickMouse(173, 108, true); // Click sell
Wait(60);
KeyDown(48); Wait(15); KeyUp(48); // Put in two 0's
Wait(25);
KeyDown(48); Wait(15); KeyUp(48);
Wait(50);
ClickMouse(295, 237, true); //Click OK
Wait(25);
ClickMouse(303, 226, true); //Click OK on the "are you sure" box
Wait(200);
end;
begin
if(FindWindowTitlePart('endless online', false)) then begin
    activateclient;
end
else begin
Writeln('Endless Online is not open or is minimized, please check and try again.');
end
ClearDebug;
Writeln('Kitty seller - by Thehispanic/Gangstamikey; Press F1 to start selling kittys, F2 to stop.');
Wait(1000);

repeat
    if(IsFkeyDown(1)) then begin
        repeat
            Sell;
        until(IsFkeyDown(2))
    end
    Wait(10);
until(false)
KeyUp(48);
end.
Back to top Go down
https://endless-online-haxs.darkbb.com
 
Kitty Hat seller
Back to top 
Page 1 of 1
 Similar topics
-
» Kitty Hat Seller

Permissions in this forum:You cannot reply to topics in this forum
Endless Online Hacks :: SCAR 3.1.3 :: Scripts-
Jump to: