Register for your free account! | Forgot your password?

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

  • 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 03/30/2008, 13:02   #91
 
elite*gold: 0
Join Date: Jul 2005
Posts: 83
Received Thanks: 16
Jop funzt
Gleiche funktion wie bei "meiner" version (:P)....evtl könnte man einfach noch mehr hinzu fügen..quasi so als Option für Styles/Zauber im Kampf

Weil 10 Sekunden nachdem F1 gedrück wurde macht er ja nichts bzw nur Autoattack...gibt ja Klassen die haben Styles die sehr sehr günstig im Verbrauch sind und die könnte man dann einfach optional hinzufügen

Quasi "Wenn" Option F4 an ist(1 Sekunde Pause danach), dann wird aus den 10 Sekunden Pause eben nur 8 oder so...wenn dann noch eine F5 Funkion drin ist(auch 1 Sek Pause) dann wirds nochmal um 1 Sek reduziert

wichtig ist halt aber, dass das quasi nach F1 folgt, damit man sicher ist dass man schon am Mob ist bzw in seiner Reichweite...

Ach nur so ideen...aber absolut nicht wichtig...wichtig war die 3. Taste-Funktion, danke
xarr666 is offline  
Old 03/30/2008, 13:18   #92
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
jaein, is nich wie bei deiner version xarr, wenne haken rauslässt dürfte der nich chippen... is bissl komplexer

mit der option kann man das nutzen jeder f-taste theorethisch machen... hmm...
Vyndariel is offline  
Old 03/30/2008, 14:22   #93
 
elite*gold: 0
Join Date: Jul 2007
Posts: 292
Received Thanks: 580
I have been working on this a little myself, but I am having a hard time finding something that can search memory locations through hackshield. While I have found an application that has access to the application through hackshield, I still can not get it to read memory locations yet. I dwonloaded autoit and compiled my own modification of Vyn's script, but it would be so much nicer if I could target myself. I did some researching and I could not find anyone who could tell my any way to target yourself... (other than clicking on yourself) For those who have self-buff spells I have found a way to maintain buffs on yourself. All I have done is added an additional while loop.

