Mykoplazma
Members-
Posts
183 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Mykoplazma
-
SendKeys.Send("{ENTER}"); not SendKeys(("{ENTER}"); for starters.You are not using microsoft c# compiling env? Or some other kind of c# thing with intelisense?
-
If you need to send a key to game you can use many methods like Sendkeys (C# api ) , runing autohotkey or autoit exe or autoit dll and many other.
-
write /framestack and check if you can read the text content on that popup . If you can then is rather easy to make an plugin to make it on auto.
-
You can always detect the pop up if pop up - screenshot, cut the screenshot, make an ocr etc etc send proper accept or decline. You can get free ocr programs like tessreact ocr and prase the screenshot.
-
Creature type target is returning value only when you have the target on your target or focus.
-
Bot behavior in PVP
Mykoplazma replied to maukor's topic in WRobot for Wow The Burning Crusade - Help and support
Option in extended settings stop activity when something not npc is arround. Pity there is no way to detect hidden units. -
Most of the servers are using that method : https://community.trinitycore.org/topic/14569-ant-pqr-script/ Finding and blocking the channel that is used by warden to get return infromation can solve the problem. You can listen all sendaddonmassages for sure and the rest is for fun :P.
-
Buy food and drink
Mykoplazma replied to Hatmud's topic in WRobot for Wow Vanilla - Help and support
{ 65, new List<uint>{ 29451, 29449, 29450, 29448, 29452, 29453 } } {level required, new List<uint>{ food id,food id,food id }} -
[TAURI] Wrobot detected
Mykoplazma replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
So far nothing is wrong / no ban / no special admin attention / nothing at all. -
add one more end on the end
-
Supermacro is and addon to extend macro lenght - and only that. Maybe that function thing. But that is not important. Try to put that in lua part: number = 5; i=1; for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Soul Shard") then if i > number then PickupContainerItem(bag,slot); DeleteCursorItem(); end; i=i+1; end; end;
-
You can add a lua script to spell condition and it will be executed each time when the spell is executed. Search for Lua in [add condition] menu in fight class editor.
-
Look for macro in lua on forums put the macro in the lua script section in xml rotation. ( like that https://forum.elysium-project.org/topic/35846-auto-delete-soul-shard-script-macro/ )
-
[TAURI] Wrobot detected
Mykoplazma replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
Yest removing all dlls and all exe files from the wow main directory should help ( non of this is necessary and they all used for scanning memory ) even MovieProxy is not a movie proxy lol. -
[TAURI] Wrobot detected
Mykoplazma replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
http://www.dropbox.com/s/swkm98q0a1jzoux/Susawow Patched 5.4.8.zip?dl=1&file_subpath=%2FSusawow+Patched+5.4.8 try that but change realm in config.wtf . Tauri client have some special files in main directory like scan.dll etc you can connect without them so maybe this is their anti hack check fix. Idk if the server will kick you if you don't have the files when the scanning order is send ( because tauri is enabling scanning sometimes not all the time ) -
Target Needs to be infront of you!
Mykoplazma replied to ajhccwrs's topic in WRobot for Wow Vanilla - Help and support
On your screen maybe run other client go there and look how it looks for everyone else. Such things are dangerous because it stinks like a bot. -
ban ban ban
Mykoplazma replied to Jend2342's topic in WRobot for Wow The Burning Crusade - Help and support
On nightbane admin in invisibility is going around the spots ( they are checking the time /played without logging too ) and he is adding to the mob currently attacked god mode. If you still attack it - banana. Grinder is very visible write your own grinding method and use very large area ( harder to spot by ppl - going merry o round in 20 yard circle is not good idea ) -
Even if they can scan thru process I doubt the can scan memory of each of the process so they cannot know what exactly each process is doing. So if you name your script as a notepad.exe or other random things they will never be able to find that you are cheating them. But well the best way is just to make some account and play some time. Or maybe they can detect if the key click is a hardware action or not but this is another kind of story.
-
Bot dont work on nightbane.
Mykoplazma replied to Mykoplazma's topic in WRobot for Wow The Burning Crusade - Help and support
In custom c# rotation. It was working few days ago and after that end of the year break - no reaction. Pasive lua functions are working but no reactive ones. -
ban on northdale
Mykoplazma replied to excell003's topic in WRobot for Wow Vanilla - Help and support
Abnormal mob status is always a problem. Maybe calculating an average time to kill a mob and then stopping the mob when the time of the fight is bigger than average time by 20% or something? Recently banned by 'super regen health mod' added to a mob.