Register for your free account! | Forgot your password?

You last visited: Today at 18:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Level Bot!

Discussion on [Release] Level Bot! within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old 02/10/2012, 15:26   #16
 
Pho3nX's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 86
Received Thanks: 15
Those ppl who get 1 exp try to play without cloths or without pet it should work.
Pho3nX is offline  
Old 02/10/2012, 16:05   #17
 
armandutzu's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 170
Received Thanks: 88
Quote:
Originally Posted by Pho3nX View Post
Those ppl who get 1 exp try to play without cloths or without pet it should work.
This quote is off-topic.

On-topic:

Level bot update, please, or I will take care of it.
armandutzu is offline  
Old 02/10/2012, 19:56   #18
 
Pho3nX's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 86
Received Thanks: 15
Go ahead release a your bot. And those who don't want to wait PM me.
Pho3nX is offline  
Thanks
1 User
Old 02/10/2012, 21:28   #19
 
SCORPIONRULES's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 175
Received Thanks: 43
who can help me with this,i use it at a minisized window but it sends W as text and not as a function button for quikslot.
ControlSend("FantasyTennis","",""," {W} ")

p.s. PM me if you need whole script.
SCORPIONRULES is offline  
Old 02/11/2012, 19:08   #20
 
elite*gold: 0
Join Date: Feb 2012
Posts: 6
Received Thanks: 0
putting off my cloths and keeping my pet out of this fight didn't help at all.
oam is offline  
Old 02/12/2012, 17:06   #21
 
Pho3nX's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 86
Received Thanks: 15
Quote:
Originally Posted by oam View Post
putting off my cloths and keeping my pet out of this fight didn't help at all.
go slot 1
Pho3nX is offline  
Old 02/12/2012, 17:39   #22
 
chillililli's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 66
Received Thanks: 14
Quote:
Originally Posted by Pho3nX View Post
go slot 1
how he/she shall use the hack then - slot 2 is necessary

if he/she uses the meteor hack he needs to reconfigurate the timeout (wait some more) for QS activations - may it helps
chillililli is offline  
Old 02/12/2012, 18:31   #23
 
Pho3nX's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 86
Received Thanks: 15
slot 2 is not necessary to use hack you should try be4 talk :/
Pho3nX is offline  
Old 02/12/2012, 19:30   #24
 
armandutzu's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 170
Received Thanks: 88
Quote:
Originally Posted by SCORPIONRULES View Post
who can help me with this,i use it at a minisized window but it sends W as text and not as a function button for quikslot.
ControlSend("FantasyTennis","",""," {W} ")

p.s. PM me if you need whole script.
This is the whole script. In rest, everything is unusefull.
You need to add more scripts for it to work, and the window isn't FantasyTennis it's FT_Client.exe.
armandutzu is offline  
Old 02/12/2012, 20:47   #25
 
SCORPIONRULES's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 175
Received Thanks: 43
I tried this too:
ControlSend("FT_Client.exe.","",""," {W} ")
but this doesnt work either, if i use FT_Client.exe. it doesnt start and with FantasyTennis it starts and pushes W but only as text and not as quikslot function TT.
SCORPIONRULES is offline  
Old 02/13/2012, 16:58   #26
 
armandutzu's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 170
Received Thanks: 88
Quote:
Originally Posted by SCORPIONRULES View Post
I tried this too:
ControlSend("FT_Client.exe.","",""," {W} ")
but this doesnt work either, if i use FT_Client.exe. it doesnt start and with FantasyTennis it starts and pushes W but only as text and not as quikslot function TT.

I never said it's FT_Client.exe. I said FT_Client.exe
It's
ControlSend("FT_Client.exe","",""," {W} ")
armandutzu is offline  
Old 02/13/2012, 18:43   #27
 
Pho3nX's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 86
Received Thanks: 15
Quote:
Originally Posted by armandutzu View Post
I never said it's FT_Client.exe. I said FT_Client.exe
It's
ControlSend("FT_Client.exe","",""," {W} ")
WTF ?
Pho3nX is offline  
Old 02/13/2012, 18:52   #28
 
