[Beta] UntzBot (Space Missions Bot, recorder+player) menu

Shout-Out

User Tag List

Page 56 of 110 FirstFirst ... 6525354555657585960106 ... LastLast
Results 826 to 840 of 1647
  1. #826
    Ludowitsch's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know how you do things, but I can easily record ~100 actions per second with this code:
    Code:
    #include <misc.au3>
    $count = 0
    $sActions = ""
    $dll = DllOpen("user32.dll")
    $begin = timerinit()
    While (1)
    	$count += 1
    	$left = 0
    	$right = 0
    	$w = 0
    	$a = 0
    	$s = 0
    	$d = 0
    	$aMousePos = MouseGetPos()
    	$dif = timerdiff($begin)
    	If _IsPressed("01", $dll) Then
    		$left = 1
    	EndIf
    	If _IsPressed("02", $dll) Then
    		$right = 1
    	EndIf
    	If _IsPressed("57", $dll) Then; w
    		$w = 1
    	EndIf
    	If _IsPressed("41", $dll) Then; a
    		$a = 1
    	EndIf
    	If _IsPressed("53", $dll) Then; s
    		$s = 1
    	EndIf
    	If _IsPressed("44", $dll) Then; d
    		$d = 1
    	EndIf
    	$sActions &= $dif & "," & $left & "," & $right & "," & $w & "," & $a & "," & $s & "," & $d & $aMousePos[0] & "," & $aMousePos[1] & @crlf
    	sleep(10)
    	if $dif >= 1000 Then
    		ExitLoop
    	EndIf
    WEnd
    $dif = timerdiff($begin)
    DllClose($dll)
    $file = FileOpen(@scriptdir & "\recording.txt", 2)
    FileWrite($file, $sActions)
    FileClose($file)
    msgbox(0, $count, $dif)
    It goes up to around 15500 actions per second when I get rid of the sleep(10).

    [Beta] UntzBot (Space Missions Bot, recorder+player)
  2. #827
    phelan77's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    37
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I managed to get the script to work, though I have seen failures because the bot just stops shooting. Also have noticed a fewn times where the cursor jumps outside of the game window though I recorded it well with in the limits of window.

    The bot is fast, and efficient, just takes some fine tuning.

    Thank you for your work.

    I use this or Lucky's because each works diffferently between my PC and Laptop. Also differences within particular missions and between the different systems.

  3. #828
    leetdemon's Avatar Member
    Reputation
    14
    Join Date
    Jun 2006
    Posts
    123
    Thanks G/R
    3/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting frustrated no matter what delay I set, wether I make my own scripts or try to use someone elses the mouse always seems to lag. I appreciate all the effort on this bot and im not complaining just reaching out for some help. Ive tried tons of diff delay settings from 1-2500 to try to correct the issue and no matter where its at it still lags. Any suggestions will be appreciated.

  4. #829
    thephilz's Avatar Master Sergeant
    Reputation
    57
    Join Date
    Jan 2012
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ludowitsch View Post
    I don't know how you do things, but I can easily record ~100 actions per second with this code:
    ---
    It goes up to around 15500 actions per second when I get rid of the sleep(10).
    thats practically identical to my script, and without the internal sleep i got around .. i totally forgot, but i kept it around the 10~ mark to make sure the file size didnt go large, and also right now it gets the job done (when set up correctly, i guess)

    also its not the write method i was concerned about, but rather the playback - trying to force it to sleep for lets say 10 milliseconds each time slowly went unbearably out of sync in about a minute, which forced me to write up my own playback sync method that relies on system time alone. when i tried lowering the sleep time it gradually showed negative effects, so i just nudged it up to this 'safe number' and just went 'eh, good enough, it works'.

    i guess now that it 'works well' i could play around to add more 'moves per second' but id rather not - i think it would pretty much break all current scripts

  5. #830
    phelan77's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    37
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thephilz View Post
    you will need to re-create the sync file for missions where it hits 30000 - your computer does not recognize the included image. see video #3 for details (also, minefield missions are not efficient in terms of leveling)
    What mission(s) would you suggest as ideal for the bot?

    My current specs
    I5 2600k
    580 GTX
    SSD - RAID
    Maximus Extreme
    Cable - net 2.5-3Mbps

    So hardware isn't an issue for running the game, though laptop isn't near that spec wise so I can understand the bot running not as well.

    I recorded my own Hydian and can run it taking little/no damage and killing most of the threats/objectives. Just having an issue with the cursor moving out of range and causing the bot to stop firing.

    I can try to use a click macro with my logitech software, but that causes issues while in the cockpit of the ship and screen alignment.

    Would increasing the resolution of the game lessen the likely hood of the cursor moving out of the window?
    Last edited by phelan77; 03-15-2012 at 10:31 AM.

  6. #831
    zurahk's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have drexel recorded? ... too lazy myself to deal with it since actually i hate that space mission the most... lol

  7. #832
    PaulMC's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    * Warning* I just got my account suspended, while I was using the bot. So keep an eye out.

  8. #833
    Redmandx's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PaulMC View Post
    * Warning* I just got my account suspended, while I was using the bot. So keep an eye out.
    Permanent ban or temp suspension? And can you post details like how long you botted, etc.. And email they sent you.

  9. #834
    leetdemon's Avatar Member
    Reputation
    14
    Join Date
    Jun 2006
    Posts
    123
    Thanks G/R
    3/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PaulMC View Post
    * Warning* I just got my account suspended, while I was using the bot. So keep an eye out.
    nice troll....

    Reputation
    1
    Join Date
    Mar 2012
    Posts
    1

  10. #835
    PaulMC's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Redmandx View Post
    Permanent ban or temp suspension? And can you post details like how long you botted, etc.. And email they sent you.
    This is the e-mail I received:

    Dear ***********,

    We are contacting you to notify you that we have found your Star Wars: The Old Republic account, *******, to be in violation of our Terms of Service.

    After completing an investigation of your Account, we have identified the following violation:

    Character name: ******
    Server: Belgoth's Beacon
    Violation: Unauthorized 3rd party programs
    Due to this most recent violation we are suspending your account for 1 week (168 hours) effective immediately.

    Our penalty system is cumulative. This means that if you continue to violate our Terms of Service in this way, the next penalty applied may ultimately result in permanent account closure.

    It is our goal to make the Star Wars: The Old Republic experience as safe, secure and enjoyable as possible for all of our players. As such, we take any violations of our Terms of Service very seriously. Please ensure that you are familiar with our Terms of Service as repeated violations may result in your account being permanently closed. Our Terms of Service can be found here:
    http://tos.ea.com/legalapp/WEBTERMS/US/en/PC/
    Thank you for your understanding in this matter.

    If you feel you have received this suspension in error, please contact us at [email protected]

    Yours sincerely,

    Hagen
    Star Wars: The Old Republic Terms of Service


    As the e-mail states I am suspended for 7 days. My bot was at the mission #82 doing lvl28 pub side escort. When I woke up I was booted from server and couldnt go on after selecting my toon, I restarted the client and after typing my info I found out that I was susp.

    P.S. No troll here man, am just trying to let the ppl know what happened to me.

  11. #836
    qbert34's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My guess is you have used something other than just a space bot. Specifically, I think you've used a pvp bot on one of your characters and they came to collect.

  12. #837
    D4rk5tyl3z's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2010
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That´s what i guess too, because a spacebot is not really detecteble. and a pvp bot is the most common way of getting reported and banned.

  13. #838
    leetdemon's Avatar Member
    Reputation
    14
    Join Date
    Jun 2006
    Posts
    123
    Thanks G/R
    3/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qbert34 View Post
    My guess is you have used something other than just a space bot. Specifically, I think you've used a pvp bot on one of your characters and they came to collect.
    yea if its indeed not a troll then im assuming there has to be more to it.

  14. #839
    hackhac's Avatar Contributor MMOwned Veteran CoreCoins Purchaser
    Reputation
    279
    Join Date
    Apr 2008
    Posts
    702
    Thanks G/R
    13/41
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Galaxy Map was not found, no seat ?

    ****ing bug... he IS in the Galaxy Map...
    Hackhac, contributor && donator.

  15. #840
    qbert34's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hackhac View Post
    Galaxy Map was not found, no seat ?

    ****ing bug... he IS in the Galaxy Map...
    No. The galaxy map referred to is the one in your cockpit. See that little spinning galaxy? That's why it's saying no seat, it's looking for your seat so it can enter the galaxy map and select the mission. So you should be standing at your chair when you start the bot.

Similar Threads

  1. Botting Space Missions for Credits
    By Solemnity in forum SWTOR Bots and Programs
    Replies: 5
    Last Post: 09-14-2012, 02:33 PM
  2. Has anyone been suspended when using a space mission bot?
    By selrahc06 in forum SWTOR Bots and Programs
    Replies: 36
    Last Post: 07-01-2012, 01:54 AM
  3. Space Mission Memory and Botting
    By Saigne in forum SWTOR Hacks
    Replies: 2
    Last Post: 04-28-2012, 10:06 AM
  4. Macrogoblin space mission botting
    By Maschine in forum SWTOR Bots and Programs
    Replies: 60
    Last Post: 04-18-2012, 12:49 AM
  5. Space missions
    By Boscy in forum SWTOR Exploits
    Replies: 3
    Last Post: 12-24-2011, 07:07 PM
All times are GMT -5. The time now is 06:20 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search