-
Active Member
Originally Posted by
ztnko
is it possible to make a check from lua if hack is active or not? if i forget to launch hack i receive smth like "A macro script has been blocked from an action only available to the Blizzard UI". so i want to make a check if hack is not active then script stops...
just look at 1st page
/run JumpOrAscendStart();
if it jumps - its ok
-
Post Thanks / Like - 1 Thanks
DarkLinux (1 members gave Thanks to Nimesil for this useful post)
-
Member
seems nobody understand my question if even DarkLinux give thanks to troll-comment... so i try to explain again... i need
Code:
if <check if lua hack enabled> then
JumpOrAscendStart() --execute protected functions ONLY if hack enabled
else
print('hack disabled")
end
and how it's not clear from my question i don't understand...
Last edited by ztnko; 07-05-2016 at 02:25 AM.
-
Post Thanks / Like - 1 Thanks
DarkLinux (1 members gave Thanks to ztnko for this useful post)
-
Active Member
so simple jumping is not enough?
look at PE or nerdpack - there is a check for unlocker with chat output
-
Member
Nimesil - why are you talking 2nd time about things nobody ask you?
-
Active Member
why do ask ritorical questions?
-
Member
Perhaps a very dumb question, but could this approach also work on Mac?
-
Member
unable to download the PTR version, windows defender detecting trojans supposedly. Confirm?
-
@ztnko
I will test later b/c I dont know what is returned when you call something like "RunMacro" and protected functions are not unlocked.
@tomp
It would need to be recoded, but I dont think Blizz even does many checks for Mac OS.
@monopoly8
The file is zipped but the exe is not even packed... so a little odd..
--edit
Yes it also picks it up as malware for me XD Even more odd b/c I compiled it on the same pc.
Just go to Windows Defender ->History->Allowed Items->View details->Select The Hack "Trjoan"->Allow item
I'll start posting the hashes so you know it has not been changed.
Last edited by DarkLinux; 07-05-2016 at 08:24 PM.
-
Member
Had some people in the NerdPack Community get suspensions using only NeP and oLUA, one on a fresh account.
And myself, also only using only NeP and oLUA, not get suspended.
Thoughts?
-
Originally Posted by
aeonabyss
Had some people in the NerdPack Community get suspensions using only NeP and oLUA, one on a fresh account.
And myself, also only using only NeP and oLUA, not get suspended.
Thoughts?
I'm sorry but that is so vague, no one can make any type conclusion based off that. How many is "some"? Like 3 or 4 people? A lot of people start using oLua then move on to a unlocker with extended api's like FireHack. And they have been known to have ban waves. I have yet to see 1 ban wave for oLua, not to say it cant happen. It is also easy for Blizzard to see what addons you are running. This has been talked about many many times. I would blame it on user error until I was given more info.
Last edited by DarkLinux; 07-08-2016 at 03:48 PM.
-
Member
3 ppl in total.
all only using oLUA and NEP.
The one I got more (the most) infor from said he had only used those 2 and it was a new account, so no other violative software.
People tend to immediately leave the community if they get sus'd or banned and they aren't planning on getting a new account, so there's not much more to go on other than that.
How do addons figure in?
How does "user-error" figure in?
-
Originally Posted by
aeonabyss
How do addons figure in?
http://www.ownedcore.com/forums/worl...ml#post2959189
Originally Posted by
MaiN
There's also a list of used addons sent to Blizzard's server when you login IIRC, so if this wasn't patched, PQI was easily detected server side. Same goes for ProbablyEngine.
As you can see it would be really really easy for Blizzard to see what addons you are running. I guess I could patch that, I would need to look into it more.
Originally Posted by
aeonabyss
How does "user-error" figure in?
http://www.ownedcore.com/forums/worl...-nerdpack.html
Originally Posted by
MrTheSoulz
Combat Engine:
...
Fishing Bot:
...
Gathering Bot:
...
A fishing bot or gathering bot can get you banned really fast if you dont know what you're doing. Like for example running it 24x7. Or even the combat engine, kick players too fast and they will report you.
Its endless what people can get banned for. And I dont think blizz will take odd shots at oLua, its going to be a big ban wave or not.
Last edited by DarkLinux; 07-11-2016 at 04:23 AM.
-
Member
Oh, Right. I guess I'm assuming ppl are changing the name of the addon folders and editing the TOC's accordingly. (which might account for the discrepancy between me and them).
I also assume that if any addons have protected lua commands in it, that those are immediately flagged (regardless of the name)
As for the fishing / gathering, etc, all those modules are unlocker dependent. Pretty sure you can't use those if you use oLUA, ie.
I've discussed with MTS externalizing NeP, but that only works w/ paid unlockers.
I'm trying to get the necessary people together to build an entirely external system that uses IR and sends back keystrokes through the OS.
Haven't found the people willing to take the time to devise the platform yet though.
From what I know about the changes coming down the pipe as far as what Blizz will be looking for, I think a lot of these current methodologies will have a much harder time staying obfuscated over the long run.
-
@aeonabyss
Yes that is something I started working on but have had a lack of free time to finish. I was working on a driver that emulated keyboard and mouse input. I started with a basic fish bot, kick bot and left off with navigation. It was intended to be a rotation bot... Going to start it back up when the pre patch hits.
-
Member
strange thing but now it works for beta and not for ptr... beta and ptr have same build number (22231) now. for ptr it even cant load - http://puu.sh/q2Mtc/7a8d9e4425.png
Last edited by ztnko; 07-16-2016 at 02:25 AM.