
Ordush
-
Posts
1178 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Posts posted by Ordush
-
-
Just now, privateman said:
it can't be the username and password for my wireless right? Because that's the only one i can think of.
It's for the proxy you have bought. ?
-
7 minutes ago, privateman said:
Im getting error message "Connection refused (10061)" whenever i try to launch through the proxy. Any idea what could cause this?
Wrong username/password.
-
20 hours ago, naviomg said:
What are the conditions for the bot to set their status to ready?
it seems sometimes if they pull something during the waiting team up process for example mob patroulling, they can get pulled away from the teamup position and will never set their status to ready. after moving the bot lit closer to the teamup position it will continue (~5 yards?). Atm testing in WC.Even if they ninja pull they should get back to the "teamup" spot. after they killed the mob.
The conditions to be ready is to be close to eachother, and they have to have full hp/mana (I am currently making a setting so you can change these numbers).
You can always set the spots at the end of the patrol route, and make the tank walk into the patrol route, so he pull the patrol when it comes.
(That is what i do in RFC).
If you look in the RFC profile, you will even see that i made a route inside a patrol space (The very first patrol in the dungeon).
Sometimes the bot pulls it while running to the next wait spot, other times they pull it after teaming up.
Doesn't matter. ? -
7 minutes ago, Garub said:
I will study Python another time, let my knowledge become more consolidated. And I'm going to C #
Friend's voice: I do not know how to express myself well in a language that I do not speak (English) @Ordush, but I want you to know that I consider you the best player of this forum, at least I am sine to myself, always giving relevant information to my questions. Thank you brother.
Thank you for the kind words Garub. Luckily for all of us, there are some bright souls on this forum. Glad i can help you out. ?
As @Mateniasaid check out https://mooc.fi/en/
Or https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=Lvld4EQIC_2706218949Bob Tabor, Matenia, Droidz, my brother and a few others on this forum is who taught me all i know about C#. ?
- Froglegger12 and Garub
-
1
-
1
-
12 hours ago, Garub said:
I believe I am on the right track, I am planning to start my project, 100% made in PYTHON combat ronines made with machine learning.
I am still deepening my knowledge in Python, the only thing I still do not know is if only using python I can extract information from the game using the blizzard API.I'm in the right way??
In any forum:
"Making game hacks in Python?
Hello guys. I was wondering if its possible to make gamehacks in python. To be more precisive, I'd like to make hacks for MMORPG games that use gameguard as security... I already made few easy and simple ones using pywin32 and pyhook, but I'd like to make something better. Thanks for response in advance... :))
as long as you can access the Operating System's syscalls to manipulate memory/inject libraries..you should be good in any programming language. Bypassing an anticheat is more involved in the debugging/reverse engineering side, not so much on the programming side. You need to either reverse engineer their anticheat software or find out ways for your software to become undetectable (using less common systemcalls or even writing code that runs in kernel mode).
Answer 1:
As long as you can access the Operating System's syscalls to manipulate memory/inject libraries..you should be good in any programming language. Bypassing an anticheat is more involved in the debugging/reverse engineering side, not so much on the programming side. You need to either reverse engineer their anticheat software or find out ways for your software to become undetectable (using less common systemcalls or even writing code that runs in kernel mode).
Answer 2:
Thanks for that, but ur answer didnt help me. ? Is there any libs/docs u can suggest me, since I'm not even sure where to start!? I don't care about anticheat ATM, I want to make hack first...
Answer 3:
It all depends on the type of hack you want to make. The usual gamehacking process consists of using a combination of a memory scanner and a debugger to find useful addresses and functions in the game, and once you've got that information you use a programming language to write your hack. For a debugger I recommend using OllyDbg, and for a scanner I recommend CheatEngine. I would start by looking for tutorials on how to use both.
Hypothetical Example:
- You want to make an infinite ammo hack (assuming the server does not check this) The steps would be the following:
- Fire up cheat engine, attach it to the target game process, and begin scanning for the ammo address (look up tutorials on this, there are plenty)
- Once you've identified the address that contains the amount of ammo in the game process memory you can now proceed to write a hack for it.
- In python pywin32 using WritePRocessMemory api will suffice, all you have to do is have your program run a loop writing 999 to the address you found for ammo, that way your character will have 999 ammo all the time (hence infinite).
Again, that's an oversimplified example..it all depends on what you want to do. I also suggest visiting online gamehacking communities such as unknowncheats, cheatengine forums, gamedeception, etc."
pywin32 224
Project description
Python extensions for Microsoft Windows Provides access to much of the Win32 API, the ability to create and use COM objects, and the Pythonwin environment.------------------------------------------------------------------------------------------------------------------------------------------
OllyDbg is a 32-bit assembler level analyzer debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable.
------------------------------------------------------------------------------------------------------------------------------------------
You can use python to make your own hack, instead of using WRobot.
However, if you want to write anything for wrobot. I'd suggest learning C# or Lua.
If you know python. then you will easily be able to learn C# and/or Lua. -
27 minutes ago, naviomg said:
if i remember correctly pvptools was even written in AutoIt.
For me atm the 2 biggest issues in wrobot are pathfinding and the way we create big profiles.
The quest editor ui lacks of some basic functionality like adding a new step in between 2 step, drag and drop steps, copy steps
Editing in XML, every step has way too many tags to work efficiently.You can just add them in the xml file with notepad, and edit them in the editor.
Make your questing profiles in C#! ? -
-
Quote
Position: 225.1 ; 696,3 ; 146,5 (HawaiiMainLand)
You char is in Hawaii?
?
Sick! -
1 minute ago, Matenia said:
OP linked to a WotLK DB because he is actually a WotLK player. I noticed his spongebob icon and all the other 3.3.5a threads. So using Lua he can definitely achieve this.
You are completely right, i totally overlooked that lol.
I just saw Bambo mentioning me, and i instantly thought it was Vanilla, because that is what my FC is.
But, yeah wotlk is easy. You can even set the conditions in the FC editor.
Just add two conditions. one being 1-5 stacks. and another that reapply based on 5 stacks and x time left. ? -
2 hours ago, Marsbar said:
Ah okay so the way to go about it would be to start/reset a timer (couple of seconds shorter than the debuff duration) on each application of sunder and the condition to be timer.IsReady && BuffStack == 5
Yep.
I don't think the FC editor has timers, unless he adds it as C#. ?
Edit: He also has to base the timer on each mob he has the sunders on.
What he can do: Use mob GUID, and if mob has 4 sunder stacks then on next application add a timer based on that guid.
That is why i said the " without a lot of tinkering. " . ? -
3 hours ago, Marsbar said:
Does ObjectManager.Target.BuffStack not work? I have a prot warr fightclass which used to have this working (can't 100% remember how), however the person said the stacks don't actually matter because sunder is actually just a
rageaggro builder as well so it's used as a filler.Yea but debuff timer doesn't work in vanilla, so you can't reapply.
-
Can not be done on Vanilla, without a lot of tinkering.
I know that you are using fightclass editor. ? -
6 hours ago, naviomg said:
ahh your plugin is auto updating, i was wondering why the heck they moving to all cleared path again.
atm im trying to solve the last problem which is rolling on items. i managed to modify an old addon to roll greed on all items as well on bop items. any chance you can help me out to add another condition to check the armory/weapon type? i have no clue about lua ?I honestly haven't looked into it, but i am pretty sure if you google wow lua weapon type, you will get something. ?
-
@naviomg
I fixed the Druid bearform now.
BUT OMFG I did not understand why it took 5-10 seconds for it to turn "Ready" if in bear form.
Then after rewriting my code 10 times, i realized that you get more max hp when you go in bear form. And because of that it doesn't turn "Ready" until it has healed back up to 100% lol...
Working on the "If you die bug" now. ?
Edit: Fixed the "If you die bug". It now resets the dungeon profile on death! ? -
internal void VanishFunction() { Vector newPos = new Vector(Some X/Y Pos based on tar); if (ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(newPos) <= 30 && !u.InCombat && u.IsAttackable) == 0) CastVanish else find new vector pos and check that } if(Conditions set by you) VanishFunction
This is the gist of it.
-
That is actually very very easy to make.
I just did the same thing with my backtracking for my hunter. PM me on discord. ? -
3 hours ago, naviomg said:
yep its a bear, not sure if same appears on cats.
if you can force back to step 1 would be great. my idea was to add another isCombat condition to the CheckArea Condition, but this would only force back to the last step which is still problematic in for example WC where they need to jump.Alright, i know how to fix all of it.
I will be home saturday, then I'll fix it all. ? -
7 hours ago, naviomg said:
found 2 more issues:
it seems the status never turns to ready if char is shapeshiftet. Not big issue for me since i can just edit my fightclasses. for people who bought feral fightclasses this might be a issue.
if the bots wipes, they will continue run in one by one to reach the checkpoint after the pull. I think during the pull the attacking conditions turns true since the mob moved away from its original area for the CheckArea function and jumps to the next Move step. this is by testing your ragefire script.Cheers for reportering these things, I will force it to in back 1 step if it dies.
Is it druid shapeshift to bear?
-
Sorry @Droidz, i was out eating dinner with the GF.
But it seems that you got it sorted out! ? -
13 minutes ago, Nosferatuepic said:
local questId = The Absent Minded Prospector;
for i=1,GetNumQuestLogEntries() do
local _, _, _, _, _, _, _, id = GetQuestLogTitle(i);
if id == The Absent Minded Prospector then
SelectQuestLogEntry(i);
SetAbandonQuest();
AbandonQuest();
end
endthis?
The Absent Minded Prospector needs to be a string.
-
2 hours ago, naviomg said:
No, all 5 bots on different vms. if all bots need be run on the same machine and wrobot folder it maybe should be noticed at product description.
Does not need to be same machine but same folder. You can have a shared folder on the network.
I thought that it would be pretty obvious. ?
-
4 hours ago, Marshalek said:
Wrobot is abandoned...
Lol that is not true..
He is actually working on the pathing there days.
-
4 hours ago, naviomg said:
Hello,
im testing the dungeon plugin now and get this lua error: https://prnt.sc/l1i0uc
On all chars it shows only 2 members on the party frame.Are you running all 5 bots from the same wrobot folder?
-
1 hour ago, Droidz said:
ok thank you I'll check, but you have probably this problem with live version too, I have changed nothing about pathfinder
Most likely yes. I did not know what to look for, so i just started my dungeon bot. Just to see if it would work. That's when i noticed it.
I don't know what you changed in the version you uploaded here, so wasn't sure what to test. ?
The proxy and you
in Tutorials - WRobot
Posted
np. ?