Looking for a serious (beginner) guide on how to make 3.3.5 script hacks. menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Dread Pirate Roberts's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Looking for a serious (beginner) guide on how to make 3.3.5 script hacks.

    Hey there! I am new on this forum, I was looking for a guide that explains in detail how to make World of Warcraft 3.3.5 Hacks/Scripts like: 0.1s Kick, 1 click to cast spell reflection and other interesting things, also please could anybody list me all the available scripts on 3.3.5 (most useful ones in arena/pvp)?
    I personally just know few of them, but it seems like there are loads!
    Anyway if there's already a guide on this forum could you link it please?

    Looking for a serious (beginner) guide on how to make 3.3.5 script hacks.
  2. #2
    RobertoSageto's Avatar Member
    Reputation
    7
    Join Date
    May 2014
    Posts
    14
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm just going to quote the forum guidelines real quick.
    Got a question? Post it in WoW Bots Questions & Requests. Looking for "build your own bot" material? Head over to the WoW Memory Editing section.
    Regarding a list of the hacks in existence:
    You might want to try searching this forum and the wow-emu forum(s) for "3.3.5 Hack"

    If you really want to invest time into making scripts, you should already know a programming language or know enough about programming to learn one.

    You will need to visit the WoW Memory Editing forum or free resources like github projects and WowDev to learn how to manipulate the game memory.
    Game manipulation is usually divided into two schools: 1) external (reading the raw memory and reacting as a human player with keyboard/mouse input and 2) internal (injecting code into the wow process to manipulate its existing libraries and lua/api to get the data you need and perform actions.

    Once you have decided on which method you will use you can gather your resources (from the internet) or debug / create your own and write your code. The memory editing section has a lot of great threads and guides that are stickied or available via the search feature.

  3. Thanks Jaladhjin (1 members gave Thanks to RobertoSageto for this useful post)
  4. #3
    Jaladhjin's Avatar Contributor Authenticator enabled
    Reputation
    285
    Join Date
    Jul 2012
    Posts
    1,153
    Thanks G/R
    246/138
    Trade Feedback
    16 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Rob beat me to it ;-)

    For realio though if you can't even post in the proper section of a clearly labeled sub forum.. you might find it challenging to learn actual information.. like how to code :-P

    Attached Thumbnails Attached Thumbnails Looking for a serious (beginner) guide on how to make 3.3.5 script hacks.-759ca8be20be45b3ab8ba6d59aac45b6-gif  

  5. #4
    dealerx's Avatar Member
    Reputation
    9
    Join Date
    May 2016
    Posts
    124
    Thanks G/R
    14/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What's all this effort I don't get. Unless u know c++ or some crazy shit u won't go far with crappy lua scripts blocked by 99% of servers.

  6. #5
    Ravenh's Avatar Member
    Reputation
    3
    Join Date
    Jul 2013
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tutorial:
    1) Look around internet and find an already existing script and download it.
    2) Open it and read it
    3) Try to understand logic
    4) Modify the script with different ids for spells or try to change little bits of code
    5) Test

    Here I give you a script you can start with:

    if not cTar
    then
    cTar = {"target", "focus", "mouseover", "arena1", "arena2", "arena3"}
    end

    AutoOverpower = CreateFrame("Frame", "AutoOverpower", UIParent);
    AutoOverpower:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");
    AutoOverpower:SetScript("OnEvent", function(self, event, arg1, arg2, ...)
    if(event=="COMBAT_LOG_EVENT_UNFILTERED") then
    local spell, _, _, _, _, endTime, _, _, interrupt = UnitCastingInfo("target") or UnitChannelInfo("target")
    if spell then
    if interrupt == false then
    local enabled = GetSpellCooldown("Overpower")
    if enabled == 0 then
    for i=1, #cTar do
    inRange = IsSpellInRange("Overpower", "target")
    if inRange==1 then
    if not UnitBuff("target", "Divine Shield") then
    CastSpellByName("Overpower", cTar[i])
    end
    end
    end
    end
    end
    end
    end
    end)

Similar Threads

  1. [Request] Looking for a serious team! Please read!
    By Newdaypokego in forum Overwatch Chat
    Replies: 3
    Last Post: 01-01-2017, 06:26 PM
  2. Looking for a Serious Builder
    By joshuaxl in forum Minecraft
    Replies: 1
    Last Post: 08-11-2013, 04:52 PM
  3. Looking for "start from scratch" guide
    By Wolverine77 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-13-2008, 05:08 PM
  4. [Request]Nooby Guide On How To Make A Private Server Out Of Scratch
    By death1223 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-17-2007, 11:41 AM
  5. [GUIDE/RELEASE] How to make multiple realms on 1 server!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-14-2007, 02:16 PM
All times are GMT -5. The time now is 08:48 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search