Register for your free account! | Forgot your password?

Go Back   elitepvpers
You last visited: Today at 11:04

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

Advertisement



Sw_ Sw_ is offline

Junior Member

Statistics

Total Posts
Thanks Given
Blog
General Information
  • Last Activity: 08/19/2008 07:21
  • Join Date: 01/21/2006

Mentions

04/24/2024
22:08 - pgpavel mentioned Sw_ in post [2022/2023] Guild Wars working bots
...dit("", 140, 8, 340, 240, BitOR($ES_AUTOVSCROLL, $ES_AUTOHSCROLL, $ES_WANTRETURN, $WS_VSCROLL)) GUICtrlSetColor($GLOGBOX, 65280) GUICtrlSetBkColor($GLOGBOX, 0) GUISetState Sw_SHOW) GUICtrlSetData($LOCATION, $SELECT_TOWN) ;~ Description: Handles the button presses Func GuiButtonHandler() If $BotRunning Then GUICtrlSetData($Button, "Will pau...
03/20/2022
21:53 - Backxtar mentioned Sw_ in post Disable Rendering - Bot moves wrong
...tatements when its be used. How can i fix that? Func ToggleRendering() $Rendering_GW = NOT $Rendering_GW If $Rendering_GW Then EnableRendering() WinSetState($hGW, "", Sw_SHOW) TrayItemSetState($TrayRendering, $TRAY_UNCHECKED) Else DisableRendering() WinSetState($hGW, "", Sw_HIDE) TrayItemSetState($TrayRendering, $TRAY_CHECKED) EndIf ...
04/13/2021
13:05 - Deleted Posts
13:05 - YueNiu mentioned Sw_ in post OK to ask for exploit/Scripting help here...
... Func ToggleRendering() $RenderingEnabled = Not $RenderingEnabled If $RenderingEnabled Then EnableRendering() WinSetState(GetWindowHandle(), "", Sw_SHOW) Else DisableRendering() WinSetState(GetWindowHandle(), "", Sw_HIDE) ClearMemory() EndIf EndFunc ;==>ToggleRendering
05/21/2020
22:31 - natanders mentioned Sw_ in post Halloween tots grabber and farmer
...t, "EventHandler") GUICtrlSetOnEvent($cbxOnTop, "EventHandler") GUICtrlSetOnEvent($cbxHideGW, "EventHandler") GUISetOnEvent($GUI_EVENT_CLOSE, "EventHandler") GUISetState Sw_SHOW) Do Sleep(100) Until $boolInitialized If GetMapID() <> $LA_ID Then TravelTo($LA_ID) EndIf ; abandon quest if we have it: If DllStructGetData(GetQuestByID($...
12/19/2019
07:47 - Singleplayer™ mentioned Sw_ in post Looking for AFK bot
...ile 1 Sleep(100) ControlSend("window name dont now the name bc dont have pubg","","","1");~send every 100 milliseconds the key 1 wend else Run("pubg.exe", "", at symbol+SW_SHOWMINIMIZED) EndIf #edit or du u mean auto match starter ?
11/27/2019
20:47 - Dogi06 mentioned Sw_ in post Bot vaettir (mesmer)
...ton = GUICtrlCreateButton("Start", 8, 120, 131, 25) GUICtrlSetOnEvent(-1, "GuiButtonHandler") Global Const $StatusLabel = GUICtrlCreateLabel("", 8, 148, 125, 17) GUISetState Sw_SHOW) Global $Console = GUICtrlCreateEdit("Ready to Start", 160, 8, 265, 185, BitOR(0x0040, 0x00200000, 0x00800000, 0x0800)) GUICtrlSetFont($console, 9, 400, 0, "Arial") GUIC...
20:47 - Deleted Posts
06/28/2019
16:05 - WesternWarhand mentioned Sw_ in post LDoA Part 1 Bot failing to travel to outpost
... GUICtrlCreateCheckbox("Survivor",190,185) $slowpcCheckBox = GUICtrlCreateCheckbox("Slow Pc",260,185) GUICtrlCreatePic tempdir & "Rurik.jpg", 314, 5, 123, 175) GUISetState Sw_SHOW) #EndRegion ### END Koda GUI section ### _startMessage() HotKeySet("{F1}" , "_stealth") While 1 If $loopVar Then _botLoop() WEnd Func _eventHandler() ...
04/19/2019
12:50 - strecky mentioned Sw_ in post GW Working Bots 2019!
...rt", 14, 125, 131, 30, $SS_Center) GUICtrlSetOnEvent(-1, "GuiButtonHandler") Global Const $StatusLabel = GUICtrlCreateLabel("", 14, 160, 125, 37, $SS_Center) GUISetState Sw_SHOW) ;~ Description: Handles the button presses Func GuiButtonHandler() If $BotRunning Then GUICtrlSetData($Button, "Will pause after this run") GUICtrlSetState($B...
02/25/2019
17:41 - Borega mentioned Sw_ in post OK to ask for exploit/Scripting help here...
Func ToggleRendering() $RenderingEnabled = Not $RenderingEnabled If $RenderingEnabled Then EnableRendering() WinSetState(GetWindowHandle(), "", Sw_SHOW) Else DisableRendering() WinSetState(GetWindowHandle(), "", Sw_HIDE) ClearMemory() EndIf EndFunc ;==>ToggleRendering
02/23/2018
18:42 - DerMoench14 mentioned Sw_ in post GW1 Bots working in July 2017
...) if not $botInitialized then return $renderingDisabled = not $renderingDisabled if $renderingDisabled then disableRendering() winSetState(getWindowHandle(), "", Sw_HIDE) clearMemory() else enableRendering() winSetState(getWindowHandle(), "", Sw_SHOW) endIf endFunc To be honest, i've never seen that kind of flag for the wins...
07:32 - tjubutsi mentioned Sw_ in post GW1 Bots working in July 2017
...() if not $botInitialized then return $renderingDisabled = not $renderingDisabled if $renderingDisabled then disableRendering() winSetState(getWindowHandle(), "", Sw_HIDE) clearMemory() else enableRendering() winSetState(getWindowHandle(), "", Sw_SHOW) endIf endFunc
12/21/2017
14:30 - strecky mentioned Sw_ in post GW1 Bots working in July 2017
...llStructGetData($AAGENT, 'Effects'), 2) > 0 EndFunc Func _TRAYSETRENDERING() If $BOOLRENDERING = True Then DISABLERENDERING() WinSetState(GetWindowHandle(), "", Sw_HIDE) $BOOLRENDERING = False TrayItemSetState($TRAYRENDERING, 4) ElseIf $BOOLRENDERING = False Then WinSetState(GetWindowHandle(), "", Sw_SHOW) ENABLERENDERING() ...
12/13/2017
17:37 - strecky mentioned Sw_ in post GW1 Bots working in July 2017
...4, 328, 63, 17) $LblRunsDone = GUICtrlCreateLabel("0", 120, 296, 50, 17) $LblRunsFailed = GUICtrlCreateLabel("0", 120, 328, 50, 17) GUICtrlCreateTabItem("") GUISetState Sw_SHOW) Func GuiButtonHandler() If $BotRunning Then GUICtrlSetData($Button, "Will pause after this run") GUICtrlSetState($Button, $GUI_DISABLE) $BotRunning = False Els...
11/12/2017
02:26 - samq mentioned Sw_ in post GWA2
...n("Start", 5, 153, 190, 25, $WS_GROUP) $StatusLabel = GUICtrlCreateEdit("", 200, 80, 110, 90, 2097220) Local $cbxOnTop = GUICtrlCreateCheckbox("On Top", 125, 45) GUISetState Sw_SHOW) GUICtrlSetOnEvent($bStart, "EventHandler") GUISetOnEvent($GUI_EVENT_CLOSE, "EventHandler") GUICtrlSetOnEvent($disableGraph, "EventHandler") GUICtrlSetOnEvent($cbxOnTop, ...
05/24/2017
12:04 - DENCHO_ mentioned Sw_ in post PUBG LagSwitch Method
...00) WEnd Func Lag() If $Var_1 = 1 then Run('powershell.exe New-NetQosPolicy -Name "Calc" -AppPathNameMatchCondition TSLGame.exe -ThrottleRateActionBitsPerSecond 8', "", Sw_HIDE) Run('powershell.exe New-NetQosPolicy -Name "Calc2" -AppPathNameMatchCondition BeService.exe -ThrottleRateActionBitsPerSecond 8', "", Sw_HIDE) $Var_1 = "2" Else Run('p...
04/26/2017
23:07 - CrayonCode mentioned Sw_ in post [AutoIt] CrayonCode Bot Project (OpenSource & Free)
New Version for all resolutions: https://github.com/CrayonCodeGit/CrayonCode-BDO-Project I'm looking for testers and feedback. Images with avaible GUI and settings will follow wh...
04/12/2017
23:57 - CrayonCode mentioned Sw_ in post [AutoIt] CrayonCode Bot Project (OpenSource & Free)
...ame) Local $PID = ProcessExists($ProcessName) If Not $PID Then Return -1 Local $Pattern = "\s" & $PID & "\s" Local $iPID = Run(@ComSpec & " /c netstat -aon", SystemDir, Sw_HIDE, 4 + 2) ; $STDERR_CHILD (0x4) + $STDOUT_CHILD (0x2) If Not $iPID Then Return -2 Local $sOutput = "" While True $sOutput &= StdoutRead($iPID) If Error Then ; Exit...
20:50 - killzone mentioned Sw_ in post [AutoIt] CrayonCode Bot Project (OpenSource & Free)
...g this for ages, this was part of a bot last 2007. lmao Func CheckConnection() FileChangeDir ($currentdir) RunWait(@ComSpec & " /c " & "netstat.exe -na -p TCP > ip.txt","" Sw_HIDE) sleep(1000) If FileExists("tantraip.txt") Then ;Msgbox(0,"Info", $currentdir) $file = FileOpen("tantraip.txt", 0) ; Check if file opened for reading OK If $f...

Quotes

No results to display...

All times are GMT +1. The time now is 11:04.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.