Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


GaiaOnline.com, Possible with CE?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
possessed_teddybear
How do I cheat?
Reputation: 0

Joined: 04 Jul 2006
Posts: 3
Location: Brisbane, Australia

PostPosted: Tue Jul 04, 2006 5:16 am    Post subject: GaiaOnline.com, Possible with CE? Reply with quote

Hi, im new to this forum and this seems to be the correct place, is it possible to hack www.gaiaonline.com at all? its text based so im not sure.
_________________
"How do you prove that you exist? Maybe we dont exist..." - Vivi Orniter FFIX
Back to top
View user's profile Send private message
azkay
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 28

PostPosted: Tue Jul 04, 2006 7:57 am    Post subject: Reply with quote

Nope, The best you could do, Is make a bot, well, as far as I know. Ive got 2 bots, 1 works, the other doesnt...

EDIT::
Wow, You live in brisbane, I used to live, in ipswich, well, about 6-7months ago, now I live in europe xD
Back to top
View user's profile Send private message
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Tue Jul 04, 2006 5:50 pm    Post subject: Re: GaiaOnline.com, Possible with CE? Reply with quote

possessed_teddybear wrote:
Hi, im new to this forum and this seems to be the correct place, is it possible to hack www.gaiaonline.com at all? its text based so im not sure.


use autoit for botting

I could have made millions if i left my bot on but it got too boring once you have the power to make 100,000s in a day lol
Back to top
View user's profile Send private message
possessed_teddybear
How do I cheat?
Reputation: 0

Joined: 04 Jul 2006
Posts: 3
Location: Brisbane, Australia

PostPosted: Tue Jul 04, 2006 9:41 pm    Post subject: Reply with quote

Wow, you guys wanna point me in the right direction for getting this kind of money? im not exactly sure what you mean by autoit... and whoo ipswich! ^^
_________________
"How do you prove that you exist? Maybe we dont exist..." - Vivi Orniter FFIX
Back to top
View user's profile Send private message
possessed_teddybear
How do I cheat?
Reputation: 0

Joined: 04 Jul 2006
Posts: 3
Location: Brisbane, Australia

PostPosted: Wed Jul 05, 2006 12:55 am    Post subject: Reply with quote

am i allowed to bump? if so: BUMP
if not: Sorry!

_________________
"How do you prove that you exist? Maybe we dont exist..." - Vivi Orniter FFIX
Back to top
View user's profile Send private message
Greenblood87
Advanced Cheater
Reputation: 0

Joined: 20 Jun 2006
Posts: 51

PostPosted: Wed Jul 05, 2006 8:22 am    Post subject: Reply with quote

How do you even use autoit?
Back to top
View user's profile Send private message
azkay
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 28

PostPosted: Wed Jul 05, 2006 10:25 am    Post subject: Reply with quote

Wow, I cant beleive in my first post, I didnt say, use autoit xD, My bots are made with autoit, well, I made the gui, most of the actual bot is my friends, well, some of it, I modifyed it.
Back to top
View user's profile Send private message
Greenblood87
Advanced Cheater
Reputation: 0

Joined: 20 Jun 2006
Posts: 51

PostPosted: Thu Jul 06, 2006 2:52 pm    Post subject: Reply with quote

Can you host your bot and give it to me? Surprised?
Back to top
View user's profile Send private message
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Thu Jul 13, 2006 5:56 am    Post subject: Reply with quote

I'm feeling generous today..

This code doesn't work because gaiaonline.com recently remodeled site

It uses "Dead recogning" and a little intelligence to find links and post and vote on them

THIS CODE DOES NOT WORK JUST TO LET YOU KNOW AGAIN. FOR EDUCATIONAL PURPOSES, just figure out what it does, adjust some mouse positions and your all set.

Code:
;================================================================

;/////////// oOo Nyquil oOo   Ultimate bump and post whore bot v.01
Global $Paused

HotKeySet("{PAUSE}", "TogglePause")

Func TogglePause()
    $Paused = NOT $Paused
   
   
    While $Paused
   Sleep(100)
       ToolTip( "Paused" ,870,355)

    WEnd

EndFunc

