-
Content Count
1173 -
Joined
About TheSmokie
-
Rank
Elite User
- Birthday February 23
Profile Information
-
Gender
Male
-
Location
Thunderbluff
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I do sometimes
-
He’s using a cracked copy.
-
bio33 reacted to a post in a topic:
Happy holidays
-
TheSmokie started following Happy New Year 2021
-
Happy new year my friend
-
TheSmokie reacted to a article:
Happy New Year 2021
-
TheSmokie reacted to a post in a topic:
Movement Speed in Travel Form while in combat
-
Droidz reacted to a post in a topic:
Happy holidays
-
TheSmokie started following Get Account Name, How to TAUNT target only when it is targeting HEALER or DPS in the group?, Happy holidays and 5 others
-
From me to you. Marry Christmas and have a awesome holidays !
-
TheSmokie reacted to a post in a topic:
Snippets C# codes for Fight Classes
-
TheSmokie reacted to a post in a topic:
c# offmesh connection to use elevator
-
You can make a addon or quester profile with code looking like this (Untested.) while(Conditions.InGameAndConnectedAndAlive) { List<string> ProsSpectList() { return new List<string> { "Item 1", "item 2", //etc }; } if (!ObjectManager.Me.IsCast) { foreach (string prop in ProsSpectList()) { string spellName = ""; if(ItemsManager.GetItemCo
-
TheSmokie reacted to a bug report:
Relogger, random working schedule From and To
-
Only @Droidz can do what your asking.
-
That isn’t custom script, that’s fullcsharp
-
Custom script is a area where you can have code stored then able to call it via run code or have code ran on another thread. Custom script is so powerful. If you want, dm me and a few hours and I’ll help you.
-
TheSmokie reacted to a post in a topic:
WoW has stopped working every time I'm about to launch the bot - REPLY TO DROIDZ
-
Hello, is there a way to make a plugin load before hitting start on a product? and have it keep running while product has stopped?
-
My bad, forgot to provide the right offsets, 0xB6AA40
-
Try this, var accountName = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0x10D7914); Logging.Write(accountName.ToString());
-
What patch you using? These offset is for worlk
-
Hello, no there is no way to import but you can remake them using C#. or use the undetected pqr i released.
-
adultperson reacted to a comment on a file:
WOTLK Horde 13-60 questing profile by BetterSister
-
Your Welcome,
-
Harvest Golem reacted to a post in a topic:
Get Account Name
-
Hey @pudge, While i was looking to help you, I've looking into offsets that does what you asking, this works, I tested it on my account and it returned the name. enjoy. Note : i only ran in dev tools. var accountName = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0x10D7914); if(!string.IsNullOrEmpty(accountName)) { Logging.Write(accountName.ToString()); }
