|
You last visited: Today at 12:13
Advertisement
AFK LvL Bot
Discussion on AFK LvL Bot within the Rappelz forum part of the MMORPGs category.
06/12/2008, 21:49
|
#286
|
elite*gold: 0
Join Date: Sep 2007
Posts: 268
Received Thanks: 58
|
DUDE!111 U MAKE IT BETTER THEN WE VOTE U MOD OR THANK YOU 48364872316487213 TIMES11111111111111111!!
|
|
|
06/14/2008, 03:42
|
#287
|
elite*gold: 0
Join Date: Jun 2008
Posts: 16
Received Thanks: 0
|
pls mal erklären wie man das hin bekommt das er die Kamera selber dreht bei der version 12.3 oder 12.4 das wäre mal super geil pls
|
|
|
06/14/2008, 05:42
|
#288
|
elite*gold: 0
Join Date: Feb 2008
Posts: 45
Received Thanks: 4
|
ちょっと、私は考えを有する。 あなたについて英国のフォーラムの性交の話に外国語を使用することを止めるか、いかにまたは翻訳を提供しな さいか。
|
|
|
06/16/2008, 11:35
|
#289
|
elite*gold: 0
Join Date: Apr 2008
Posts: 47
Received Thanks: 0
|
super post alles klar!!!
|
|
|
06/16/2008, 12:55
|
#290
|
elite*gold: 0
Join Date: Apr 2005
Posts: 4,726
Received Thanks: 188
|
Quote:
Originally Posted by ToastyLatte
ちょっと、私は考えを有する。 あなたについて英国のフォーラムの性交の話に外国語を使用することを止めるか、いかにまたは翻訳を提供しな さいか。
|
Post english man -.-
|
|
|
07/17/2008, 12:31
|
#291
|
elite*gold: 0
Join Date: Dec 2007
Posts: 680
Received Thanks: 141
|
ohne alles zu lesen hab ich zu dem script was ich iwo auf seite 3 oder so gefunden hab ein paar randoms eingefügt
PHP Code:
#include <GUIConstants.au3>
#include <GUIList.au3>
#include <Misc.au3>
#include <Array.au3>
= GUICreate("@Vyn - EPvP", 250, 140, 278, 199)
GUISetIcon("C:136.ico")
= GUICtrlCreateButton("Start", 80, 90, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
= GUICtrlCreateLabel("F1: Attack (with Creature)", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("F2: Pick Up", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("The following Controls have to set in", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("Main-Shortcut-Bar", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("To exit press Ctrl + Alt + X", 10, 120, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
hotkeyset("^!x", "MeinExit")
Func Load()
EndFunc
Func Start()
Do
sleep(Random(500,600))
ControlSend("Rappelz","","","{Tab}")
sleep(random(500,700))
ControlSend("Rappelz","","","{F1}")
sleep(Random(10000,10500))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(random(1000,1100))
Until _IsPressed("7A")
EndFunc
Load()
While 1
= GUIGetMsg()
Switch
Case
Start()
EnaDisElts()
EndSwitch
WEnd
Func MeinExit()
Exit
Endfunc
|
|
|
07/17/2008, 17:13
|
#292
|
elite*gold: 0
Join Date: Jan 2008
Posts: 2
Received Thanks: 0
|
WOW this is better than JT'S Bot..works with vista thnx vyn
|
|
|
07/21/2008, 17:22
|
#293
|
elite*gold: 0
Join Date: Jul 2008
Posts: 9
Received Thanks: 0
|
gibts jetzt nen bot für vista wo man nich nur an einer stelle steht/das sichtfeld nich gedreht wird? kein bock alle 30 seiten zu lesen ^^
|
|
|
07/21/2008, 17:38
|
#294
|
elite*gold: 0
Join Date: Jul 2008
Posts: 159
Received Thanks: 85
|
just try jarb updated version
|
|
|
07/21/2008, 17:47
|
#295
|
elite*gold: 0
Join Date: Jul 2008
Posts: 9
Received Thanks: 0
|
where can i find it? ^^
|
|
|
10/15/2008, 03:13
|
#296
|
elite*gold: 0
Join Date: May 2008
Posts: 1
Received Thanks: 0
|
wie krieg ich das teil hin das der bot mich levelt???
|
|
|
10/17/2008, 04:02
|
#297
|
elite*gold: 0
Join Date: Jul 2008
Posts: 1
Received Thanks: 0
|
English?
|
|
|
10/17/2008, 09:04
|
#298
|
elite*gold: 0
Join Date: Aug 2005
Posts: 1,245
Received Thanks: 60
|
Quote:
Originally Posted by xSharkoonX
ohne alles zu lesen hab ich zu dem script was ich iwo auf seite 3 oder so gefunden hab ein paar randoms eingefügt
PHP Code:
#include <GUIConstants.au3>
#include <GUIList.au3>
#include <Misc.au3>
#include <Array.au3>
= GUICreate("@Vyn - EPvP", 250, 140, 278, 199)
GUISetIcon("C:136.ico")
= GUICtrlCreateButton("Start", 80, 90, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
= GUICtrlCreateLabel("F1: Attack (with Creature)", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("F2: Pick Up", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("The following Controls have to set in", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("Main-Shortcut-Bar", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("To exit press Ctrl + Alt + X", 10, 120, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
hotkeyset("^!x", "MeinExit")
Func Load()
EndFunc
Func Start()
Do
sleep(Random(500,600))
ControlSend("Rappelz","","","{Tab}")
sleep(random(500,700))
ControlSend("Rappelz","","","{F1}")
sleep(Random(10000,10500))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(random(1000,1100))
Until _IsPressed("7A")
EndFunc
Load()
While 1
= GUIGetMsg()
Switch
Case
Start()
EnaDisElts()
EndSwitch
WEnd
Func MeinExit()
Exit
Endfunc
|
this is crap...
|
|
|
10/18/2008, 01:52
|
#299
|
elite*gold: 0
Join Date: Oct 2008
Posts: 2
Received Thanks: 0
|
i have problem in this bot
i try to run it in epic V part 2
but when the bot searching a new target
it always says possible bot trap
and keep looping like that
although the bot target normal monster
not bot trap
anyone has same problem?
|
|
|
10/27/2008, 11:47
|
#300
|
elite*gold: 0
Join Date: Jun 2008
Posts: 118
Received Thanks: 20
|
bei mir kommt ich muss in die stadt =(?
und noch was der client spinnt i-wie wenn ich neuen acc erstelle steht da client hat eine störung was das?
|
|
|
All times are GMT +1. The time now is 12:14.
|
|