HotKeySet("\", "ToggleExit")

Func ToggleExit()
    Exit
EndFunc
;================================================================
AutoItSetOption("WinTitleMatchMode", 2)
AutoItSetOption("GUICloseOnESC",1)

#include <GUIConstants.au3>
Global $CurrentGold
Global $BeginningGold
Global $G
Global $i
Global $address
Global $AvgCycle
Global $AvgTime
Global $c = 0
Global $r
Global $t
Global $dif
Global $begin
Global $S
Global $PerMinute


$begin = TimerInit()
Run("C:\Program Files\Internet Explorer\iexplore.exe http://www.Gaiaonline.com/guilds/viewforum.php?f=9875")
WinWaitActive("Internet Explorer")
StatusEventCheck()
GetBeginningGold()
 
;============================Start of For Loop=======================
;============================Start of For Loop=======================

For $i = 1 to 1000000 Step 1; Repeat loop 100000 times
$c = $c + 1



For $b = 1 to 5 Step 1
ToolTip( "Sleeping for 5 seconds",870,355)
Sleep(5000)
BumpOnForum()
ToolTip( "Sleeping for 5 seconds",870,355)
Sleep(5000)
VoteOnPoll()
ToolTip( "Sleeping for 20 seconds",870,355)
Sleep(20000)
VoteOnPoll()
Next


GetCurrentGold()

$G = $CurrentGold - $BeginningGold
$AvgCycle = $G / $c
$dif = TimerDiff($begin) / 60000
$PerMinute = $G / $dif
$AvgTime = $dif / $c
;//////////////Rounding///////////////////////////
$AvgCycle = Round($AvgCycle,2)
$dif = Round($dif,2)
$PerMinute = Round($PerMinute,2)
$AvgTime = Round($AvgTime,2)
;//////////////Rounding///////////////////////////

ToolTip( "Sleeping for 20 seconds " &@LF &"Starting Gold " &$BeginningGold &@LF &"Current Gold " &$CurrentGold &@LF &"Gold Gained " &$G &@LF &"Cycle " &$c &@LF &"Avg Gold/Cycle " &$AvgCycle &@LF &"Cycle Length " &$dif &@LF &"Gold / Minute " &$PerMinute &@LF &"Time / Cycle " &$AvgTime,870,355)

Sleep(20000)
;-----------End of the 2nd Half----------------------------------
Next

Exit

;============Functions==========================================
;============Functions==========================================
Func BumpOnForum()
   Sleep(2000)
   Send("!d")
   Sleep(500)
   Send("http://www.gaiaonline.com/forum/posting.php?mode=reply&tc=147&t=8707874{Enter}");// Bump hell out
   ToolTip( "Sleeping for 2 seconds",870,355)
   Sleep(2000)
   StatusEventCheck()   
   CheckInputBox()
   Send("BUMP")
   MouseClick("Left",706,641,1,0)
   Send("{End}")
   ClickSend()
   ToolTip( "Sleeping for 2 seconds",870,355)
   Send("{Home}")
   Sleep(2000)
EndFunc

Func VoteOnPoll()
   ClickFirstLink()
   ToolTip( "Sleeping for 1 seconds",870,355)
   Sleep(1000)
   StatusEventCheck()
   ToolTip( "Polling",870,355)
   Polling()
   StatusEventCheck()
   ToolTip( "Sleeping for 5 seconds",870,355)
   Sleep(5000)
EndFunc

Func CheckInputBox()
   ToolTip( "Checking Input Box",870,355)
       MouseClick ("Left",344,699,1,0)
   Sleep(2000)   
EndFunc


Func ClickSend()
   ToolTip( "Click sending",870,355)
    For $k = 1 to 5 Step 1
       $Coord = PixelSearch ( 0, 0, 1000, 1000, 0x8BD8C4 ,1 , 2 )
   If Not @error Then
   MouseClick ( "Left" , $Coord[0], $Coord[1] , 2 , 0 )
   Sleep(1500)
   EndIf
    Next
EndFunc


   


Func StatusEventCheck()
   ToolTip( "Status Event Check",870,355)
   Send("{Home}")
   If StatusbarGetText("Internet Explorer") == "Done" Then
   Sleep(500)
   Else    
      If $S <> 5 Then
        $S = $S + 1
      Sleep(2000)
      MouseClick("left",991,99,1,0)
        Sleep(4000)
        StatusEventCheck()
      Else
      EndIf
      
   EndIf
      $S = 0
      $Color =PixelGetColor(891,203)            ;Check for event
   If $Color == 0x000000 Then
      ToolTip( "Event! Now Pausing...",870,355)
      Send("{Pause}")
      Else
      EndIf
   If PixelGetColor(899,214) == 16617259 Then
      MouseClick ( "Left" , 905,211 , 2 , 0 )
      StatusEventCheck()
      MouseClick ( "Left" , 539, 716, 2 , 0 )
      StatusEventCheck()
      Send("^f")
      Sleep(1000)
      Send("Trade request from")
      Sleep(1000)
      Send("{Enter}")
      Sleep(1000)
      Send("{Tab}")
      Sleep(1000)
      Send("{Enter}")
      Sleep(1000)
      Send("{Tab}")
      Sleep(1000)
      Send("{Enter}")
      StatusEventCheck()
      MouseClick ( "Left" , 517, 613 , 1 , 0 )
      Sleep(1000)
      Send("password")
      Sleep(1000)
      MouseClick ( "Left" , 499, 632 , 1 , 0 )
      Sleep(5000)
      Send("{BROWSER_BACK 4}")
      Sleep(1000)
      Send("{F5}")
      Sleep(3000)
   EndIf

   If PixelGetColor(653,361) == 16494055 Then
      MouseClick ( "Left" , 796, 210 , 2 , 0 )
      Send("name")
      Send("{Tab}")
      Sleep(1000)
      Send("password")
      Sleep(1000)
      Send("{Tab 2}")
      Sleep(1000)
      Send("{Space}")
      Sleep(1000)
      Send("{Enter}")
      Sleep(5000)
   EndIf
   
   
EndFunc

Func GetBeginningGold()
   ToolTip( "Getting Starting Gold",870,355)
   Send("{Home}")
   Sleep(1000)
   MouseClickDrag("Left",942,342,986,346)
   Send("^c")
   $BeginningGold = ClipGet()
   Sleep(1000)
EndFunc

Func GetCurrentGold()
   Sleep(1000)
   StatusEventCheck()
   ToolTip( "Getting Current Gold",870,355)
   Send("{Home}")
   Sleep(1000)
   MouseClickDrag("Left",942,342,986,346)
   Send("^c")
   $CurrentGold = ClipGet()
   Sleep(1000)
EndFunc

Func Polling()
   ToolTip( "Beginning Polling",870,355)
   Sleep(1000)
   MouseClick("left",27,620,2,0)
   Send("{Tab}")
   Send("{Space}")
   Send("{Enter}")
   Sleep(2000)
EndFunc

Func Posting()   
   ToolTip( "Beginning Posting",870,355)
   Sleep(1000)
   $Coord = PixelSearch ( 0, 437, 1000, 1000, 0x655FBD ,2 , 2 )
   If Not @error Then
   MouseClick ( "left", $Coord[0], $Coord[1], 1, 0 )
   CheckInputBox()
   Send(":Ninja:")
   MouseClick("left",697,699,1,0)
   Send("{End}")
   ClickSend()
   Sleep(5000)
   StatusEventCheck()
   Else
   EndIf
EndFunc

Func MakeATopic()
   ToolTip( "Making A Topic",870,355)
   $Coord = PixelSearch ( 0, 437, 1000, 1000, 0x655FBD ,1 , 2 )
   If Not @error Then
   MouseClick( "left", $Coord[0], $Coord[1], 1, 0 )
   Sleep(1000)
   StatusEventCheck()
   MouseClick("left",222,487,1,10)
   Send("Name v."&$i)
   CheckInputBox()
   Send(":Ninja:")
   MouseClick("left",680,699,1,10)
   Send("{End}")
   MouseClick("left",180,501,1,10)
   Send("{Tab}")
   Send(".")
   Send("{Tab}")
   Send(".")
   ClickSend()
   StatusEventCheck()
   Else
   Send("!d")
   Sleep(500)
   Send("http://www.gaiaonline.com/guilds/viewforum.php?f=9875{Enter}")
   Sleep(1000)
   MakeATopic()
   EndIf
EndFunc

Func GetAddress()
   ToolTip("Getting Address",870,355)
   $Coord = PixelSearch ( 0, 437, 1000, 1000, 0x655FBD ,1 , 2 )
   If Not @error Then
   MouseClick( "right", $Coord[0], $Coord[1], 1, 0 )
   Send("{Up 6}")
   Send("{Enter}")
   $Address = ClipGet()
   Else
   
   EndIf
EndFunc


Func ClickFirstLink()
   $r = Random(0,680,1)
   $t = Random(0,40,1)
   Send("!d")
   Send("http://www.gaiaonline.com/guilds/viewforum.php?f=3144&start=") ;//67 max threads
   Send($r)
   Send("{Enter}")
   WinActivate ( "Microsoft Internet Explorer")
   ToolTip( "Sleeping for 2 seconds",870,355)
   Sleep(2000)
   StatusEventCheck()
   ToolTip( "Sleeping for 1 seconds",870,355)
   Sleep(1000)   
   Send("{Down 8}")
   ToolTip( "Sleeping for 2 seconds",870,355)
   Sleep(2000)
   $Coord = PixelSearch ( 130, 143, 332, 733, 5542836 ,1 , 1 ) ;9868212
   If Not @error Then
   MouseClick( "left", $Coord[0], $Coord[1], 1, 0 )
   ToolTip( "Sleeping for 3 seconds",870,355)
   Sleep(3000)
   Else
   ClickFirstLink()
   EndIf
EndFunc

;================================================================



Collects gold from posting, bumping, and voting, then after a while i think it transfer all the gold from the mule to the main account, or vice versa

Have fun learning the autoit language XD
Back to top
View user's profile Send private message
azkay
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 28

PostPosted: Tue Jul 18, 2006 5:47 pm    Post subject: Reply with quote

No No No, Use IE.au3. MouseClicks and Sends, are not kewl, if you move the mouse, your farked, and, you cant do anything else while its "botting"

Code:

;AutoPoller

#include <IE.au3>
$PollThread = ""
$EditUrl = ""

$oIE_Poll = _IECreate ($PollThread)
   
   While 1
      _IEImgClick ($oIE_Poll, $EditUrl)
      $Form1 = _IEFormGetObjByName ($oIE_Poll, "post")
      $RemovePoll = _IEFormElementGetObjByName ($Form1, "delpollbtn")
      _IEAction ($RemovePoll, "click")
      _IELoadWait ($oIE_Poll)
      
      $Form2 = _IEFormGetObjByName ($oIE_Poll, "post")
      $Poll_Title = _IEFormElementGetObjByName ($Form2, "poll_title")
      $Poll_Option = _IEFormElementGetObjByName ($Form2, "add_poll_option_text")
      _IEFormElementSetValue ($Poll_Title, "Bump")
      _IEFormElementSetValue ($Poll_Option, "Bump")
      _IEFormImageClick ($Form2, "Submit", "alt")
      _IENavigate ($oIE_Poll, $PollThread)
      $Poll = $oIE_Poll.document.forms (0)
      $Radio = _IEFormElementGetObjByName ($Poll, "vote_id")
      $Submit = _IEFormElementGetObjByName ($Poll, "submit")
      _IEAction ($Radio, "click")
      _IEAction ($Submit, "click")
      Sleep(20000)
   WEnd


Code:

;AutoPoster

#include <IE.au3>
$PostThread = ""
$ReplyUrl = ""
$MessageToPost = ""

   $oIE_Post = _IECreate ($PostThread)
   
While 1
   _IEImgClick ($oIE_Post, $ReplyUrl)
   _IENavigate ($oIE_Post, "javascript:emoticon('" & $MessageToPost & "')", 0)
   $Post = _IEFormGetObjByName ($oIE_Post, "post")
   _IEFormImageClick ($Post, "Submit", "alt")
   Sleep(50000)
WEnd


( Incase you dont know, you have to edit the first variables to the right settings.)

NOTE:: When you edit the variables, "Dont Delete The Quotes, Put The Info Between Them"
Back to top
View user's profile Send private message
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Fri Jul 21, 2006 12:19 pm    Post subject: Reply with quote

Is that using the ie explorer library? or something? I read about it on the autoit forum but i kinda lost the address T.T
Back to top
View user's profile Send private message
H4ck3r
How do I cheat?
Reputation: 0

Joined: 21 Jul 2006
Posts: 5
Location: Hackingville

PostPosted: Fri Jul 21, 2006 2:34 pm    Post subject: How to make bot Reply with quote

Can someone eplain to me how to make bots
_________________
"OMG STFU ORLY YA RLY NOOBLET" This is what you say when you talk to yourself late at night ^^
Back to top
View user's profile Send private message
azkay
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 28

PostPosted: Sat Jul 22, 2006 7:55 am    Post subject: Reply with quote

Yep, using IE.au3
Back to top
View user's profile Send private message
BeezNeez
Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 26

PostPosted: Mon Jul 24, 2006 3:17 am    Post subject: Reply with quote

Yea Where do i get flash player and that bot cuz i wanna get angellic wings Very Happy
Back to top
View user's profile Send private message
azkay
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 28

PostPosted: Mon Jul 24, 2006 1:30 pm    Post subject: Reply with quote

Erm, its 3 posts above. you can figure out the rest yourself/
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites