I want to know if there is a pixel bot that is already functioning for other games that could be used in LoL. Perhaps like the Rift Hedonism bot. I tried it but couldn't get it to work...
It could activate your Heals/Shield/Invul when your health bar was at a certain point. It could Use items when off CD, would work well with Hextech etc.
i made a pixelbot for quakelive dude.. just made now, it works okish, not the best, but it gives you a great idea on what to do to get your own one working very well
HTML Code:
;; commands include:
;;F8 = Fkey8 to Pause/Unpause the bots searching.
;;F9 - Fkey9 to close the bot completely
;; created by Shad0wFX on 24/11/11 @ 12:47pm
;; please do not distribute/resend to anybody as this is copywrited.
; and for personal use ONLY
#include <Misc.au3>
Global $Paused
HotKeySet("{F9}", "_exit")
HotKeySet("{F8}", "tpauz")
AutoItSetOption( "PixelCoordMode", 1)
; Variables
$wgh = WinGetHandle("QUAKE LIVE - Now Playing! - Mozilla Firefox")
$color = "0x669546"
;the core/while loop
While 1
;below - search left(250 to centre) top(150 down) right(900 in) and bottum(500 up) for the $color pixel within '4' shades using step '1'
$coord = PixelSearch(250, 150, 900,500, $color,7, 1, $wgh)
;below - basically if the pixels color is found, then..
If IsArray($coord) Then
;below - move your mouse over the target and..
MouseMove($coord[0], $coord[1], 1)
; below - search co-ordinates from $coord variable to find the location of the pixel(enemy), shoot the gun(left click) '2' times, at the fastest speed'1'(1 - fastest 100 - slowest)
MouseClick("left",$coord[0],$coord[1],5,1)
;below - end the statement so it doesnt loop over and over constantly
EndIf
WEnd
While 1
Sleep(100)
WEnd
Func tpauz()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Your Script is Now: Paused',540,540)
WEnd
ToolTip("")
EndFunc
Func _exit()
Sleep(10)
Exit 0
EndFunc
how to make register.php work and client work at the same time 07/04/2014 - Dekaron Private Server - 11 Replies Prior to my tut I am assuming you already checked this steps:
1. Followed Warmongers Ultimate Dekaron Server Setup
2. That you had succesfully downloaded and implement Silkbotters web registration php's and installed XAMPP server
3. That you already edited all the .ini in your htdocs folder with localhost IP 127.0.0.1, (yup, including Login server config.ini)
NOW this is what I learned:
1. When you setup your system DSN which you named "account" with log-in and password = account, at the...
how to make DSEEG work with dragonica (THQ/ICE) work for vista 32 bit users 10/16/2010 - Dragonica - 4 Replies ok after 3 hours of messing around with dragonica i found a way to make it work with DSEEG for those who got the memory edit error
firstly within the 1 minture the game is open with dseeg remove all hotkeys and delete all bot settings and click save
leave the patcher.exe filepath as it is, select THQ and close everything, make sure that you set DSEEG to run as admin from the compatibility tab in properties.
now delete engine.ini from both c: drive and the dragonica release folder
...
[Release] ReXIGNation (Anti-Xigncode+CRC Bypass) spam here work/no work 07/19/2010 - Dekaron - 9 Replies F>Y>I the bypass still work for me reinstall the game and run the bypasss with Cheat engine only, no winhex or any other way will make you DC right away when log in, am a vista user and i testes 3 different way and only CE work now hope this help u guy :mofo: