Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz
You last visited: Today at 07:13

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

Advertisement



AFK LvL Bot

Discussion on AFK LvL Bot within the Rappelz forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
AFK LvL Bot

Ger.:

Hey,

habe hier einen kleinen Bot der alle Mobs in Reichweite&Sichtfeld anvisiert und angreift. Dauer des Angriffes ca. 10 Sekunden, danach lootet er automatisch was am Boden liegt.

Es ist nix dolles aber vllt. hilfts ja wem.

Thanks Button nicht vergessen

Liebe Grüße

Vyn

Eng.:

Hey,

I have written a little Bot which attacks all Mobs do you see and near of you automaticly. Time of Attack ca. 10 sec, after that he loots automaticly what's on the Ground.

Nothing "perfect" script, but maybe it helps you.

Don't forget the tanks button

Best regards

Vyn

Scan Result:

Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Nothing found
VirusBlokAda32: Nothing found
VirusBuster: Nothing found

Scanned by
Attached Files
File Type: rar rappelz_vyn.rar (352.3 KB, 4102 views)
Vyndariel is offline  
Thanks
178 Users
Old 03/13/2008, 18:59   #2
 
elite*gold: 0
Join Date: Mar 2005
Posts: 1
Received Thanks: 2
doesn't work for vista ? =/
biseptol is offline  
Thanks
2 Users
Old 03/14/2008, 17:12   #3
 
elite*gold: 0
Join Date: Aug 2007
Posts: 54
Received Thanks: 52
LOL, das funktionert sogar ^^ nagut, ist nix spezielles, aber es funktioniert. Ich dacht Hackshield würd AutoIT blockieren, aber so wies aussieht tut es das nicht. Gut das mich wer darauf aufmerksam gemacht hat, dann können wir ja nen Bot zusammenbasteln.
Circle is offline  
Thanks
2 Users
Old 03/14/2008, 22:23   #4
 
elite*gold: 0
Join Date: Mar 2006
Posts: 93
Received Thanks: 5
ehm kannste mal das autoit script mit posten hab da noch ideen
RaZoriX is offline  
Thanks
1 User
Old 03/15/2008, 08:48   #5
 
Sokohan's Avatar
 
elite*gold: 0
Join Date: Mar 2005
Posts: 133
Received Thanks: 4
das ja cool das funkt echt da kann mann ja schön essen und tv schauen und lvln ^^
Sokohan is offline  
Thanks
2 Users
Old 03/15/2008, 13:17   #6
 
verT!c4L's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,245
Received Thanks: 60
und wo kann man damit am besten lvln ?
bin erst lvl 32 :/
verT!c4L is offline  
Thanks
1 User
Old 03/15/2008, 13:19   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 249
thx level i-wo wo schwache mobs sind die dir kaum dmg machen ( JP sammeln)


und leute bedankt euch bei ihm^^

auf
klicken
PvPMeister is offline  
Thanks
5 Users
Old 03/15/2008, 16:20   #8
 
elite*gold: 0
Join Date: Jun 2007
Posts: 1
Received Thanks: 0
=(

Tausend Dank!
SOOH is offline  
Old 03/16/2008, 13:48   #9
 
elite*gold: 0
Join Date: Feb 2008
Posts: 7
Received Thanks: 2
What does this mean? I downloaded it and i scanned it but i'm noob with whatever people can put into programs.

this is from online malware scan
Scan taken on 16 Mar 2008 12:42:35 (GMT)
A-Squared Found Trojan-Downloader.Win32.AutoIt.co
AntiVir Found nothing
ArcaVir Found Worm.Sohanad.Kq
Avast Found nothing
AVG Antivirus Found nothing
BitDefender Found nothing
ClamAV Found nothing
CPsecure Found Troj.Downloader.W32.AutoIt.co
Dr.Web Found nothing
F-Prot Antivirus Found nothing
F-Secure Anti-Virus Found nothing
Fortinet Found nothing
Ikarus Found nothing
Kaspersky Anti-Virus Found nothing
NOD32 Found nothing
Norman Virus Control Found nothing
Panda Antivirus Found nothing
Rising Antivirus Found nothing
Sophos Antivirus Found nothing
VirusBuster Found nothing
VBA32 Found nothing


so basically is this file clean?
jason1der is offline  
Thanks
1 User
Old 03/16/2008, 14:40   #10
 
elite*gold: 0
Join Date: Apr 2007
Posts: 303
Received Thanks: 36
yep its clean its made with autoit so the
CPsecure Found Troj.Downloader.W32.AutoIt.co
error
ckret is offline  
Thanks
3 Users
Old 03/16/2008, 17:56   #11
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
Dachte auch das AutoIT geblockt wäre aber... joah nü... hatte langeweile und es ging.

Script wird folgen, btw.

Interessant wäre bildschirm rotation, weil eigtl. immer ein mob in nähe is, nur nicht in sichtweite.

Vyn
Vyndariel is offline  
Old 03/16/2008, 21:44   #12
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
;original by : Vyn
#include <GUIConstants.au3>
#include <GUIList.au3>
#include <Misc.au3>
#include <Array.au3>
$Form1_1 = GUICreate("@Vyn - EPvP", 250, 140, 278, 199)
GUISetIcon("C:\136.ico")
$Start = GUICtrlCreateButton("Start", 80, 90, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
$Label4 = GUICtrlCreateLabel("F1: Attack (with Creature)", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("F2: Pick Up", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("The following Controls have to set in", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label1 = GUICtrlCreateLabel("Main-Shortcut-Bar", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label6 = 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(500)
ControlSend("Rappelz","","","{Tab}")
sleep(500)
ControlSend("Rappelz","","","{F1}")
sleep(10000)
ControlSend("Rappelz","","","{F2}")
sleep(1000)
ControlSend("Rappelz","","","{F2}")
sleep(1000)
ControlSend("Rappelz","","","{F2}")
sleep(1000)
Until _IsPressed("7A")
EndFunc

Load()
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Start
Start()
EnaDisElts($GUI_ENABLE)
EndSwitch
WEnd

Func MeinExit()
Exit
Endfunc
Vyndariel is offline  
Thanks
5 Users
Old 03/17/2008, 07:30   #13
 
elite*gold: 0
Join Date: Mar 2008
Posts: 5
Received Thanks: 0
hi vyn...thankz for the great great job nice bot^^. but just want to share wat i experience while botting.. bot doesnt pan around to search monster or even have a way point so character stays only place when there's no more monster around.. im hoping u could improve the bot & add some other features in the future..T_T niwei, GREAT WORK vyn!
okeynoh is offline  
Old 03/17/2008, 11:20   #14
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
I know that the bot don't have an rotation and mob-search function... i don't like pixelsearch... slows down every system...

so maybe rotation, move, look if via tab a lifebar is going up...

don't know ^^

haven't so much time to improve it, so... ^^
Vyndariel is offline  
Old 03/17/2008, 12:05   #15
 
verT!c4L's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,245
Received Thanks: 60
ob das wohl auch mit moveIT funktioniert?
Ich werd mich mal in AutoIT einlesen, vlt fällt mir da was ein xD

wenn man koordinaten arbeiten kann, könnte man ne Leerlauf-Routine schreiben, so dass er in nem Radius rumwuselt
verT!c4L is offline  
Closed Thread




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


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.