SCORPIONRULES's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 175
Received Thanks: 43
still doesnt work , as w for qs.
SCORPIONRULES is offline  
Old 02/14/2012, 20:21   #29
 
XxharCs's Avatar
 
elite*gold: 34
Join Date: Apr 2011
Posts: 1,475
Received Thanks: 1,227
Quote:
Originally Posted by armandutzu View Post
This is the whole script. In rest, everything is unusefull.
You need to add more scripts for it to work, and the window isn't FantasyTennis it's FT_Client.exe.

The Window is FantasyTennis called. The Process is FT_Client.exe called

why so complicated omg ?
do it so lol:
Code:
$Var0000 = InputBox("Press F5", "How many seconds to wait before pressing F5:", "", "", 0x00FA, 0x0082)
$Var0001 = InputBox("Press W", "How many seconds to wait before pressing W:", "", "", 0x00FA, 0x0082)
$Var0002 = InputBox("Press Space", "How many seconds to wait before pressing Space:", "", "", 0x00FA, 0x0082)
Func Fn0000()
	While 1
		Exit
	WEnd
EndFunc
While 1
	Sleep($Var0000)
	Send("{F5}")
	Sleep($Var0001)
	Send("{w}")
        Sleep($Var0002)
	Send("{space}")
WEnd
XxharCs is offline  
Old 02/14/2012, 21:39   #30
 
SCORPIONRULES's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 175
Received Thanks: 43
Quote:
Originally Posted by XxharCs View Post

The Window is FantasyTennis called. The Process is FT_Client.exe called

why so complicated omg ?
do it so lol:
Code:
$Var0000 = InputBox("Press F5", "How many seconds to wait before pressing F5:", "", "", 0x00FA, 0x0082)
$Var0001 = InputBox("Press W", "How many seconds to wait before pressing W:", "", "", 0x00FA, 0x0082)
$Var0002 = InputBox("Press Space", "How many seconds to wait before pressing Space:", "", "", 0x00FA, 0x0082)
Func Fn0000()
	While 1
		Exit
	WEnd
EndFunc
While 1
	Sleep($Var0000)
	Send("{F5}")
	Sleep($Var0001)
	Send("{w}")
        Sleep($Var0002)
	Send("{space}")
WEnd
How we can use this bot for FT , if FT window is minisized?
i tried with ControlSend , but problem is it sends W as text at ft screen and not as a quikslot function , how we can solve this problem?
SCORPIONRULES is offline  
Reply


Similar Threads Similar Threads
[RELEASE]Level-Schein
09/20/2012 - Metin2 PServer Guides & Strategies - 20 Replies
Hallo Leute! Heute möchte ich euch meinen Level-Schein vorstellen! Der Level-Schein macht euch ein Levelup, wenn man ihn benutzt! Ich hoffe ihr könnt was damit anfangen: HOW-TO: 1. Sucht in der item_proto nach "71095" oder "Passierschein und stellt den Typ auf 18.
[Release] Max level 255 and new level 255 soul
04/09/2012 - EO PServer Guides & Releases - 10 Replies
new max level and new soul values for level 255 download attached files and run them threw query into your database using navicat and then save it and your done max level 255 soul level 255
(RELEASE) Level-BOT
10/27/2010 - General Gaming Discussion - 32 Replies
Here I sell an Leveling BOT. If you have Meteor Hack, u can Start this application. It do automatically Start, and do hack. If some one is interested, pn me!
[Release]Top Level
04/17/2008 - EO PServer Guides & Releases - 11 Replies
ok this is not my release, this is a good friends of mine release he showed me how to change the characters max level that real people can level too... Please dont give me thanks, give it to jaoe1000... ok for everyone who hasnt known this here it is update your cq_config, data1, id 10 to what ever level you feel necessary please make sure that you have the appropiate level in your cq_levexp. remember dont give me thanks, give it to jaoe1000



All times are GMT +2. The time now is 18:07.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.