premium hotkey bars?

10/01/2015 08:59 drugsarebad#1
hey is there anyway to get hotkey bars that come with premium without actually having premium? mine just ran out and only having 10 hotkeys sucks lol
10/01/2015 11:11 Řoβч966#2
Buy a new premium, if you bought it one time you can buy it again.
10/01/2015 17:55 drugsarebad#3
Quote:
Originally Posted by Řoβч966 View Post
Buy a new premium, if you bought it one time you can buy it again.
oh wow thanks kid that was very helpful
10/01/2015 17:56 Řoβч966#4
Quote:
Originally Posted by drugsarebad View Post
oh wow thanks kid that was very helpful
No problem son, feel free to ask more.
10/01/2015 18:07 drugsarebad#5
i think it is obvious: ask questions here and you get no answer. unless the question i asked offends which must be why i got such a childish response. sorry boy
10/01/2015 18:56 melikhan#6
Quote:
Originally Posted by drugsarebad View Post
i think it is obvious: ask questions here and you get no answer. unless the question i asked offends which must be why i got such a childish response. sorry boy
Well then let me reply in a more mature way (stares at roby -.-) :

There is no way.
It's impossible. (not really but yea)
You have to buy premium.
10/01/2015 19:19 drugsarebad#7
Quote:
Originally Posted by melikhan View Post
Well then let me reply in a more mature way (stares at roby -.-) :

There is no way.
It's impossible. (not really but yea)
You have to buy premium.
damn thats what i thought. i think i will make macros that click tab --> click x coordinates (for cpu) --> click x coordinates (for cloak). and just do that to everything i need. thanks melikhan
10/01/2015 22:36 melikhan#8
Quote:
Originally Posted by drugsarebad View Post
damn thats what i thought. i think i will make macros that click tab --> click x coordinates (for cpu) --> click x coordinates (for cloak). and just do that to everything i need. thanks melikhan
Won't that affect your gameplay though?
10/01/2015 23:26 cryz35#9
It's possible :D
But it's a bit hard so you may not succeed, it will require some time for each new game build.
10/02/2015 06:33 drugsarebad#10
Quote:
Originally Posted by melikhan View Post
Won't that affect your gameplay though?
ill just do it same way i setup my pet to auto repair (after destruction) and set guard mode

i have it go through the motions and at the end of the script i move cursor near middle of screen (to center of ship) but dont click. that way after i press my macro key the cursor is in center of screen and not anywhere else. it does take some practice but i havent had any problems fighting. not that that many people on us1 know how to fight anyway lol :cool:

Quote:
Originally Posted by cryz35 View Post
It's possible :D
But it's a bit hard so you may not succeed, it will require some time for each new game build.
what do you use to do macros? i use logitech gaming software since i have their mouse and keyboard but i was looking into other software to make the task a little easier


this is what i have for my auto repair pet macro
Code:
function OnEvent(event, arg, family)

if(event =="G_PRESSED" and arg == 12) then

MoveMouseTo(1000,11500) 

Sleep (26)

PressAndReleaseMouseButton ("1")

Sleep (25)

MoveMouseTo(30000,30000) 

Sleep (81)

PressAndReleaseKey ("r")

Sleep (27)

end

end
10/03/2015 00:13 ItsTequila#11
Quote:
Originally Posted by cryz35 View Post
It's possible :D
But it's a bit hard so you may not succeed, it will require some time for each new game build.
SH-IT by jD had that option built in but he needs to update the whole program. (Source I think is still out there(Note: it is decompiled version!))
Darkorbit's source code didn't change really that much since 6.x except for encyption + more packets turned into commands. Also you must keep in mind even 1 wrong sent command can be fatal and resulting a ban (if DO receives an undefined / wrong sent command they instantly ban your account permanently). The other struggle is to DO updates main.swf with new hashes for commands and they change orders so you must change few things in emu but as long as you got it work once then it won't be hard to update.