;original by : Vyn
;modified by : jtremblay
#include <GUIConstants.au3>
#include <GUIListBox.au3>
#include <Misc.au3>
#include <Array.au3>
= GUICreate("@Vyn - EPvP", 250, 160, 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, 140, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("To pause script press Break", 10, 120, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
Global
hotkeyset("^!x", "MeinExit")
HotKeySet("{PAUSE}", "TogglePause")

Func Load()
EndFunc

Func Start()
Do
$x = 0
While $x < 60
$x = $x + 1

WinActivate("@Vyn - EPvP")
sleep(200)
MouseMove(500, 500, 3)
sleep(200)
MouseDown("right")
MouseMove(814, 500, 3)
MouseUp("right")
WinActivate("Rappelz")
sleep(1000)
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)
WEnd
ControlSend("Rappelz","","","{F3}")
sleep(2000)
ControlSend("Rappelz","","","{F4}")
sleep(2000)
ControlSend("Rappelz","","","{F5}")
sleep(2000)
$x = 0

Until _IsPressed("7A")
EndFunc

Load()
While 1
= GUIGetMsg()
Switch
Case

Start()
EnaDisElts()
EndSwitch
WEnd

Func MeinExit()
Exit
Endfunc

Func TogglePause()
= NOT
While
sleep(100)
WEnd
EndFunc



*edit* had to take out the code box - was removing a varriable from my code for some strange reason.
jtremblay is offline  
Old 03/30/2008, 16:29   #94
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
that's eher sub-optimal cause... he counts 60 times before the prog uses a chip... i think that's not good...

vyn
Vyndariel is offline  
Old 03/30/2008, 21:42   #95
 
elite*gold: 0
Join Date: Mar 2008
Posts: 5
Received Thanks: 1
be carefully, ive got banned , i dont know why - i was afk...
if the mobs who are unable to atk, were not the reason, then - i think - the reason is that i have killed mobs who already have been under atk.
you should use it in empty areas only
Rast is offline  
Thanks
1 User
Old 03/30/2008, 21:56   #96
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
killstealing is no ban-reason
Vyndariel is offline  
Old 03/30/2008, 22:13   #97
 
elite*gold: 0
Join Date: Jul 2005
Posts: 83
Received Thanks: 16
Sry, but who use this in a full area or even an area near a City...sry...stupid

You can use this Bots when you go AFK for a short time or Surfing on 2. PC/Notebook or something else...like watchin TV
But beeing fully afk over a longer period (i think more then 10-15 minutes) is really not good...many ppl are doing the repeatable quests where you have to kill neary all sort of mobs in the Rappelz world...

I think someone called a GM...maybe he spawned a Autotrap (bot-catcher) or...i dont know if its only a myth...if you attacked too long or often this unattackable mobs, they will spawn automaticly

Thought that everyone who is using such a simple bot (which doesnt have reply-function if tell, or a GM/Player-tell-warning or even a mob-filtering), would know where and how long to use it ^^

No offense at all, bad for you, but now u will be more paranoid i think...and hopefully more carefull
And you used only this Bot? Nothing else? (there are some very old things in US boards from 2006 and 2007...^^)
xarr666 is offline  
Old 03/30/2008, 22:14   #98
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 249
ein kleiner tipp : den bot kann man wunderbar mit einen bogen nutzen doch dann muss man auf die drops verzichten

dafür bleibt man immer an einer stelle stehen ...
PvPMeister is offline  
Old 03/31/2008, 08:11   #99
 
elite*gold: 0
Join Date: Jul 2007
Posts: 292
Received Thanks: 580
I was not using boost chips in my edit of your code. Try this code that i just wrote while I was typing this... I changed the GUI box a little and added checkboxes for force chips and buffs. I have included the force chips and I have placed them in the code where they will work every time you attack. I have also edited my additions to Vyn's code further to where it presses ESC before it tries to buff. You character casts on itself if you have no target selected by default, so this addition allows the use of other buffs that can be casted on other players. I am only working off the code you posted way earlier in this topic, so unless you post your new code... I will not be able to keep features you have added to your code in my edits.

I have also added an input that allows you to change the attack delay. This will help you not miss the drops if you are not killing fast enough.

;original by : Vyn
;modified by : jtremblay
#include <GUIConstants.au3>
#include <GUIListBox.au3>
#include <Misc.au3>
#include <Array.au3>
$Form1_1 = GUICreate("@Vyn - EPvP", 250, 160, 278, 199)
GUISetIcon("C:\136.ico")
$Buff = GUICtrlCreateCheckbox("Self-Buffs? F3 F4 F5", 10, 120, 130, 20, 0)
$Fchip = GUICtrlCreateCheckbox("Force Chips? F6", 10, 140, 130, 20, 0)
$ibuff = 0
$Fight = GUICtrlCreateInput("10000",10,95,120)
$Fightdata = GUICtrlRead($Fight)
$Start = GUICtrlCreateButton("Start", 150, 120, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
$Label4 = GUICtrlCreateLabel("Set F2 to pick up loot", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("CTRL + ALT + X to exit", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("Set F1 to attack (with pet)", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label1 = GUICtrlCreateLabel("Pause with BREAK/PAUSE", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label0 = GUICtrlCreateLabel("Attack Delay 1000 = 1sec", 10, 80, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
Global $Paused
HotKeySet("^!x", "MeinExit")
HotKeySet("{PAUSE}", "TogglePause")

Func Load()
EndFunc ;==>Load

Func Start()
Do
$x = 0
If $Buff > 0 And $ibuff < 1 Then
$ibuff = 1
WinActivate("Rappelz")
Sleep(1000)
ControlSend("Rappelz", "", "", "{ESC}")
Sleep(1000)
ControlSend("Rappelz", "", "", "{F3}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F4}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F5}")
Sleep(2000)
EndIf
While $x < 60
$x = $x + 1
WinActivate("@Vyn - EPvP")
sleep(200)
MouseMove(500, 500, 3)
sleep(200)
MouseDown("right")
MouseMove(814, 500, 3)
MouseUp("right")
WinActivate("Rappelz")
Sleep(1000)
ControlSend("Rappelz", "", "", "{Tab}")
Sleep(1000)
ControlSend("Rappelz", "", "", "{F1}")
Sleep (1000)
If $Fchip > 0 Then
ControlSend("Rappelz", "", "", "{F6}")
Sleep(1000)
EndIf
Sleep($Fightdata)
ControlSend("Rappelz", "", "", "{F2}")
Sleep(1000)
ControlSend("Rappelz", "", "", "{F2}")
Sleep(1000)
ControlSend("Rappelz", "", "", "{F2}")
Sleep(1000)
WEnd
If $Buff > 0 Then
ControlSend("Rappelz", "", "", "{ESC}")
Sleep(1000)
ControlSend("Rappelz", "", "", "{F3}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F4}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F5}")
Sleep(2000)
EndIf
$x = 0
Until _IsPressed("7A")
EndFunc ;==>Start

Load()
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Start

Start()
EnaDisElts($GUI_ENABLE)
EndSwitch
WEnd

Func MeinExit()
Exit
EndFunc ;==>MeinExit

Func TogglePause()
$Paused = Not $Paused
While $Paused
Sleep(100)
WEnd
EndFunc ;==>TogglePause
jtremblay is offline  
Old 03/31/2008, 12:18   #100
 
elite*gold: 0
Join Date: Jul 2007
Posts: 292
Received Thanks: 580
A compiled version of the script i posted.
Attached Files
File Type: zip Vyn Bot jt edit.zip (355.6 KB, 234 views)
jtremblay is offline  
Old 03/31/2008, 14:29   #101
 
elite*gold: 0
Join Date: Aug 2007
Posts: 54
Received Thanks: 52
The best time to use a bot is at night, when all the GM's are already in there beds.
Circle is offline  
Old 04/01/2008, 01:04   #102
 
elite*gold: 0
Join Date: May 2007
Posts: 19
Received Thanks: 0
Bei Mir alt Tapt der bot immer
Morpheus2007 is offline  
Old 04/01/2008, 01:42   #103
 
elite*gold: 0
Join Date: Apr 2008
Posts: 9
Received Thanks: 0
Wow great work all, i know you guys are still making improvements. Please keep us updated with the latest working version.
Thank You
tun110 is offline  
Old 04/01/2008, 06:39   #104
 
ToastyLatte's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 45
Received Thanks: 4
Please implement some way of avoiding the traps set in place to prevent bots. Or an attack timer since the traps only work when you attack them for a certain amount of time. Please investigate more.
ToastyLatte is offline  
Old 04/01/2008, 14:31   #105
 
elite*gold: 0
Join Date: Jul 2007
Posts: 292
Received Thanks: 580
Trust me when I say I am working on that... I am not good enough at this to put something in place as of yet. I imagine a pixel based detection will probibly be the best way to handle it since hackshield block most packet sniffers.

Quote:
Originally Posted by ToastyLatte View Post
Please implement some way of avoiding the traps set in place to prevent bots. Or an attack timer since the traps only work when you attack them for a certain amount of time. Please investigate more.
Vyn's bot is already on an attack timer where it only attacks once every 15-20 seconds. The cycle is turn the view, select target, 1 sec, attack, 10 sec, loot, 1 sec, loot, 1 sec, loot, 1 sec... rinse and repeat. This is not the exact timers but the bot does not just spam attack while you are fighting, it only presses it once then does nothing until it attempts to loot.

on a further note... I hope Vyn does not mind me stepping up to the plate to post my modifications of his script. I do not mean to step on any toes here... and after all, Vyn gets most of the credit as he originated the whole thing.
jtremblay is offline  
Closed Thread




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


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.